@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

html {
  scroll-behavior: smooth;
}
body, p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #7D8184;
}
p{
  margin-bottom: 0;
}
b, strong {
    font-weight: 700;
    color: #1C1C1C;
}
.no-padding{
  padding: 0;
}
a{
    font-family: "Raleway", sans-serif;
    color: #1C1C1C;
    /*transition: all 200ms linear;
    transition-delay: 0.1s;*/
}
a:hover{
    text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
    text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p{
    font-family: "Montserrat", sans-serif;
    line-height: 1.25;
    color: #1C1C1C;
    word-wrap: break-word;
    font-weight: bold;
    letter-spacing: 1px;
}
.slick-slide {
    height: auto;
}
.small_title {
    color: #008586;
    line-height: 1.25em;
    font-family: "Raleway", sans-serif;
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	font-family: "Roboto Mono", monospace;
	letter-spacing: -2px;
    font-weight: 500;
}
.slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slider.slick-initialized {
  opacity: 1;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    max-width: 48%;
}
@media (min-width: 1200px){
  .container {
      width: 95%;
      max-width: 95%;
  }
  .header-menu .container {
      width: 98%;
      max-width: 98%;
  }
}
@media (min-width: 992px) {
    .container {
      width: 98%;
      max-width: 98%;
  }
  .header-menu .container {
      width: 100%;
      max-width: 100%;
  }
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Header =================*/
.header-top {
    background: #dceaeb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-top .right ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}
.header-top .right ul li{
    padding: 2px 10px;
    display: inline-block;
}
.header-top .right ul li a{
    font-weight: 500;
}
.header-middle .logo{
    text-align: center;
}
.header-middle .logo img{
    max-height: 80px;
}
.order-info ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
}
.order-info ul li{
    display: inline-block;
    padding: 0px 10px;
}
.order-info ul li a{
    display: inline-block;
    text-align: center;
}
.order-info ul li a span {
    width: 100%;
    font-size: 17px;
    display: inline-block;
    line-height: normal;
}
.order-info ul li a p {
    line-height: normal;
}
.header-middle {
    margin-top: 15px;
    margin-bottom: 20px;
}
form#searchform button {
    background: #dceaeb;
    padding: 7.5px 15px;
    border: 1px solid #dceaeb;
    margin-left: -3px;
}
form#searchform input{
    border: 1px solid #dceaeb;
    padding: 7.5px 15px;
}
.header-menu {
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
}
.header-bottom .rt{
    background: #f1f0ec;
    padding: 15px 20px;
    
}
.header-bottom .rt p {
    border-right: 1px solid #000;
}
.header-bottom .rt:last-child p{
    border-right: 0;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 95%;
}
@media(min-width:1200px){
  form#searchform input {
    width: 50%;
  }
}
/* ================ end header =================*/

/* ================ Footer =================*/
.footer-top {
    background: #008586;
    padding-top: 80px;
    padding-bottom: 60px;
    color: #fff;
}
.footer-top h4{
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.footer-top p, .footer-top ul li a{
  color: #bec5d4;
}
.footer-top ul{
  list-style: none;
  padding-left: 0px;
}
.footer-top ul li{
  margin-bottom: 3px;
}
.f-menu {
    padding-left: 80px;
}
.f-contact {
    padding-right: 40px;
}
.f-contact p{
    width: 100%;
    display: inline-block;
}
.f-contact p i {
    padding-right: 8px;
    float: left;
}
.f-contact p span {
    float: left;
    margin-top: -3px;
    line-height: 1.6;
    margin-bottom: 6px;
}
p.descrip {
    line-height: 20px;
    margin-bottom: 16px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-transform: uppercase;
    border: 0;
    background: #2cb7b8;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin-top: 10px;
}
.subscri_t {
    width: 100%;
    padding: 10px;
    border: 0;
}
p.subscribe-para{
  margin-bottom: 15px;
}
.footer-logo{
  text-align: center;
}
.footer-logo img{
  width: 60px;
}
.footer-logo a.logo-site {
    width: 100px;
    position: absolute;
    top: -60px;
    border-radius: 100%;
    background: #fff;
    padding: 5px;
    height: 100px;
}
.copyright {
    color: #6b6a6a;
    padding-top: 20px;
    padding-bottom: 15px;
}
.footer-social ul {
    padding-left: 0;
    list-style: none;
    text-align: right;
    margin-bottom: 0;
    margin-right: 180px;
}
.footer-social ul li{
  display: inline-block;
  padding: 0px 10px;
}
.footer-social ul li a {
    color: #2cb7b8;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #2cb7b8;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    padding-top: 6px;
}
/* ================ End Footer =================*/

/* ================ Hero Banner =================*/

/* ================ End Hero Banner =================*/


/* ================ Product =================*/
.product-x-inner img {
    width: 100%;
    height: auto;
}
.product-latest{
    margin-top: 80px;
    margin-bottom: 80px;
}
.main-title{
    text-align: center;
    margin-bottom: 30px;
}
.product-x-inner {
    display: inline-block;
    width: 100%;
    border: 1px solid #00858626;
    padding: 30px;
    /* border-radius: 10px; */
    position: relative;
    text-align: center;
}
.product-x-inner h4 {
    font-size: 17px;
	font-weight: normal;
}
span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    width: 100%;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 15px;
    color: #008586;
}
span.woocommerce-Price-currencySymbol {
    font-size: 18px;
}
ins.my-sale-price {
    text-decoration: none;
}
del.my-regular-price {
    color: #2cb7b8;
    font-size: 14px;
}
del.my-regular-price span.woocommerce-Price-currencySymbol {
    font-size: 14px;
}
span.onsale {
    position: absolute;
    background: #2cb7b8;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    padding-top: 25px;
    color: #fff;
    top: -40px;
    left: 20px;
}
button.add_to_cart_button.ajax_add_to_cart {
    border: 0;
    padding: 5px 25px;
    background: #008586;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    font-size: 14px;
}
.product-x-inner img {
    width: 100%;
    height: 400px;
    border: 1px solid #0000001a;
    margin-bottom: 15px;
    border-radius: 15px;
    display: inline-block;
    object-fit: contain;
}
.cat-siimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-siimg {
    text-align: center;
    width: 100%;
    height: 165px;
    overflow: hidden;
    margin-bottom: 15px;
}
.wc-category-item {
    text-align: center;
}
.wc-category-item img {
    display: inline-block;
}
.wc-category-item p{
  font-size: 16px;
}
.category_slider {
    background: #f1f0ec;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.terms-pass {
    text-align: center;
    padding: 15px;
}
.terms-pass p{
	line-height: normal;
}
.terms-pass {
    text-align: center;
    padding: 5px;
    margin: 10px;
    /*border: 1px solid #dedede;*/
}
.wc-category-list {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wc-category-list.slick-initialized {
  opacity: 1;
}

.product-item-cat .left img {
    width: 100%;
    height: auto;
}
.product-item-cat .right h3 {
    font-size: 18px;
	font-weight: normal;
}
.product-item-cat-inner{
    border: 1px solid #00858626;
}
.product-item-cat-inner {
    border: 1px solid #00858626;
    width: 100%;
    display: flex;
    padding: 15px;
    min-height: 165px;
}
.product-item{
    margin-bottom: 30px;
}
button.button.custom-add-to-cart {
    background: transparent;
    border: 1px solid #008586;
    padding: 0px 8px;
    border-radius: 5px;
    color: #008586;
}
form.custom-cart-form {
    display: inline-block;
}
.selected_category_products_layout span.yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.selected_category_products_layout .yith-add-to-wishlist-button-block {
    width: auto !important;
    float: left;
    display: inline-block !important;
    background: transparent;
    border: 1px solid #008586;
    padding: 0px 5px;
    border-radius: 5px;
    color: #008586;
    margin-top: 0;
    margin-right: 10px;
}
.selected_category_products_layout .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg {
    width: 20px;
    color: currentColor;
    max-width: 20px;
}
.selected_category_products_layout .yith-wcwl-add-to-wishlist-button svg {
    width: 30px;
    height: 26px;
}
.selected_category_products_layout .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg {
    width: 20px;
    color: #008586;
    max-width: 20px;
}
.selected_category_products_layout{
    margin-bottom: 60px;
}
.none-page {
    background: #2cb7b8;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 60px;
}
.none-page p, .none-page p a{
    color: #fff;
    font-size: 16px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    width: 100%;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 15px;
    color: #008586;
}
.woocommerce div.product .product_title {
    margin-bottom: 20px;
	font-weight: normal;
}
.woocommerce div.product form.cart .button{
    border: 0;
    padding: 8px 30px;
    background: #008586;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    font-size: 14px;
}
.qty-minus, .qty-plus, .woocommerce .quantity .qty{
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 15px 0 0;
}
.qty-minus:hover, .qty-plus:hover {
    background: #ddd;
}
label.screen-reader-text, .product-price-installments-not-in-variation{
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.single-product .woocommerce div.product form.cart .button {
    padding: 13px 30px;
}
.woocommerce-product-gallery__wrapper {
    border: 1px solid #0000001f;
}
p.low-stock, p.stock.in-stock {
    margin-bottom: 15px;
    margin-top: 15px;
}
.woocommerce div.product p.stock{
    font-size: 16px;
    color: #000;
}
.accordion-title:before {
    float: right !important;
    font-family: 'Font Awesome 5 Pro';
    content:"\f068";
    padding-right: 5px;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
}
button.btn.btn-link.accordion-title {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #008586;
}
button.btn.btn-link.accordion-title:hover{
    text-decoration: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
}
button, button:focus, button:active, button:hover {
    outline: none; 
    box-shadow: none; 
    box-shadow: unset !important;
    text-decoration: none;
}
button:hover {
    text-decoration: none;
    box-shadow: unset !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background: #008586;
    color: #fff;
    border: 0;
}
.product-custom {
    margin-bottom: 80px;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}
nav.woocommerce-MyAccount-navigation ul li{
    padding: 10px 15px;
    margin-bottom: 2px;
    border: 1px solid #dceaeb;
}
.woocommerce-info {
    border-top-color: #2cb7b8;
}
a.woocommerce-Button.wc-forward.button {
    background: #2cb7b8;
    border-radius: 0;
    color: #fff;
    padding: 15px 30px;
}
.woocommerce-info::before{
    color: #2cb7b8;
}
.woocommerce-Address {
    width: 100% !important;
    display: inline-block;
    max-width: 100%;
}
.woocommerce-account .addresses .title .edit, .woocommerce-account .woocommerce-MyAccount-content button.button{
    background: #2cb7b8;
    border-radius: 0;
    color: #fff;
    padding: 15px 30px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
.woocommerce form .form-row label {
    line-height: 2;
    margin-right: 20px;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #00000045;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #00000045;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin-top: 50px;
}
.filter-gihan {
    background: #dceaeb;
    padding: 15px;
    overflow: hidden;
}
.woof_container {
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.woof_husky_txt-input {
    width: 100%;
    min-height: auto;
    margin-bottom: 0 !important;
    padding: 10px 20px;
}
.woof_reset_button_2 {
    padding: 5px 15px;
    border: 0;
}
.woocommerce-shop p.woocommerce-result-count, .woocommerce-shop .woocommerce .woocommerce-ordering, .search span.yith-wcwl-add-to-wishlist-button__label{
    display: none;
}
.woocommerce-shop  span.onsale {
    width: 40px;
    height: 40px;
}
button.button.woof_reset_search_form {
    background: #fff;
    border-radius: 0;
    padding: 12px 20px;
}
.search .yith-add-to-wishlist-button-block {
    width: auto !important;
    float: left;
    display: inline-block !important;
    background: transparent;
    border: 1px solid #008586;
    padding: 0px 5px;
    border-radius: 5px;
    color: #008586;
    margin-top: 0;
    margin-right: 10px;
}
.search .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg {
    width: 20px;
    color: #008586;
    max-width: 20px;
}
.search button.button.custom-add-to-cart {
    padding: 2px 8px;
}
.search-result{
    margin-top: 20px;
    margin-bottom: 20px;
}
.search .main-title {
    text-align: left;
    margin-bottom: 30px;
}
.woocommerce-reward-points {
    border: 1px solid #dceaeb;
    padding: 30px;
    margin-bottom: 30px;
}
button#redeem-yes, button#redeem-no {
    text-transform: uppercase;
    border: 0;
    background: #2cb7b8;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 0;
    font-weight: 400;
}
p.redeem-p {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
}
p.avail-p, p.avail-p strong {
    color: #de1919;
}
form#reward-form {
    margin-top: 30px;
}
form#reward-form lable{
	color: #222;
}
form#reward-form input[type="number"] {
    padding: 3px 25px;
    text-align: center;
    border: 1px solid #dcdcdc;
}
form#reward-form button.button {
    text-transform: uppercase;
    border: 0;
    background: #2cb7b8;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin-top: 0px;
    border-radius: 0;
    font-weight: 400;
}
h3#order_review_heading {
    margin-top: 30px;
}
button#place_order {
    text-transform: uppercase;
    border: 0;
    background: #2cb7b8;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin-top: 0px;
    border-radius: 0;
    margin-left: 20px;
}
.form-row.place-order {
    display: flex;
    align-content: center;
    align-items: center;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #dceaeb;
    border-radius: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #2cb7b8;
    color: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #2cb7b8;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    color: #fff;
}
.woocommerce-message {
    border-top-color: #2cb7b8;
}
.woocommerce-message::before {
    color: #2cb7b8;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 24px;
    color: #2cb7b8;
    margin-bottom: 51px;
}
p#billing_country_field label {
    display: none !important;
}
span.sku_wrapper {
    width: 100%;
    display: inline-block;
}
.out-of-stock-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d9534f;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 10;
}
p.custom-stock-message {
    color: #d9534f;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid #ff00001f;
    padding: 5px 10px;
    width: fit-content;
}
/* ================ End Product =================*/

/* ================ promotional_banner_layout =================*/
.promotional_banner_layout img{
  width: 100%;
  border-radius: 15px;
}
.promotional_banner_layout .right-top{
  margin-bottom: 30px;
}
.promotional_banner_layout .right-top {
    margin-bottom: 30px;
    height: 290px;
    overflow: hidden;
}
.promotional_banner_layout .right-top img, .promotional_banner_layout .right-bottom img{
  height: 100%;
  object-fit: cover;
}
.promotional_banner_layout .right-bottom {
    height: 310px;
    overflow: hidden;
}
.promotional_banner_layout {
    margin-bottom: 80px;
}
.promotional_banner_layout .left-height img{
    object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    min-height: 53px;
	font-weight: normal;
}
.wishlist-title.wishlist-title-with-form h2, .yith_wcwl_wishlist_footer .yith-wcwl-share, .wishlist-title-container {
    display: none;
}
.normal-templete {
    margin-top: 50px;
    margin-bottom: 50px;
}
.normal-templete h1{
	margin-bottom: 25px;
}
.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button {
    border-radius: 50px;
    margin-bottom: 70px;
}
/* ================ End promotional_banner_layout =================*/


.price_row {
    text-align: center;
    padding: 0px 40px 40px 40px;
    border: 1px solid #bec5d4;
    margin-bottom: 30px;
}
.price_row .icon {
    width: 70px;
    display: inline-block;
    height: 70px;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    padding-top: 20px;
    position: absolute;
    top: -40px;
    left: 40%;
}
.price_row h4{
    margin-top: 60px;
}
.container-fluid.price_addon_layout {
    background: #f1f0ec;
    padding-top: 120px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.post-inner img {
    width: 100%;
    height: 330px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}
.post-inner {
    text-align: center;
}
.post-inner h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}
.post-inner .read-more a {
    border: 0;
    padding: 11px 30px;
    background: #008586;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    font-size: 14px;
}
.post-inner .read-more{
    margin-top: 30px;
    margin-bottom: 30px;
}
.post-inner-bottom {
    border: 1px solid #00000033;
    border-top: 0;
    padding: 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.partners_layout {
    margin-bottom: 80px;
}
.related.products{
    width: 100%;
    display: inline-block;
}
.related.products span.onsale {
    width: 50px;
    height: 50px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 20px 20px 0;
    width: 23.8%;
    border: 1px solid #00858624;
    padding: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #008586;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 15px;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #008586;
}
.term-description{
	display: none;
}
.page-id-10 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 22.8%;
}
.woocommerce div.product div.summary br{
	display: none;
}
.product-price-installments-not-in-variation-single {
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    width: 10%;
    display: inline-block;
    float: left;
}
td.value {
    float: left;
}

/* ----- two_column_layout ----- */

.two_column_layout {
    margin-bottom: 80px;
}
.contact-form-r input, .contact-form-r optgroup, .contact-form-r select, .contact-form-r textarea {
    padding: 5px 20px;
    width: 100%;
    border: 1px solid #d6d2d2;
}
.contact-form-r label {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.contact-form-r p.contact-form-r-p{
    margin-bottom: 15px;
}
.contact-form-r textarea{
    height: 150px;
}
.contact-top .left{
    margin-bottom: 30px;
}
.plain_text_layout .main_title {
    margin-bottom: 30px;
}
.plain_text_layout .main_title  h1{
    color: #008586;
}
.plain_text_layout {
    margin-bottom: 60px;
}
.back-h a{
    text-transform: uppercase;
    border: 0;
    background: #2cb7b8;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin-top: 10px;
}
.back-h {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 50px;
}
.xp{
    margin-bottom: 30px;
}
.xp h4{
    color: #008586;
}
.xp a{
    text-transform: uppercase;
    border: 0;
    background: #2cb7b8;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin-top: 10px;
}
/* ----- end two_column_layout ----- */


.whatsapp {
    position: fixed;
    right: 5px;
    bottom: 10px;
	z-index: 999;
}
.xoo-wsc-basket {
    bottom: 100px !important;
}
.filter-gihan .desktop{
	display: block;
}
.filter-gihan .mobile{
	display: none;
}
.woof_autohide_wrapper::before {
    content: "Filter Your Needs";
    display: block;
    font-size: 13px;
    color: #333;
    margin-top: 0px;
    font-weight: 500;
}
.woof_show_auto_form, .woof_hide_auto_form {
    background: url(/wp-content/uploads/2025/10/search-icon-1.png);
    position: absolute;
    right: 15px;
	background-size: cover !important;
    top: 25%;
}
.woof_autohide_wrapper {
    position: relative;
    width: 100%;
    background: #dceaeb;
    padding: 15px;
	margin-bottom: 10px;
}
.woof_autohide_wrapper br{
	display: none;
}
.woof_sid_auto_shortcode.woof {
    padding: 15px;
    margin-left: -15px;
    width: 100%;
    background: #dceaeb;
    padding-top: 30px;
	margin-top: 15px;
}
.woocommerce ul.products li.product br {
    display: none;
}
.logo .desktop{
	display: block;
}
.logo .mobile{
	display: none;
}
.footer-fix ul {
    list-style: none;
    width: 100%;
	margin-bottom: 0;
	text-align: center;
	padding-left: 0px;
}
.footer-fix ul li{
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
}
.footer-fix {
    background: #008586;
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 14px;
}
.footer-fix ul li span {
    width: 100%;
    display: inline-block;
}
.footer-fix ul li a {
    color: #fff;
    padding-top: 5px;
    display: inline-block;
}
.footer-fix, span.posted_in{
	display: none;
}
.select_option_label div {
    min-width: auto !important;
    height: auto !important;
}
.select_option.selected {
    border: 3px solid #000 !important;
}
.woocommerce-variation-price div {
    margin-bottom: 10px;
}
span.posted_in{
    display: none;
}
.woocommerce-product-gallery__image {
    pointer-events: none;
}
.woocommerce div.product div.images img {
  width: 60% !important; /* adjust 50–80% as needed */
  max-width: 400px; /* optional fixed size */
  margin: 0 auto;
  display: block;
}
.woocommerce div.product div.thumbnails img {
  width: 70px !important;
  height: auto;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto !important;
}
/* --------------- Responsive -------------- */
@media(max-width:13666px){
	.promotional_banner_layout .right-top {
		height: 246px;
	}
}
@media(max-width:1200px){
	.header-bottom .rt p {
		font-size: 14px;
	}
	.header-bottom .rt {
		padding: 15px 10px;
	}
	.header-menu {
        background: #2cb7b8;
    }
	.woocommerce-page ul.products li.product {
		width: 31.2%;
	}
	.page-id-10 .woocommerce ul.products li.product{
		width: 46.2%;
	}
	.woocommerce ul.products.columns-4, .woocommerce .products.columns-4 {
		display: flex !important;
		flex-wrap: wrap !important;
	}
	.product-x-inner{
		margin-bottom: 20px;
	}
	.f-menu {
		padding-left: 15px;
	}
	.footer-fix{
		display: block;
	}
	
}
@media(max-width: 1024px){
	.filter-gihan .desktop{
		display: block;
	}
	.filter-gihan .mobile{
		display: none;
	}	
	.logo .desktop{
		display: none;
	}
	.logo .mobile{
		display: block;
		text-align: right;
	}
	.logo .mobile img {
		width: 75px;
	}
	.qlwapp__button {
        margin-bottom: 85px !important;
        margin-right: 0px !important;
        margin-left: 10px !important;
    }
	.xoo-wsc-basket {
		bottom: 75px !important;
	}
	.copyright {
		padding-top: 12px;
		padding-bottom: 25px;
	}
	.po{
		padding: 0
	}
	.footer-bottom {
		margin-bottom: 60px;
	}
	.promotional_banner_layout{
		display: none;
	}
	.post-inner, .product-x-inner {
        margin-bottom: 20px;
    }
	.header-bottom, .footer-logo{
		display: none;
	}
	.header-middle {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.f-menu {
		padding-left: 15px;
	}
	.footer-social ul {
		margin-right: 0;
	}
	.mega-sub-menu li a {
		border-bottom: 1px solid #00000040 !important;
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}

}
@media(max-width: 991px){
	.filter-gihan{
		display: none;
	}
	.filter-gihan .desktop{
		display: none;
	}
	.filter-gihan .mobile{
		display: block;
	}
	.logo .mobile{
		display: block;
		text-align: left;
	}
	.header-top .right, .order-info, .header-bottom, .footer-logo, .promotional_banner_layout, .woocommerce-shop .header-middle .search{
		display: none !important;
	}
	.header-top .left p{
		font-size: 14px;
	}
	form#searchform input {
		width: 92%;
	}
	.header-middle .logo {
		padding-top: 10px;
		width: auto;
		z-index: 999;
	}
	.header-menu {
        background: transparent;
        border: 0;
        margin-top: -50px;
        margin-bottom: 10px;
    }
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle {
        background: transparent !important;
    }
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label,
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle .mega-toggle-block-1:after{
		color: #000000 !important;
	}
	.product-latest {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.product-x-inner{
		margin-bottom: 20px;
	}
	.main-title h1, .main-title h2 {
		font-size: 24px;
	}
	.price_row{
		margin-bottom: 70px;
	}
	.f-menu {
		padding-left: 15px;
		margin-top: 15px;
	}
	.footer-social ul {
		text-align: center;
		width: 100%;
	}
	.partners_layout, .selected_category_products_layout {
		margin-bottom: 0px;
	}
	.price_addon_layout {
		background: #f1f0ec;
		padding-top: 80px;
		padding-bottom: 0px;
		margin-bottom: 30px;
	}
	.category_slider {
		background: #f1f0ec;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.page-id-10 .woocommerce ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin-bottom: 20px;
    }
	.none-page {
		margin-bottom: 30px;
	}
	form.woocommerce-ordering, .woocommerce .woocommerce-ordering select {
		width: 100%;
	}
	.product-item-cat-inner .right{
		margin-top: 15px;
	}
	.copyright {
		text-align: center;
	}
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
		max-width: 100%;
	}
	
}
@media(max-width: 767px){
	form#searchform input {
        width: 84%;
    }
	.header-top .left p {
        font-size: 12px;
    }
	.product-latest .container{
		padding: 0;
	}
	.product-x-inner {
		padding: 10px;
		margin-bottom: 0px;
		border: 0;
	}
	.product-x-inner h4 {
		font-size: 14px;
		min-height: 35px;
		font-weight: 400;
	}
	span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
		font-size: 16px;
	}
	button.add_to_cart_button.ajax_add_to_cart {
		padding: 8px 15px;
		font-size: 11px;
	}
	.product-x {
        margin: 0;
        padding: 0;
    }
	.wishlist_table.modern_grid li .item-details h3, .wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3 {
		font-size: 16px;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart button.add_to_cart_button.ajax_add_to_cart {
        width: 100%;
    }
	ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
		padding-left: 0;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove {
		text-align: center;
		width: 100%;
		border: 1px solid #000;
		padding: 5px;
		margin-bottom: 30px;
	}
	.product-custom-x, .product-custom-p{
		padding: 0;
	}
	.page-id-10 .woocommerce ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 46%;
        margin-bottom: 20px;
        margin-right: 15px;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		border: 0;
		padding: 10px;
	}
	.woocommerce div.product .product_title {
		margin-bottom: 12px;
		font-weight: normal;
		font-size: 22px;
	}
	.product-price-installments-not-in-variation-single {
		font-size: 16px !important;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		min-height: 53px;
		font-weight: 400;
	}
	.product-single-x, .f-about, .f-menu, .f-contact, .f-subscribe, .product-item-cat, .bmw{
		padding: 0;
	}
	.container-fluid.price_addon_layout {
		padding-top: 70px;
		padding-bottom: 0px;
		margin-bottom: 40px;
	}
	.single-product .woocommerce div.product div.images img {
		width: 60% !important;
		margin: 0 auto;
	}
	.product_meta, .woocommerce-product-details__short-description{
		display: none;
	}
	.product-item-cat .right h3{
		font-weight: 400;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
		width: 100%;
	}
	.footer-top {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.none-page p, .none-page p a {
		font-size: 13px;
	}
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
		max-width: 100%;
	}
	.product-x-inner img {
		height: 200px;
	}
}
@media (max-width: 395px) {
    .page-id-10 .woocommerce ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 45%;
        margin-bottom: 15px;
        margin-right: 15px;
    }
	button.add_to_cart_button.ajax_add_to_cart {
        padding: 3px 15px;
        font-size: 11px;
    }
}
@media(max-width: 370px){
	.page-id-10 .woocommerce ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin-right: 0px;
    }
}

