.show-in-mobile {
    display: none;
}
#main-nav {
  margin: 10px auto;
  width: 100px;
  min-height: 50px;
  flex-flow: row nowrap;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}
#main-nav a.cart-button {
  width: 44px;
  min-height: 50px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
  justify-content: space-around;
}
#main-nav a.cart-button span.bag-icon {
  width: 34px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  text-indent: -999px;
  overflow: hidden;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Cpath d='M33.1 10.2h-8V7.9C25 3.5 21.4 0 17 0c-4.4 0-8 3.5-8 7.9v2.3H1c-.5 0-.9.4-.9.9v24.4C0 38 2.1 40 4.6 40h24.7c2.6 0 4.6-2 4.6-4.5V11.1c.1-.5-.3-.9-.8-.9zM10.8 7.9c0-3.4 2.8-6.1 6.2-6.1 3.4 0 6.2 2.7 6.2 6.1v2.3H10.8V7.9zm21.3 27.6c0 1.5-1.2 2.7-2.8 2.7H4.6c-1.5 0-2.8-1.2-2.8-2.7V12H9v1.1c0 .5.4.9.9.9s.9-.4.9-.9V12h12.4v1.2c0 .5.4.9.9.9s.9-.4.9-.9V12h7.1v23.5z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Cpath d='M33.1 10.2h-8V7.9C25 3.5 21.4 0 17 0c-4.4 0-8 3.5-8 7.9v2.3H1c-.5 0-.9.4-.9.9v24.4C0 38 2.1 40 4.6 40h24.7c2.6 0 4.6-2 4.6-4.5V11.1c.1-.5-.3-.9-.8-.9zM10.8 7.9c0-3.4 2.8-6.1 6.2-6.1 3.4 0 6.2 2.7 6.2 6.1v2.3H10.8V7.9zm21.3 27.6c0 1.5-1.2 2.7-2.8 2.7H4.6c-1.5 0-2.8-1.2-2.8-2.7V12H9v1.1c0 .5.4.9.9.9s.9-.4.9-.9V12h12.4v1.2c0 .5.4.9.9.9s.9-.4.9-.9V12h7.1v23.5z'/%3E%3C/svg%3E");
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.5s linear 0s;
}
#main-nav a.cart-button span.bag-count {
  border-radius: 3px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 28px;
  width: 34px;
  position: absolute;
  top: 11px;
  z-index: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear 0s;
}
#main-nav a.cart-button span.bag-label {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 20px;
  width: 80px;
  text-align: center;
  transition: all 0.5s linear 0s;
}
#main-nav a.cart-button:active span.bag-icon, #main-nav a.cart-button:hover span.bag-icon {
  background: #fff;
}
#main-nav a.cart-button:active span.bag-count, #main-nav a.cart-button:hover span.bag-count {
  color: #fff;
}
#main-nav a.cart-button:active span.bag-label, #main-nav a.cart-button:hover span.bag-label {
  color: #fff;
}

body.show-sidebar-cart {
  overflow: hidden !important;
  height: 100% !important;
}
body.show-sidebar-cart #sidebar-cart {
    left: 0;
    visibility: visible;
}
.header-socials i.fa,
.header-socials i.fa-brands.fa-x-twitter {
    color: #787878;
    font-size: 18px;
    font-weight: 600;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.header-socials i.fa:hover {
    color: #090909;
}
.header-socials i.fa-brands.fa-x-twitter:hover, .header-socials i.fa:hover {
    color: #000000;
}
.header-soc-ico {
    position: relative;
    left: 6.2em;
}
.social-tagline {
    position: relative;
    left: 10px;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    font-family: 'Poppins';
}
#sidebar-cart ul.products li.product a.product-link span.product-details b {
    width: 50%;
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 2em;
    text-align: left;
    color: #000000;
    font-weight: 300;
}
aside#sidebar-cart main {
    padding: 140px 0px 0 60px;
}
.header-socials {
      background: #ffffff;
    padding: 20px 0;
    height: 54px;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
}
#sidebar-cart {
    background: #ffffff;
    color: #75757a;
    padding: 15px 0px 0 0px;
    position: fixed;
    display: block;
    width: 350px;
    height: 100vh;
    z-index: 99999;
    top: 0;
    right: -460px;
    box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.5s ease-in-out;
}

#sidebar-cart a.close-button {
    height: 16px;
    width: 16px;
    margin: 0 0 15px 0;
    text-decoration: none;
    position: absolute;
    top: 40px;
    left: 20px;
    display: flex;
}
#sidebar-cart a.close-button span.close-icon {
  width: 16px;
  height: 16px;
  background: #000000;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart a.close-button:active span.close-icon, #sidebar-cart a.close-button:hover span.close-icon {
  background: #000000;
}
#sidebar-cart h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 30px 0 px 0px;
    display: flex;
    justify-content: left;
    font-family: 'Poppins';
    margin-bottom: 20px;
}
#sidebar-cart span.qty {
    padding-right: 1em;
    /* color: #000000; */
}
#sidebar-cart h2 span.count {
color: #fff;
    background: #DC2600;
    padding: 8px;
    margin-left: 6px;
    position: relative;
    top: -5px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
#sidebar-cart ul.products {
  margin: 0;
  padding: 0 30px 15px 0;
  list-style: none;
  /*height: calc(100vh - 200px);*/
  height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}


#sidebar-cart ul.products:after {
/*  background: linear-gradient(180deg, transparent, #354165);
  height: 30px;
  width: 300px;
  z-index: 1;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;*/
}
#sidebar-cart ul.products li.product {
    margin: 0 0 0px 0;
    padding: 0;
    width: 100%;
    border-radius: 3px;
    color: #000000;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row nowrap;
    transition: all 0.5s linear;
    height: 0;
}

#sidebar-cart ul.products li.product:active span.product-details h3, #sidebar-cart ul.products li.product:hover span.product-details h3 {
  color: #4dc0e3 !important;
}
#sidebar-cart ul.products li.product:active img, #sidebar-cart ul.products li.product:hover img {
  border-color: #d7d7de !important;
}
#sidebar-cart ul.products li.product a.product-link {
  width: 100%;
  color: #354165;
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sidebar-cart ul.products li.product a.product-link span.product-image {
  display: inline-block;
  width: 75px;
  height: 50px;
  padding-right: 10px;
}
#sidebar-cart ul.products li.product a.product-link span.product-image img {
  width: 60px;
  height: 50px;
  border: 1px solid #d7d7de;
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product a.product-link span.product-details {
display: inline-block;
    width: 100%;
    min-height: 30px;
    color: #75757a;
    text-align: left;
}
#sidebar-cart ul.products li.product a.product-link span.product-details h3 {
  margin: 3px 25px 5px 0;
  font-size: 13px;
  font-weight: 500;
  color: #44444a;
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5px;
  margin-top: 8px;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.minus-button,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.plus-button {
  width: 25px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #cdcdd1;
  background: #f0f0f9;
  color: #75757a;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  transition: all 0.3s linear;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.minus-button:active, #sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.minus-button:hover,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.plus-button:active,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.plus-button:hover {
  color: #fff;
  background: #4dc0e3;
  border-color: #4dc0e3;
  cursor: pointer;
  outline: none;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.minus-button:focus,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.plus-button:focus {
  outline: none;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input {
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #cdcdd1;
  border-radius: 3px;
  margin: 0 2px;
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input:active, #sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input:hover {
  border: 1px solid #4dc0e3;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input:focus {
  outline: none;
  border: 1px solid #4dc0e3;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-inner-spin-button, #sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.price {
  color: #4dc0e3;
  font-weight: 500;
  font-size: 13px;
  display: inline-flex;
}
#sidebar-cart ul.products li.product a.remove-button {
  height: 16px;
  width: 16px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  display: flex;
}
#sidebar-cart ul.products li.product a.remove-button span.remove-icon {
  width: 15px;
  height: 16px;
  background: rgba(117, 117, 122, 0.5);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product a.remove-button:active span.remove-icon, #sidebar-cart ul.products li.product a.remove-button:hover span.remove-icon {
  background: #cc0000;
}
#sidebar-cart div.totals {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  height: 45px;
  background: #e1e1e7;
  border-bottom: 1px solid #d7d7de;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#sidebar-cart div.totals div.subtotal span.label {
    color: #000000;
    font-weight: 600;
}
#sidebar-cart div.totals div.subtotal,
#sidebar-cart div.totals div.shipping,
#sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  color: #44444a;
  border-bottom: 1px solid #d7d7de;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#sidebar-cart div.totals div.subtotal span.amount,
#sidebar-cart div.totals div.shipping span.amount,
#sidebar-cart div.totals div.tax span.amount {
  color: #000000;
  margin-left: 10px;
  font-weight: 600;
}
#sidebar-cart div.action-buttons {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  display: block;
  white-space: nowrap;
}
#sidebar-cart div.action-buttons a.view-cart-button,
#sidebar-cart div.action-buttons a.checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  transition: all 0.5s linear;
}
#sidebar-cart div.action-buttons a.view-cart-button {
    background: transparent;
    border-color: #000000;
    margin-right: 5px;
    color: #000000;
    width: 80px;
}
#sidebar-cart div.action-buttons a.view-cart-button:active, #sidebar-cart div.action-buttons a.view-cart-button:hover {
    background: #DC2600;
    border-color: #DC2600;
    color: #ffffff;
}
#sidebar-cart div.action-buttons a.checkout-button {
    border-color: #000000;
    background: #000000;
    margin-left: 5px;
    color: #fff;
    width: 200px;
}
#sidebar-cart div.action-buttons a.checkout-button:after {
  content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -5px;
  z-index: 1;
}
#sidebar-cart div.action-buttons a.checkout-button:active, #sidebar-cart div.action-buttons a.checkout-button:hover {
    background: #DC2600;
    border-color: #DC2600;
}

#sidebar-cart-curtain {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.btn{
    color: #2B2929;
    background: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 13px 40px 13px 40px;
    border: none;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.btn:focus{ color: #fff; }
.btn:hover{
    color: #fff;
    background: transparent;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.btn:before{
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.3s ease;
}
.btn:hover:before{
    width: 10px;
    opacity: 1;
    right: 0;
    left: auto;
}
section.banner__slider .btn:hover{
    color: #fff !important;
}
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 20px; }
}
header.site-header li.drp_dwn_menu a {
    color: #000000;
    padding: 5px 0px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 14px;
    width: 100%;
    display: block;
}
header.site-header li.drp_dwn_menu {
    display: block;
    text-align: left;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #f0eeee;
    padding-top: 1.3em;
    position: relative;
}
header.site-header li.drp_dwn_menu a:hover {
    color: #dc2600;
}
#pnotibarbtn .column.btn:before {
    content: none ! IMPORTANT;
}
#pnotibarbtn .column.btn {
    background: transparent !important;
}
#pnotibarbtn .column.btn:hover {
    box-shadow: none !important;
    text-shadow: none !important;
}
header.site-header li.drp_dwn_menu:after {
    content: "\f178";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    font-size: 12px;
    bottom: 10px;
        color: #8f8c8c;
}
/*--------------------------------------------------------------
1. Start Facility
---------------------------------------------------------------*/
#facility .iconbox i.fa {
    font-size: 70px;
    color: #000000;
    margin-bottom: 0.7em;
}
#facility h2.peccular-facility-title {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 1em;
}
#facility .facility-area p {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    padding: 0 3em;
}
#facility .mem-inn {
    margin-bottom: 4em;
        position: relative;
    z-index: 1;
}
#facility .peccular-facility-area {
    padding-top: 2em;
}
#facility .facility-area:hover i.fa {
    opacity: 0.5;
}
/*--------------------------------------------------------------
1. Projects
---------------------------------------------------------------*/
div#projects .peccular-section-head h2 {
    font-size: 40px;
}
div#projects p.projects-content {
    font-size: 16px;
    position: relative;
    line-height: 30px;
    text-align: center;
        margin-bottom: 2.2em;
}
div#projects .peccular-section-head {
    margin-bottom: 1.7em;
}
div#projects {
padding-top: 5em;
    padding-bottom: 2em;
    text-align: center;
}
div#projects a.btn.btn-lg {
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    padding: 0.9em 3em;
    margin-top: 3em;
}
div#projects a.btn.btn-lg:hover {
    background: transparent !important;
    color: #000000;
    box-shadow: none;
}
div#projects a.btn.btn-lg:hover:before {
    background: #000;
}
div#projects .projects-head {
    padding-top: 2em;
}
div#projects .product-grid-box {
    text-align: left;
    padding-bottom: 2em;
    position: relative;
}
div#projects .product-grid-box .price del span {
    font-weight: 500;
    color: #686868;
}
div#projects .product-grid-box del {
    padding: 0;
        padding-right: 1em;
}
div#projects h3.post-title {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    opacity: 0;
}
div#projects h3.post-title a {
    color: #ffffff;
    font-size: 23px;
    background: #000000;
    padding: 5px 15px;
    font-weight: 600;
}
div#projects .our-team:hover h3.post-title{
opacity: 1;
}
div#projects .view-only-on-mobile {
    display: none;
}
/*--------------------------------------------------------------
1. Start Slider
---------------------------------------------------------------*/
.trade-program-text {
    position: absolute;
    right: 0;
    z-index: 1;
    align-items: end;
    writing-mode: vertical-lr;
    color: #ffffff;
    border-radius: 3px 0px 0px 3px;
    background: #3e3e3e;
    padding: 20px 10px;
    transform: rotate(180deg);
    bottom: 15%;
    font-weight: 600;
}
section.banner__slider li.whatsapp {
position: absolute;
    z-index: 1;
    position: absolute;
    right: 20px;
    bottom: 10px;
    border-radius: 50%;
    padding: 0;
    width: 57px;
    background: #1aa049;
    text-align: center;
    list-style: none;
    height: 57px;
    line-height: 57px;
}
.tm-banner_gradiant-effect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-size: cover;
    background: linear-gradient(269deg, #ffffff00 30%, #000000 70%);
    z-index: 1;
}
.slider, .slide,
.slide .slide__img img {
     height: 630px; 
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media (min-width: 992px) {

  .slider, .slide {
    /*height: 80vh;*/
  }
}

.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
    right: auto;
    left: 6%;
    transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
/*  font-size: 4.5rem;
  margin: 10px 0;*/
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 0.35em;
}
.slide .slide__content--headings .title {
/*  font-size: 3.5rem;*/
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
    padding: 0.7rem 1.8rem;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
position: absolute;
    bottom: 30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
    background: #000000;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
  background: #000;
}
.stick-dots .slick-dots li.slick-active button {
background: #000000;
    opacity: 1;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 15px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index:1;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
      color: #ffffff;
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
section.banner__slider .btn:hover{
  background: transparent !important;
}
section.banner__slider .btn {
    margin-left: 0.5em;
}
/*--------------------------------------------------------------
1. End Slider
---------------------------------------------------------------*/

/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}
header.site-header .maintop-header{
    background: #06332e;
    padding: 2px 0;
} 
.site-header {           
    position: relative;
    /* z-index: 99999; */
    position: absolute;
    width: 100%; 
}
.ht-sticky-header .site-header{ 
    position: fixed;
}   

.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    background: transparent;
    border-radius: 0px;
    z-index: 999;
    position: relative;
} 
.is-sticky-on {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    max-width: 100%;
    z-index: 99999;
    box-shadow: 0px 3px 6px #00000029;
    transition: transform 500ms ease, background 200ms ease;
}
.top-bar-head .header-bottom-border{ 
    border-bottom: 1px solid #dad3c9;
    position: relative;
    bottom: 4px;
    left: 18px;
    opacity: 0.5;
}
.ht-sticky-header .site-header .top-bar-head{
    background-color: #000;
}
.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}
.maintop-header ul li{
    list-style: none;
    float: right;
    line-height: 45px;
}
.maintop-header ul li:last-child{
 margin-left: 0em;
}
.maintop-header ul li:first-child{
 margin-left: 3em;
}
.maintop-header ul li a {
    font-size: 17px;
    font-weight: 400;    
    margin: 0;
    color: #b3b2b2;
}
.maintop-header ul li a.h-phone {
    color: #b3b2b2;
}
.maintop-header ul li a.h-email {
    color: #b3b2b2;
}
.maintop-header ul li i.fa-envelope-o {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    line-height: 29px;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 34px;
    height: 34px;
    text-align: center;
}
.maintop-header ul li i.fa-phone {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    line-height: 29px;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 34px;
    height: 34px;
    text-align: center;
}
.phn-contact li a.h-phone:hover{
    color: #2d81f5;
}
.phn-contact1 {
    display: none;
}

.site-header .site-navigation { text-align: right; }
.site-header .phn-contact {text-align: left; padding: 16px 13px 16px 0;}

.site-header .phn-contact a i.fa {
    color: #06332e;
    font-size: 18px;
    margin-right: 11px;
    margin-bottom: 5px;
    line-height: 33px;
    border-radius: 50%;
    background: #fff;
    width: 32px;
    height: 31px;
    text-align: center;    
    transition: all 0.9s;
}
.site-header .phn-contact a i.fa:hover {
    color: #fff;
    background: #06332e;
    transform: scale(1.2);
    transition: all 0.9s;
}

.site-header .phn-contact1 a i.fa {
    color: #06332e;
    font-size: 18px;
    margin-right: 11px;
    margin-bottom: 5px;
    line-height: 33px;
    border-radius: 50%;
    background: #fff;
    width: 32px;
    height: 31px;
    text-align: center;    
    transition: all 0.9s;
}
.site-header .phn-contact1 a i.fa:hover {
    color: #fff;
    background: #06332e;
    transform: scale(1.2);
    transition: all 0.9s;
}
.phn-contact1 li a.h-phone1:hover{
    color: #2d81f5;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #fff;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.logo-header {
    padding-top: 15px;
}
.logo-header .custom-logo-link img {
    position: relative;
}
.header-transparent .sticky-header .logo-header{
    top: 35px !important;
}
.header-nav-area {
    margin-bottom: 1em;
    margin-top: 0.5em;
    position: relative;
}
.header-nav-area ul.dropdown,
.header-nav-area .top-account-info {
    padding-top: 30px;
}
.header-nav-area ul.dropdown {
    text-align: left;
}
.ht-site-title,.site-title,
.ht-site-title,  .site-title,
.page .ht-site-title, .page .site-title,
.single .ht-site-title, .single .site-title
{
    font-weight: 300;
    font-size: 40px;
    line-height: 55px;
    padding: 0px;
}

.ht-site-title a,
.ht-site-title a,
.page .ht-site-title a,
.single .ht-site-title a{
    color:#000000;

}
.header-nav-area a.wishlist-link {
    position: absolute;
    right: 12.5%;
    top: 25px;
}
.header-nav-area span.wishlist-count {
    color: #ffffff;
    background: #dc2600;
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    top: -5px;
    right: -18px;
    line-height: 20px;
}
/*--------------------  Site logo & title responsive ---------------------------*/
@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-site-description{
        text-align: center;
    }
}
@media only screen and (max-width: 992px){
    .header-nav-area {
        padding-bottom: 0em;
        margin-top: 1em;
        margin-bottom: 0;
    }
    .ht-site-description {
        padding: 8px 2px;
    }
    .phn-contact1 {
        display: block;
        text-align: left;
        margin-top: 1em;
        margin-left: 1em;
    }
    .header-nav-area .phn-contact {
        display: none;
    }
}

/*--------------------  contact details ---------------------------*/
ul.h-contact,
ul.h-contact,
.page ul.h-contact,
.single ul.h-contact {
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
ul.h-contact li,
ul.h-contact li,
.page ul.h-contact li,
.single ul.h-contact li{
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 20px;
}
ul.h-contact li i,
ul.h-contact li i,
.page ul.h-contact li i,
.single ul.h-contact li i{
    padding-right: 10px;
    font-size: 20px;
}
.h-mailid a, .h-phone a,
.h-mailid a,  .h-phone a,
.page .h-mailid a, .page .h-phone a,
.single .h-mailid a, .single .h-phone a{    
    color: #ffffff;
    font-size: 18px;    
}
.h-contact,
.page .h-contact,
.h-contact,
.single .h-contact{
    text-align: center;
}
.h-mailid a i, .h-phone a i,
.h-mailid a i,  .h-phone a i,
.page .h-mailid a i, .page .h-phone a i,
.single .h-mailid a i, .single .h-phone a i{    
    color: #ffffff;
    font-size: 22px;  
    padding-right: 6px;  
}
.h-phone a i,
.h-phone a i,
.page .h-phone a i,
.single .h-phone a i{    
    margin-bottom: 15px;
}
.h-mailid a:hover,.h-phone a:hover,
.h-mailid a:hover,  .h-phone a:hover,
.page .h-mailid a:hover, .page .h-phone a:hover,
.single .h-mailid a:hover, .single .h-phone a:hover{
    color: #000;
}
.h-contact-block,
.h-contact-block,
.page .h-contact-block,
.single .h-contact-block  {
    background: linear-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background-size: 500%;
    text-align: center;
    padding: 1.5em 0;
    border-radius: 0 0 15px 0;
    position: relative;
    right: -1px;
}
/*--------------------  Socials ---------------------------*/
.share-btn,
.share-btn,
.page .share-btn,
.single .share-btn{
    text-align: right;
}
.share-btn a.site-button,
.share-btn a.site-button,
.page .share-btn a.site-button,
.single .share-btn a.site-button{
    border-radius: 50%;
    width: 40px;
    line-height: 35px;
    height: 40px;
    font-size: 22px;
    display: inline-block;
    margin: 0 5px;
    color: #fefdff;
    border: 3px solid #f7fbec;
    text-align: center;
}
.share-btn a.site-button:hover,
.share-btn a.site-button:hover,
.page .share-btn a.site-button:hover,
.single .share-btn a.site-button:hover{
    color: #000;
    border: 3px solid #000;
}
/*--------------------  Navigation ---------------------------*/
.navigation .mainmenu li{
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 35px;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.navigation .mainmenu li.current_page_item a, .current_page_item > a,
.navigation .mainmenu li a:hover,
div#navbarNavDropdown li.current_page_item a:hover, 
.current_page_item > a:hover{
    color: #DC2600;
}
.navigation .mainmenu li a  {
    color: #ebf0f1;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #fff;
}

header.site-header ul.sub-menu li a:hover,
.navigation .mainmenu ul.sub-menu li.current_page_item a,
ul.sub-menu .current_page_item > a,
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover,
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover,
.header.site-header ul.sub-menu li:hover a{
    color: #06332e;
}
.menu-click i{
    color: #000000;
}

.navigation .mainmenu ul.sub-menu li.current_page_item a, 
ul.sub-menu .current_page_item > a, 
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover {
    background:none ;
}
ul.sub-menu, header.site-header ul.sub-menu{
    background:#fff ;
}
.header.site-header ul.sub-menu li a:before {
    color:#fff;
}
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0;
}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
}
header.site-header ul.sub-menu li a, .navigation .mainmenu li.current_page_item ul.sub-menu li a, .header.site-header ul.sub-menu li a, .header.site-header ul.sub-menu li a:before, header.site-header ul.sub-menu li a:hover, .navigation .mainmenu ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a, div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, ul.sub-menu .current_page_item > a:hover, div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover, .header.site-header ul.sub-menu li:hover a {
    color: #000;
}
.phn-contact li a.h-phone {
    color: #040404;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.phn-contact li i{ 
    color: #2d81f5;
    position: absolute;
}
.phn-cntct-circle {
    background: #dceafd;
    font-size: 23px;
    padding: 10px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    margin-right: 15px;
}
.phn-contact p.phn-cnt-txt {
    font-size: 17px;
    font-weight: 500;
    color: #040404;
    line-height: 15px;
    text-align: left;
    padding-bottom: 4px;
}
.phn-contact1 li a.h-phone1 {
    color: #040404;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.phn-contact1 li i{
    background: #dceafd;
    font-size: 23px;
    padding: 10px;
    border-radius: 50%;
    color: #2d81f5;
    height: 42px;
    width: 42px;
    margin-right: 15px;
}
.phn-contact1 p.phn-cnt-txt1 {
    font-size: 16px;
    font-weight: 500;
    color: #040404;
    line-height: 15px;
    text-align: left;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none !important;
    color: #fff;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}

.header.site-header ul.sub-menu li:hover > a:before {
    opacity: 1;
}
/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
    }
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px){
    .hero-style .slide-title h2 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .hero-style {
        height: 480px !important;
    }
    .site-header .phn-contact {
        padding: 10px 10px 10px 0;
    }
    .logo {
        padding-left: 10px !important;
    }
    .h-contact-block,  .h-contact-block, .page .h-contact-block, .single .h-contact-block {
     right: 0px; 
 }
 #steps .peccular-steps-icon span {
    left: 5px;
    width: 45px;
    height: 45px;
}
}
@media only screen and (max-width: 992px){
    .phn-cntct-circle{
        background: none;
    }
    .navigation {
        width: 255px;
        height: 100%;
        position: fixed;
        left: -100%;
        padding: 0;
        top: 0;
        margin: 0;
        z-index: 99999;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #fff;
    }
    .navigation .mainmenu li {
        display: block;
        position: relative;
        line-height: normal;
        margin-right: 35px;
        margin: 0;
        padding: 0;
    }
    .navigation .mainmenu>li>a {
        padding: 5px 20px;
    }
    .hamburger-menus{
        width: 30px;
        height: 30px;
        position: absolute;
        -webkit-transition: .1s;
        transition: .1s;
        margin: 5px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        right: 20px;
        top: 0px;
        z-index: 1;
    }

    .navigation .mainmenu li a{ color: #06332e ; }

}
@media screen and ( min-width: 992px) and (max-width: 1199px){
 .navigation .mainmenu li a,
 .page .navigation .mainmenu li a,
 .single .navigation .mainmenu li a, 
 .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
 .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }

}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{    padding: 0px 0px 0px 22px;}
    .maintop-header ul li:last-child {  margin-left: 13em;   text-align: right;}

}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li {   line-height: 21px;}
}

/*----- Sticky Header ------*/
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 99999;
    box-shadow: -2px 2px 10px 0px #2d2d2d;
}
@media screen and ( max-width: 768px) and (min-width: 720px){
 .sticky-header {
    margin-top: 0;
}
}

@media screen and (max-width:720px) {
 .sticky-header {
    margin-top: 0;
}
}
/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    margin-bottom: 3.3em;
}
.peccular-section-head h2{
    position: relative;
    font-weight: 500;
    font-size: 37px;
    line-height: 43px;
}
.peccular-section-head p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 1.3em;
}
#productcat_section .peccular-section-head h2,
section#featuredproduct-section h2,
#best-seller-products h2 {
    color: #212121;
}
.peccular-section-head h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
}
div#video .videobg,
#newsletter .newsletter-bg,
#footer .footer-bg,
#banner .banner-bg,
#featuredproduct-section .featuredproduct-bg,
#best-seller-products .bestsellerproducts-bg,
div#banner2 .bannert-bg,
#banner3 .bannerth-bg,
#about .about-bg,
#gallery .gallery-bg,
#facility .facility-bg,
div#projects .courses-bg,
#productcat_section .productcat-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#about,
#facility,
#features,
#newsletter,
#productcat_section,
#banner,
#featuredproduct-section,
#best-seller-products,
div#projects,
div#banner2,
#gallery,
#banner3,
#footer{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}
.alert-warning {
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins';
}
.alert-warning strong {
    font-weight: 400;
}
/*----------------------------------------*/
/*  gallery
/*----------------------------------------*/
div#gallery h2 {
    font-size: 38px;
    color: #091A3B;
}
div#gallery {
    background-color: #ffffff;
    text-align: center;
}
div#gallery p.desc {
    font-size: 20px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 5px;
    line-height: 30px;
}
div#gallery .peccular-section-head {
    margin-bottom: 1.8em;
    margin-left: 1.2em;
}
div#gallery .button-all span {
    font-weight: 600;
}
div#gallery a.button-all.btn.btn-lg {
    font-size: 20px;
    font-weight: 700;
    padding: 12px 75px 12px 75px;
    border-radius: 37px;
    letter-spacing: 0;
    color: #ffffff;
    background: #000000;
    margin-top: 5px;
}
div#gallery .button-all:before {
    border-color: #ffffff;
}
/*----------------------------------------*/
/*  banner3
/*----------------------------------------*/
div#banner3 .header-content,
div#banner3shop .header-content {
    position: relative;
    z-index: 1;
    padding: 6em 0em 5em 6em;
}
div#banner3 .offet-text,
div#banner3 .offet-text span,
div#banner3shop .offet-text,
div#banner3shop .offet-text span {
    font-size: 85px;
    line-height: 100px;
    font-weight: 700;
    color: #ffffff;
    word-break: break-word;
}
div#banner3 .offet-text span{
    animation: neons 5s ease infinite;
}
@keyframes neons{
    0%,100%{
        color: #001A4B;
    }
    50%{
        color: #fff;
    }
} 
div#banner3shop .offet-text span{
    animation: neonss 5s ease infinite;
}
@keyframes neonss{
    0%,100%{
        color: #000000;
    }
    50%{
        color: #D80000;
    }
} 
div#banner3 .sale-text,
div#banner3shop .sale-text {
    font-size: 59px;
    padding: 0.4em 0em;
    line-height: 75px;
    font-weight: 700;
    color: #ffffff;
    word-break: break-word;
}
div#banner3 .discount-text,
div#banner3shop .discount-text {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: #Ffffff;
    padding: 0.2em 0 0.3em 0;
    word-break: break-word;
}
div#banner3 a.button-all,
div#banner3shop a.button-all {
    background: #000000;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.96px;
    padding: 10px 35px 10px 35px;
}
div#banner3 a.button-all:hover,
div#banner3shop a.button-all:hover{
    color: #ffffff;
}
div#banner3 .button-all:before,
div#banner3shop .button-all:before{
    border: 3px dashed #ffffff;
}
div#banner3shop a.button-all {
    font-size: 31px;
    letter-spacing: 1.24px;
}
div#banner3shop .offet-text, 
div#banner3shop .offet-text span {
    font-size: 92px;
    color: #000000;
    text-transform: uppercase !important;
}
div#banner3shop .sale-text {
    font-size: 64px;
    text-transform: uppercase ! IMPORTANT;
    color: #000000;
    padding-bottom: 20px !important;
}
div#banner3shop {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 4em !important;
}
/*----------------------------------------*/
/*  Features
/*----------------------------------------*/
#about h4.curtains-features-title {
    font-size: 20px;
    word-break: break-word;
    line-height: 30px;
    position: relative;
        padding-left: 0.2em;
}
#about .curtains-features-b ul li{
    position: relative;
    list-style: none;
}
#about .curtains-features-b ul li:hover, 
#about .curtains-features-single:hover ul li {
    background-color: #000000;
}
#about .curtains-features-b ul li a{
    position: absolute;
    top: -7px;
}
#about .curtains-features-b ul li a span{
 transition: 2s;
 transform-style: preserve-3d;
 backface-visibility: hidden;
}
#about .curtains-features-b ul li a span:nth-of-type(1){
 position: relative;
 /* background: #2196f3;*/
 transform: rotateX(0deg);
}

#about .curtains-features-b ul li:hover a span:nth-of-type(1),
#about .curtains-features-single:hover ul li a span:nth-of-type(1){
 transform: rotateX(180deg);
}
#about .curtains-features-b ul li a span:nth-of-type(2),
#about .curtains-features-b ul li a span:nth-of-type(3),
#about .curtains-features-b ul li a span:nth-of-type(4){
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 50px;
    text-align: center;
    line-height: 0;
}
#about .curtains-features-b ul li a span:nth-of-type(2){   
    transform: rotateX(0deg) translateZ(30px);   
    color: #000000;
}
#about .curtains-features-b ul li a{
     color: #c61515;
}
#about .curtains-features-b ul li:hover a span:nth-of-type(2),
#about .curtains-features-single:hover ul li a span:nth-of-type(2){
    transform: rotateX(180deg) translateZ(30px);
}
#about .curtains-features-b ul li a span:nth-of-type(3){
    /*background: #fff;*/
    transform: rotateX(-180deg)
}
#about .curtains-features-b ul li:hover a span:nth-of-type(3),
#about .curtains-features-single:hover ul li a span:nth-of-type(3){
    transform: rotateX(0deg)
}
#about .curtains-features-b ul li a span:nth-of-type(4){   
    transform: rotateX(-180deg) translateZ(30px); 
}
#about .curtains-features-b ul li:hover a span:nth-of-type(4),
#about .curtains-features-single:hover ul li a span:nth-of-type(4){
    transform: rotateX(0deg) translateZ(30px);
}
#about .about-body {
    padding: 0 5em;
}
#about .curtains-features-single {
    margin-bottom: 2em;
}
/*----------------------------------------*/
/*  Featured Area
/*----------------------------------------*/
.product-grid-box h3.title a {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
}
.product-grid-box del {
    float: left;
    padding: 0;
    padding-right: 0.8em;
}
.product-grid-box .price span {
    font-weight: 500;
    color: #DC2600;
}
.product-grid-box .price, 
.product-grid-box del, 
.product-grid-box .price del bdi,
.product-grid-box .price bdi{
    font-size: 16px;
    /* line-height: 35px; */
   /* font-weight: 600;*/
}
.product-grid-box .product-content {
    padding: 5px 0;
}
.product-grid-box .product-content h3.title {
    padding-bottom: 5px;
}
.product-grid-box .price ins {
    background: transparent;
    float: left;
    padding-right: 0.5em;
}
section#featuredproduct-section .product-grid-box del span, 
section#featuredproduct-section .product-grid-box .price, 
section#featuredproduct-section .product-grid-box del,
section#best-seller-products .product-grid-box del span, 
section#best-seller-products .product-grid-box .price, 
section#best-seller-products .product-grid-box del{
    color: #8f8f8f;
}
div#projects .selling-icons {
    background: #ffffff;
}
div#projects .product-grid-box .product-image {
    overflow: hidden;
    background: #f7f7f7;
}
.selling-icons {
    position: absolute;
    right: 10px;
    top: 5px;
    transition: all 0.2s linear;
    z-index: 999;
    background: #EFEFEF;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
}
.wishlist-button {
    position: absolute;
    right: 10px;
    top: 5px;
    transition: all 0.2s linear;
    z-index: 999;
    background: #EFEFEF;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
}

.sellingus-single:hover .selling-icons{
    left: 5px;
}
i.fa.fa-heart {
    position: relative;
    top: 7px;
    color: #000000;
}
i.fa.fa-heart-o {
    position: relative;
    top: 7px;
    color: #000000;
}
.selling-list a{
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 5px 0;
    text-align: center;
    background: #DFDABA;
}
.selling-list i{color: #000; font-size: 18px;}

.product-grid-box .product-image {
    overflow: hidden;
    background: #ffffff;
}
.tooltip-text,
section.related.products span.tooltip-text {
    visibility: hidden;
    width: 125px;
    display: block;
    background-color: #DC2600;
    color: #ffffff;
    text-align: center;
    padding: 0px 0;
    position: absolute;
    font-size: 13px;
    top: -1px;
    /* margin-left: 50px; */
    opacity: 0;
    transition: opacity 0.3s;
    transition: all 0.2s linear;
    z-index: 11;
    left: -185px;
}
.tooltip-container:hover .tooltip-text,
section.related.products .wishlist-button:hover span.tooltip-text {
    visibility: visible;
    opacity: 1;
    margin-left: 40px;
}
.wishlist-button:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    margin-left: 40px;
}
#wishlist li.wishlist-product {
    list-style: none;
    text-align: center;
    margin: 0 1em 5em;
    display: inline-block;
}
.spinner {
    display: none;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: #3498db;
    animation: spin 1s infinite linear;
    position: absolute;
    top: 5px;
}

.spinner.loading {
    display: inline-block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.loading {
    pointer-events: none; /* Prevent clicking while loading */
    opacity: 0.6; /* Optional: Reduce opacity to indicate loading state */
}
#wishlist li.wishlist-product img{height: 270px;}
#wishlist li.wishlist-product h5{margin: 15px 0 10px;}
#wishlist li.wishlist-product .wishlist-product-price {
    font-size: 19px;
    color: #000;
}
#wishlist li.wishlist-product .wishlist-product-add-to-cart,
#wishlist li.wishlist-product .wishlist-product-remove{
    display: inline-block;
    margin: 11px 5px;
    position: relative;
        margin-top: 2em;
}
#wishlist li.wishlist-product .wishlist-product-add-to-cart a.button.add_to_cart_button,
#wishlist li.wishlist-product .wishlist-product-remove a.remove-from-wishlist-button {
    font-size: 17px;
    text-transform: capitalize;
    padding: 6px 15px;
    background: #DC2600;
    color: #fff;
}

#wishlist #confirm-remove-popup {
        display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
    background: rgba(12, 29, 50, .3);
    z-index: 9999;
    overflow: auto;
}
#wishlist .popup-content {
    position: relative;
    background-color: #fff;
    max-width: 500px;
    margin: 20px auto;
    padding: 2.5em 2.5em 2.5em;
    border-radius: 0;
    margin-top: 9%;
}
#wishlist #popup-close {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 23px;
    cursor: pointer;
}
#wishlist .popup-content button {
        margin: 5px;
    padding: 6px 25px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
}
#wishlist .wishlist-content{text-align: center;}
#wishlist .wishlist-content p{margin: 1em 0;font-size: 20px;}

.product-grid-box .product-image img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    filter: brightness(1);
    height: auto;
}
.product-grid-box:hover .product-image img {
    transform: scale(1.020) rotateZ(0deg);
    -moz-transform: scale(1.020) rotateZ(0deg);
    -webkit-transform: scale(1.020) rotateZ(0deg);
    -o-transform: scale(1.020) rotateZ(0deg);
    filter: brightness(0.3);
}
section#best-seller-products .owl-dots {
 margin-top: 20px !IMPORTANT;
}
section#best-seller-products .owl-dots button {
    box-shadow: none;
}
section#best-seller-products .owl-theme .owl-dots .owl-dot span {
    box-shadow: none ! IMPORTANT;
    background: #686868;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
section#best-seller-products button.owl-dot.active span {
    background: #000000 !important;
}
#best-seller-products {
    background: #EFEFEF;
}
section#best-seller-products .new-arrival{
        position: relative;
    left: 5em;
}
section#best-seller-products .owl-carousel .owl-nav button.owl-prev span,
section#best-seller-products .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
section#best-seller-products .owl-carousel .owl-nav button.owl-prev:before {
    position: absolute;
    left: -48px;
    top: 35%;
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    content: "\f104";
    font-family: 'FontAwesome';
}
section#best-seller-products .owl-carousel .owl-nav button.owl-next:after {
    position: absolute;
    right: -48px;
    top: 35%;
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    content: "\f105";
    font-family: 'FontAwesome';
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img{
    display: block;
    width: 85% !important;
    height: auto;
    max-width: 100% !important;
    box-shadow: none;
    margin: 0 auto;
}
/*----------------------------------------*/
/*  banner 2
/*----------------------------------------*/
div#banner2 .peccular-feat-single-bg {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    filter: brightness(1);
}
div#banner2 .peccular-feat-single-bg:hover {
    filter: brightness(0.7);
}
div#banner2 .peccular-feat-single-bg {
    height: 587px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover ! IMPORTANT;
        background-position: center !important;
    background-repeat: no-repeat ! IMPORTANT;
}
div#banner2 .peccular-bannert-icon {
    position: absolute;
    width: 80px;
    bottom: 0;
}
div#banner2 h4.title a {
    font-weight: 300;
    color: #ffffff;
}
div#banner2 h4.title {
    z-index: 1;
    color: #ffffff;
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
    padding-bottom: 15px;
    word-break: break-word;
}
div#banner2 .peccular-bannert-b:hover .peccular-bannert-icon {
    transform: translateX(0px);
    transition: 0.2s ease-in-out;
}
div#banner2 .peccular-bannert-icon {
    position: absolute;
    width: 100px;
    bottom: 0;
    transform: translateX(-125px);
    transition: 0.2s ease-in-out;
}
.peccular-bannert-b {
    padding: 13px;
}
.bannert-overlay {
    position: absolute;
    width: 100%;
    opacity: 0.3;
    height: 100%;
    background: linear-gradient(to top, #ffffff 5%, #000000 40%);
}
div#banner2 .peccular-bannert-b:hover .bannert-overlay{
opacity: 0.6;
}

div#banner2 p.banner-tagline {
     font-size: 25px;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 4px;
}
/*div#banner2 .peccular-bannert-b a.full-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}*/
div#banner2 a.btn.btn-lg {
font-size: 12px;
    padding: 7px 20px;
    border-radius: 5px;
    text-align: left;
}
div#banner2 .banner-content {
    padding-left: 30px;
    padding-top: 1.2em;
    position: relative;
}
div#banner2 a.btn.btn-lg:hover{
    color: #fff;
    background: transparent !important;
}
/*----------------------------------------*/
/*  shop
/*----------------------------------------*/
li.product-category.product.last {
   /* clear: both;*/
}
li.product-category.product img {
    height: 315px ! IMPORTANT;
}
div#content-box a.woocommerce-Button.wc-forward.button,
div#content-box a.button.wc-forward {
    color: #ffffff ! IMPORTANT;
    font-size: 16px;
    border-radius: 0;
    box-shadow: none;
}
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    width: 100%;
}
button.woocommerce-Button.button {
    margin-top: 1em;
    margin-bottom: 1em !important;
    border: 0 !IMPORTANT;
}
.woocommerce .single-productpage li.product a.button,
.single-productpage a.single_add_to_cart_button.button.alt.custom-checkout-btn {
   /* display: none !important;*/
}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price {
    font-size: 26px;
}
.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins span,
.woocommerce-page span.price bdi {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500 !IMPORTANT;
    color: #686868;
}
.woocommerce ul.products li.product .total-product-title-wrap {
    padding: 5px 0px 0;
    text-align: left;
}
main#innerpage-box h2.woocommerce-loop-product__title {
    color: #000 !important;
    padding-left: 0;
    font-weight: 500 !important;
}
.woocommerce-page ul.products li.product .price ins {
    padding-right: 0.5em;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    padding-bottom: 20px;
    margin-bottom: 0;
    margin: 0 3.3% 2.992em 0;
}
.woocommerce ul.products li.product .onsale {
    margin: 10px -6px 0 0;
    display: none;
}
.woocommerce .products ul, 
.woocommerce-page .products ul, 
.woocommerce ul.products, 
.woocommerce-page ul.products {
    padding-top: 55px;
    border-top: 0px solid #eee !important;
}
.woocommerce-page .woocommerce-ordering select{
    border: 1px solid #000000 ! IMPORTANT;
    height: 44px;
    width: 90%;
    float: right;
}
.woocommerce-page .woocommerce-ordering select option, 
.woocommerce-page .woocommerce-ordering select {
    font-weight: 600 !important;
    font-size: 15px;
    line-height: 18px;
    padding: 3px 12px;
    border: 1px solid #000000 ! IMPORTANT;
}
span.property-type-badge {
font-size: 31px;
    color: #000000;
    position: absolute;
    top: 1.5em;
}
.woocommerce .products ul, 
.woocommerce-page .products ul, 
.woocommerce ul.products, 
.woocommerce-page ul.products {
    padding-top: 5px;
    border-top: 1px solid #eee;
}
.woocommerce-page .woocommerce-ordering select option {
    font-weight: 500 !IMPORTANT;
}
main#innerpage-box h2.woocommerce-loop-product__title:hover,
.widget-area .woocommerce ul.product_list_widget li a span:hover,
main#innerpage-box .widget-area .tagcloud a:hover{
    color: #4c4c4c !important;
}
.woocommerce ul.products li.product .price del, 
.woocommerce ul.products li.product .price del span{
 font-weight: 500;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 5px !important;
}
.woocommerce .product-page {
    position: absolute;
    z-index: 1;
    width: 30%;
}
.woocommerce .widget-area a{
    line-height: 35px;
    font-size: 14px;
    color: #AAAAAA !important;
}
.woocommerce div#sidebars span.product-title{
  color: #AAAAAA !important;
}
.woocommerce div#sidebars span.product-title:hover {
    color: #DC2600 !important;
}
.woocommerce span.count {
    text-align: right;
    position: absolute;
    right: 0;
    color: #AAAAAA;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    padding-top: 5px;
    height: 40px !important;
    border-radius: 0 !important;
}
.woocommerce .products .star-rating,
.woocommerce ul.products li.product .total-product-title-wrap a span{
    display: none;
}
.woocommerce div#secondary .tagcloud a {
    line-height: 25px;
    color: #aaaaaa !important;
    font-size: 20px;
    font-weight: 600;
}
p.woocommerce-result-count {
    display: none;
}
button#product-page {
    border: 1px solid #000000;
    border-radius: 0;
    background: #2D2B2B;
    color: #fff !important;
    font-size: 25px;
    /* font-weight: 300; */
    padding: 8px 25px 10px 15px;
    width: 100%;
    text-align: left;
}
body.post-type-archive-product .star-rating.ehi-star-rating {
    display: none ! IMPORTANT;
}
main#innerpage-box h1.ht-main-title {
    font-size: 58px !important;
    text-align: left;
    font-weight: 700;
    letter-spacing: 1.74px;
    color: #212121;
    padding-bottom: 20px;
    text-transform: uppercase !important;
}

/*body.post-type-archive-product ul.products,
body.archive.tax-product_cat ul.products{
    padding-top: 4.5em !important;
}
*/
body.archive.tax-product_cat .star-rating.ehi-star-rating{
    display: none;
}

.woocommerce ul.products li.product a img{
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    filter: brightness(1);
    height: auto;
}
.woocommerce ul.products li.product:hover a img{
/*    transform: scale(1.020) rotateZ(0deg);
    -moz-transform: scale(1.020) rotateZ(0deg);
    -webkit-transform: scale(1.020) rotateZ(0deg);
    -o-transform: scale(1.020) rotateZ(0deg);*/
    filter: brightness(0.4);
}
li.product-category {
    width: 30.2%;
    float: left;
    margin-right: 20px !important;
    padding: 0 !important;
    margin-bottom: 1.5em !important;
    margin-left: 20px ! IMPORTANT;
}
.woocommerce ul.products li.product a img {
    width: 100%;
}
body.page-template-default main#innerpage-box h2.woocommerce-loop-category__title mark {
    clear: both;
    display: block;
    text-align: center;
    font-size: 18px;
    padding-top: 0.5em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    text-align: center;
    font-size: 18px;
    font-weight: 200 !IMPORTANT;
}
body.page-template-default main#innerpage-box h2.woocommerce-loop-category__title:hover, 
body.page-template-default main#innerpage-box h2.woocommerce-loop-category__title:hover mark{
color: d80000;
}
li.product-category:before{
    content: none !important;
}
body.page-template-default main#innerpage-box h2.woocommerce-loop-category__title {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 0;
    line-height: 25px;
    padding: 0.5em 0 0 0;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    padding-bottom: 10px;
    margin-bottom: 22px;
}

.woocommerce-page ul.products li.product .price del bdi {
    font-size: 20px;
    font-weight: 600;
    color: #D80000;
}
main#innerpage-box h2.woocommerce-loop-product__title:hover, 
.widget-area .woocommerce ul.product_list_widget li a span:hover {
    color: #D80000 !important;
}
span.reviewer,
.widget-area del span.woocommerce-Price-amount.amount{
    color: #DC2600 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #3b3b3b;
}
div#secondary input[type="search"]::placeholder {
    color: #3b3b3b;
}
body.post-type-archive .single-productpage li.product {
    padding-bottom: 0 !important;
    margin-bottom: 5px ! IMPORTANT;
}
body.archive.post-type-archive.post-type-archive-product li.product.type-product {
    margin-bottom: 2em ! IMPORTANT;
}
body.single.single-product .woocommerce-message a.button.wc-forward {
    margin-top: 0;
        padding: 5px 20px;
}
.all-block span.wishsuite-btn-text {
    display: none;
}

.woocommerce .wishsuite-button {
     display: inline-block; 
    align-items: center;
    position: relative;
    position: absolute ! IMPORTANT;
    right: 10px;
    left: auto ! IMPORTANT;
    background: #EFEFEF;
    width: 27px;
    height: 27px;
    text-align: center;
    top: 10px;
    line-height: 27px ! IMPORTANT;
    border-radius: 50%;
}
.wishsuite-button svg {
    position: relative;
    top: 7px;
}
/*----------------------------------------*/
/*  Signle Product
/*----------------------------------------*/
.single .prowoocoomercetab-description ul li {
    list-style: disc;
    color: #000000;
    font-size: 18px;
    line-height: 34px;
    font-family: roboto;
    font-weight: 500;
    text-transform: capitalize;
}
.single .prowoocoomercetab-description ul {
    margin-top: 1em;
    margin-left: 0em;
}
.prowoocoomercetab-content .shipp-ico-box {
    display: none;
}
body.single-product h1.ht-main-title {
    display: none;
}
body.single-product span.root {
    /*display: none;*/
}
button.single_add_to_cart_button {
    margin-top: 0 !IMPORTANT;
}
.prowoocoomercetab-content form.cart {
    margin: 0 !IMPORTANT;
    padding: 0 !important;
        margin-top: 1em !important;
}
body.single-product main#innerpage-box .product_title.entry-title {
font-size: 34px !important;
    line-height: 40px;
    color: #131313;
    padding-left: 0;
    margin-bottom: 10px;
    text-transform: capitalize !important;
    font-weight: 500 !IMPORTANT;
}
body.single-product div.product form.cart {
    margin-bottom: 1.2em !important;
}
p.quantity-heading {
    display: none;
}
body.single-product main#innerpage-box div.quantity {
    margin: 25px 4px 0 0;
}
body.single-product main#innerpage-box p.price {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0 !IMPORTANT;
    font-weight: 700 !important;
    display: -webkit-inline-box;
}
body.single-product main#innerpage-box p.price span,
body.single-product main#innerpage-box p.price bdi {
    font-weight: 500;
    font-size: 29px;
}
body.single-product main#innerpage-box p.price del span {
    font-size: 20px;
}
body.single-product main#innerpage-box p.price bdi {
    font-size: 20px;
}
body.single-product main#innerpage-box p.price del {
    color: #000000;
    opacity: 50%;
    padding-left: 15px;
}
body.single-product main#innerpage-box p.price ins {
color: #D80000;
    padding-left: 0px;
    float: left;
}
body.single-product em strong {
    display: none ! IMPORTANT;
}
body.single-product main#innerpage-box p.product-info-quant span {
    color: #009E2F;
    font-weight: 500;
    font-size: 18px;
}
body.single-product main#innerpage-box p.product-info-quant {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
    position: relative;
    left: 7em;
        display: inline-block;
    margin-bottom: 5px;
}
body.single-product main#innerpage-box .summary.entry-summary p.price span {
    color: #000000;
}
body.single-product .summary.entry-summary {
    padding-left: 4em;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  right: 2.5em !important;
}
body.single-product a.woocommerce-review-link {
    opacity: 0;
}
body.single-product #innerpage-box p.product_sku {
    font-size: 14px;
}
body.single-product main#innerpage-box .quantity .qty {
    width: 94.32px;
    height: 62px;
    border: 1px solid #000000;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 700;
}
body.single-product main#innerpage-box button.minus {
    color: #000;
    background: #ffffff;
    box-shadow: none;
    padding: 0;
    left: 25px;
    position: absolute;
    font-size: 25px;
    line-height: 0;
    font-weight: 700;
    top: 20px;
}
body.single-product main#innerpage-box button.plus {
    padding: 0;
    position: absolute;
    right: 40px;
    background: transparent;
    color: #000000;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    top: 18px;
}
.woocommerce div.product form.cart {
    margin-bottom: 1.8em;
}
body.single-product .short-description {
    font-size: 15px ! IMPORTANT;
    line-height: 23px !important;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    color: #616161;
    font-family: 'Poppins';
}
.single .prowoocoomercetab-description .short-description {
    display: none;
}
body.single-product main#innerpage-box div.quantity,
body.single-product button.single_add_to_cart_button {
    margin-top: 0px;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 0 !important;
}
body.single-product .short-description ul li {
    list-style: disc;
    position: relative;
    left: 1.2em;
    color: #707070 ! IMPORTANT;
    font-size: 14px ! IMPORTANT;
    line-height: 28px;
}
body.single-product .short-description ul {
    padding-top: 1em;
}
.woocommerce div.product form.cart div.quantity {
    position: relative;
}
body.single-product button.single_add_to_cart_button.button.alt {
    width: 343px;
    height: 46px ! IMPORTANT;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}
body.single-product button.single_add_to_cart_button.button.alt:hover,
body.single-product .shipping-txt span a:hover {
    opacity: 0.6 !important;
}
body.single-product .shipping-txt span {
    font-weight: 400;
    text-decoration: underline;
}
body.single-product .shipping-txt {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000000 ! IMPORTANT;

}
body.single-product .product-custom {
    display: none;
}
body.single-product #innerpage-box .article a.btn.btn-lg {
    color: #ffffff !important;
    display: ruby-text;
    width: 218px;
    background: #2B2929;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 0.8em;
}
body.single-product .tooltip-text {
visibility: visible;
    width: 150px;
    display: block;
    background-color: #DC2600;
    color: #000000;
    text-align: left;
    padding: 0px 0;
    position: relative;
    font-size: 15px;
    top: -10px;
    /* margin-left: 50px; */
    opacity: 1;
    transition: opacity 0.3s;
    transition: all 0.2s linear;
    z-index: 11;
    left: 25px;
    background: transparent;
}
body.single-product header.site-header .tooltip-text {
    display: none;
}
body.single-product header.header--inner .breadcrumbbox{
      padding: 0 0 0.5em 2.2em;
}
body.single-product header.header--inner .peccular-innerpage-overlay{
      padding: 50px 0;
}
body.single-product header.header--inner .site-details {
    top: 2.6em;
}
body.single-product i.fa-solid.fa-question {
    margin-right: 10px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 11px;
}
.single .prowoocoomercetab-content li::marker {
    font-size: 25px;
    color: #000000;
}
body.product-template-default.single.single-product .woocommerce-related-products section.related.products li.product {
    width: 100% !important;
}
form.cart .product-custom,
body.single-product form.cart .product-custom {
    display: block;
}
body.single-product p.custom-salenew:before {
    content: "Availability: ";
    font-size: 14px;
    font-family: 'Poppins';
}
body.single-product .shipping-txt span a {
    color: #000000;
}
body.single-product span.onsale {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    opacity: 1 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    opacity: 1;
    border: 1px solid #e0dddd !important;
    padding: 2px;
}
body.product-template-default.single.single-product .summary.entry-summary .star-rating.ehi-star-rating {
    position: relative;
    top: 0;
        display: none;
}
.woocommerce-MyAccount-content p {
    margin: 0 !IMPORTANT;
}
.woocommerce table.shop_table{
    border-radius: 0 !important;
}
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text,
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    background: transparent !important;
}
/*-----------------------
## checkout
-----------------------------*/
li.woocommerce-MyAccount-navigation-link {
    position: relative;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: "\f007" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    content: "\f03a" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before {
    content: "\f019" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: "\f041" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: "\f044" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: "\f08b" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a:nth-child(1):before {
    content: "\f1cb";
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 10px;
    color: #ffffff;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a:nth-child(2):before {
    content: "\f041";
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 10px;
    color: #ffffff;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a:nth-child(3):before {
    content: "\f007";
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 10px;
    color: #ffffff;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a {
    color: #ffffff !important;
    text-decoration: none;
    background: #000000;
    font-size: 16px;
    margin-right: 1em;
    padding: 1em 2em;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    line-height: 4em;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a:hover {
    background: #c70000 !important;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p{
    font-size: 0;
}
body.woocommerce-account div#content-box form.woocommerce-EditAccountForm.edit-account p,
body.woocommerce-account div#content-box .woocommerce-address-fields p,
body.woocommerce-downloads div#content-box p,
body.woocommerce-orders div#content-box p{
    font-size: 16px;
    line-height: 30px;
}
body.woocommerce-account div#content-box .woocommerce-address-fields__field-wrapper {
    margin-bottom: 1em;
}
body.woocommerce-account div#content-box a.woocommerce-Button.button{
    color: #ffffff !important;
}
nav.woocommerce-MyAccount-navigation {
    width: 25%;
    border-right: 1px solid #d5d8dc;
    padding-top: 8em;
}
.woocommerce-MyAccount-content {
    width: 75%;
    padding-left: 2em;
    padding-top: 7em;
}
body.woocommerce-account .woocommerce {
    display: flex;
}
.wc-block-cart .wc-block-cart-items th span, 
.wc-block-cart .wc-block-cart__totals-title {
    font-size: 17px !important;
    font-weight: 600;
    padding: 0;
    padding-bottom: 0.5em;
}
div#content-box a.wc-block-components-product-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.wc-block-cart .wc-block-cart-items {
    background: #ffffff !important;
}
.wp-block-woocommerce-cart-order-summary-block {
    background: #ffffff;
    padding: 1em 1em;
}
.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    background: #ffffff;
}
div#content-box .wc-block-cart .wc-block-cart__submit-container a {
    background: #000000;
    color: #ffffff ! IMPORTANT;
}
div#content-box .wc-block-cart .wc-block-cart__submit-container a:hover {
    background: #c70000;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 20px 8px 20px !important;
}
fieldset#contact-fields {
    background: #ffffff;
    padding: 0 2em 2em 4em;
}
h2.wc-block-components-title:before {
    font-size: 0.5em;
    color: #ffffff;
    background: #000000 !important;
    border-radius: 50% !important;
    width: 2em;
    height: 2em;
    line-height: 2em;
    position: relative;
    top: 0px !important;
}
body.woocommerce-checkout h2.wc-block-components-title.wc-block-components-checkout-step__title {
    font-size: 2em !important;
}
fieldset#billing-fields {
    background: #ffffff;
    margin-top: 1.5em;
    padding: 0 2em 2em 4em;
}
fieldset#payment-method {
    padding: 0 2em 2em 4em;
    background: #ffffff;
    margin-top: 1.5em;
}
.wc-block-checkout__add-note {
    padding: 1em 2em 2em 4em !important;
    background: #ffffff;
    margin-top: 0 !important;
}
.wc-block-checkout__terms {
    padding: 2em 2em 0em 4em;
    background: #ffffff;
    margin: 0 !important;
}
.wc-block-checkout__actions {
    border: 0 !important;
    padding: 2em 2em 2em 4em !important;
    background: #ffffff;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #ffffff;
    padding: 1em 1em;
}
.wc-block-components-sidebar{
    margin-top: 0 !important;
    padding-left: 0 !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=url], 
.wc-block-components-text-input input[type=email], 
.wc-block-components-text-input input[type=number], 
.wc-block-components-text-input input[type=tel], 
.wc-block-components-text-input input[type=text], 
.wc-block-components-text-input input[type=url]{
    border-radius: 0 !important;
}
body.woocommerce-checkout .inner_contentbox{
    padding-top: 0 !important;
}
body.woocommerce-cart .inner_contentbox {
    padding-top: 1em;
}
.woocommerce-MyAccount-content:before {
    content: "Welcome to your account page";
    font-size: 25px;
    font-weight: 600;
    font-family: roboto;
    position: absolute;
    top: 30px;
}
.dashboard-info {
    position: absolute;
    top: 54px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 5em;
}
.dashboard-info span {
    clear: both;
}
div#customer_login .col-1, div#customer_login .u-column2.col-2 {
    width: 100%;
}
body.woocommerce-account .inner_contentbox img {
    position: absolute;
    top: 0;
    border-radius: 50%;
}
body.woocommerce-account .login-info-my-account {
    position: absolute;
    top: 90px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
div#content-box li.woocommerce-MyAccount-navigation-link a:hover, 
div#content-box .woocommerce-MyAccount-navigation-link.is-active a{
    color: #d80000 !important;
}
/*body.woocommerce-account .peccular-page-main {
    padding-bottom: 3em;
}*/
/*-----------------------
## Single product tabs 
-----------------------------*/
body.product-template-default.single.single-product .vi-wpvs-variation-style{
    display: block !important;
}
body.single.single-product .owl-nav{
    display: block;
}
body.single.single-product .button {
    margin-top: 3em;
}
body.single.single-product .breadcrumbbox .button {
    margin-top: 0em;
}
body.single.single-product span.treeEnd {
  /*  color: #000000;*/
}
body.product-template-default.single.single-product .single-pro-btn i.fa.fa-minus:before {
    content: "|";
}

.woocommerce div.product div.images .flex-control-thumbs button {
    position: absolute;
    top: 20%;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    box-shadow: none;
}
.woocommerce div.product div.images .flex-control-thumbs button.owl-next i.fa, 
.woocommerce div.product div.images .flex-control-thumbs button i.fa {
    font-size: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs button.owl-next {
    right: -4em;
}
body.single.single-product button.owl-prev {
    left: -70px;
}
.single .prowoocoomercetab-content {
    border-bottom: 0px solid #d5d8dc;
    padding: 0px 0px 14px 0px;
    /* display: none; */
  /*  margin-bottom: 23px;*/
}
body.single.single-product button.box1-acc.accordion, 
body.single.single-product button.box2-acc.accordion,
body.single.single-product button.box3-acc.accordion,
body.single.single-product button.box4-acc.accordion,
body.single.single-product button.box5-acc.accordion {
    background: transparent;
    padding: 0;
    line-height: 0;
}
body.single.single-product button.accordion.active{
      border-bottom: 2px solid #000000;

}
body.single.single-product .faq-answer {
    font-size: 16px;
    line-height: 22px;
}

.single .prowoocoomercetab-content button.accordion {
    color: #000;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin: 0;
    background: none;
    padding: 0;
    border: none;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    position: relative;
}

.single .prowoocoomercetab-content button.accordion{
    border-radius: 0;
}
.single .prowoocoomercetab-content button.accordion.active, button.accordion:hover {
    transition: all 0.2s ease 0s;
    opacity: 1;
}
.single .prowoocoomercetab-content button.accordion:before {
    content: "\f067";
    font-family: 'Fontawesome';
    font-size: 12px;
    color: #000;
    float: right;
    right: 19px;
    position: relative;
    /* top: 0px; */
    font-weight: 400;
    line-height: 26px;
    transition: all 0.2s ease 0s;
}
.single .prowoocoomercetab-content button.accordion.active:before {
    content: "\f068";
    font-family: 'Fontawesome';
    transition: all 0.2s ease 0s;
}
.single .prowoocoomercetab-content button.accordion.active:before{color: #000;}
.single .prowoocoomercetab-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0px 0 0px 0;
    border: none;
    /* background: linear-gradient(0deg,#8972ea,#516ced 80%) no-repeat;*/
    border-radius: 0 0 ;
    padding: 1px 20px 1px 20px;
    box-shadow:none;
}
.single .prowoocoomercetab-content div.panel{ border-top: none;}
.single .prowoocoomercetab-content div.panel.show {    
    opacity: 1;
    max-height: 500px;
    padding: 0;
}
.single .prowoocoomercetab-content div.panel p{margin: 12px 0 12px 0; line-height: 27px;}
.single h3.prowoocoomercetab-title {
    padding-right: 30px;
    padding-left: 38px;
    margin: 0;
    line-height: 24px !important;
    word-break: break-word;
    text-align: left;
    font-size: 20px !important;
    border: 0 !important;
    font-weight: 400;
    color: #000000 !important;
    margin: 10px 0 !IMPORTANT;
}
.single h3.prowoocoomercetab-title:after {  display: none;}
.single .prowoocoomercetab-content p {
    font-size: 15px;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    color: #232323 !important;
    font-weight: 400;
    margin: 10px 0 0 !important;
    opacity: 0.76;
}
.single .prowoocoomercetab-description {
    padding-left:18px;
    padding-right:18px;

}
.single h3.prowoocoomercetab-title span {
    color: #ffd200;
}

.single .prowoocoomercetab-description h1, 
.single .prowoocoomercetab-description p.price, 
.single .prowoocoomercetab-description .woocommerce-product-details__short-description, 
.single .prowoocoomercetab-description .single_variation_wrap,
.single .prowoocoomercetab-description .product_meta {
    display: none !important;
}

.single .woocommerce .product_meta .posted_in a {
    background: none !important;
}
.single main#innerpage-box h3.prowoocoomercetab-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
        margin-top: 3em !important;
}
body.single-product main#innerpage-box .prowoocoomercetab-content p{
    font-size: 14px ! IMPORTANT;
    line-height: 25px !important;
    color: #000000 ! IMPORTANT;
    opacity: 1;
    font-family: poppins;
}
.single .prowoocoomercetab-description ul li {
    font-size: 14px ! IMPORTANT;
    font-weight: 600;
    position: relative;
    left: 1.2em;
}
.tab-bg{
    background: #f7f7f7;
    
} 
.tab-bg-box{
  margin-top: 3em;
}
body.single-product main#innerpage-box .prowoocoomercetab-content p.product-info-quant {
    display: none;
}
body.single-product main#innerpage-box .prowoocoomercetab-content a.woocommerce-review-link {
    display: none;
}
body.single-product div#banner3 {
    background-size: cover ! IMPORTANT;
    background-repeat: no-repeat ! IMPORTANT;
}
section.related.products {
    position: relative;
    padding-top: 9em;
}
section.related.products:before {
content: "You may also like";
    position: absolute;
    color: #000000;
    text-align: center;
    margin: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    letter-spacing: 1.35px;
    font-weight: 500;
    top: 50px;
}
/*body.single-product ul.tabs.wc-tabs, 
body.single-product div#tab-description {
    display: none !important;
}*/
.single .box-2.prowoocoomercetab-description {
    display: none;
}
.single .box-3.prowoocoomercetab-description {
    display: none;
}
.single .box-4.prowoocoomercetab-description {
    display: none;
}
.single p.stock.in-stock {
    display: none;
}
body.single-product div#reviews{
  display: none;
}
section.related.products {
    display: none;
}
.woocommerce-related-products {
    padding: 0 5em;
    background: #f7f7f7;
        padding-bottom: 2em;
}
body.single-product .catalog-details .product-custom {
    display: block;
}
body.single-product .catalog-details .product-custom p.custom-catnew {
    font-size: 20px ! IMPORTANT;
    line-height: 32px ! IMPORTANT;
    padding-top: 10px !important;
    margin: 0 !important;
}
body.single-product .left-box-content {
    padding-top: 8em;
}
body.single-product .banner-box {
    padding-top: 10px;
}
body.single-product .container.main-banner {
    background: #ffffff;
}
body.single.single-product .woocommerce-product-gallery__image.flex-active-slide img {
    border: 1px solid #dad1d1 ! IMPORTANT;
    /* padding: 5px; */
}
body.single-product .banner-box-img img{
  width: 100%;
}
body.single-product .banner-box span.treeEnd {
    font-size: 40px;
    color: #000000;
}
body.single-product .banner-box span.root {
    display: none;
}
body.single-product .banner-box .Catalog {
    padding-bottom: 1em;
}
.woocommerce-related-products section.related.products button.owl-next {
    position: absolute;
    right: -45px;
    top: 44%;
}
.woocommerce-related-products section.related.products button.owl-prev {
    position: absolute;
    left: -45px;
    top: 44%;
}
.woocommerce-related-products section.related.products button.owl-next i.fa, 
.woocommerce-related-products section.related.products button.owl-prev i.fa {
    font-size: 38px;
}
.woocommerce-related-products section.related.products {
    display: block;
}
.single .single-productpage main#innerpage-box h2.woo-reviews {
    font-size: 50px !important;
    text-align: center;
    line-height: 61px;
    font-weight: 700 !IMPORTANT;
    text-transform: uppercase !important;
    margin-top: 0.5em;
        display: none;
}
.single main#innerpage-box p.average-count {
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}
.single main#innerpage-box p.based-review {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding-top: 5px;
}
.woocommerce-review-toparea .star-rating {
    position: absolute;
    top: 30px;
    font-size: 20px;
}
.woocommerce-review-toparea {
    position: relative;
    border: 1px solid #000000;
    padding: 4em 2em 2em 2em;
    margin-top: 1em;
    margin-bottom: 2em;
}
.single main#innerpage-box button#show-review-form {
    border-radius: 0;
    width: 225px;
    height: 54px;
    letter-spacing: 1.76px;
    font-size: 18px;
    /* font-family: "Roboto", sans-serif; */
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 10px;
}
.single main#innerpage-box strong.woocommerce-review__author {
    font-size: 24px;
    font-weight: 600;
}
.single main#innerpage-box span.woocommerce-review__date {
    position: absolute;
    top: 65px;
    font-size: 14px;
    font-weight: 600;
}
body.product-template-default.single.single-product .description {
    position: relative;
    top: 0;
    left: -60px;
    padding-top: 0em;
    font-size: 16px;
}
body.product-template-default.single.single-product .description p {
    font-size: 15px ! IMPORTANT;
    line-height: 25px ! IMPORTANT;
    font-weight: 600 !IMPORTANT;
    color: #000000 ! IMPORTANT;
    top: 3.6em;
    position: relative;
    padding-left: 0.5em;
}
body.product-template-default.single.single-product .description p:before {
    content: "";
    width: 13px;
    height: 2px;
    position: absolute;
    left: -20px;
    background: #000000;
    top: 10px;
}
body.product-template-default.single.single-product ul.products{
    padding-top: 40px;
}
.woocommerce-related-products .star-rating.ehi-star-rating {
    display: none !important;
}
.woocommerce-page .related ul.products li.product{
  width: 30.3% !important;
  margin-right: 3% !important;
}
body.product-template-default.single.single-product span#reply-title {
    font-size: 35px;
    font-weight: 600;
}
body.product-template-default.single.single-product div#review_form form {
    margin-top: 2em;
    margin-bottom: 5em;
}
body.product-template-default.single.single-product #innerpage-box p.comment-notes span {
    font-weight: 600 !important;
}
body.product-template-default.single.single-product #innerpage-box .comment-form-rating .stars a {
    color: #FFAD0C;
    font-weight: 700;
    font-size: 25px;
}
body.product-template-default.single.single-product #innerpage-box .comment-form-rating .stars {
    margin-bottom: 1em !important;
}
body.product-template-default.single.single-product div#review_form form label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.woocommerce #review_form #respond .form-submit input:hover, 
.woocommerce #review_form #respond .form-submit input {
    border: 0 !important;
}
body.product-template-default.single.single-product ul.products li.product a img {
    width: 100%;
    border: 0px solid #707070 !important;
}
div#banner3shop .offet-text{
    font-weight: 900;
}
.cart_totals h2 {
    margin-top: 10px !important;
    padding: 0 !important;
}
.woocommerce table.shop_table th{
    text-transform: uppercase;
}
div#content-box a.button.wc-backward {
    color: #ffffff !important;
    margin-bottom: 0.2em;
    font-size: 20px;
    font-weight: 500;
}
#coupon_code{
    width: 50% !important;
    border-radius: 0;
}
.woocommerce form .form-row,
form.checkout_coupon.woocommerce-form-coupon p{
    margin: 0 !important;
}
.woocommerce-billing-fields h3,
h3#ship-to-different-address span,
h3#order_review_heading{
}
h3#ship-to-different-address span {
    font-weight: 600;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
    border-radius: 0 !IMPORTANT;
}
.woocommerce-error::before{
    content: none !important;
}
.woocommerce .blockUI.blockOverlay{
    display: none !important;
}
button#place_order {
    margin-bottom: 1em;
}
body.product-template-default.single.single-product section.related.products h2 {
    display: none;
}
body.product-template-default.single.single-product section.related.products li h2 {
    display: block;
}
/*----------------------------------------*/
/*  Search
/*----------------------------------------*/
body.search.search-results .entry-content {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
body.search.search-results div#content-box .entry-readmore a {
    color: #ffffff ! IMPORTANT;
    border-radius: 0;
    box-shadow: none;
}
/*--------------------------------------------------------------
# Accoradation
--------------------------------------------------------------*/
.faq-text-box-abs p {
    font-size: 16px !important;
    color: #8c8c8c !important;
    line-height: 35px !important;
    margin-bottom: 1.5em !important;
}
.faq-text-box-abs h2 {
    font-size: 24px !important;
    letter-spacing: 0.5px !important;
    padding: 0 !important;
    margin-bottom: 0.7em !important;
}
.faq-text-box-abs {
    position: absolute;
    top: 8%;
    width: 610px;
    left: 2.5em;
}
#innerpage-box div#content-box .faq-text-box-abs .btn{
    color: #ffffff;
    font-size: 15px;
    padding: 10px 22px;
    border-radius: 0;
    transition: all 0.25s ease;
    background: #000000;
    font-weight: 600;
    border-radius: 10px;
}
#innerpage-box div#content-box .faq-text-box-abs .btn:hover{
    color: #ffffff;
    background-image: repeating-linear-gradient(-80deg, #e76452, #ffffff 25px, transparent 48px, transparent 0px);
    background-size: 8px 18px;
    animation: cloud-animation 1.25s infinite ease;
        font-weight: 600;
            outline: 2px solid #ffffff;
    outline-offset: -6px;
}
.faqs-container{
    overflow: hidden;
}
.faq-singular {
position: relative;
    margin-bottom: 13px !important;
}

#innerpage-box .faq-singular .faq-question {
position: relative;
    cursor: pointer;
    margin: 0;
    color: #000000 !important;
    margin-bottom: 15px !important;
    padding: 5px 35px 5px 10px !important;
    letter-spacing: 0;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px 0 !important;
    font-weight: 600 !important;
    line-height: 26px;
    border-radius: 0px;
    background: #ffffff;
}
.faq-img img {
    border-radius: 0;
    float: left;
    position: relative;
    width: 100%;
}

.faq-singular.active h6.faq-question {
    opacity: 1 !important;
}
.faqs-num {
    width: auto;
    display: inline-block;
    padding-right: 0.2em;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "\f107";
    color: #ffffff;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    font-weight: 500;
    transition: all .5s;
    font-family: 'FontAwesome';
    width: 23px;
    height: 23px;
    background: #DC2600;
    border-radius: 50%;
    text-align: center;
}
.faq-singular.active .faq-question:before {
    transform: rotate(180deg);
    top: 30%;
}
.faq-img {
    padding-right: 2.5em;
}
.faq-answer {
    display: none;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #000000;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 0px;
    margin-top: 5px;
    padding: 0.6em 1.2em;
}
main#innerpage-box .faq-answer.text-break div {
font-size: 15px !important;
    line-height: 25px;
    font-family: 'Poppins';
}
/*----------------------------------------*/
/*  Video Area
/*----------------------------------------*/
#video .wrap {
  position: relative;
  height: 550px;
}
#video .video-bg {
  position: relative;
  height: 100%;
  background: #000;
  overflow: hidden;
}
#video .video-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
#video .video-bg iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 60vw;
}
#video .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#video .title {
  font-size: 2.5vw;
}
.animation-box {
  width: 75%;
  height: 27.5rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.animation-container {
  width: 1000rem;
  height: 30rem;
}

@keyframes topFadeOut {
  0% {
    position: absolute;
    top: -3rem;
    opacity: 0;
}

75% {
    position: absolute;
    top: 25%;
    opacity: 1;
}

100% {
    opacity: 0;
}
}
@keyframes bottomFadeOut {
  0% {
    position: absolute;
    bottom: -5rem;
    opacity: 0;
}

75% {
    position: absolute;
    bottom: 25%;
    opacity: 1;
}

100% {
    opacity: 0;
}

}
@keyframes topFadeOutVertical {
  0% {
    position: absolute;
    top: -3rem;
    opacity: 0;
}

75% {
    position: absolute;
    top: 45%;
    opacity: 1;
}

100% {
    opacity: 0;
}
}

@keyframes rightFadeInOut {
  0% {
    position: absolute;
    right: -3rem;
    opacity: 0;
}

75% {
    position: absolute;
    right: 10rem;
    opacity: 1;
}

100% {
    opacity: 0;
    right: 10rem;
}
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
}

45% {
    opacity: 1;
}

100% {
    opacity: 0%;
}
}
#video .first-text {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 5rem;
    opacity: 0; 
    animation-name: topFadeOut;
    animation-duration: 2s;
    color: white;
    right: 0;
    z-index: 1;
}
#video .second-text {
    font-size: 100px;
    position: absolute;
    top: 5.5rem;
    opacity: 0; 
    animation-name: rightFadeInOut;
    animation-delay: 2s;
    animation-duration: 3s;
    color: #ffffff;
    line-height: 165px;
    left: 0;
    right: 0;
    font-weight: bold;
    z-index: 1;
}
#video .fourth-text {
    font-size: 100px;
    position: absolute;
    top: 7.5rem;
    left: 0;
    opacity: 0;
    color: #ffffff;
    animation-name: fadeInOut;
    animation-delay: 6s;
    animation-duration: 5s;
    right: 0;
    font-weight: bold;
}
#video .fifth-text {
    font-size: 40px;
    position: absolute;
    left: 0;
    bottom: 45%;
    opacity: 0;
    color: #ffffff;
    animation-name: bottomFadeOut;
    animation-delay: 6s;
    animation-duration: 8s;
    right: 0;
    z-index: 1;
}
div#video {
    position: relative;
}
div#video-sound {
    position: relative;
    z-index: 99;
}
div#video-sound iframe{
    padding: 0 !IMPORTANT;
}

.homepagevideo {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  width: 100%;
}
.homepagevideo:hover {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
video {
  max-width:100%; 
  display: block;
  position: relative;
  border: 0; 
  padding: 0; 
}

/* checkbox hide */
#volume-switcher {
  display: none; 
}

/* volume on : container */
#switcher-container {
  display:block;
  position: absolute;
  top:0; left:0; bottom:0; right:0;  
  cursor: pointer;
  opacity: 0.8;
  filter: invert(1); /* changer couleur icon */
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in 0s;
}

/* volume on : button */ 
#switcher-container:after {
  content: "";
  border: 0px solid black;
  background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-off_rhwz0o.svg) center center;
  background-size: 100%;
  bottom: 10px;
  right: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
}

#switcher-container:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in 0s;}

/* volume off : container */
#volume-switcher:checked + #switcher-container {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in 1s;
  -moz-transition: all 0.7s ease-in 1s;
  transition: all 0.7s ease-out 1s;   
}

/* volume off : hover */
#volume-switcher:checked + 
#switcher-container:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: opacity 0.3s ease-out 0s;}

/* volume off : button */
#volume-switcher:checked + #switcher-container:after {
  right: 10px;
  content: "";
  background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-on_vztd3h.svg) center center;
  background-size: 100%;
}
/*----------------------------------------*/
/*  Products Category Area
/*----------------------------------------*/
#productcat_section .pro-cat-img {
    overflow: hidden;
}
#productcat_section .pro-cat-img:after {
    content: "";
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    position: absolute;
    background: linear-gradient(0deg, #000000 0%, transparent 25%);
    /* border-radius: 94px 94px 0px 0px; */
    opacity: 0.5;
    top: 0;
    left: 0;
}
#productcat_section a.link-cat {
    position: absolute;
    top: 0;
    border: 0;
    width: 100%;
        left: 0;
    height: 100%;
    z-index: 2;
}
#productcat_section .pro-cat-img img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    filter: brightness(0.85);
    height: auto;
}
#productcat_section .portfolio_item_post:hover .pro-cat-img img {
    transform: scale(1.020) rotateZ(0deg);
    -moz-transform: scale(1.020) rotateZ(0deg);
    -webkit-transform: scale(1.020) rotateZ(0deg);
    -o-transform: scale(1.020) rotateZ(0deg);
    filter: brightness(0.4);
}
#productcat_section h5.category-title {
font-size: 28px;
    padding: 0 10px;
    line-height: 33px;
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
}
#productcat_section h5.category-title a {
    font-weight: 500;
}
#productcat_section {
    background: #ffffff;
}
#productcat_section h5.category-title a {
    color: #ffffff;
}
#productcat_section h5.category-title a:hover {
    opacity: 0.85;
}
#productcat_section .disc-btn {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10px;
        z-index: 3;
    color: #ffffff;
}
#productcat_section .disc-btn a{
    color: #fff;
}
#productcat_section .disc-btn:hover a{
    color: #DC2600;
}
#productcat_section .owl-theme .owl-dots .owl-dot span,
#best-seller-products .owl-theme .owl-dots .owl-dot span,
div#projects .owl-theme .owl-dots .owl-dot span{
      background: #000000;
          margin: 5px 5px !important;
          width: 10px !important;
          height: 10px !important;
}
#productcat_section button.owl-dot.active span,
#best-seller-products button.owl-dot.active span,
#projects button.owl-dot.active span{
    /* opacity: 0.2; */
    background: #dc2600 !important;
}
/*----------------------------------------*/
/*  Banner
/*----------------------------------------*/
div#banner .header-content {
    position: relative;
    z-index: 1;
    padding: 5em 2em 5em 8.5em;
}
div#banner .offet-text {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 11.6px;
    padding-bottom: 1em;
    padding-top: 0.5em;
    color: #001A4B;
}
div#banner .sale-text {
    font-size: 133px;
    letter-spacing: 22.61px;
    font-weight: bold;
    color: #001A4B;
    line-height: 135px;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
}
div#banner .discount-text span{
   animation: neon 5s ease infinite;
   font-weight: 500;
}
@keyframes neon{
    0%,100%{
        color: #001A4B;
    }
    50%{
        color: #fff;
    }
}
div#banner .discount-text {
    font-size: 66px;
    line-height: 99px;
    font-weight: 500;
    color: #001A4B;
    padding-top: 15px;
    padding-bottom: 15px;
}
div#banner .day-text {
    font-size: 26px;
    line-height: 39px;
    font-weight: 500;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    color: #001A4B;
}
.button-all{
    color: #8CB3C8;
    background: #001A4B;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.98px;
    padding: 15px 76px 15px 76px;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    margin: 0.7em 0;
} 
.button-all:hover,
.button-all:focus{
    color: #8CB3C8;
}
.button-all span{
    transition: all 0.3s ease 0s;
    display: block;
    font-weight: 500;
}
.button-all:hover span{
    transform-origin: left center;
    transform: scale(0.85) translateX(-5px);
}
.button-all:before{
    content: '';
    height: 15px;
    width: 15px;
    border: 3px dashed #8CB3C8;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 49%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.button-all:hover:before{
    opacity: 1;
    animation: rotateAnimate 0.5s linear infinite;
}
@keyframes rotateAnimate{
    100%{ transform: translateY(-50%) rotate(360deg); }
}


@media screen and (min-width: 768px) and (max-width: 1024px){

    .footer-area li,  .footer-area li, .page .footer-area li {
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 6px;
    }
}
/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/
div#newsletter .peccular-section-head {
    margin-bottom: 1.8em;
}
#newsletter {
    position: relative;
    z-index: 1;
        background-color: #000000;
    overflow: visible;
    padding-top: 2em;
    padding-bottom: 2em;
}
#newsletter .newsletter-sign-box {
    padding: 0em 6em 1.5em 5em;
    background: none;
    position: relative;
    z-index: 999;
}
#newsletter .peccular-section-head h2{
    font-size: 40px;
    line-height: 51px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 0 6em;
}
#newsletter  .peccular-newsletter-member-wrap input::placeholder,
#newsletter .peccular-newsletter-member-wrap textarea::placeholder{
    opacity: 1 !important;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff !important;
}
#newsletter .peccular-newsletter-member-wrap {
    color: #fff;
    text-align: center;
    padding: 0 21em 0 20em;
}
#newsletter .footer-tag p {
    text-align: center;
    color: #000000;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    padding:00em 0 0.8em 0;
    position: relative;
}
#newsletter .footer-tag:after {
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 265px;
}
#newsletter .peccular-newsletter-member-wrap input[type="text"], 
#newsletter .peccular-newsletter-member-wrap input[type="email"], 
#newsletter .peccular-newsletter-member-wrap input[type="url"], 
#newsletter .peccular-newsletter-member-wrap input[type="password"], 
#newsletter .peccular-newsletter-member-wrap input[type="search"], 
#newsletter .peccular-newsletter-member-wrap input[type="number"], 
#newsletter .peccular-newsletter-member-wrap input[type="tel"], 
#newsletter .peccular-newsletter-member-wrap input[type="range"], 
#newsletter .peccular-newsletter-member-wrap input[type="date"], 
#newsletter .peccular-newsletter-member-wrap input[type="month"], 
#newsletter .peccular-newsletter-member-wrap input[type="week"], 
#newsletter .peccular-newsletter-member-wrap input[type="time"], 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"],
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .peccular-newsletter-member-wrap input[type="color"],
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea{ 
    border: 1px solid #fff !important;
    width: 100%;
    color: #000000 !important;
    border-radius: 8px;
    font-size: 13px;
    height: 48px;
    font-weight: 500;
    background: transparent;
    padding: 0 35px;
}
#newsletter .peccular-newsletter-member-wrap select{
    outline: 0;
    border: none;
    z-index: 2000;
    width: 100%;
    color: #d1cfd0;
    margin: 0 0 6px 0;
    border-radius: 8PX 0 0 8px;
    padding: 16px 20px;
    font-size: 18px;
    height: 65px;
    background: #fff;    
}
#newsletter .peccular-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#newsletter .submt-btn {
    text-align: center;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
background: #ffffff;
    color: #000000;
    font-weight: 500;
    padding: 15px 50px 15px 50px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.5s ease 0s;
    height: 48px;
    margin-left: 0em;
    border-radius: 8px;
    letter-spacing: 0;
    box-shadow: none;
}
#newsletter .peccular-newsletter-member-wrap input[type="email"] {
    position: relative;
    left: 1.7em;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover {
    filter: opacity(0.8);
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
#footer,
.footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    background:#06332e;
}
#footer{
    background: #2d2b2b !important;
    border-top: 5px solid #000000;
}

#footer .footer-overlay,
#footer .footer-overlay,
.page #footer .footer-overlay,
.single #footer .footer-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.footer-area li,
.footer-area li,
.page .footer-area li {
    display: block;
    margin-bottom: 8px;
    margin-top: 0;
    margin-left: 0;
    font-weight: 400;
}
.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    line-height: 29px;
}
footer.wp-block-latest-comments__comment-meta {
    color: #000000;
}
.footer-area .gallery-item,  .footer-area .gallery-item, .page .footer-area .gallery-item, .single .footer-area .gallery-item {
    max-width: 40.33%;
    padding-right: 13px;
    padding-bottom: 13px;
}
.footer-area .gallery-item img, .footer-area .gallery-item img, .page .footer-area .gallery-item img, .single .footer-area .gallery-item img{
    border-radius: 10px;
    border: 2px solid;
    width: 100%;
    height: 70px;
}
.footer-area ul,
.footer-area ul,
.page .footer-area ul,
.single .footer-area ul  {margin: 0 0 15px 00px;}
.footer-area p,
.page .footer-area p,
.single .footer-area p {    
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    color: #000000;
    position: relative;
}
.footer-area .widget-title,

#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2 {   
    color: #2d82f5;
    margin-bottom: 0px;
    font-family: inherit;
    font-size: 25px;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
}
.s-footer.single-footer-4 img {
    margin-right: 1em;
    margin-bottom: 0.25em;
    margin-top: 0.45em;
    width: 51px;
    height: 32px;
}
.single-footer-4 .single-footer {
    margin-right: 2em;
}
.footer-area .widget-title, 
#footer .widget_block h1, 
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2, 
.footer-area .widget-title, 
.page .footer-area .widget-title, 
#footer .widget_block h1, 
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2, 
.page #footer .widget_block h1, 
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2, 
.single .footer-area .widget-title, 
.single #footer .widget_block h1, 
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2, 
#footer .widget .widget-title {
    font-size: 26px ! IMPORTANT;
    line-height: 39px;
    color: #fff;
    font-weight: 500 !IMPORTANT;
    margin-bottom: 12px;
}

.footer-area .widget.widget_recent_entries li a,
.footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 16px;}

.footer-area .social-profile-icons ul li,
.footer-area .social-profile-icons ul li,
.page .footer-area .social-profile-icons ul li,
.single .footer-area .social-profile-icons ul li {    
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{ margin-bottom: 0em;}
.footer-area .footer-bottom-area ul li,
.footer-area .footer-bottom-area ul li,
.page .footer-area .footer-bottom-area ul li,
.single .footer-area .footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}

.footer-area .bottom-area ul,
.footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    font-size: 12px;
    font-weight: 300;
    color: #AEAEAE;
    font-family: poppins;
    line-height: 24px;
    margin-top: 3em;
    text-align: left;
}
.footer-area .bottom-area .footer-text  {
    font-size: 20px;
    font-weight: 700;
    color: #212121 !important;
}
.bottom-area {
    box-shadow: 0px 0px 18px #0000000D;
    position: relative;
    background: #ffffff;
}
.footer-area .bottom-area .bottom-logo {
    padding-top: 3em;
    padding-left: 15px;
}
.footer-area .bottom-area  li {
    display: inline-block;
    list-style-type: none!important;
}
.footer-area .bottom-area  li:before{
    content: '';
}
.footer-area .bottom-area .phn-contact {
    text-align: left;
    padding: 15px 13px 15px 0;
}
.footer-area .bottom-area .phn-contact li i{
    color: #2d81f5;
    padding-left: 10px;
    margin-right: 19px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-top: -17px;
}
.bottom-area .phn-contact p.phn-cnt-txt {
    font-size: 16px;
    font-weight: 500;
    color: #040404;
    line-height: 15px;
    text-align: left;
    margin-bottom: 0;
    margin-left: 25px;
}
.bottom-area .phn-contact li a.h-phone {
    color: #040404;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 40px;
}
.footer-area .pd-0,
.footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.footer-area .bottom-area li a:hover,  .social-profile-icons li a:hover,
.page .footer-area .bottom-area li a:hover,
.single .footer-area .bottom-area li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.footer-area .bottom-area li:hover a::after,  .footer-area .bottom-area li:hover a:after,
.page .footer-area .bottom-area li:hover a::after, .page .footer-area .bottom-area li:hover a:after,
.single .footer-area .bottom-area li:hover a::after, .single .footer-area .bottom-area li:hover a:after
{width: 20px;}
.footer-area .bottom-area li.current_page_item a:after,
.footer-area .bottom-area li.current_page_item a:after,
.page .footer-area .bottom-area li.current_page_item a:after,
.single .footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area .footer-link,
.footer-area .bottom-area .footer-link,
.page .footer-area .bottom-area .footer-link,
.single .footer-area .bottom-area .footer-link{
    text-align: right;
}
.footer-area  ul,
.footer-area  ul,
.page .footer-area  ul ,
.single .footer-area  ul{
    list-style: none;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}
.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,

.footer-area input[type="text"],  .footer-area input[type="email"],  .footer-area input[type="url"],  .footer-area input[type="password"],  .footer-area input[type="search"],  .footer-area input[type="number"],  .footer-area input[type="tel"],  .footer-area input[type="range"],  .footer-area input[type="date"],  .footer-area input[type="month"],  .footer-area input[type="week"],  .footer-area input[type="time"],  .footer-area input[type="datetime"],  .footer-area input[type="datetime-local"],  .footer-area input[type="color"],  .footer-area textarea,
.footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    height: 49px;
    border: 1px solid #fff !IMPORTANT;
    font-size: 15px;
    height: 35px;
    color: #fff;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
}
.footer-area input[type="submit"],
.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: none;
    border: 2px solid;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 0px;
    padding: 0;
    color: #FFF;
    -moz-transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
}
.footer-area label,
.footer-area label,
.page .footer-area label,
.single .footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"],
.footer-area div.wpcf7 input[type="file"],
.page .footer-area div.wpcf7 input[type="file"],
.single .footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px;}
.footer-area select option,
.page .footer-area select option,
.single .footer-area select option{font-weight: 400;}
.footer-area .tagcloud a,
.page .footer-area .tagcloud a,
.single .footer-area .tagcloud a{font-size: 15px !important;font-weight: 400;}
.footer-area input[type="submit"] {
    color: #ffffff;
    background: #000000;
    padding: 0.5em 2em;
}
.footer-area input[type="submit"]:hover {
    opacity: 0.6;
}
.footer-area i.fa ,
.footer-area i.fa ,
.page .footer-area i.fa,
.single .footer-area i.fa{    
    padding: 0;
    font-size: 28px;
    margin-right: 15px;
    line-height: 20px;

}
.footer-area i.fa {
    color: #fff;
}
.footer-area i.fa:hover{
    color: #2d82f5;
}
.footer-area .social-profile-icons i.fa,
.footer-area .social-profile-icons i.fa,
.page .footer-area .social-profile-icons i.fa ,
.single .footer-area .social-profile-icons i.fa{    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 20px;
    padding: 5px;
}
.footer-area table tr,
.footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.footer-area table td,
.page .footer-area table td,
.single .footer-area table td  {font-size: 15px;padding: 5px;}

.footer-area .widget_calendar table thead tr th,
.footer-area .widget_calendar table thead tr th,
.page .footer-area .widget_calendar table thead tr th,
.single .footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset,
.footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.footer-area .widget_calendar thead,
.page .footer-area .widget_calendar thead,
.single .footer-area .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover,
.footer-area figure.gallery-item img:hover,
.page .footer-area figure.gallery-item img:hover,
.single .footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span,
.footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #fe900f;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.footer-area input[type="text"],  .footer-area input[type="email"],  .footer-area input[type="url"],  .footer-area input[type="password"],  .footer-area input[type="search"],  .footer-area input[type="number"],  .footer-area input[type="tel"],  .footer-area input[type="range"],  .footer-area input[type="date"],  .footer-area input[type="month"],  .footer-area input[type="week"],  .footer-area input[type="time"],  .footer-area input[type="datetime"],  .footer-area input[type="datetime-local"],  .footer-area input[type="color"],  .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea {background: transparent;}
.page .footer-area .s-footer,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea {background: transparent;}
.single .footer-area .s-footer{
    float: left;
    margin-bottom: 4em;
}
.footer-area .single-footer-1,
.footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    float: left;
}
.footer-area .widget_recent_entries ul li,
.footer-area .widget_recent_entries ul li,
.page .footer-area .widget_recent_entries ul li,
.single .footer-area .widget_recent_entries ul li{
    line-height: 40px;
}
.footer-area .social-profile-icons i.fa {
    color: #fff;
}
.footer-area .social-profile-icons a:hover i.fa, 
.footer-area .social-profile-icons ul li a:hover i {
    color: #707070 !important;
}
.footer-area p, 
footer.wp-block-latest-comments__comment-meta {
    color: #000000;
}
.footer-area input[type="text"]::placeholder,
.footer-area textarea::placeholder, 
.footer-area input[type="email"]::placeholder{
color: #fff;
}
.footer-share-btn ul li:before,
.footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}
.single .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .socialMedia ul li{
    float: left;
}
.single .socialMedia ul li a.site-button {
    background: none;
    color: #000;
    padding-right: 10px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #000;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #783afd;
}
.single-footer-1 img{margin-bottom: 0px;}
.single-footer-1 p{
    margin-bottom: 10px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    font-size: 13px !important;
    color: #fdf8f8 !important;
}
.single-footer-1 p i{
    margin: 0 17px 0 0 !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    font-size: 15px !important;
    color: #000 !important;
    background: #fff;
    padding: 8px 10px !important;
    border-radius: 50%;
    width: 33px;
    height: 33px;
}
.footer-area p span,
.single-footer-1 p i span{
    font-weight: 500 !important;
    line-height: 19px !important;
    font-size: 20px !important;
    color: #000 !important;
}
.footer-area p span a,
.single-footer-1 p i span a{
    color: #fff !important;
}
.footer-area p span a:hover,
.single-footer-1 p i span a:hover{
    color: #f9c12c !important;
}
.footer-area .single-footer-4 .footer5overlay{
    background: #000!important;
    position: absolute;
    left: 0px;
    right: 0;
    top: 40px;
    /*bottom: 145px;*/
    height: 221px;
    opacity: 1;
}

.footer-area .social-profile-icons ul li a{
    background: none;
    padding: 0px 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.fa-twitter:before {
    content: "\e61b" !important;
}
.footer-area .social-profile-icons ul li a i,
.footer-area .social-profile-icons i.fa {
    color: #fff !important;
    font-size: 20px;
    padding-right: 0.8em;
}
.footer-area .social-profile-icons ul li{
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
} 
.footer-area  .top-area {
    overflow: hidden;
    position: relative;
}
.footer-area .footer-bgleft {
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 0;
}
.footer-area .footer-bgleft img{
    width: 100%;
}
.footer-area .footer-bgright img{
    width: 100%;
}
.footer-area .footer-bgright{
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
}
/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title{
    margin: 0 0 0.5em 0%;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 700 !important;
    letter-spacing: 1.74px;
    color: #212121;
    padding-top: 5px;
    text-transform: uppercase;
}
.overlShape {
   width: 25px;
   height: 25px;
   background: #0060ff;
   clip-path: polygon(0 0, 0 83%, 79% 37%);
   z-index: 1;
   position: relative;
   left: 31%;
   bottom: 40%;
}
.overlShape1 {
    width: 25px;
    height: 25px;
    background: #0060ff;
    clip-path: polygon(0 0, 45% 77%, 100% 0);
    z-index: 1;
    position: relative;
    left: 69%;
    bottom: 122%;
}
.overlShape2 {
   border-radius: 50px;
   width: 17px;
   height: 17px;
   /* background: #0060ff; */
   /* clip-path: polygon(0 0, 45% 77%, 100% 0); */
   z-index: 1;
   position: relative;
   left: 83%;
   bottom: 51%;
   border: 3px solid #0060ff;
}
.category .ht-main-title {
    margin: 0 0 1.5em;
}
.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    color: #000000;
}

.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_recent_entries, 
.widget_categories, 
.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border: 0px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 15px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
    padding-top: 5px !important;
}

.inner_contentbox {
    padding: 3.5em 0em 0;
}
.woocommerce-account.woocommerce-page .inner_contentbox {
    padding: 3.5em 0em 0;
    margin-top: 3em;
}
.peccular-innerpage-overlay {
    padding: 50px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: linear-gradient(269deg, #2B2929 20%, #2B2929 40%);
    opacity: 0.4;
    display: flex;
    align-items: center;
    text-align: center;
}
.peccular-page-main{
    position: relative;
}

#content-box ul li:before, #content-box ol li:before, main#innerpage-box div#sitemap-box ul li a:before {
    color: #06332e;
}
.ht-post-info .entry-date span.ht-day, .entry-categories .fa, 
.widget-area a:hover, .comment-list a:hover, 
.no-comments, .woocommerce .woocommerce-breadcrumb a:hover, 
#total-breadcrumbs a:hover, .ht-featured-link a, 
.ht-portfolio-cat-name-list .fa, .ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active, .ht-portfolio-caption a, .ht-team-detail, 
.ht-counter-icon, .woocommerce ul.products li.product .price, 
.woocommerce div.product p.price, .woocommerce div.product span.price, 
.woocommerce .product_meta a:hover, .woocommerce-error:before, 
.woocommerce-info:before, .woocommerce-message:before, 
.featured-post:after, .featured-post:before, 
.featured-link a, #ht-colophon .social-profile-icons a:hover, 
footer#ht-colophon ul li a:hover, .ht-footer .textwidget .fa, 
h6.secondry-text, #ht-about-us-section ul li:before, 
.pluses.text-right i.fa.fa-plus, .ht-section-tagline.lz-newslatter-text b, 
#content-box ul li:before, .offtimebox h4.offtime-text, 
#ht-masthead .header-social-links span:hover, 
#ht-masthead ul.header-menu-links li.mailto a:hover, 
.ht-slider-highlighttext, .edit-link a, .inner-blog-post .socialMedia a:hover, 
#comments a, #commentsAdd a, #content-box a, #content-box a i:hover, 
#respond .stars span a, #content-box .socialMedia a:hover, .post-date-publishable i, 
.woocommerce .star-rating span, .woocommerce div.product .woocommerce-product-rating a, 
#content-box .socialbxsinglepost:hover a i, section#inner-blog-section h2.title small, 
section#inner-blog-section h2.title a, div#secondary li.current_page_item > a, .woocommerce .star-rating::before, .socialMedia a:hover, 
.peccular-time div:nth-child(8) div.days-time-day, 
div#content-box header.woocommerce-Address-title.title a:hover, 
#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa, 
.widget-area ul li:before, .woocommerce table.shop_attributes th, 
.widget-area span.woocommerce-Price-amount.amount, 
main#innerpage-box .blog-date span{
    color: #06332e;
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    padding: 0 0 0.5em 2.2em;
    text-align: left;
    position: relative;
    z-index: 1;
}
.breadcrumbbox span {
color: #fafbfd;
    /* margin: 0 3px; */
    font-size: 20px;
}
.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox span i{
    font-size: 15px;
    line-height: 5px;
    position: relative;
    top: 0px;
    padding: 0px 5px;
    color: #ffffff;
}
.breadcrumbbox a {
    color: #fff;
}
.breadcrumbbox a:hover {
    color: #DC2600;
}
body.page-template.page-template-wishlist.page-template-wishlist-php span.treeEnd {
    color: #fafbfd;
}
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.woocommerce-cart div#content-box li.wc-block-grid__product:before{
        content: none !important;
}
.woocommerce-cart div#content-box li.wc-block-grid__product{
    padding-left: 0 !important;
}
.woocommerce-cart div#content-box .wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link {
    color: #ffffff ! IMPORTANT;
}
.woocommerce-cart div#content-box .wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    color: #c70000 ! IMPORTANT;
}
.woocommerce-cart div#content-box .wc-block-grid__product-rating .star-rating span:before{
        font-family: 'WooCommerce';
}

/*cart page*/
 body.product-template-default.single.single-product .woocommerce-message{
    padding: 1em 2em 2em 3.5em;
 }
.woocommerce-checkout .button,
.woocommerce-account .button,
.woocommerce-cart .button{
    padding-bottom: 2em;
}
.site-details {
    position: relative;
    top: 2.5em;
}
header.header--inner.area-inner.position-relative {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
h1.product_title.entry-title{
    font-size: 58px !important;
}
.page-template-pagewithleftsidebar-template div#secondary,
.page-template-pagewithrightsidebar-template div#secondary {
    position: relative;
    bottom: 15px;
}
div#content-box ul li {
font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 1.7em;
}
div#content-box nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    padding-left: 0;
    font-size: 15px !important;
    line-height: normal;
}
div#content-box nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:before {
    left: 0;
        color: #7a7a7a ! IMPORTANT;
    opacity: 100%;
}
#content-box ul li ul, #content-box li ul {
    margin: 0 0 0 35px;
    padding: 15px 0 0px 0;
}
#content-box ul li ul li{
        padding-left: 1.1em;
            padding-bottom: 0.3em;
    font-weight: 400;
}
#content-box ul li ul li:before {
    font-size: 10px;
    opacity: 100%;
}
.page-template-pagewithleftsidebar-template div#content-box {
    padding-left: 3em;
}
.page-template-pagewithrightsidebar-template div#content-box {
    padding-right: 3em;
}
#content-box ol li ol {
    padding-top: 2em !important;
    padding-bottom: 0 !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
}
#content-box ol li ol li:last-child {
    padding-bottom: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border: 0 !IMPORTANT;
    position: relative;
    box-shadow: none;
   padding: 2.8em 6em 3em 1em;
   font-style: normal;
}
#innerpage-box blockquote p:before {
    content: "QUOTES";
    font-size: 30px;
    display: block;
    font-weight: 800;
    color: #333333;
    position: relative;
    bottom: 25px;
}
#innerpage-box blockquote p:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 50px;
    color: #6E6E6E;
    width: 100px;
    right: 10px;
    text-align: center;
    bottom: 35px;
}
/**/
.woocommerce-page main#innerpage-box .woocommerce-product-search .search-field {
    margin-bottom: 2em !important;
}
.woocommerce-page #secondary button[type="submit"]{
        right: 20px !important;
}
.woocommerce-page .widget-area .widget{
      margin-bottom: 0em;
    border-bottom: 1px solid #f0f0f0 !important;
}
.woocommerce-page #sidebars button{
        font-size: 18px ! IMPORTANT;
}
.woocommerce .widget_price_filter .price_slider_amount{
    text-align: left !important;
}
.woocommerce-page .widget.widget_price_filter button[type="submit"]:after{
    content: none !important;
}
.woocommerce-page #secondary .widget.widget_price_filter button[type="submit"] {
    position: absolute;
    right: 0 !important;
    font-size: 16px ! IMPORTANT;
    width: auto !important;
    height: auto !important;
    float: right;
    z-index: 5;
    padding: 2px 10px;
    top: 20px;
}
.price_slider_wrapper {
    padding: 4em 2em 0 0em;
}
.woocommerce-page .widget-area .woocommerce ul.cart_list li img, 
.woocommerce-page .widget-area .woocommerce-page ul.cart_list li img, 
.woocommerce-page .widget-area .woocommerce ul.product_list_widget li img, 
.woocommerce-page .widget-area .woocommerce-page ul.product_list_widget li img {
    width: 74px;
    height: 117px;
    box-shadow: 0px 2px 10px #0000001A;
}
/**/

#innerpage-box .widget-area h4.widget-title, 
#innerpage-box .widget-area .widget h4, 
#innerpage-box .widget-area .widget h2, 
main#innerpage-box .widget-area h2.wp-block-heading{
    text-align: left;
    padding: 12px 20px 0px 0px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    word-break: break-word;
    color: #2D2B2B !important;
    margin: 0 0 0px 0 !important;
    border-bottom: none !important;
    text-decoration: none;
    line-height: 28px;
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent !IMPORTANT;
}
div#secondary.widget-area ul.wp-block-latest-posts__list, 
div#secondary ul.wp-block-categories-list, 
div#secondary.widget-area ul.wp-block-archives-list, 
div#secondary.widget-area p.wp-block-tag-cloud, 
main#innerpage-box .widget-area .widget_categories ul, 
main#innerpage-box .widget-area .widget_archive ul, 
div#secondary .widget.widget_recent_entries ul, 
div#secondary ol.wp-block-latest-comments,
div#secondary .wp-block-group p,
div#secondary .menu-services-container,
ul#recentcomments,
div#secondary .wp-block-search__inside-wrapper {
    padding-top: 25px;
    padding-bottom: 15px;
    margin: 0;
    background: #f0efee 0% 0% no-repeat padding-box;
}
div#secondary .widget.widget_nav_menu ul {
    padding: 1.2em 1em 1.5em 1em;
    margin: 0;
    background: #f0efee 0% 0% no-repeat padding-box;
}
div#secondary .wp-block-latest-comments__comment-excerpt p {
    padding-left: 0 !IMPORTANT;
}
div#secondary .wp-block-group p {
    padding: 1.5em 2em 1.5em 2em;
    font-size: 16px;
    color: #000000;
}
main#innerpage-box ul#recentcomments li, 
main#innerpage-box ul#recentcomments li a {
    font-size: 16px;
    line-height: 25px;
}
main#innerpage-box ul#recentcomments li {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #c7c4c4;
    margin-bottom: 1.2em;
    padding-left: 3em;
}
main#innerpage-box ul#recentcomments li:last-child{
    border: 0;
}
div#secondary ul#recentcomments .recentcomments:before {
    left: 10px;
}
div#secondary .wp-block-group form p {
    padding-bottom: 0;
}
div#secondary input[type="submit"] {
    border-radius: 0;
}
div#secondary ol.wp-block-latest-comments,
ul#recentcomments {
    padding: 2em 1.5em 0em 1.5em;
}
div#secondary footer.wp-block-latest-comments__comment-meta a {
    font-size: 16px;
    line-height: 25px;
}
div#secondary li.wp-block-latest-comments__comment {
    border-bottom: 1px solid #d5d8dc;
    margin-bottom: 1.5em;
}
div#secondary li.wp-block-latest-comments__comment:last-child {
    border: 0;
}
div#secondary.widget-area ul.wp-block-latest-posts__list li:before, 
div#secondary.widget-area ul.wp-block-archives-list li:before, 
div#secondary .widget.widget_recent_entries li:before, 
main#innerpage-box .widget-area .widget_archive ul li:before, 
main#innerpage-box .widget-area .widget_nav_menu ul li:before, 
div#secondary ul.wp-block-categories-list li.cat-item:before, 
main#innerpage-box .widget-area .widget_categories ul li.cat-item:before, 
ul#recentcomments .recentcomments:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-weight: normal;
    padding-right: 10px;
    color: #7A7A7A;
    font-size: 10px;
    top: 0;
        opacity: 1;
    position: absolute;
    left: 70px;
}
div#secondary.widget-area ul.wp-block-latest-posts__list li, 
div#secondary ul.wp-block-categories-list li.cat-item, 
div#secondary.widget-area ul.wp-block-archives-list li, 
div#secondary .widget.widget_recent_entries li, 
main#innerpage-box .widget-area .widget_archive ul li, 
main#innerpage-box .widget-area .widget_categories ul li, 
ul#recentcomments .recentcomments {
    padding: 0px 20px 5px 110px;
}
ul#recentcomments .recentcomments {
    margin-top: 0 !IMPORTANT;
}
body.page-template-blogpagewithrightsidebar-template div#blog-box .inner-blog-post, 
body.archive div#blog-box .inner-blog-post, 
.blog-sidebar-right div#blog-box .inner-blog-post, 
body.page-template.page-template-templates.page-template-pagewithrightsidebar-template div#blog-box .inner-blog-post{
 padding-left: 000;
    padding-right: 35px;
}

body.page-template-blogpagewithleftsidebar-template div#blog-box .inner-blog-post, 
.blog-sidebar-left div#blog-box .inner-blog-post, 
body.page-template.page-template-templates.page-template-pagewithleftsidebar-template div#blog-box .inner-blog-post{
 padding-left: 35px;
    padding-right: 000;
}
div#secondary .tagcloud {
    padding: 1em 0em 0em 0;
    background: transparent !important;
}
div#secondary.widget-area p.wp-block-tag-cloud a {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000029;
    border-radius: 1px;
    padding: 0 15px;
    /* line-height: 32px; */
    margin-bottom: 10px;
    margin-right: 3px;
}
div#secondary.widget-area p.wp-block-tag-cloud {
    padding: 2.5em 1em 1.9em 2.2em;
}
.page-template-blogpagewithrightsidebar-template .widget-area .widget, 
.page-template-blogpagewithleftsidebar-template .widget-area .widget, 
.page-template-blog-template .widget-area .widget,
body.archive.tag .widget-area .widget,
body.archive.category .widget-area .widget,
.page-template .widget-area .widget,
body.archive.date .widget-area .widget{
    margin-bottom: 4.5em;
}
div#secondary #searchform input[type="submit"]{
    float: right;
    position: absolute;
    right: 0px;
    top: 46%;
    text-indent: -999px;
    /* background: none; */
    padding: 9px 24px 9px 25px;
    top: 0;
    z-index: 1 !IMPORTANT;
    box-shadow: none;
    background: transparent !important;
        width: 10% !important;
}
#secondary .wp-block-search__button:after, 
#secondary button[type="submit"]:after, 
div#secondary #searchform input[type="submit"]:after {
    content: "\f002";
    position: absolute;
    top: 0;
    font-size: 30px;
    right: 0px;
    color: #000000;
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    font-family: 'FontAwesome';
    background: #F8F8F8;
    text-align: center;
    border-radius: 0;
    line-height: 45px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
form#searchform:after {
    content: "\f002";
    position: absolute;
    top: 0;
    font-size: 30px;
    right: 0px;
    color: #000000;
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    font-family: 'FontAwesome';
    background: #F8F8F8;
    text-align: center;
    border-radius: 0;
    line-height: 45px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#secondary button[type="submit"] {
    position: absolute;
    right: 0;
    font-size: 0 !IMPORTANT;
    width: 44px;
    height: 44px;
}
body.archive.post-type-archive.post-type-archive-product #innerpage-box .widget-area h4.widget-title, 
body.archive.tax-product_cat #innerpage-box .widget-area h4.widget-title {
    color: #2D2B2B;
    background: transparent !IMPORTANT;
    text-align: left;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 18px !important;
    font-weight: 400 !IMPORTANT;
    text-transform: capitalize;
    border: none;
    /* font-family: "Roboto", sans-serif; */
    margin-bottom: 0.8em ! IMPORTANT;
}
body.page-template.page-template-templates.page-template-blogpagewithleftsidebar-template div#secondary .wp-block-search__inside-wrapper,
body.post-template-default.single.single-post div#secondary .wp-block-search__inside-wrapper,
body.archive.date div#secondary .wp-block-search__inside-wrapper,
body.archive.tag div#secondary .wp-block-search__inside-wrapper,
body.archive.category div#secondary .wp-block-search__inside-wrapper{
    background: transparent;
}
.wp-block-search__input,
#secondary form#searchform input[type="text"]{
        background: #000000 ! IMPORTANT;
    color: #ffffff ! IMPORTANT;
}
.wp-block-search__input::placeholder,
#secondary form#searchform input[type="text"]::placeholder{
     color: #ffffff ! IMPORTANT;
}
form#searchform {
    position: relative;
}
.woocommerce div#secondary {
    background-color: #f5f5f5;
    padding: 0 1.2em 2em 1.2em;
    margin-bottom: 2em;
        margin-top: 20px ! IMPORTANT;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/
#innerpage-box ul.blog-share-ico {
    position: absolute;
    top: 11px;
    left: -4px;
}
#innerpage-box .inner-blogpost {
    margin: 0px 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
}

#innerpage-box .blog-category {
    padding: 0;
    color: #838283;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 0px;
}
#innerpage-box .blog-category span i {
    color: #999ba3;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .blog-tags {
    padding: 20px 0 0 0px;
}
#innerpage-box .blog-tags i {
    color: #000000;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .single_post .blog-tags a {
    color: #000000;
    font-size: 17px;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration: none !important;
}

#innerpage-box .ht-blog-thumbnail {
    position: relative;
}
#innerpage-box .peccular-blog-comment {
    position: relative;
}

#innerpage-box .peccular-blog-comment ul li{
    float: left;
}
#innerpage-box .peccular-blog-comment_box {
    padding: 0px 0px 0px 3em;
}

#innerpage-box .peccular-blog-date i {
    font-weight: 500;
    color: #606060;
    transition: .9s ease;
}
#innerpage-box .inner-blog-post .share-btn{
    position: absolute;
    right: -60px;
    bottom: 0;
    top: -170px;
}
#innerpage-box .inner-blog-post .share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box .inner-blog-post .share-btn ul li{
    display:inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box .inner-blog-post .share-btn ul li a.site-button{
    display: block;
    background: transparent !important;
    color: #ffffff;
    font-size: 20px;
    border-radius: 0;
    border: 0;
    width: 50px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
} 
#innerpage-box .inner-blog-post .share-btn ul:hover li{
    margin-left: 4px;
}
#innerpage-box .inner-blog-post .share-details-btn ul{
    margin:0;
    padding:0;
    list-style:none;
}
#innerpage-box .peccular-blog-single {
    padding: 2.5em 2em 1.8em 3em;
    position: relative;
    margin-top: -50px;
    background: #ffffff;
    width: 98%;
}
.peccular-blog-date {
    text-align: right;
    padding-right: 1.5em;
}
#innerpage-box .inner-blogpost .category{
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: bold;
}
#innerpage-box .inner-blogpost .category i.fa {
    padding-right: 5px;
    font-weight: bold;
}
#innerpage-box .inner-blogpost .category li,
#innerpage-box .inner-blogpost .post-date{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
#innerpage-box .inner-blogpost .category li:after{
    content: " /";
}
#innerpage-box .inner-blogpost .category li:last-child:after{
    content: "";
}
#innerpage-box .inner-blogpost .category li a{
    color: #fff;
    transition: all 0.40s linear;
}
#innerpage-box .inner-blogpost .category li a:hover{
    color: #555;
    text-decoration: none;
}
#content-box .socialMedia {
   padding: 1em 0 0;
   float: right;
}
#content-box .single_post .socialMedia ul li:before{
    font-size: 13px;
    font-weight: 400;
    margin-right: 9px;
    display: none ;

}
#content-box .socialMedia ul li{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    color: #ffffff !important;
    background: #1194f2;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    text-shadow: none;
    line-height: 23px;
    padding: 6px 15px 0 0px;
    margin: 0 16px 5px 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px !important;
}
#content-box .socialMedia ul li:hover{
    background: #ffed02;
}
#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.inner-blogpost-info {
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    position: relative;
    top: -64px;
}
#innerpage-box #blog-box h2 {
    color: #000000 !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 33px;
    margin-bottom: 15px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    margin-top: 20px;
    letter-spacing: 0;
}
#innerpage-box #blog-box h2:hover a{
    color: #C70000 !important;
}

div#secondary .social-profile-icons ul li i:hover, #innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
#innerpage-box .inner-blog-excerpt {
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
    line-height: 25px;
    color: #828282;
    margin-bottom: 10px;
}
#innerpage-box .single_post .blog-page-btn{
    background: none !important;
    text-align: left;
    padding: 0;
}
#innerpage-box .peccular-blog-single .btn {
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    border: 0;
    background: #000000;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 300 !IMPORTANT;
    padding: 12px 25px 12px 25px;
}
#innerpage-box .peccular-blog-single .btn:hover {
    background-color: #C70000;
}
#innerpage-box .peccular-blog-single .button-all:before{
    border-color: #ffffff;
}
#innerpage-box .single_post .blog-page-btn a{
    background: #dee27b;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 11px 23px;
    text-align: center;
    margin: 0px 0 0px;
    position: relative;
    border-radius: 5px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none !important;
    font-style: normal !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white;
}

#innerpage-box .single_post .blog-page-btn:hover a{  color: #fff; }

#innerpage-box .single_post .blog-page-btn a:hover:before, 
#innerpage-box .single_post .blog-page-btn a:focus:before, 
#innerpage-box .single_post s.blog-page-btn a:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a{ color: #868586 !important;}

#innerpage-box .single_post .blog-author a:hover,
#innerpage-box .single_post .blog-category a:hover, 
#innerpage-box .single_post .blog-tags a:hover{  color: #27a9e1 !important;}

#innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
    color: #000000;
}
#innerpage-box .blog-author {
    padding-left: 0;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#innerpage-box .blog-author i, #innerpage-box .blog-time i{
    color: #4d4d4d;
    padding-right: 8px;
}

#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}

#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button{
    border-radius: 5px;
    width: 73px;
    line-height: 35px;
    height: 33px;
    display: block;
    color:#fff;
    background: #06332e;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button:hover{

    background: #000;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
}
#innerpage-box #blog-box .socialMedia ul:hover li.share-button a.site-button{
 background: #06332e;
}   
#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 6px;
}
#innerpage-box .inner-blog-post .share-btn ul li a.site-button:hover i {
    color: #C70000;
}
#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #06332e;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
   margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
   font-size: 18px;
   padding: 5px 10px;
   line-height: 18px;
   margin: 0 0px;
   transition: 0s;
   background: #06332e;
   border-radius: 5px;
   color: #ffffff;
   font-weight: bold;
   box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
   display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}
.single #innerpage-box h2{
    padding: 0px 0px !important;
    font-weight: 600 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #000000;
    text-decoration: none;
    font-style: normal;
}

.single #innerpage-box .article a{
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500;
    
}
body.post-template-default.single.single-post #content-box .blog-tags a {
   display: inline-block;
}
.single #innerpage-box .article a.btn.btn-lg{
  color: #ffffff !important;
  
}
.single #innerpage-box h1, .single #innerpage-box h2, .single #innerpage-box h3, .single #innerpage-box h4, .single #innerpage-box h5, .single #innerpage-box h6 {
    color: #000000;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}

div#secondary {
    position: relative;
}

#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
}

#innerpage-box .inner-blog-post:hover .share-btn {
    position: absolute;
    right: -55px;
    bottom: 0;
    top: 0;
    transition: .5s ease-in-out;
}
#innerpage-box #blog .peccular-blog-date{
    top: -5px;
    right: 40px;
    width: 68px;
}
#innerpage-box .peccular-blog-post:after{
    top: -5px;
    right: 25px;
}

#innerpage-box .peccular-blog-single i.fa {
    font-size: 11px;
    position: relative;
    padding-right: 10px;
    color: #606060;
    position: relative;
    bottom: 2px;
}

body.page-template-blogpagewithleftsidebar-template #innerpage-box .comm-auth-box,
body.page-template-blogpagewithrightsidebar-template #innerpage-box .comm-auth-box,
body.archive #innerpage-box .comm-auth-box,
.blog-sidebar-right .comm-auth-box{
 margin: 0;
}
.blog-sidebar-left .comm-auth-box{
  padding: 5px 35px 5px 25px !important;
}
body.post-template-default.single.single-post .metabox2brdr ul li:before {
    content: none !important;
}
#innerpage-box .blog-info-area .metabox2brdr ul li i.fa {
    padding-right: 3px;
}
body.post-template-default.single.single-post .blog-tags a {
    font-size: 17px;
    line-height: 20px;
    background: #E2E2E2;
    border-radius: 5px;
    padding: 11px 20px;
    margin-right: 1em;
    margin-bottom: 0.9em ! IMPORTANT;
    position: relative;
}
body.post-template-default.single.single-post div#content-box .blog-tags a:hover {
      background: #c70000;
    color: #ffffff !important;
}
body.post-template-default.single.single-post div#content-box .blog-tags {
    padding: 0px 0 0 0px;
}
body.post-template-default.single.single-post div#content-box p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}
body.post-template-default.single.single-post div#secondary p{
margin-bottom: 0 !important;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
    padding-top: 10px ! IMPORTANT;
}
body.post-template-default.single.single-post div#secondary ol li{
    padding-left: 0;
}
body.post-template-default.single.single-post div#secondary ol{
        padding: 2em 1.5em 0em 1.5em !important;
}
body.post-template-default.single.single-post div#secondary ol li:before{
    content: none !important;
}
body.post-template-default.single.single-post .widget_categories ul li.cat-item {
    margin-top: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .post-single-content h1, 
body.post-template-default.single.single-post div#content-box .post-single-content h2, 
body.post-template-default.single.single-post div#content-box .post-single-content h3, 
body.post-template-default.single.single-post div#content-box .post-single-content h4, 
body.post-template-default.single.single-post div#content-box .post-single-content h5, 
body.post-template-default.single.single-post div#content-box .post-single-content h6 {
    margin: 0 !important;
    padding: 0;
    text-transform: none;
    margin-bottom: 0.2em !important;
    margin-top: 0.4em ! IMPORTANT;
}
.tags-heading {
    font-size: 26px;
    line-height: 57px;
    font-weight: 700;
    margin-bottom: 0.8em;
    color: #000000;
}
body.post-template-default.single.single-post .blog-tags a:before {
    content: ".";
    font-size: 30px;
    position: absolute;
    top: 2px;
    left: 9px;
    color: #000000;
}
body.post-template-default.single.single-post .blog-tags a:hover:before{
    color: #fff !important;
}
body.post-template-default.single.single-post ul.post-categories li {
    display: inline-block;
    list-style: none;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li:before,
body.post-template-default.single.single-post div#content-box ul.post-categories li a:before{
    content: none !important;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li, 
body.post-template-default.single.single-post div#content-box ul.post-categories li a {
    margin-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .socialMedia {
    padding: 1em 0 1.5em;
    text-align: center;
    float: none;
}
body.post-template-default.single.single-post div#content-box .social-tagline.text-center {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .socialMedia li {
    width: 45px;
    height: 45px;
    line-height: 51px ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .socialMedia i.fa, 
body.post-template-default.single.single-post div#content-box .socialMedia i.fa-brands {
    font-size: 24px !important;
    text-align: center;
    line-height: 35px !important;
    padding: 0 1px;
}
body.post-template-default.single.single-post div#content-box .total-comments {
    font-size: 34px;
    font-weight: 700;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
}
body.post-template-default.single.single-post div#content-box div#comments ol {
    padding-left: 0;
}
body.post-template-default.single.single-post div#content-box div#comments ol li:before,
body.post-template-default.single.single-post div#content-box div#comments ol li:after,
body.post-template-default.single.single-post div#content-box .social-box ul li:before{
    content: none !important;
}
body.post-template-default.single.single-post div#content-box div#comments ol li {
    padding-left: 0;
    margin-bottom: 3em;
}
body.post-template-default.single.single-post div#content-box .comment-author.vcard img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
}
body.post-template-default.single.single-post div#content-box .commentmetadata {
 padding-left: 7em;
 padding-top: 0.5em;
}
body.post-template-default.single.single-post div#content-box .commentmetadata p {
    margin-top: 0 !important;
    font-size: 18px;
    line-height: 34px ! IMPORTANT;
    color: #979393 ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .comment-metadata {
    padding-left: 7em;
}
body.post-template-default.single.single-post div#content-box .commentmetadata time {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    color: #C4C4C4;
    width: 40%;
}
body.post-template-default.single.single-post div#content-box span.reply:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 15px;
    padding-left: 1.2em;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 span {
    text-align: left !important;
    padding: 0 0;
    font-size: 34px;
    font-weight: bold;
    text-transform: none;
    margin-top: 2em ! IMPORTANT;
}
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 {
    margin-top: 2em;
    margin-bottom: 2em;
}
body.post-template-default.single.single-post div#content-box textarea#comment,
body.post-template-default.single.single-post div#content-box input[type="text"] {
    border-radius: 5px;
        background: transparent;
}
body.post-template-default.single.single-post div#content-box p.comment-form-url, 
body.post-template-default.single.single-post div#content-box p.comment-form-email, 
body.post-template-default.single.single-post div#content-box p.comment-form-author {
    margin-right: 0.9em ! IMPORTANT;
    margin-top: 2em ! IMPORTANT;
    /* margin-bottom: 2em !important; */
}
body.post-template-default.single.single-post div#content-box #commentsAdd input[type="submit"] {
    margin-top: 1em !important;
    width: 213px ! IMPORTANT;
    border-radius: 5px ! IMPORTANT;
    box-shadow: none;
    font-size: 21px;
}
body.post-template-default.single.single-post .nav-bx-bar {
    padding-bottom: 3em;
}
body.post-template-default.single.single-post .nav-bx-bar i.fa {
    font-size: 35px;
    color: #000000;
    position: relative;
    top: 0.2em;
}
body.post-template-default.single.single-post .nav-bx-bar a{
   font-size: 20px;
   color: #9F9F9F;
}
body.post-template-default.single.single-post .text-right {
    text-align: right;
}
body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 28px;
    line-height: 57px;
    color: #000000;
}
body.post-template-default.single.single-post .nav-bx-bar a:hover,
body.post-template-default.single.single-post .nav-bx-bar h2 a:hover,
body.post-template-default.single.single-post .nav-bx-bar i.fa:hover,
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa:hover,
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands:hover{
    color: #c70000 !important;
}
body.post-template-default.single.single-post .nav-bx-bar h2 {
    margin-top: 10px !important;
}
#innerpage-box .single-blog-date, 
#innerpage-box .single-blog-date i.fa {
    font-weight: 700;
}
body.post-template-default.single.single-post ul.post-categories {
    margin-top: 6px ! IMPORTANT;
    padding-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post .metabox ul li {
    margin-bottom: 0.1em ! IMPORTANT;
            font-size: 18px !important;
    margin-top: 0.1em ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .metabox ul li ul, 
body.post-template-default.single.single-post div#content-box .metabox li ul {
    margin: 0 0 0 35px;
    padding: 10px 0 10px 0;
}
body.post-template-default.single.single-post div#content-box .social-box ul{
    text-align: center;
    position: relative;
}
body.post-template-default.single.single-post div#content-box .social-box ul li {
    display: inline-block;
        padding-left: 0;
}
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa,
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
    color: #000000;
    font-size: 30px;
    width: 60px;
}
body.post-template-default.single.single-post div#content-box .social-box ul:before {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    left: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .social-box ul:after {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    right: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box p.comment-notes {
    margin: 0;
    padding: 0;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 {
    margin-bottom: 2em;
}
body.post-template-default.single.single-post div#content-box div#respond textarea#comment {
    height: 148px;
}
body.post-template-default.single.single-post .nav-bx-bar {
    border-top: 2px solid #e2e2e2;
    padding-top: 2.5em;
}
body.post-template-default.single.single-post div#content-box {
    padding-bottom: 0;
}
body.post-template-default.single.single-post div#content-box .peccular-blog-single {
    padding: 0em 0px 1.2em 0px;
}
body.post-template-default.single.single-post div#secondary {
    padding-left: 1em;
}
body.post-template-default.single.single-post .wp-block-search__button{
    right: 5%;
}
body.post-template-default.single.single-post span.reply {
    font-size: 20px;
}
body.post-template-default.single.single-post div#content-box .comment-metadata a {
    font-size: 22px;
    color: #cb1212;
        padding-bottom: 5px;
}

body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: -2em;
    padding-left: 2em !important;
}
body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: -2em;
    padding-right: 2em ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box p.comment-form-cookies-consent label {
    display: inline;
}
body.post-template-default.single.single-post div#content-box div#comments ol em {
    padding-left: 7em;
}

.comm-auth-box {
    font-size: 15px;
}
#innerpage-box .peccular-blog-single a {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}
#innerpage-box .inner-blogpost:hover img {
    filter: grayscale(1);
}
#innerpage-box .inner-blogpost .button-all span{
    font-weight: 300;
}
body.page-template span.treeEnd,
body.archive.date h1.ht-main-title, 
body.archive.category h1.ht-main-title, 
body.archive.category h1.ht-main-title span, 
body.archive.tag h1.ht-main-title {
    padding-left: 1.2em;
    font-size: 15px !important;
    color: #000000;
}
body.archive.category h1.ht-main-title span{
    padding-left: 0em;
}
body.page-template .button,
body.archive.date .button, 
body.archive.category .button, 
body.archive.tag .button {
    padding-bottom: 1.5em;
}
/*single post*/
#innerpage-box .blog-info-area .metabox2brdr ul li {
    color: #8A8A8A;
    float: left;
    list-style: none;
    margin-right: 35px;
    padding: 0 16px 0 0;
    font-size: 17px;
    letter-spacing: 0.19px;
    margin-bottom: 1.5em;
    margin-top: 0 !important;
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    margin-top: 0;
        width: 75%;
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    background: transparent;
}
body.post-template-default.single.single-post span:nth-child(3), 
body.post-template-default.single.single-post span i.fa {
    display: none;
}
#innerpage-box div#content-box .blog-info-area .metabox2brdr ul li a {
    color: #8A8A8A ! IMPORTANT;
    font-weight: 400 !IMPORTANT;
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single i.fa{
        font-size: 18px;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li {
    padding-left: 0;
}
body.post-template-default.single.single-post .metabox ul {
    padding-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box p.comment-form-url, 
body.post-template-default.single.single-post div#content-box p.comment-form-email, 
body.post-template-default.single.single-post div#content-box p.comment-form-author {
    margin-right: 0.9em ! IMPORTANT;
    margin-top: 2em ! IMPORTANT;
    /* margin-bottom: 2em !important; */
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single i.fa{
bottom: 0 !important;
}
/*-------------shop inner page-------------*/

main#innerpage-box h2.woocommerce-loop-product__title{
    color: #000 !important;
}
main#innerpage-box .woocommerce ul.products li.product .price del span{ color: #000 !important; }
main#innerpage-box .woocommerce ul.products li.product .price ins span{ color: #06332e !important;}
main#innerpage-box .woocommerce ul.products li.product .button,.woocommerce a.button,
main#innerpage-box .woocommerce span.onsale{ color: #fff; background: #06332e; }
main#innerpage-box .woocommerce ul.products li.product:hover .button{ color: #fff; background: #000; }

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/

main#innerpage-box #peccular-contactus-wrap .map_area_label h4{
  font-size: 33px;
  color: #000;
  letter-spacing: -1px;
  line-height: 45px;
}

#peccular-contactus-wrap .peccular-section-head{
    margin-bottom: 5em;
}
#peccular-contactus-wrap .peccular-section-head h2 {
    font-size: 34px !important;   
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #06332e;
}
#peccular-contactus-wrap .peccular-section-head h3 {

    font-size: 17px !important;    
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 9px !important;
    color: #000;
}
#peccular-contactus-wrap .peccular-section-head p {
    font-size: 16px !important;
    line-height: 46px;
    font-weight: 400 !important;    
    margin-bottom: 20px !important;
    color: #333333 !important;     
    text-align: center;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left{
    position: relative;
    top: -3px;
    left: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right{
    position: relative;
    top: -3px;
    right: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right:after{
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right span{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#peccular-contactus-wrap .peccular-contact-block1{
    position: relative;
    display: block;
    background: #EAEFF2;
    width: 100%;
}
#peccular-contactus-wrap .add-bx {
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
    margin-top: 4.5em;
}
#peccular-contactus-wrap .fax-bx {
    position: relative;
    z-index: 1;
}

#peccular-contactus-wrap .peccular-contact-block2{
    background: #fdfdfd;
    padding: 0 30px 0px;
    position: relative;
    display: block;
    width: 100%;
    border: 3px solid #9bfb3b;
}
#peccular-contactus-wrap .peccular-contact-block2 h4{
    color:#06332e;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box{
    position: relative;
    display: block;
    border-bottom: 1px solid #06332e59;
    padding-bottom: 18px;
    margin-bottom: 24px;
}
#peccular-contactus-wrap .peccular-contact-block2 .contact-label{
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    opacity: 0.7;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
    word-break: break-all;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p a{
    color: #fff !important;
    word-break: break-all;
}
#peccular-contactus-wrap .peccular-contact-block3{

    position: relative;
    display: block;
    background: #fdfdfd;
    padding: 0px 30px 5px;
    width: 100%;
    border: 3px solid #9bfb3b;
}
#peccular-contactus-wrap .peccular-contact-page-form h2{
    color: #fff !important;
}
#peccular-contactus-wrap .peccular-contact-block3 i{
    color: #2d81f5;
}
#peccular-contactus-wrap .peccular-contact-block1 i{
    color: #2d81f5;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_l_area{
    color: #000;
}
#peccular-contactus-wrap .peccular-contact-block2 .contact_l_area{
    color: #000;
}
#peccular-contactus-wrap .peccular-contact-block1 .contact_l_area{
    color: #000;
}
#peccular-contactus-wrap .contact_l_area {
    padding-top: 0em;
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    padding-bottom: 0.3em;
}
#peccular-contactus-wrap .contact-icon {
padding: 0;
    background: #fafbfc;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
#peccular-contactus-wrap .contact-block-bg i.fa {
    font-size: 25px;
    color: #000000;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
}
#peccular-contactus-wrap .contact-block-bg i.fa.fa-envelope {
    font-size: 20px;
}
.contact_info_area, .contact_info_area a {
    font-size: 18px;
    line-height: 27px;
    color: #6E6E6E;
}
.contact_info_area a:hover {
    color: #c70000;
}
#peccular-contactus-wrap .contact_info_area h2{
    margin-top: 0.5em;
}
#peccular-contactus-wrap .peccular-contact-block2 .peccular-contact-area a h2{
    color: #717171;
    font-size: 15px !important;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a h2{
    color: #717171;
    font-size: 15px !important;
}
#peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a h2{
    color: #717171;
    font-size: 15px !important;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a:hover h2,
#peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a:hover h2{
    color: #2d81f5;
}

#innerpage-box .peccular-contact-form-block h2{
    color: #000000;
        margin-top: 0 !IMPORTANT;
    font-size: 30px !important;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 20px;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left{
    position: relative;
    top: -3px;
    left: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#innerpage-box .peccular-contact-form-block{
    display: block;
    position: relative;
    z-index: 0;
}
#innerpage-box .peccular-contact-form-block p{
    color: #fff;
    position: relative;
    display: inline-block;
    color: #131313;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}
#innerpage-box .peccular-contact-form-block .text-box{
    position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
}
#innerpage-box .peccular-contact-form-block .text-box p{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

#peccular-contactus-wrap .peccular-contact-page-form p{
    color: #fff;
}
.contact-mapbox {
    width: 100%;
}

.contact-mapbox iframe {
    z-index: 1;
    width: 100%;
    height: 300px;
    border-radius: 0 0px 30px 0;
}

.peccular-contact-page-form input[type="text"],
.peccular-contact-page-form input[type="email"],
.peccular-contact-page-form input[type="url"],
.peccular-contact-page-form input[type="password"], 
.peccular-contact-page-form input[type="search"], 
.peccular-contact-page-form input[type="number"], 
.peccular-contact-page-form input[type="tel"], 
.peccular-contact-page-form input[type="range"], 
.peccular-contact-page-form input[type="date"], 
.peccular-contact-page-form input[type="month"], 
.peccular-contact-page-form input[type="week"], 
.peccular-contact-page-form input[type="time"], 
.peccular-contact-page-form input[type="datetime"], 
.peccular-contact-page-form input[type="datetime-local"], 
.peccular-contact-page-form input[type="color"], 
.peccular-contact-page-form select, 
.peccular-contact-page-form textarea {
    margin-bottom: 25px;
    border: 1px solid #dedede !important;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 0;
    background-color: transparent !important;
    color: #000;
    font-weight: 500;
    height: 50px;
}
.peccular-contact-page-form textarea{
     height: 149px;
}

.peccular-contact-page-form input[type="text"]::placeholder,
.peccular-contact-page-form input[type="url"]::placeholder,
.peccular-contact-page-form input[type="password"]::placeholder, 
.peccular-contact-page-form input[type="search"]::placeholder, 
.peccular-contact-page-form input[type="number"]::placeholder, 
.peccular-contact-page-form input[type="tel"]::placeholder, 
.peccular-contact-page-form input[type="range"]::placeholder, 
.peccular-contact-page-form input[type="date"]::placeholder, 
.peccular-contact-page-form input[type="month"]::placeholder, 
.peccular-contact-page-form input[type="week"]::placeholder, 
.peccular-contact-page-form input[type="time"]::placeholder, 
.peccular-contact-page-form input[type="datetime"]::placeholder, 
.peccular-contact-page-form input[type="datetime-local"]::placeholder, 
.peccular-contact-page-form input[type="color"]::placeholder, 
.peccular-contact-page-form select, 
.peccular-contact-page-form textarea::placeholder{
     font-size: 11px !important;
     font-weight: 400;
}
.peccular-contact-page-form input[type="email"]{
        padding: 10px 15px;
}
.peccular-contact-page-form input[type="text"]{
    margin-bottom: 25px !important;
    padding: 15px 20px !important;
    font-size: 11px !important;
    font-weight: 400;
    color: #000000;
    height: 50px;
}

#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #000000;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#000000;
}

.peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#06332e 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

.peccular-contact-page-form input[type="file"] {
    font-size: 14px;
    color: #616161;
    font-weight: 500;
}
.peccular-contact-page-form textarea {
    height: 170px;
}
.peccular-contact-page-form label {
font-weight: 500;
    width: 100%;
    color: #010101;
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 4px;
    text-transform: capitalize;
}

.peccular-contact-page-form select {
    width: 100%;
}
.peccular-contact-page-form input[type="checkbox"], .peccular-contact-page-form input[type="radio"], .peccular-contact-page-form input[type="file"] {
    margin-bottom: 15px;
}
.peccular-contact-page-form input[type=date] {
    line-height: 10px;
    padding: 14px 20px;
}
main#innerpage-box .peccular-contact-page-form h2{
    color: #000000 !important;
    font-size: 45px;
    font-weight: 500;
}
.peccular-contact-page-form input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    padding: 20px 30px;
    line-height: 1;
    border-radius: 0;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    background: none;
    border: 2px solid #fdfdfd;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
        background: #000000;
    color: #fff;

    transition: all 0.5s ease 0s;
    margin: 0 5px 2.5em;
    box-shadow: none;
}
.peccular-contact-page-form input[type="submit"]:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    background-color: #c70000;
        border-color: #c70000 !important;
    color: #fff;
}

.peccular-contact-area {
    text-align: center;
}
#peccular-contactus-wrap .contact-block-bg {
    background-color: #EAEFF2;
    padding: 0.5em 2em 2em 1.5em;
        margin-bottom: 2em;
    margin-right: 0.5em;
}
#peccular-contactus-wrap .boxes-gap {
    margin-bottom: 3em;
}
#peccular-contactus-wrap .contact-block-bg h2 {
    font-size: 27px ! IMPORTANT;
    line-height: 40px;
    text-transform: none ! IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
    font-weight: 600 !IMPORTANT;
}
#peccular-contactus-wrap .contact-block-bg p {
    font-size: 18px;
    line-height: 27px;
    color: #787878 ! IMPORTANT;
    margin-bottom: 1.5em ! IMPORTANT;
    margin-top: 10px;
}
.peccular-contact-area i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #4377ff;
    transition: all 1s ease 0s;
    text-align: center;
}
#peccular-contactus-wrap .peccular-contact-area:hover i{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: tada;
    animation-name: tada;
    webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#peccular-contactus-wrap .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
#peccular-contactus-wrap .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.peccular-contact-page-form {
    color: #616161;
}

.peccular-contact-mapbox{
    margin: 0;
    padding: 0;
}
.peccular-contact-mapbox iframe {
    width: 100%;
    padding-bottom: 5.5em;
}

.page .footer-area ul.sub-menu .current_page_item > a {
    background: none;
}

@media screen and (min-width:320px) and (max-width:880px){
    #innerpage-box .peccular-contact-form-block h2{
        font-size: 26px !important;
        line-height: 36px;
        margin: 0 0;
    }
    #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p{ font-size: 14px !important;}
    #peccular-contactus-wrap .peccular-contact-block2 .contact-label{ font-size: 14px !important;}

}
@media screen and (min-width:320px) and (max-width:425px){
    #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p{ text-align: center;}

}


/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
body.page-template-default main#innerpage-box h1,
body.page-template-default main#innerpage-box h2,
body.page-template-default main#innerpage-box h3,
body.page-template-default main#innerpage-box h4,
body.page-template-default main#innerpage-box h5,
body.page-template-default main#innerpage-box h6,

.page-template-templates main#innerpage-box h1,
.page-template-templates main#innerpage-box h2,
.page-template-templates main#innerpage-box h3,
.page-template-templates main#innerpage-box h4,
.page-template-templates main#innerpage-box h5,
.page-template-templates main#innerpage-box h6,

.single main#innerpage-box h1,
.single main#innerpage-box h2,
.single main#innerpage-box h3,
.single main#innerpage-box h4,
.single main#innerpage-box h5,
.single main#innerpage-box h6
{
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 4px;
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 23px;
    text-transform: uppercase;
    word-break: break-word;
    color: ;
}
#innerpage-box h1{
    color: #06332e;
    font-size: 40px;
    font-weight: 600;
}
#innerpage-box h2{
 color: #06332e;
 font-size: 20px;
 font-weight: 600;
}
#innerpage-box h3{ 
    color: #06332e;
    font-size: 20px;
    font-weight: 600;
}

#innerpage-box h4{
 color: #06332e;
 font-size: 18px;
 font-weight: 600;
}
#innerpage-box h5{
 color: #06332e;
 font-size: 17px;
 font-weight: 600;
}
#innerpage-box h6{
 color: #06332e;
 font-size: 16px;
 font-weight: 600;
}
#innerpage-box p{
 color: #000000;
 font-size: 15px;
 font-weight: 400;
}

#innerpage-box li {
    font-size: 15px;
    color: #3b3b3b;
}
/*New*/
.mini-cart-dropdown {
      /*  display: none;*/
    position: absolute;
    right: 0;
    top: 100%;
    background: #EFEFEF;
    opacity: 0;
    padding: 10px;
    margin-top: 20px;
    visibility: hidden;
    box-shadow: inset 0px 0px 3px 3px rgb(0 0 0 / 7%);
    /* border-radius: 0px 0px 5px 5px; */
    line-height: 28px;
    list-style: none;
    z-index: 9999;
    /* left: 0; */
    margin: 0 auto;
    text-align: center;
    /* width: 350px; */
    transform: translateX(50%) translateY(-7%);
}
.site-header i.fa.fa-user-o {
    color: #181818;
    font-size: 18px;
}
header.site-header input[type="search"]:focus {
    background-color: #EFEFEF;
}
.total-count:hover .mini-cart-dropdown {
    opacity: 1;
    width: 350px;
    visibility: visible;
    transform: translateX(0%) translateY(-7%);
}
.mini-cart-dropdown i.fa.fa-shopping-bag, 
.mini-cart-dropdown {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.94px;
}
header.site-header a.btn-checkout {
    color: #fff;
}
header.site-header .btncheckout {
    background: #000000;
    display: inline-block;
    padding: 0 1em;
    font-weight: 700;
}
header.site-header a.btn-checkout span{
    font-weight: 500;
}
header.site-header button#formButton{
    line-height: 20px;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
header.site-header #formButton:after {
/*    content: "\f002";
    font-family: FontAwesome;
    font-weight: 400;
    position: relative;
    display: block;
    font-size: 30px;
    margin: 0;
    z-index: 1;
    color: #000000;*/
    content: "";
    background-image: url(images/sea-ico.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    right: 105px;
    top: 32px;
} 
header.site-header form#form1 {
    width: 25%;
    border-radius: 0px;
    display: none;
    position: absolute;
    right: 10%;
    top: 20px;
    overflow: hidden;
    z-index: 99;
}
header.site-header .top-form form {
    padding: 0px;
    border: 1px solid #000000;
}
header.site-header .total-count {
    position: relative;
    text-align: center;
}
header.site-header .top-form form input[type="text"]{
    width: 80%;
    font-size: 15px;
    background: none;
    margin-right: 10px;
}
header.site-header .top-form form input[type="submit"], 
header.site-header .top-form form input[type="button"] {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    padding: 11px 10px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    letter-spacing: 0.94px;
}
header.site-header input[type="search"]::placeholder, 
header.site-header input[type="search"] {
    letter-spacing: 0.94px;
    color: #000000;
    border: 0;
}
.total-count .count {
color: #ffffff;
    position: absolute;
    padding: 4px;
    top: -13px;
    right: -10px;
    font-size: 10px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 13px;
    text-align: center;
    background: #DC2600;
    font-weight: 600;
}
.tagline.text-right {
    text-align: right;
}
header.site-header .taglinne a, 
header.site-header .taglinne {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.98px;
}
.tagline.text-right a {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}
.tagline.text-right a:hover,
header.site-header .taglinne a:hover {
    opacity: 0.6;
}
header.site-header ul.dropdown li a:hover,
.total-count svg:hover,
header.site-header #formButton:hover:after,
header.site-header a.my-acc:hover{
    opacity: 0.5;
}
.header-logo{
    margin: 0 auto;
    text-align: center;
}
.wc-block-components-address-form__address_2-toggle{
        color: #2b2d2f !important;
            border: 1px solid hsla(0,0%,7%,.8) !important;
}

.bottom--header .sec-center { 
    position: relative;
    max-width: 100%;
    text-align: center;
    z-index: 200;
    top: 30px;
}
.bottom--header [type="checkbox"]:checked,
.bottom--header [type="checkbox"]:not(:checked){ position: absolute; left: -9999px;  opacity: 0; pointer-events: none;}
.bottom--header .dropdown:checked + label,
.bottom--header .dropdown:not(:checked) + label{position: relative; transition: all 200ms linear; letter-spacing: 1px; display: -ms-inline-flexbox; display: block; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: left; -ms-flex-pack: center;  text-align: left;border: none; }
.bottom--header .dark-light:checked ~ .sec-center .for-dropdown{ background-color: #102770; color: #ffeba7; box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);}
.bottom--header .dropdown:checked + label:before,
.bottom--header .dropdown:not(:checked) + label:before{ position: fixed;top: 0;left: 0;content: '';width: 100%;height: 100%; z-index: -1;cursor: auto; pointer-events: none;}
.bottom--header .dropdown:checked + label:before{ pointer-events: auto;}
.bottom--header .dropdown:not(:checked) + label .uil {
    font-size: 1.5em;
    transition: transform 200ms linear;
    float: left;
    cursor: pointer;
    transition: transform 200ms linear;
    float: left;
    color: #000000;
    position: absolute;
    z-index: 9;
}
.bottom--header .dropdown:checked + label .uil { 
    font-size: 1.5em;
        color: #000000;
        cursor: pointer;
    transition: transform 200ms linear;
    float: left;
}
.bottom--header .dropdown:checked + label .uil:before {
    content: "\f03a";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 999999;
}
.bottom--header .section-dropdown { 
    position: absolute;
    padding: 5px;
    background-color: #ffffff;
    top: 30px;
    left: 0;
    width: 100%;
    border-radius: 0px;
    display: block;
    box-shadow: 1px 1px 3px 1px rgb(9 9 12 / 7%);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
    /* outline: 1px solid #454545; */
    outline-offset: 0px;
    height: 390px;
    overflow: auto;
    width: 300px;
}
.bottom--header .section-dropdown li:last-child { border: 0;}
.bottom--header .section-dropdown li { 
    display: block;
    border-bottom: 1px solid #454545;
    padding: 5px 10px;
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
}
.bottom--header .section-dropdown li a {
    font-size: 16px;
    font-weight: normal;
    position: relative;
    letter-spacing: 0.94px;
    color: #000000;
    padding: 2px 5px;
}
.bottom--header .section-dropdown li a:hover { 
background: #DC2600;
    color: #ffffff;
}
.bottom--header .dropdown:checked ~ .section-dropdown{  opacity: 1; pointer-events: auto; transform: translateY(0);}
.bottom--header .section-dropdown:before {position: absolute;top: -20px;left: 0;width: 100%;height: 20px;content: '';display: block;z-index: 1;}

.bottom--header .dropdown-sub:checked + label,
.bottom--header .dropdown-sub:not(:checked) + label{position: relative; color: #fff; transition: all 200ms linear;font-weight: 500; font-size: 15px;border-radius: 2px; padding: 5px 0;padding-left: 20px;padding-right: 15px;text-align: left;text-decoration: none;display: -ms-flexbox;display: flex; -webkit-align-items: center;-moz-align-items: center; -ms-align-items: center;align-items: center;justify-content: space-between;-ms-flex-pack: distribute; cursor: pointer;}
.bottom--header .dropdown-sub:checked + label .uil,.bottom--header .dropdown-sub:not(:checked) + label .uil{ font-size: 22px;}
.bottom--header .dropdown-sub:not(:checked) + label .uil {transition: transform 200ms linear;}
.bottom--header .dropdown-sub:checked + label .uil {transform: rotate(135deg);transition: transform 200ms linear;}
.bottom--header .section-dropdown-sub { position: relative;display: block;width: 100%;pointer-events: none;opacity: 0;max-height: 0;padding-left: 10px;padding-right: 3px;overflow: hidden; transition: all 200ms linear;}
.bottom--header .dropdown-sub:checked ~ .section-dropdown-sub{pointer-events: auto;opacity: 1;max-height: 999px;}
/*// --------------Responsive ----------------------------- */
@media screen and (min-width:1080px) and (max-width: 1920px){
  body.single-product main#innerpage-box button.plus{
         right: 15px;
        top: 15px;
}
body.single-product main#innerpage-box button.minus{
    left: 15px;
}
    body.post-template-default.single.single-post div#content-box p.comment-form-url, 
    body.post-template-default.single.single-post div#content-box p.comment-form-email, 
    body.post-template-default.single.single-post div#content-box p.comment-form-author {
        margin-right: 1.4em ! IMPORTANT;
    }
}
@media screen and (min-width: 320px) and (max-width: 1440px){
    body.post-template-default.single.single-post div#content-box p.comment-form-url, 
    body.post-template-default.single.single-post div#content-box p.comment-form-email, 
    body.post-template-default.single.single-post div#content-box p.comment-form-author {
        margin-right: 1em ! IMPORTANT;
    }
}
@media screen and (min-width:1024px) and (max-width: 1200px){
 .header-nav-area a.wishlist-link {
    position: absolute;
    right: 17.5%;
    top: 25px;
}
 header.site-header form#form1{
      right: 15%;
 }
 .s-footer.single-footer-4 img{
      margin-right: 0em;
 }
 .single-footer-4 .single-footer {
    margin-right: 0em !important;
}
 #footer .widget_block h2{
      font-size: 21px ! IMPORTANT;
    line-height: 30px;
 }
  section#best-seller-products .new-arrival {
    position: relative;
    left: 4em;
}
  .peccular-section-head h2 {
    font-size: 32px;
    line-height: 40px;
}
  #newsletter .peccular-section-head h2{
        padding: 0 1em;
  }
   #newsletter .peccular-newsletter-member-wrap {
    padding: 0 11em 0 9em;
}
   #facility .facility-area p {
    padding: 0 1em;
}
   #about .about-body {
    padding: 0 0em;
}
#about .curtains-features-b ul li a span:nth-of-type(2), #about .curtains-features-b ul li a span:nth-of-type(3), #about .curtains-features-b ul li a span:nth-of-type(4){
        font-size: 45px;
}
   div#banner2 h4.title{
        font-size: 40px;
    line-height: 50px;
   }
  
   body.single.single-product span.treeEnd{
        /*left: 10px;
            position: relative;*/
   }
   #innerpage-box .peccular-contact-form-block .container {
    padding-right: 0;
}
   .p-0-10{
    padding: 0;
   }
   #peccular-contactus-wrap .contact-block-bg{
        margin-right: 0;
   }
   #peccular-contactus-wrap .contact-block-bg{
        padding: 0.5em 1em 2em 1.5em;
   }
   li.product-category.product img {
    height: auto !IMPORTANT;
}
    body.single-product button.single_add_to_cart_button.button.alt{
            width: 250px;
    }
    body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 24px;
    line-height: 45px;
}
     body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: 0em;
}
body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: 0;
}
     body.post-template-default.single.single-post div#content-box .social-box ul:before,
     body.post-template-default.single.single-post div#content-box .social-box ul:after{
            width: 25%;
     }
     body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    width: 58.333333%;
}
     body.post-template-default.single.single-post div#content-box p.comment-form-url, 
     body.post-template-default.single.single-post div#content-box p.comment-form-email, 
     body.post-template-default.single.single-post div#content-box p.comment-form-author {
        margin-right: 0.5em ! IMPORTANT;
        margin-top: 2em ! IMPORTANT;
    }
 .page-template-pagewithleftsidebar-template div#secondary, 
 .page-template-pagewithrightsidebar-template div#secondary {
    position: relative;
    bottom: 0px;
}
 .page-template-pagewithleftsidebar-template .inner_contentbox {
    padding: 0.5em 0em 0;
}

 .comm-auth-box {
    font-size: 14px;
}
 #innerpage-box .peccular-blog-single{
        padding: 2.5em 2em 1.8em 1.2em;
 }

 .peccular-blog-date {
    padding-right:0;
}
 #innerpage-box .inner-blogpost{
    margin-left: 0;
    margin-right: 0;
}
body.single-product main#innerpage-box p.product-info-quant{
    left: 6em;
}
body.single-product main#innerpage-box .shipp-ico-box {
    padding-top: 1em;
}
body.single-product main#innerpage-box button.plus{
    right: 15px;
}
body.single-product main#innerpage-box button.minus{
    left: 15px;
}
.dashboard-info{
    padding-right: 3em;
}
nav.woocommerce-MyAccount-navigation{
    width: 35%;
}
.woocommerce-MyAccount-content{
    padding-top: 8em;
    width: 65%;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
    font-size: 16px;
    line-height: 5em;
    margin-right: 3em;
}
div#banner3shop .header-content{
    padding: 6em 0em 5em 4em;
}
li.product-category{
    width: 23.5%;
}
main#innerpage-box div#content-box .woocommerce-billing-fields h3,
h3#ship-to-different-address span {
    font-size: 30px !IMPORTANT;
}

.woocommerce .product-page{
    width: 40%;
}

#products-austrak a, 
#products-sherings a, 
#products-austmark a {
    width: 30.1% !important;
}
#newsletter .footer-tag p{
    font-size: 20px;
}

div#banner3 .header-content {
    padding: 6em 0em 5em 3em;
}

div#banner .header-content {
    padding: 5em 0.5em 6em 0em;
}
.header-woo-cart{
    right: 0;
}
.navigation .mainmenu li{
    margin-left: 15px !important;
}
.ht-site-title, 
.site-title, 
.ht-site-title, 
.site-title, 
.page .ht-site-title, 
.page .site-title, 
.single .ht-site-title, 
.single .site-title{
    font-size: 45px;
}

header.site-header #formButton:after{
    right: 110px;
}
}
@media only screen and (max-width: 992px){
            .header-soc-ico {
    position: relative;
    left: 0;
}
            .header-socials i.fa-brands.fa-x-twitter:hover, .header-socials i.fa:hover {
    color: #000000;
}
            div#projects .view-only-on-mobile {
    display: block;
}
#projects .view-only-on-desktop {
    display: none;
}
div#projects .product-grid-box{
      padding-bottom: 0em;
}
            section#best-seller-products .new-arrival {
    left: 0em;
}
            .header-nav-area a.wishlist-link {
    position: absolute;
    right: auto;
    top: 25px;
    left: 8%;
}
            section.banner__slider .btn {
    margin-left: 0.4em;
}
            header.site-header form#form1{
                  width: 55%;
                  right: 20%;
            }
            body.single-product .left-box-content {
    padding-top: 5em;
}
            .woocommerce div.product div.images .flex-control-thumbs button{
                  top: 0%;
            }
            .single main#innerpage-box h3.prowoocoomercetab-title{
                  margin-top: 1em !important;
            }
            body.single-product .summary.entry-summary {
    padding-left: 0em;
}
            #facility .peccular-facility-area {
    padding-top: 1em !important;
}
#facility {
    padding-bottom: 0 !important;
}
#facility .iconbox i.fa{
      margin-bottom: 0.2em;
}
            div#projects {
    padding-top: 0 !important;
}
div#projects {
    padding-bottom: 1.5em !important;
}
            .woocommerce ul.products[class*=columns-] li.product, 
            .woocommerce-page ul.products[class*=columns-] li.product{
                     /* width: 100% !important;*/
            }
            .woocommerce #page{
              padding: 0;
            }
             #about{
                  padding-bottom: 0em !important;
                  padding-top: 2em !important;
             }
             .slide .slide__content{
                  top: 40%;
             }
             .slick-nav{
                  top: calc(30% - 15px);
             }
             #sidebar-cart{
/*                  left: -40px;*/
             }
             #sidebar-cart a.close-button{
                  top: 70px;
             }
             div#projects .projects-head {
    margin-bottom: 3em;
}
             #newsletter .peccular-newsletter-member-wrap{
                    padding: 0 5em 0 4em;
             }
             #facility .facility-area p {
    padding: 0 1em;
}
           #about .about-body {
    padding: 0 0em;
}
#about .curtains-features-single {
    margin-bottom: 2em !important;
}
        section.banner__slider li.whatsapp{
                right: 10px;
        }
        .trade-program-text{
                bottom: 0%;
                right: auto;
                text-align: center;
                    left: 0;
                    writing-mode: horizontal-tb;
                        width: 25%;
                        transform: none;
        }
        .slide .slide__content--headings .top-title {
    font-size: 55px;
    line-height: 70px;
}
.slider, .slide, .slide .slide__img img {
    height: 450px;
}
        header.site-header .taglinne a, header.site-header .taglinne{
            text-align: left;
        }
        .top-bar{
                padding: 0.5em 0 !important;
        }
        .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, 
.wc-block-grid.has-4-columns .wc-block-grid__product {
flex: 1 0 50% ! IMPORTANT;
        max-width: 50% ! IMPORTANT;
}
.single .footer-area .s-footer {
    margin-bottom: 1em;
}

         
        #innerpage-box .peccular-contact-form-block .container {
    padding-right: 0;
}
   .p-0-10{
    padding: 0;
   }
   .contact-gap {
    margin-top: 1em;
    padding-left: 0;
}
.peccular-contact-page-form input[type="email"] {
    margin-bottom: 1.5em;
}
        body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: 0em;
}
body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 16px;
    line-height: 30px;
}
body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: 0;
}
   body.post-template-default.single.single-post div#commentsAdd .comment-form [class*="comment-form"] {
    width: 100%;
    margin-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#secondary label {
    width: 100%;
}
body.post-template-default.single.single-post div#secondary {
    padding-left: 0;
}
   body.post-template-default.single.single-post .inner_contentbox,
   body.post-template-default.single.single-post .button {
        padding: 2em 0em 0;
    }
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    width: 100%;
}
.page-template-pagewithleftsidebar-template div#secondary, 
.page-template-pagewithrightsidebar-template div#secondary {
    position: relative;
    bottom: 0;
}
main#innerpage-box #content-box ol {
    padding-left: 0 !important;
}
body.post-template-default.single.single-post #content-box div#secondary ol {
    padding: 2em 1.5em 0em 1.5em !important;
}
.page-template-pagewithleftsidebar-template div#content-box {
    padding-left: 2em;
}
.page-template-pagewithrightsidebar-template div#content-box {
    padding-right: 2em;
}
.wp-block-quote:not(.is-large):not(.is-style-large){
        padding: 2.8em 3em 3em 1em;
}
#innerpage-box blockquote p:after{
        right: -15px;
            bottom: 25px;
            font-size: 40px;
}
.page-template-pagewithleftsidebar-template div#content-box ul li,
.page-template-pagewithleftsidebar-template #content-box ol li,
.page-template-pagewithrightsidebar-template div#content-box ul li,
.page-template-pagewithrightsidebar-template #content-box ol li{
        font-size: 16px !important;
    line-height: 28px !important;
 }
 #innerpage-box blockquote p{
        font-size: 16px;
 }
 body.post-type-archive-product ul.products, 
 body.archive.tax-product_cat ul.products {
    padding-top: 1.5em !important;
}
 body.page-template.page-template-templates .inner_contentbox,
 body.archive.tag .inner_contentbox,
body.archive.category .inner_contentbox,
body.archive.date .inner_contentbox {
    padding-top: 2em;
}
.page-template-blogpagewithrightsidebar-template .widget-area .widget, 
.page-template-blogpagewithleftsidebar-template .widget-area .widget, 
.page-template-blog-template .widget-area .widget, 
body.archive.tag .widget-area .widget, 
.page-template .widget-area .widget,
body.archive.category .widget-area .widget, 
body.archive.date .widget-area .widget {
    margin-bottom: 2.5em;
}
body.archive.tag .comm-auth-box, 
body.archive.category .comm-auth-box, 
body.archive.date .comm-auth-box {
           padding-left: 0em;
}

#innerpage-box .inner-blogpost{
        margin: 0px 0px;
}
body.page-template-blogpagewithleftsidebar-template #innerpage-box .inner-blogpost,
body.page-template-blogpagewithrightsidebar-template #innerpage-box .inner-blogpost{
            height: auto ! IMPORTANT;
}

body.page-template-blogpagewithleftsidebar-template main#innerpage-box .ht-blog-thumbnail img,
body.page-template-blogpagewithrightsidebar-template main#innerpage-box .ht-blog-thumbnail img{
        height: auto ! IMPORTANT;
}
    #innerpage-box .peccular-blog-single{
        padding: 2em 1em 1.8em 1em;
                margin-bottom: 2em;
    }
    body.single-product main#innerpage-box button.plus{
        right: 15px;
    }
    body.single-product main#innerpage-box button.minus{
        left: 15px;
    }
    tr.wc-block-cart-items__row td {
        padding: 0 0.5em ! IMPORTANT;
    }
    .woocommerce-MyAccount-content:before{
        top: 0;
    }
    .dashboard-info{
        top: 25px;
        padding-right: 1em;
    }
    body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
     font-size: 14px;
     display: inline-flex;
     line-height: 1em;
     /* padding: 0; */
     margin-bottom: 0.5em;
 }
 nav.woocommerce-MyAccount-navigation
 {
    width: 50%;
    padding-top: 10em;
}
.woocommerce-MyAccount-content{
    width: 60%;
    padding-top: 10em;
}

div#banner3shop .offet-text, div#banner3shop .offet-text span{
    font-size: 65px;
    line-height: 80px;
}
div#banner3shop .header-content{
    padding: 6em 2em 5em 2em;
}
.woocommerce-page .related ul.products li.product{
    width: 45.3% !important;
}
body.single-product button.single_add_to_cart_button.button.alt{
    width: 200px;
}
body.single-product main#innerpage-box p.product-info-quant{
          left: 1.8em;
        margin: 0;
}
li.product-category{
            width: 45%;
                margin-right: 10px !important;
}

.peccular-section-head h2{
    font-size: 40px;
    line-height: 50px;
}
.peccular-section-head{
    margin-bottom: 2.3em;
}
#gallery,
#featuredproduct-section,
#productcat_section,
#footer {
    padding-top: 3em !important;
}
#productcat_section{
      padding-bottom: 2em !important;
}
#gallery {
    padding-bottom: 0.5em !important;
}
#newsletter .footer-tag p{
  font-size: 24px;
  margin-top: 1em;
}

div#banner2 h4.title{
    left: 4.5em;
    font-size: 30px;
    line-height: 40px;
}
div#banner2 .peccular-bannert-b:nth-child(2) h4.title, 
div#banner2 .peccular-bannert-b:nth-child(4) h4.title {
    right: 4.5em;
    left: auto;
}
div#banner2 .peccular-feat-single-bg{
    height: 300px;
}
.product-grid-box h3.title a{
    line-height: 25px;
}
.woocommerce .product-page {
    width: 50%;
}

.woocommerce .woocommerce-ordering {
    right: 3em;
    top: 6em;
}
#products-austrak a, #products-sherings a, #products-austmark a {
    width: 29%;
}
div#gallery h2 {
    font-size: 40px;
}
.footer-area .top-area{
    padding-top: 3em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p,
#footer .widget_text p {
    text-align: left;
}
.footer-area p{
    text-align: center;
}
#newsletter .peccular-section-head h2{
    font-size: 41px;
    line-height: 50px;
    padding: 0;
}
div#banner3 .header-content {
    padding: 6em 1em 5em 1em;
}
div#banner3 .offet-text, div#banner3 .offet-text span{
    font-size: 70px;
    line-height: 85px;
}
div#banner3 .sale-text{
    font-size: 50px;
    line-height: 65px;
}
div#banner3 .header-content{
    padding: 2em 1em 2em 1em;
}
header.site-header .taglinne a, header.site-header .taglinne {
    font-size: 13px;
    line-height: 23px;
}
.ht-site-title, 
.site-title, 
.ht-site-title, 
.site-title, 
.page .ht-site-title, 
.page .site-title, 
.single .ht-site-title, 
.single .site-title{
    font-size: 45px;
}
/*.header-woo-cart{
    right: 25px !important;
}
.total-count .count{
    right: -15px;
}*/
div#banner .header-content{
    padding: 3em 1em 4em 1em;
}
div#banner .discount-text{
   padding: 5px 0;
}
div#banner .offet-text{
    padding: 0.2em 0;
}
.header-woo-cart {
    right: 00;
}
}
@media screen and (min-width:320px) and (max-width: 767px){
    body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
        margin-right: 2em;
    }
    .header-woo-cart {
    right: 15px;
}
header.site-header #formButton:after{
    right: 125px;
}
}
@media screen and (min-width:320px) and (max-width: 576px){
                           section.banner__slider .btn {
        margin-left: 0.2em;
    }
                       header.site-header form#form1 {
        right: 25%;
    }
                   .peccular-section-head h2 {
        font-size: 35px;
        line-height: 45px;
    }
               .slide .slide__content--headings .top-title {
        font-size: 40px;
        line-height: 60px;
    }
    .slide .slide__content.slide__content__right{
            left: 9%;
    }
    .slide .slide__content--headings .top-title {
    margin-bottom: 0.3em;
}
    .slider, .slide, .slide .slide__img img {
        height: 370px;
    }
           header.site-header #formButton:after {
        right: 102px;
    }
       .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, 
       .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100% ! IMPORTANT;
        max-width: 100% ! IMPORTANT;
    }
   .page-template-pagewithleftsidebar-template div#content-box {
    padding-left: 1em;
}
   .page-template-pagewithrighttsidebar-template div#content-box {
    padding-right: 1em;
}
   body.page-template-blogpagewithrightsidebar-template div#blog-box .inner-blog-post, 
   body.archive div#blog-box .inner-blog-post, 
   .blog-sidebar-right div#blog-box .inner-blog-post, 
   body.page-template.page-template-templates.page-template-pagewithrightsidebar-template div#blog-box .inner-blog-post{
    padding-right: 1em;
   }
   main#innerpage-box .ht-blog-thumbnail img {
    height: auto ! IMPORTANT;
}
   .peccular-blog-post {
    width: 100%;
}
#innerpage-box .peccular-blog-single {
    height: auto !important;
}
body.single-product main#innerpage-box p.product-info-quant {
    left: 0;
}
body.woocommerce-account .peccular-page-main {
    padding-bottom: 3em;
    padding-top: 1em;
}
.woocommerce-MyAccount-content:before {
    font-size: 25px;
}
.woocommerce-MyAccount-content{
    padding-left: 0em;
}
.woocommerce-MyAccount-content:before {
    top: 165px;
    left: 10px;
}
.dashboard-info {
    top: 185px;
    left: 10px;
    padding-right: 2em;
}
.woocommerce-MyAccount-content {
    padding-top: 0em;
}
nav.woocommerce-MyAccount-navigation {
    padding-top: 22em;
    border: 0;
}
body.woocommerce-account .woocommerce {
    display: block;
}
nav.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    width: 100%;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a {
    font-size: 16px;
    display: block;
    margin-bottom: 0em;
    margin-top: 0.5em;
    line-height: 1.5;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p {
  line-height: 0;
}
fieldset#contact-fields,
fieldset#billing-fields,
fieldset#payment-method{
    padding: 0 1em 2em 1em !important;
}
.wc-block-checkout__terms{
    padding: 2em 1em 0em 1em !important;
}
.wc-block-checkout__actions{
    padding: 2em 1em 2em 1em !important;
}
body.product-template-default.single.single-product .star-rating, 
body.product-template-default.single.single-product .star-rating{
    top: 0;
}
.single main#innerpage-box span.woocommerce-review__date{
  top: 5px; 
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary{
    width: 100% !important;
}
body.product-template-default.single.single-product .description p{
    top: 0;
    padding-left: 3.5em;
}
li.product-category {
    width: 43.7%;
}
div#gallery h2 {
    font-size: 35px;
    line-height: 50px;
}
div#gallery p.desc{
    font-size: 17px;
}
#products-austrak a, 
#products-sherings a, 
#products-austmark a {
    margin: 0 8px 10px 8px;
}
#newsletter .peccular-section-head h2 {
        font-size: 28px;
        line-height: 40px;
}
div#banner3 .offet-text, div#banner3 .offet-text span {
    font-size: 65px;
    line-height: 85px;
}
div#banner3 .sale-text {
    font-size: 45px;
    line-height: 60px;
}
header.site-header .taglinne a, header.site-header .taglinne,.tagline.text-right a {
    font-size: 10px;
    line-height: 20px;
}
.top-bar{
    padding: 1em 0 !important;
}
.total-count:hover .mini-cart-dropdown{
    transform: translateX(10%) translateY(-7%);
}
header.site-header ul.dropdown li a{
    font-size: 15px;
}
.ht-site-title, 
.site-title, 
.ht-site-title, 
.site-title, 
.page .ht-site-title, 
.page .site-title, 
.single .ht-site-title, 
.single .site-title {
    font-size: 30px;
    line-height: 40px;
}
}
@media screen and (min-width:320px) and (max-width: 540px){
    .show-in-mobile {
    display: none;
}
.hide-in-mobile {
    display: block;
}
    div#projects .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}
    .product-grid-box h3.title a {
        line-height: 25px;
    }
    .header-soc-ico {
      position: relative;
        left: 50px;
}
.header-socials{
      text-align: left;
}
.social-tagline{
      display: inline-block;
    width: auto;
}
.social-ico-bx {
    width: auto;
    display: inline-block;
    padding-left: 2em;
}
    .header-nav-area a.wishlist-link {
        position: absolute;
        right: auto;
        top: auto;
        left: 35%;
        bottom: 22px;
    }
               .total-count .count {
        right: -12px !important;
    }
            section.banner__slider .btn {
        margin-left: 0;
    }
        #sidebar-cart h2{
              justify-content: center;
        }
        .woocommerce-related-products{
              padding: 0 4em;
        }
        body.single-product .left-box-content {
        padding-top: 1em;
    }
    body.single-product .banner-box span.treeEnd {
    font-size: 25px;
}
body.single-product .catalog-details .product-custom p.custom-catnew{
      padding-bottom: 1em;
      font-size: 16px ! IMPORTANT;
    line-height: 25px ! IMPORTANT;
}
    .footer-area .top-area {
        padding-top: 0em;
    }
    .s-footer.single-footer-4 img {
    margin-right: 0em;
}
#gallery {
    padding-bottom: 1.5em !important;
}
#facility {
    padding-bottom: 0 !important;
}
    #facility .peccular-section-head {
        margin-bottom: 0.3em;
    }
header.header--inner.area-inner.position-relative{
  height: 100px !important;
}
body.product-template-default.single.single-product header.header--inner.area-inner.position-relative {
        height: 95px !important;
    }
    body.product-template-default.single.single-product header.header--inner.area-inner .breadcrumbbox span{
      font-size: 16px;
    }
.peccular-innerpage-overlay{
      padding: 60px 0;
}
.site-details {
    position: relative;
/*    top: 0em;*/
}
section#best-seller-products .new-arrival {
    position: relative;
        left: 2em;
        width: 93%;
}
section#best-seller-products .owl-carousel .owl-nav button.owl-prev:before{
      left: -12px;
}
section#best-seller-products .owl-carousel .owl-nav button.owl-next:after{
  right: -12px;
}
.icon-resp {
    position: absolute;
    top: 10px;
}
                           #productcat_section {
    padding-bottom: 2em !important;
}
                           .header-logo {
    max-width: 70%;
}
#sidebar-cart{
      width: 427px;
      height: 130vh;
}
aside#sidebar-cart main {
    padding: 70px 0px 0 60px;
    /* height: 100%; */
}
                            div#projects a.btn.btn-lg{
    margin-top: 2em;
                            }
                                div#projects .projects-head {
        margin-bottom: 1em;
    }
                            div#projects p.projects-content{
                                    font-size: 14px;
    line-height: 25px;
                            }
                            #newsletter .peccular-newsletter-member-wrap {
        padding: 0 0em 0 0em;
    }
    #newsletter .peccular-newsletter-member-wrap input[type="email"] {
    left: 0;
}
                        #facility .iconbox i.fa {
    margin-bottom: 0.2em;
}
#facility h2.peccular-facility-title{
    margin-bottom: 0.5em;
}
#facility .mem-inn {
    margin-bottom: 3em;
            padding: 0;
}
                         #about{
                            padding: 1em 0 !important;
                         }
                          .responsive-ico {
    width: auto;
}
#about h4.curtains-features-title {
           padding-left: 2.5em;
}
    #about .curtains-features-single {
                margin-bottom: 0em !important;
        position: relative;
    }
    #about .curtains-features-b ul li a span:nth-of-type(2), #about .curtains-features-b ul li a span:nth-of-type(3), #about .curtains-features-b ul li a span:nth-of-type(4){
        font-size: 30px;
    }
                           div#banner2 .banner-content{
                                padding-left: 15px;
                           }
                            .trade-program-text {
    position: absolute;
    right: 0;
    z-index: 99;
    align-items: end;
    writing-mode: horizontal-tb;
    color: #ffffff;
    border-radius: 3px 0px 0px 3px;
    background: #000;
    padding: 15px 7px;
    transform: none;
    bottom: 0%;
    left: 0;
    width: 140px;
    font-size: 13px;
}
                             section.banner__slider li.whatsapp{
                                    width: 40px;
                                            right: 5px;
                                                bottom: 5px;
                                    height: 40px;
    line-height: 40px;
                             }
                             section.banner__slider li.whatsapp svg{
                                width: 30px;
                                height: 30px;
                             }
                              section.banner__slider .btn{
                                    padding: 5px 15px 5px 15px;
                                        font-size: 14px;
                              }
                               .slide .slide__content.slide__content__right {
        left: 12%;
        width: 300px;
            top: 45%;
    }
    .slide .slide__content--headings .top-title {
        font-size: 30px;
        line-height: 45px;
    }
    .slider, .slide, .slide .slide__img img {
        height: 290px;
    }
                           header.site-header .col-xl-4.col-lg-4.col-md-3.col-sm-3.p-0 {
    height: 0;
}
                           .header-nav-area .top-account-info{
                                padding-top: 0;
                           }
                           header.site-header #formButton:after{
                                       bottom: 15px;
        top: auto;
                           }
                           .header-nav-area {
        padding-bottom: 0em;
        margin-top: 0;
        margin-bottom: 0;
    }
                       .footer-area .widget, 
                       .footer-area .widget, 
                       .page .footer-area .widget, 
                       .single .footer-area .widget {
    margin-bottom: 1em;
}
                       #peccular-contactus-wrap .contact-block-bg{
                            margin-bottom: 1em;
                       }
                        .peccular-contact-area {
    width: 85%;
}
#peccular-contactus-wrap .contact-block-bg{
        padding: 0.5em 1em 2em 1.5em;
            margin-right: 0;
}
.peccular-contact-mapbox iframe {
    padding-bottom: 2.5em;
}
                          .single .single-productpage main#innerpage-box h2.woo-reviews{
                                margin-top: 0;
                                    font-size: 40px !important;
                        }
                         body.single.single-product .button {
    margin-top: 1em;
    margin-bottom: 1em;
}
body.single.single-product form.cart {
    margin-bottom: 0em !important;
}
                         li.product-category.product img {
    height: auto !IMPORTANT;
}
                         body.post-template-default.single.single-post div#content-box .comment-author.vcard img {
    width: 50px;
    height: 50px;
}
body.post-template-default.single.single-post div#content-box .comment-metadata,
body.post-template-default.single.single-post div#content-box div#comments ol em,
body.post-template-default.single.single-post div#content-box .commentmetadata {
    padding-left: 3em;
}
body.post-template-default.single.single-post div#content-box div#comments ol em {
        font-size: 15px;
        padding-left: 4em ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .commentmetadata p{
        font-size: 16px;
    line-height: 30px ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .commentmetadata time{
        font-size: 15px;
}
                         body.post-template-default.single.single-post div#content-box .commentmetadata time{
                                width: 100%;
    clear: both;
    display: block;
        text-align: right;
                         }
                         .post-left-space, 
                        .post-right-space {
    width: 80%;
}
.mobile-width-auto {
    width: 20%;
}
body.post-template-default.single.single-post .nav-bx-bar .text-right, 
body.post-template-default.single.single-post .nav-bx-bar .text-left {
    width: 50%;
}
    body.post-template-default.single.single-post .post-right-space {
        left: 1.8em;
        padding: 0 !IMPORTANT;
        top: 13px;
    }
        body.post-template-default.single.single-post .post-left-space {
        padding-left: 0 !IMPORTANT;
        top: 13px;
    }
    body.post-template-default.single.single-post .nav-bx-bar{
            padding-right: 2em;
    }
    body.post-template-default.single.single-post .nav-bx-bar a{
            font-size: 18px;
    }
                         body.post-template-default.single.single-post .nav-bx-bar h2 {
    display: none;
}
                         body.post-template-default.single.single-post div#content-box .comment-respond h4 {
    margin-bottom: 1em;
}
                          body.post-template-default.single.single-post div#content-box .social-box ul:before, 
                          body.post-template-default.single.single-post div#content-box .social-box ul:after {
        width: 25%;
    }
                      body.post-template-default.single.single-post div#content-box .social-box ul li i.fa, 
                      body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
        font-size: 22px;
        width: 40px;
    }
                   body.post-template-default.single.single-post div#content-box ul.post-categories li, 
                   body.post-template-default.single.single-post div#content-box ul.post-categories li {
        margin: 9px 0 19px;
    }
        body.post-template-default.single.single-post .blog-tags a {
        margin-right: 0em;
    }
               body.post-template-default.single.single-post span.treeEnd {
    line-height: 28px;
}
    #innerpage-box .blog-info-area .metabox2brdr ul li, 
    #innerpage-box .blog-category {
        font-size: 14px;
    }
        #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 9px 10px 0;
        padding: 0 16px 0 0;
        font-size: 14px;
    }
               .page-template-pagewithrightsidebar-template div#content-box {
        padding-right: 0;
    }
           .page-template-pagewithleftsidebar-template div#content-box {
        padding-left: 0em;
    }
       body.page-template.page-template-templates .inner_contentbox, 
       body.archive.tag .inner_contentbox, 
       body.archive.category .inner_contentbox, 
       body.archive.date .inner_contentbox {
        padding-top: 0em;
    }
   #innerpage-box blockquote p:after{
        bottom: 20px;
            right: 0;
   }
   .wp-block-quote:not(.is-large):not(.is-style-large){
        padding: 2.8em 3em 3em 1em;
   }
   .page-template-blogpagewithrightsidebar-template label,
   .page-template-blogpagewithleftsidebar-template label  {
    width: 100%;
}
   li.product-category{
        margin-left: 0 ! IMPORTANT;
        margin-right: 00px !important;
   }
   .page-template-blogpagewithrightsidebar-template .widget-area .widget, 
   .page-template-blogpagewithleftsidebar-template .widget-area .widget, 
   .page-template-blog-template .widget-area .widget {
    margin-bottom: 1.5em;
}
   body.page-template .button,
   body.archive.date .button,
   body.archive.category .button,
   body.archive.tag .button{
    margin-top: 2em;
}
.page-template-blogpagewithrightsidebar-template .comm-auth-box,
.page-template-blogpagewithleftsidebar-template .comm-auth-box,
body.page-template-blogpagewithleftsidebar-template div#blog-box .inner-blog-post, 
.blog-sidebar-left div#blog-box .inner-blog-post, 
body.page-template.page-template-templates.page-template-pagewithleftsidebar-template div#blog-box .inner-blog-post{
 padding-left: 0em;
}
    body.page-template-blogpagewithrightsidebar-template div#blog-box .inner-blog-post, 
    body.archive div#blog-box .inner-blog-post, 
    .blog-sidebar-right div#blog-box .inner-blog-post, 
    body.page-template.page-template-templates.page-template-pagewithrightsidebar-template div#blog-box .inner-blog-post {
        padding-right: 0em;
    }
   .comm-auth-box{
        padding-left: 1em;
   }
   .width-fifty {
          width: 50%;
        padding: 0;
}
    #innerpage-box .inner-blogpost {
        height: auto ! IMPORTANT;
    }
body.single-product main#innerpage-box .shipp-ico-box {
/*    padding-top: 0.5em;
    padding-bottom: 2em;*/
}
body.single.single-product .woocommerce-message{
    padding: 1em 0em 1em 3.5em !important;
    font-size: 11px;
}
#products-austrak a, #products-sherings a, #products-austmark a {
    margin: 0 0px 25px !important;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
    font-size: 15px;
}
#banner3 .bannerth-bg{
    background-position: right !important;
}
.woocommerce-MyAccount-content:before {
    font-size: 25px;
}
.woocommerce-MyAccount-content{
    padding-left: 0em;
}
.woocommerce-MyAccount-content:before {
    top: 165px;
    left: 10px;
}
.dashboard-info {
    top: 185px;
    left: 10px;
    padding-right: 2em;
}
.woocommerce-MyAccount-content {
    padding-top: 0em;
}
nav.woocommerce-MyAccount-navigation {
    padding-top: 20em;
    border: 0;
}
body.woocommerce-account .woocommerce {
    display: block;
}
nav.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    width: 100%;
}
section.related.products:before{
        /* top: 0; */
        font-size: 27px;
}
section.related.products {
    padding-top: 7em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    width: 100% !important;
}
.single main#innerpage-box button#show-review-form{
    width: 230px;
    height: 45px;
    right: 0;
    top: 145px;
    left: 0;
    margin: 0 auto;
}
body.product-template-default.single.single-product #innerpage-box .comment-form-rating .stars {
    margin-bottom: 1em !important;
}
main#innerpage-box #comments li.comment {
    margin-bottom: 1em ! IMPORTANT;
}
.woocommerce-review-toparea{
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 4em 2em 5em 2em;
}
div#banner3shop{
    margin-top: 1em !important;
}
.single main#innerpage-box h2.woo-reviews{
    margin-top: 0.5em;
    font-size: 36px !important;
    line-height: 50px;
}
div#banner3shop .header-content {
    padding: 2em 2em 2em 2em;
}
div#banner3shop .sale-text{
    font-size: 50px;
}
body.archive.tax-product_cat main#innerpage-box h1.ht-main-title {
    font-size: 30px !important;
}
body.archive.tax-product_cat .woocommerce-ordering{
    top: 5em;
}
.page-main-header .ht-main-title{
    font-size: 30px !important;
}
li.product-category {
    width: 100%;
    padding-bottom: 0em ! IMPORTANT;
}
.cart_totals h2 {
    margin-top: 0 !important;
}

body.post-type-archive-product ul.products,
body.archive.tax-product_cat ul.products {
    padding-top: 1.5em !important;
}

#featuredproduct-section {
    padding-bottom: 2em !important;
}
#newsletter .peccular-section-head h2{
    margin-bottom: 20px;
}
div#newsletter .peccular-section-head {
    margin-bottom: 1.8em;
}
.lg-actions .lg-next {
    right: 150px !important;
}
.lg-toolbar{
    width: 78% !important;
}
.woocommerce .product-page {
          width: auto;
}
.woocommerce-page .woocommerce-ordering select option, 
.woocommerce-page .woocommerce-ordering select {
    font-size: 15px;
    line-height: 25px;
    height: 32px;
    padding: 0px 15px;
}
.single-productpage main#innerpage-box h1.ht-main-title{
    padding-top: 20px;
}

.woocommerce .woocommerce-ordering {
    right: 2em;
    top: 7.3em;
    width: 72%;
}
.woocommerce-page .woocommerce-ordering select{
    width: 100%;
}
img.lg-object.lg-image {
    position: absolute;
    left: 0 !important;
}
.lg-actions .lg-next {
    right: 170px;
}
div#gallery .peccular-section-head {
    margin-left: 0.2em;
}
#products-austrak a, #products-sherings a, #products-austmark a {
    margin: 0 8px 10px 0px;
}
div#gallery h2 {
  font-size: 40px;
  line-height: 50px;
}
div#gallery p.desc{
    padding-top: 10px;
    line-height: 25px;
}
#products-austrak a, #products-sherings a, #products-austmark a {
    width: 100% !important;
}
#newsletter .footer-tag p{
    font-size: 20px;
    line-height: 30px;
}
#newsletter .peccular-newsletter-member-wrap input::placeholder {
    font-size: 20px;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        margin-left: 5em;
        margin-top: 1em;
        margin-bottom: 2em;
}
div#banner3 .offet-text, div#banner3 .offet-text span {
    font-size: 45px;
    line-height: 65px;
}
div#banner3 .sale-text {
    font-size: 30px;
    line-height: 45px;
}

div#banner2 .peccular-feat-single-bg{
    height: 200px;
}
div#banner2 .peccular-bannert-icon{
    display: none;
}
.peccular-section-head{
    margin-left: 0;
    margin-right: 0;
}
    .peccular-section-head h2 {
        font-size: 26px;
        line-height: 35px;
    }
header.site-header #formButton:after {
            left: 0px;
}
.header-woo-cart {
    right: -10px !IMPORTANT;
}
.total-count .count {
    right: 0;
}
header.site-header .total-count{
    left: 00px;
}
div#banner .offet-text{
    font-size: 20px;
    line-height: 30px;
}
div#banner .sale-text{
    font-size: 90px;
    line-height: 92px;
}
div#banner .discount-text{
    font-size: 50px;
    line-height: 70px;
}
.header-nav-area ul.dropdown{
    display: none;
}
.width-auto{
    width: auto;
}
header.site-header .taglinne a, 
header.site-header .taglinne, 
.tagline.text-right a {
    text-align: center;
}
.tagline.text-right {
    text-align: center;
}
header.site-header .taglinne a, header.site-header .taglinne, .tagline.text-right a {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.top-bar {
    padding: 0.5em 0 !important;
}
header.site-header .taglinne {
    padding-bottom: 0.3em;
}
    .hamburger-menus {
        top: 85px;
        right: 0;
    }
.header-nav-area .top-account-info {
 /* padding-top: 2em;*/
}
.header-nav-area {
    padding-bottom: 1em;
}
header.site-header form#form1{
        width: 90%;
        right: 0%;
        bottom: 0;
        top: auto;
}
.total-count:hover .mini-cart-dropdown {
    transform: translateX(77%) translateY(-7%);
}
#video .wrap{
    height: 200px;
}
.animation-box{
    width: 100% !important;
}
.first-text{
    font-size: 25px;
    top: 10rem;
}
.second-text,
.fourth-text{
 font-size: 50px;
}
.fifth-text{
    font-size: 25px;
    bottom: 50%;
}
div#banner .button-all{
    padding: 15px 50px 15px 50px;
}
.widget-area .woocommerce ul.product_list_widget li a{
    font-size: 15px !important;
}
.widget-area .woocommerce ul.product_list_widget li a span{
    line-height: 25px !important;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
    padding: 0 !important;
}
}
@media screen and (min-width:320px) and (max-width: 375px){
                           .header-nav-area a.wishlist-link {
        position: absolute;
        right: auto;
        left: 40%;
    }
                       #sidebar-cart {
        width: 370px;
    }
                   section.related.products:before {
        /* top: 0; */
        font-size: 24px;
    }
                div#projects p.projects-content {
        font-size: 16px;
        line-height: 25px;
    }
            #newsletter .peccular-section-head h2 {
        font-size: 24px;
        line-height: 35px;
    }
        .peccular-section-head h2 {
        font-size: 23px;
        line-height: 30px;
    }
     section.banner__slider .btn{
            padding: 6px 25px 6px 25px;
                font-size: 16px;
     }
         .slide .slide__content--headings .top-title {
        font-size: 24px;
        line-height: 35px;
    }
     .slide .slide__content.slide__content__right {
        left: 14%;
        width: 250px;
        top: 40%;
    }
            .single .single-productpage main#innerpage-box h2.woo-reviews {
        margin-top: 0;
        font-size: 30px !important;
    }
        body.post-template-default.single.single-post div#content-box div#comments ol em {
        font-size: 13px;
        padding-left: 4.5em ! IMPORTANT;
    }
    body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
        font-size: 13px;
    }
    div#banner3shop .offet-text, div#banner3shop .offet-text span {
        font-size: 45px;
        line-height: 70px;
    }
    div#banner3shop .sale-text {
        font-size: 29px;
        line-height: 45px;
    }
   /* .single main#innerpage-box h3.prowoocoomercetab-title{
               font-size: 25px !important;
        margin: 0 !IMPORTANT;
    }*/
    body.single-product main#innerpage-box .prowoocoomercetab-content p{
        font-size: 16px ! IMPORTANT;
        line-height: 28px !important;
    }
    li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
        font-size: 14px !important;
    }
    .woocommerce-billing-fields h3, 
    h3#ship-to-different-address span, 
    h3#order_review_heading {
        margin-top: 0 !important;
    }
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
        left: 0.5em;
    }
    .woocommerce-info{
        padding: 1em 1em 1em 2.5em;
        font-size: 12px !important;
    }
    .lg-actions .lg-next {
        right: 120px !important;
    }
    .lg-toolbar {
        width: 80% !important;
    }
    .total-count:hover .mini-cart-dropdown {
        transform: translateX(70%) translateY(-7%);
    }
    .woocommerce .woocommerce-ordering {
        width: 69%;
    }
    div#gallery h2 {
        font-size: 38px;
        line-height: 50px;
    }
    div#gallery p.desc {
        padding-top: 10px;
        line-height: 30px;
    }
    .footer-area .bottom-area .footer-text{
        font-size: 14px;
    }
    div#banner3 .offet-text, div#banner3 .offet-text span {
        font-size: 42px;
        line-height: 50px;
    }
    div#banner3 .discount-text{
        font-size: 20px;
        line-height: 35px;
    }
    div#banner .discount-text {
        font-size: 40px;
        line-height: 60px;
    }
    div#banner2 h4.title{
        font-size: 30px;
        line-height: 40px;
    }
    div#banner3 a.button-all{
        font-size: 15px;
        padding: 10px 20px 10px 20px;
    }
}
@media screen and (min-width:320px) and (max-width: 320px){
                               #sidebar-cart h2{
                                    font-size: 20px;
                               }
                               .ht-site-title, .site-title {
        font-size: 25px !important;
    }
        .header-nav-area a.wishlist-link {
        left: 48%;
    }
                           #sidebar-cart {
        width: 315px;
    }
                       .total-count:hover .mini-cart-dropdown {
        transform: translateX(67%) translateY(-5%);
    }
                   .dashboard-info {
        top: 210px;
    }
               .s-footer.single-footer-4 img {
        width: 15%;
    }
           #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
                    margin-left: 5em;
                        padding: 15px 20px 15px 20px;
           }
            div#banner2 h4.title {
        font-size: 25px;
        line-height: 40px;
    }
    div#banner2 p.banner-tagline{
            font-size: 20px;
    }
        .trade-program-text{
                    padding: 10px 7px;
                            width: 110px;
        font-size: 10px;
        }
        .slide .slide__content.slide__content__right {
        left: 17%;
        width: 195px;
        top: 45%;
    }
        .slide .slide__content--headings .top-title {
        font-size: 19px;
        line-height: 30px;
    }
        section.banner__slider .btn {
        padding: 6px 15px 6px 15px;
        font-size: 14px;
    }
    .peccular-contact-area {
        width: 80%;
    }
                        
                     body.single-product button.single_add_to_cart_button.button.alt{
        width: 150px !important;
       
                     }
                      body.post-template-default.single.single-post div#content-box div#comments ol em {
        font-size: 12px;
        padding-left: 4.8em ! IMPORTANT;
    }
                  body.post-template-default.single.single-post .post-right-space {
        left: 1.2em;
        padding: 0 !IMPORTANT;
        top: 15px;
    }
        body.post-template-default.single.single-post .post-left-space {
        top: 15px;
    }
              .post-left-space, .post-right-space {
        width: 70%;
    }
        .mobile-width-auto {
        width: 30%;
    }
        body.post-template-default.single.single-post .nav-bx-bar a {
        font-size: 15px;
    }
          body.post-template-default.single.single-post div#content-box .comment-respond h4 span{
                font-size: 30px;
          }
          body.post-template-default.single.single-post div#content-box .social-box ul:before, 
          body.post-template-default.single.single-post div#content-box .social-box ul:after {
        width: 15%;
    }
      #innerpage-box .blog-info-area .metabox2brdr ul li i.fa {
    font-size: 12px !important;
}
      #innerpage-box .blog-info-area .metabox2brdr ul li, 
      #innerpage-box .blog-info-area .metabox2brdr ul li a,
      #innerpage-box .blog-category {
        font-size: 12px !important;
    }
  body.single-product main#innerpage-box .shipp-ico-box {
    padding-top: 1em;
    padding-bottom: 1em;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a {
    margin-right: 0em;
    padding: 1em 1em 1em 2em;
    font-size: 12px;
}
.woocommerce-MyAccount-content:before {
    font-size: 21px;
}
nav.woocommerce-MyAccount-navigation {
    padding-top: 24em;
}
.page-main-header .ht-main-title {
    font-size: 22px !important;
}
.woocommerce-info {
    padding: 1em 1em 1em 2.5em;
    font-size: 14px !important;
    line-height: 20px;
    padding-top: 10px !important;
}
body.woocommerce-checkout h1.ht-main-title{
    font-size: 45px !important;
}
div#content-box .cart .button{
    font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span{
    font-size: 15px !important;
}
    .peccular-section-head h2 {
        font-size: 19px;
        line-height: 30px;
    }
.footer-area .social-profile-icons ul li a i, 
.footer-area .social-profile-icons i.fa {
    padding-right: 0.5em;
}

.product-grid-box .price, 
.product-grid-box del, 
.product-grid-box .price del bdi, 
.product-grid-box .price bdi{
    padding: 0;
}
.total-count:hover .mini-cart-dropdown{
    width: 285px;
}
.woocommerce .woocommerce-ordering {
    width: 63%;
}
div#gallery h2 {
    font-size: 32px;
    line-height: 45px;
}
#newsletter .peccular-section-head h2 {
    font-size: 27px;
    line-height: 35px;
}
div#banner3 .offet-text, div#banner3 .offet-text span {
    font-size: 30px;
    line-height: 50px;
}
div#banner3 .sale-text {
    font-size: 25px;
    line-height: 40px;
}
header.site-header .taglinne a, 
header.site-header .taglinne, 
.tagline.text-right a {
    font-size: 13px !important;
}
header.site-header .taglinne a, 
header.site-header .taglinne, 
.tagline.text-right a {
    font-size: 14px;
}
div#banner .discount-text {
    font-size: 38px;
    line-height: 50px;
}
div#banner .offet-text {
    font-size: 18px;
    line-height: 25px;
}
.product-grid-box h3.title a{
    font-size: 19px;
}
.product-grid-box .price, 
.product-grid-box del, 
.product-grid-box .price del bdi, 
.product-grid-box .price bdi{
   font-size: 20px;
}

}
/**/
@media screen and (min-width:320px) and (max-width: 575px){
    main#innerpage-box .peccular-testimonials-image{    text-align: center;}
    body.page-template-default main#innerpage-box .peccular-testimonials-identity {    
        left: 0; 
        text-align: center;
    }
}

@media screen and (min-width:320px) and (max-width: 767px){
    .total-count .count{
          right: -25px;
    }
    .container {
     max-width: 1000px !important;
 }
 .single-footer-4 h4.widget-title{padding: 0 0 0 0px;}
}

@media screen and (min-width:768px) and (max-width: 991px){

    .footer-area .social-profile-icons ul li{ margin: 00 10px 0px 0;}
}

@media screen and (min-width:768px) and (max-width: 1199px){

 #newsletter .wpcf7:after{ right: 10%;top: 35%;}
}
@media screen and (min-width:768px) and (max-width: 991px){

 #newsletter .peccular-newsletter-member-wrap input[type="email"]{
    padding: 0px 15px !important;
}
}

@media screen and (min-width:576px) and (max-width: 767px){
 #newsletter .wpcf7:after{    top: 69%;}

}
@media screen and (min-width:495px) and (max-width: 575px){
 #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    position: absolute !important;
    right: 25px !important;
    top: 82px !important;
}
#newsletter .wpcf7:after{    top: 70%;}

}
@media screen and (min-width:320px) and (max-width: 494px){
 #newsletter .wpcf7:after{ right: 10%;   top: 73%;}

}
@media screen and (min-width:320px) and (max-width: 410px){
 #newsletter .wpcf7:after{ right: 13%;}
}


@media screen and (min-width: 320px) and (max-width: 576px){
    .top-bar-head { background-color: #ffffff !important;}
}

@media screen and (min-width: 426px) and (max-width: 576px){
    .slide-inner .slider-inner-mainbox{     top: 10% !important;}
}
@media screen and (min-width: 320px) and (max-width: 425px){
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{left: 0 !important;}
}
@media screen and (min-width: 426px) and (max-width: 590px){
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{left: 20px !important;}
}
@media screen and (min-width:691px) and (max-width: 767px){
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{left: 4% !important;}
}

@media screen and (min-width: 320px) and (max-width: 358px){
    .ht-main-title {    margin: 45px 0 0.5em 0;}
}
@media screen and (min-width:992px) and (max-width: 1024px){
.peccular-section-head {
    text-align: left;
    margin-bottom: 3em;
}

.site-header .socials a i.fa{margin-right: 4px !important;}
.site-header .socials { padding: 25px 0px 10px 0 !important;}
}
@media screen and (min-width:320px) and (max-width: 991px){
    .site-header .socials a i.fa{margin-right:0px !important; width: 28px; height: 28px; line-height: 27px;font-size: 15px;}
    .site-header .socials { padding: 25px 0px 5px 0 !important;}
}
@media screen and (min-width:641px) and (max-width: 767px){
    .top-bar-head .header-bottom-border { bottom: -1px;}
}

@media screen and (min-width:320px) and (max-width: 575px){
    .top-bar-head .header-bottom-border { bottom: 0px;}
}
@media screen and (min-width:320px) and (max-width: 768px){
    .woocommerce table.shop_table td{
        padding: 9px 12px 40px !important;
    }
    #newsletter .newsletter-sign-box{
        padding: 0em 0em 0em;
    }
    #newsletter .peccular-section-head{
        margin: 0;
    }
    #features .peccular-section-head p {
        padding: 15px 0em 1em 0em !important;
    }
    .slide-inner .slider-inner-mainbox{margin-top: 15px; }

    .hero-style .slide-title h2 {
        font-size: 30px !important;
        line-height: 24px !important;
    }
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
}

@media screen and (min-width:320px) and (max-width:426px){
    .woocommerce ul.products li.product .button {
        margin-bottom: 3em !important;
    }

    main#innerpage-box .peccular-blog-date{
        top: 38% !important;
    }

    div#content-box .faq-content button.accordion:before{
        right: 2em !important;
    }
    #innerpage-box .peccular-testimonials-content p{
        margin-top: 0px;
    }
    main#innerpage-box .peccular-testimonials-single{
        margin: 0em 5px;
        padding: 0.5em;
    }
    #peccular-contactus-wrap .boxes-gap {
        margin-left: 0em;
    }
    #peccular-contactus-wrap .peccular-contact-page-form {
        padding-left: 0em;
        padding-right: 0em;
    }

    #peccular-contactus-wrap .contact-gap {
        margin-left: 0em;
    }
    .footer-area .footer-content {
        padding: 0em 2em 8em 2em;
        margin-right: 0em;
        margin-left: 0em;
    }
    #newsletter .submt-btn {
     text-align: center; 
     z-index: 1; 
     position: absolute;
 }
}