/*
Theme Name: Dareenjaamour
Theme URI: https://Dareenjaamour.com/
Author: Bivatech
Author URI: https://Dareenjaamour.com/
Description: Built on a wordpress theme for woocommerce and this is only for dareenjaamour project. Theme is supported gridlex UI based grid design. theme have so many templates for woocommerce and post and pages.
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dareenjaamour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support
*/
* {
  margin: 0;
  padding: 0;
/*   font-family: "Poppins", sans-serif; */
  font-family: "Tajawal", serif;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
/*-------------------------------------------
* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
a {
  text-decoration: none;
  color: #000;
}
p {
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #5d5c5c;
}
/*-----------------------------------------
* Common
-----------------------------------------*/
.desktop-hide {
  display: none;
}
.mob-hide {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
[class*="col-"],
[class*="col_"],
[class~="col"] {
  padding-bottom: 0px;
}
button,
input,
select,
textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14286;
  color: #000000;
}
.entry-content p {
  margin-bottom: 10px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
}
ol,
ul {
  box-sizing: border-box;
  list-style-position: inside;
}
.site-content.blog-page {
  margin-top: 0px;
}
p {
  text-align: justify;
}
body.page-template-default .entry-content ul {
  margin-left: 20px;
}
body.page-template-default .entry-content li {
  list-style-position: outside;
  margin-left: 15px;
  text-align: justify;
  color: #5d5d5d;
  font-size: 14px;
  margin-bottom: 15px;
}
.input_wrapper.sub-btn-wrapper p {
  position: relative;
}
span.wpcf7-spinner {
  position: absolute;
  left: 60%;
  top: 10px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 2em;
}
thead {
  background: #f5f2ee;
}
/*-----------------------------------------
* Container
-----------------------------------------*/
.container {
  max-width: 80%;
  margin: 0 auto;
}
.container-small {
  max-width: 50%;
  margin: 0 auto;
}
/* @media only screen and (min-width: 992px){.container{max-width: 960px;margin: 0 auto;}}
@media only screen and (min-width: 1200px){.container{max-width: 1140px;margin: 0 auto;}}*/
/* @media only screen and (min-width: 1199.98px) and (max-width: 1600px){.container{max-width: 90%;}}  */

/*-----------------------------------------
* Desktop Menu
-----------------------------------------*/
header {
  border-bottom: 0px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f5f2ee;
  position: relative;
  margin-bottom: 0px;
}
img.custom-logo {
  height: auto;
  width: auto;
}
div#desktop_menu {
  text-align: center;
}
div#desktop_menu ul{
	display:flex;
	gap:20px;
	align-items:center;
	justify-content:center;
}
#desktop_menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  position: relative;
}
#desktop_menu ul li a {
  text-decoration: none;
  color: #50575e;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}
#desktop_menu ul li.current-menu-item > a,
#desktop_menu ul li.current_page_ancestor > a {
  color: #b3a89c;
}
#desktop_menu ul li.current-menu-ancestor > a {
  color: #b3a89c;
}
#desktop_menu ul li.current-menu-item > a:after,
#desktop_menu ul li.current-menu-ancestor > a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  transition: all 0.5s;
  width: 100%;
  height: 2px;
  background-color: #b3a89c;
}
#desktop_menu ul li.menu-item-has-children ul.sub-menu {
  display: none;
}
#desktop_menu ul li.menu-item-has-children:hover > ul.sub-menu-wrapper {
  display: flex;
}
#desktop_menu ul li ul.sub-menu-wrapper {
  display: none;
  flex-direction: column;
  position: absolute;
  transform: translateY(0px);
  position: absolute;
  top: 100%;
  left: 0px;
  padding-top: 25px;
  min-width: 166px;
  z-index: 99;
  white-space: nowrap;
}
#desktop_menu ul li ul.sub-menu-wrapper ul.sub-menu {
  flex-direction: column;
  position: absolute;
  box-shadow: 0 4px 10px 0 rgb(3 3 3 / 10%);
  position: absolute;
  top: 100%;
  left: -40px;
  padding: 30px 0;
  min-width: 166px;
  z-index: 99;
  background-color: #fff;
  white-space: nowrap;
}
#desktop_menu ul li ul.sub-menu li {
  width: 100%;
  padding: 10px 40px;
  text-align: left;
  margin-right: 0px;
}
#desktop_menu ul li ul.sub-menu li a {
  font-size: 15px;
  text-transform: none;
}
#desktop_menu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.5s;
  width: 0px;
  height: 2px;
  background-color: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
#desktop_menu ul li a:hover:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  transition: all 0.5s;
  width: 100%;
  height: 2px;
  background-color: #b3a89c;
}
#desktop_menu ul li a:hover {
  color: #b3a89c;
}
/*-----------------------------------
Header Icons
----------------------------------*/
.header-right-icons ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.header-right-icons ul li {
  list-style: none;
}
.header-right-icons ul li {
  list-style: none;
  margin-left: 20px;
}
.header-right-icons ul li img {
  height: 30px;
  width: auto;
}
.hdr_cart_btn {
  position: relative;
}
.header-right-icons ul li span.cart-counter {
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 15px;
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 30%;
  left: 20px;
  margin-top: -10px;
  background-color: #23232c;
  transition: all 0.5s;
}
.header-right-icons ul li {
  list-style: none;
  margin-left: 20px;
}
.new-fulldesc {
  color: #5d5c5c;
  font-size: 14px;
}
/* #mobile-menu{display: none;} */

/*--------------------------------------
Modal CSS
-----------------------------------*/
.modal-open {
  overflow: hidden;
}
.pcwoo-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  outline: none;
  background: #fff;
  z-index: -1;
}
.pcwoo-modal .modal-header {
  transition: 0.5s;
  transition-delay: 0.5s;
  border-bottom: 0;
  padding: 40px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  background: #fff;
}
.pcwoo-modal .modal-header .close-modal {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.pcwoo-modal .modal-header .close-modal svg {
  width: 20px;
  height: auto;
}
.pcwoo-modal .modal-header h4 {
  font-size: 28px;
  color: #23232c;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
.pcwoo-modal .modal-content {
  transition: opacity 0.5s;
  transition-delay: 0.5s;
  box-shadow: none;
  border: 0;
  opacity: 0;
  padding-top: 90px;
  border-radius: 0;
}
.pcwoo-modal .close-modal {
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 5px;
}
.pcwoo-modal.open {
  visibility: visible;
  z-index: 2000;
}
.pcwoo-modal.open .modal-header {
  opacity: 1;
}
.pcwoo-modal.open .modal-content {
  opacity: 1;
}
.pcwoo-modal .pcwoo-modal-backdrop {
  background: rgba(35, 35, 44, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.search-modal .modal-content {
  transition: none;
  position: absolute;
  top: 20%;
  width: 100%;
  padding-top: 0;
}
.search-modal .product-cats {
  transition: all 0.5s ease 0.5s;
  transform: translateY(30px);
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}
.search-modal .product-cats label {
  font-size: 20px;
  color: #909097;
  font-weight: 500;
  padding: 0 30px;
  display: inline-block;
  margin-bottom: 20px;
}
.search-modal .container {
  max-width: 1170px;
}
.search-modal .product-cats label:first-child {
  padding-left: 0;
}
.line-hover:hover {
  cursor: pointer;
}
.line-hover:hover:after {
  left: 0;
  width: 100%;
  background-color: #23232c;
}
.search-modal .product-cats label:last-child {
  padding-right: 0;
}
.search-modal .product-cats label span {
  transition: 0.3s;
}
.search-modal .product-cats label span:hover {
  color: #23232c;
}
.line-hover {
  position: relative;
  display: inline-block;
}
.line-hover:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #23232c;
}
.search-modal .product-cats input {
  display: none;
}
.search-modal .product-cats input:checked + span {
  color: #23232c;
}
.search-modal .product-cats input:checked + span:after {
  width: 100%;
}
.search-modal .search-fields {
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  transform: translateY(60px);
  position: relative;
  padding: 10px 60px;
  border-bottom: 2px solid #e4e6eb;
  opacity: 0;
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  -webkit-transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s,
    border 0.5s;
  -moz-transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  -ms-transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  -o-transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
}
.search-modal .search-fields button {
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  border: 0;
  padding: 0;
  background: transparent;
}
.search-modal .search-fields button svg {
  stroke: #909097;
  fill: #909097;
}
.search-modal .search-fields button:hover svg {
  stroke: #23232c;
  fill: #23232c;
}
.search-modal .search-fields:hover {
  border-color: #23232c;
}
.search-modal .search-fields:hover button svg {
  fill: #23232c;
  stroke: #23232c;
}
.search-modal .search-field {
  font-size: 16px;
  width: 100%;
  border: 0;
  padding: 0;
}
button.search-submit span {
  font-size: 30px;
  color: #909097;
}
button.search-reset span {
  color: #909097;
}
.search-modal .search-submit {
  left: 10px;
  top: 17px;
}
.search-modal .search-reset {
  right: 10px;
  top: 11px;
}
.search-modal .search-reset svg {
  width: 14px;
}
.search-modal .search-results {
  margin-top: 10px;
}
.search-modal .search-results .loading {
  transition: opacity 0.5s;
  opacity: 0;
  text-align: center;
}
.search-modal .search-results .results-container,
.search-modal .search-results .view-more-results {
  display: none;
  transition: opacity 0.5s;
}
.search-modal.open .product-cats,
.search-modal.open .search-fields {
  transform: translateY(0);
  opacity: 1;
}
.search-modal.searching .loading {
  opacity: 1;
}
.search-modal.searched.searching .results-container,
.search-modal.searched.searching .view-more-results {
  opacity: 0;
  visibility: hidden;
}
.search-modal.searched.found-no-product .view-more-results {
  opacity: 0;
  visibility: hidden;
}
.search-modal.invalid-length .results-container,
.search-modal.invalid-length .view-more-results {
  opacity: 0;
  visibility: hidden;
}
.search-modal.found-no-product .search-results-button {
  opacity: 0;
}
.search-modal.reset .results-container,
.search-modal.reset .view-more-results {
  opacity: 0;
  visibility: hidden;
}
.results-container img {
  max-width: 80px;
}
table.ajax-product-tbl {
  width: 100%;
  text-align: left;
}
tr.ajax-header {
  background: #ddd;
}
tr.ajax-header th {
  padding: 10px;
}
tr.ajax-pro-info td {
  border-bottom: 1px solid #ddd;
}
tr.ajax-pro-info td {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
a.ajax-pro-view-btn {
  border: 1px solid #333;
  color: #333;
  padding: 8px;
  border-radius: 4px;
}
a.ajax-pro-view-btn:hover {
  color: #fff;
  background: #333;
}
/*------------------------------
Home Page Slider
--------------------------------*/
.home_page_slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.home_page_slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.home_page_slider {
  position: relative;
}
.home_page_slider .slick-track {
  height: 80vh;
  text-transform: uppercase;
}
.home_page_slider.interior-slider .slick-track {
  height: auto;
  text-transform: uppercase;
}
.home_page_slider h1 {
  font-size: 36px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.home_page_slider h2 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
a.slider-btn {
  border: 1px solid;
  padding: 10px 12px;
  font-weight: 500;
  font-size: 14px;
  display: block;
}
a.slider-btn:hover {
  background: #000000;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.content-right .slider-box,
.content-right .container,
.content-left .slider-box,
.content-left .container {
  height: 100%;
}
.content-right .slider-content {
  padding-left: 48%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-left .slider-content {
  padding-left: 0px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
span.slick-arrow-left.slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 99;
  left: 50px;
  cursor: pointer;
}
span.slick-arrow-right.slick-arrow {
  position: absolute;
  top: 45%;
  right: 50px;
  z-index: 99;
  cursor: pointer;
}
span.slick-arrow-left.slick-arrow,
span.slick-arrow-right.slick-arrow {
  width: 20px;
}
/*----------------------------------
Home Page Categories Section
--------------------------------------------*/
.home-category-block {
  padding-top: 80px;
  padding-bottom: 80px;
}
h2.sec-heading-center {
  text-align: center;
  margin-bottom: 60px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.col-cat-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: contain;
  padding: 0;
  overflow: hidden;
  border-radius: 0px;
}
.col-cat-wrapper img {
    height: 100%;
    width: 100%;
}
.boxcaption {
  background: #f5f2ee;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #000;
}

h2.woocommerce-loop-product__title {
  font-weight: 300;
}
.home-category-block h4 {
  font-weight: 600;
  text-transform: uppercase;
	font-size: 24px;
}
/*----------------------------------
Footer
---------------------------------*/
footer.site-footer {
  background-color: #6e675f;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  padding: 25px 0;
  display: inline-block;
  width: 100%;
}
footer.site-footer .col-4_sm-12 {
  text-align: left;
}

footer.site-footer .col-4_sm-12 .textwidget p {
  line-height: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-align: left;
}
footer.site-footer ul {
  list-style: none;
  text-align: left;
}
footer.site-footer h2 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #ffffff;
  text-align: left;
  margin-top: 0px;
/*   display: none; */
}
footer.site-footer a {
  color: #ffffff;
  line-height: 35px;
  font-size: 14px;
}
.footer-contact {
  margin-bottom: 15px;
}
.mc4wp-form-fields {
  text-align: left;
}
.footer__newsletter {
  max-width: 80%;
  position: relative;
  background-color: #232323;
  border-radius: 2px;
}

.main-footer.footer-content button.form-btn img {
  width: 30px;
  filter: invert(1);
}
footer p {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
.footer-social-icons ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.footer-social-icons ul li {
  list-style: none;
}
.footer-social-icons ul li {
  margin-right: 25px;
}
.footer-social-icons ul li a svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.footer-social-icons ul li a {
  display: block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
}
.copyright-footer {
  border-top: 1px solid #333;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer span.label {
  color: #6e6e6e;
}
footer input::-webkit-input-placeholder {
  color: #fff;
}
.footer-social-icons {
  margin-top: 30px;
}
.inline-list.payment-icons.footer__section img {
  width: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.widget.woocommerce.widget_product_categories,
.widget.widget_nav_menu {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: 80px;
}
/*------------------------------------
Newsletter
------------------------------------*/
#News-letter {
  border-top: 0px solid #ddd;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  background: #f5f2ee url(../frame-theme/assets/img/newsletter-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 124px;
}
.news {
  padding: 4.8px 0 9.6px 0;
  text-align: center;
}
.news-heading {
  font-size: 2rem;
  line-height: 1.4;

  color: #333;
}
.news p {
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 12px;
  line-height: 1.8;
}

.news-letter input[type="email"] {
  display: inline-block;
  width: 60%;
  padding: 18px 36px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  border-radius: 400px;
  border: none;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
}
input,
input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.news-letter .bt {
  margin-left: -169px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 5px 29px;
  border-radius: 400px;
  border: none;
  cursor: pointer;
  background-color: #b3a89c;
  color: #000000;
  text-transform: uppercase;
}

/*------------------
About Page
----------------------*/
.about-content {
  padding-right: 50px;
}
.about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #6e675f;
}

.about-content p {
  font-size: 18px;
  line-height:30px;
}

.about-content a.slider-btn {
  border: 1px solid;
  padding: 10px 12px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-top: 30px;
}

.counter-wrapper {
  padding: 100px;
  padding-bottom: 0;
}

.counter-wrapper .col-4_md-12 {
  padding: 50px;
}

.counter-wrapper h2 {
  font-size: 3.5rem;
  line-height: 50px;
  color: #b3a89c;
}

.counter-wrapper h3 {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #6e675f;
}
/*--------------------------------
 Static Pages
---------------------------------*/
body.page-template-default.page main#primary {
  margin-top: 50px;
}
body.page-template-default.page main#primary h2 {
  font-size: 24px;
  margin-top: 50px;
}
body.page-template-default.page main#primary {
  font-size: 16px;
  line-height: 25px;
}
/*-------------------------------
Blog main Page
-----------------------------------*/
.blog-page-banner {
  padding: 100px 15px;
  text-align: center;
}
.blog-page-banner h1 {
  font-size: 38px;
}
.blog-content-wrapper {
  margin-top: 80px;
}
.blog-card h2 {
  font-size: 18px;
}
.blog-readmore-link {
  font-weight: 500;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  display: inline-block;
  margin-bottom: 30px;
}
.blog-card p {
  color: #000;
  line-height: 20px;
}
.blog-post-title {
  margin-top: 10px;
  display: block;
}
button#load_more img {
  width: 30px;
}
button#load_more {
  display: flex;
  margin: 0 auto;
  border: none;
  background: #1b1f23;
  color: #fff;
  width: 145px;
  justify-content: space-around;
  padding: 5px 5px;
  font-size: 18px;
  align-content: center;
  align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
#lm-btn {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*-------------------------------
Scroll to top button
--------------------------------*/
a.scrollup img {
  width: 30px;
  height: 25px;
  z-index: 999999;
}
.scrollup {
  opacity: 1;
  position: fixed;
  bottom: 80px;
  right: 22px;
  display: none;
  background-color: #7f868c;
  padding: 5px;
  border-radius: 2px;
  padding-bottom: 3px;
  padding-top: 6px;
}
/*------------------------------
Whatsapp Icon
------------------------------*/
.wp-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 99999999;
}
.wp-icon img {
  width: 50px;
}
/*---------------------------
404 Page
----------------------------*/
main.not-found {
  text-align: center;
}
main.not-found h1 {
  font-size: 14rem;
  line-height: 1;
  font-weight: 300;
  color: #23232c;
  margin-bottom: 50px;
}
main.not-found p {
  font-size: 18px;
  color: #23232c;
  font-weight: 500;
}
/*--------------------------
 * My Account
 * ---------------------------*/
.woocommerce-account h2 {
  text-align: center;
  margin-top: 50px;
}
form.woocommerce-form.woocommerce-form-login.login {
  max-width: 500px;
  margin: 0 auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  background: transparent;
  display: block;
  padding: 10px 20px;
  border: 1px solid #616161;
  border-radius: 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #616161;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 14%;
  margin-top: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
  margin-top: 50px;
}
fieldset {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}
form.woocommerce-ResetPassword.lost_reset_password {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row {
  padding: 3px;
  margin: 0 0 6px;
  width: 100%;
}

/*-----------------------
Contact Us
------------------------*/
.page-template-template-contact .site-content,
.page-template-template-contact footer.site-footer {
  margin-top: 0;
}
.contact-form h1 {
  margin-top: 45px;
}
.contact-form p {
  margin-bottom: 10px;
  color: #000;
  font-weight: normal;
  font-size: 16px;
}
.input_wrapper {
  margin-bottom: 20px;
}
.contact-form .cfinput {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.contact-form .msg_field {
  width: 100%;
  height: 140px;
  padding: 10px;
  border: 1px solid #ddd;
}
.con_wrapper ul:last-child {
  margin-bottom: 0px;
}
.msg_btn {
  padding: 4px 15px;
  background: #000;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.msg_btn:hover {
  background: #746c6c;
  border: 1px solid #746c6c;
}
.contact-details {
  background: #e5e5e5;
  padding: 50px;
}
.con_wrapper ul {
  list-style: none;
  margin-bottom: 50px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.con_wrapper ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.con_wrapper ul li .con_icon {
  margin-right: 10px;
}
.con_wrapper ul li label {
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 100px;
}
.con_wrapper ul li img {
  margin-bottom: -5px;
}
.con_wrapper ul li:last-child {
  margin-bottom: 0px;
}
.con_wrapper ul li .con_text {
  word-break: break-word;
}
span.con_text.maploc-text a {
  font-weight: 500;
}
.woocommerce-notice--success {
  color: #60ba00;
}
.woocommerce-checkout #payment {
  background: #f1f1f1;
}
.woocommerce-checkout #payment div.payment_box {
  border-radius: 5px;
}
input {
  border-radius: 0;
}
input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
}
.cus-support {
  margin-top: 20px;
  margin-bottom: 20px;
}
p.cus-phone a,
p.cus-email a {
  display: inline-flex;
}
span.wticon,
span.emicon {
  margin-right: 15px;
}
span.wticon img {
  width: 26px;
}
span.emicon img {
  width: 20px;
}
.mc4wp-alert.mc4wp-notice p {
  color: orange;
}
/*-------------------  video CSS -------------------*/

video.video-banner {
  object-fit: cover;
  width: 100%;
  height: 85vh;
  top: 0;
  left: 0;
}
.offersobx p {
  text-align: center;
  color: #fff;
  padding: 0px;
  margin: 0px;
  line-height: 1.2;
  padding: 5px;
  display: block;
}
.offersobx {
  background: #000;
  padding: 0;
  color: #fff;
  display: block;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  text-align: left;
}

footer ul.product-categories li:nth-child(n + 6) {
  display: none;
}

.enquire-contact-form h2 {
  font-size: 3rem !important;
  color: #6e675f;
  margin-bottom: 50px !important;
  display: block;
}
.enquire-contact-form input,
.enquire-contact-form textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  border: 1px solid #b3a89c;
  border-radius: 4px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.enquire-contact-form textarea {
  max-height: 150px;
}

.enquire-contact-form input[type="submit"] {
  padding: 0px 50px;
  width: auto;
  background: #b3a89c;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.home-category-block .grid .col-3_md-6_sm-6 {
  padding: 0 1rem;
}
.copyyrightsection {
  padding: 20px 0px;
}
/* Hide price and add to cart button for catalog mode products */
.catalog-mode .buttons {
  display: none !important;
}
.interior-contact-form h3 {
  margin-bottom: 30px;
}
.inq-form-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.inq-form-wrapper input,
.inq-form-wrapper textarea {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.inq-form-wrapper .inq-btn {
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  background: #333333;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  height: 50px;
  line-height: 1;
}
.inq-form-wrapper .inq-btn:hover {
  background: #000000;
  color: #ffffff;
}

.catalog-mode table.variations {
  display: none !important;
}

.catalog-mode span.onsale {
  display: none !important;
}
#gallery-section .item {
  margin-bottom: 15px;
}
#gallery-section .item img {
    height: 300px;
}
#gallery-section img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: transform 0.5s, opacity 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s;
  -ms-transition: transform 0.5s, opacity 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
}

#gallery-section img:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
#gallery-section .item a {display: flex; align-items: center; width: 380px; height: 380px;position: relative;justify-content: center;}
#gallery-section .item img {position: absolute;object-fit: cover;width: 100%;height: 100%;}

/* 
.interior-content {
  margin-bottom: 80px;
}
.interior-content h2 {
  margin-bottom: 15px;
  font-size: 2.5rem;
} */


.right-flip-btn a {
  position: fixed;
  top: 45%;
  background: red;
  z-index: 1;
  opacity: 1;
  right: -50px;
  rotate: -90deg;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
}
.right-flip-btn a:hover {
  background: #000000;
}
/*----------------------------------
Responsive
---------------------------------*/

@media only screen and (max-width: 991px) and (min-width: 821px) {
  .container,
  .container-small {
    max-width: 80%;
    margin: 0 auto;
  }
  .con_wrapper {
    padding: 12px;
  }
  .con_wrapper ul li .con_icon {
    margin-right: 0px;
    width: 35px;
  }
  .con_wrapper ul li img {
    margin-bottom: -5px;
    width: 15px;
  }
  .con_wrapper ul li label {
    margin-right: 10px;
    font-size: 14px;
  }
  .con_wrapper ul li label {
    min-width: 75px;
  }
  #desktop_menu ul li {
    margin-right: 30px;
  }
  #desktop_menu ul li a {
    font-size: 13px;
  }
  .counter-wrapper {
    padding: 50px;
  }
  .counter-wrapper .col-4_md-12 {
    padding: 15px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
  .con_wrapper {
    padding: 12px;
  }
  .con_wrapper ul li .con_icon {
    margin-right: 0px;
    width: 35px;
  }
  .con_wrapper ul li img {
    margin-bottom: -5px;
    width: 15px;
  }
  .con_wrapper ul li label {
    margin-right: 10px;
    font-size: 14px;
  }
  .con_wrapper ul li label {
    min-width: 75px;
  }
  #desktop_menu ul li {
    margin-right: 30px;
  }
  #desktop_menu ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
  .con_wrapper {
    background: #e5e5e5;
    padding: 25px;
  }
  .con_wrapper ul li .con_icon {
    margin-right: 0px;
    width: 35px;
  }
  .con_wrapper ul li label {
    min-width: 80px;
  }
  .con_wrapper ul {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  /* .col-cat-wrapper {min-height: 300px;} */
}
@media only screen and (max-width: 820px) {
  .container,
  .container-small {
    max-width: 90%;
  }
  body.single-product div.product.type-product {
    max-width: 90%;
  }
  header .col-4.desktop-hide {
    padding-left: 0px;
  }
  .col-4.hdr-last-col {
    padding-right: 0;
  }
  .desktop-hide {
    display: block;
  }
  .mob-hide {
    display: none;
  }
  .nav-trigger {
    display: flex;
    position: relative;
    width: 33px;
    height: 24px;
    cursor: pointer;
    margin-left: 5px;
    align-items: center;
  }
  .nav-trigger span {
    width: 32px;
    height: 2px;
    border-radius: 3px;
    background: #1e1e1e;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .nav-trigger span:nth-child(2) {
    top: 10px;
  }
  .nav-trigger span:nth-child(3) {
    top: 20px;
  }
  .nav-trigger.active span {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
  }
  .nav-trigger.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  .nav-trigger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  .hdr_seach_btn,
  .hdr_user_btn {
    display: none;
  }
  .header-right-icons {
    margin-right: 20px;
  }
  span.cart-counter {
    background: #000000;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
  }
  .logo-wrapper {
    text-align: center;
  }
  main.not-found h1 {
    font-size: 10rem;
  }

  /*--------------  Mobile Menu  --------------*/
  .side-menu {
    box-shadow: -3px 0 30px 0 rgba(3, 3, 3, 0.2);
    transform: translateX(-110%);
    transition: transform 0.7s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    width: 330px;
    height: 100%;
    padding: 40px 25px 40px 25px;
    background-color: #fff;
    z-index: 1600;
    overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .side-menu.open {
    transform: translateX(0);
  }
  .side-menu-opened .side-menu-backdrop {
    display: block;
  }
  .side-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1550;
    display: none;
    background: rgba(35, 35, 44, 0.5);
  }
  .mobile-menu .search-form {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .side-menu #nav-trigger {
    position: absolute;
    top: 7px;
    right: 7px;
    display: block;
  }
  label {
    color: #23232c;
    font-weight: 400;
  }
  .mobile-menu .search-form label {
    margin-bottom: 0;
    display: block;
    width: 100%;
  }
  input[type="search"] {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: border 0.5s;
    color: #666;
    border: none;
    border-bottom: 2px solid #f1f2f4;
    border-radius: 0;
  }
  .mobile-menu .search-form .search-field {
    width: 100%;
    padding: 15px 0 5px;
    border-bottom-width: 1px;
    background: #ffffff;
  }
  .mobile-menu .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 0;
    border: none;
    background: transparent;
  }
  .mobile-menu nav {
    flex: 1;
  }
  .side-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .side-menu li {
    position: relative;
    padding-bottom: 25px;
  }
  .side-menu ul > li.current-menu-ancestor:before,
  .side-menu ul > li.current-menu-item:before {
    border-color: #23232c;
  }
  .mobile-menu nav > ul > li:before {
    left: -25px;
    height: 25px;
  }
  .side-menu ul > li:before {
    transition: 0.5s;
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    border-left: 2px solid transparent;
  }
  .mobile-menu.side-menu .menu > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #23232c;
    text-transform: uppercase;
  }
  .mobile-menu nav > ul > li > .toggle {
    right: -10px;
  }
  .side-menu div.toggle {
    color: #000;
    position: absolute;
    right: -27px;
    top: -4px;
    padding: 0 10px;
    background: transparent;
  }
  .mobile-menu nav > ul > li > .toggle {
    right: -10px;
  }
  .side-menu ul.sub-menu {
    display: none;
  }
  .side-menu ul.sub-menu {
    padding: 10px;
    padding-bottom: 0;
  }
  .side-menu ul.sub-menu li {
    margin-top: 15px;
    padding-bottom: 0px;
  }
  .side-menu ul.sub-menu li::before {
    border: none;
  }
  .side-menu ul.sub-menu li a {
    color: #000000;
  }
  .mobile-menu .mobile-menu-bottom {
    position: absolute;
    bottom: 0;
    width: 85%;
  }
  .mobile-menu .mobile-menu-bottom li {
    padding: 17px 0;
    margin-bottom: 0;
    border-top: 1px solid #f1f2f4;
  }
  .mobile-menu .mobile-menu-bottom .shopping-cart-icon,
  .mobile-menu .mobile-menu-bottom svg {
    margin-right: 14px;
    margin-top: -5px;
  }
  span.shopping-cart-icon img.icon-dark {
    margin-bottom: -5px;
  }
  .mobile-menu .mobile-menu-bottom .count {
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background-color: #23232c;
    transition: all 0.5s;
  }
  .mobile-menu .shopping-cart-icon .icon-light {
    display: none;
  }
  .mobile-menu .mobile-menu-bottom li a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
  }
  .content-right .slider-content,
  .content-left .slider-content {
    padding-left: 0%;
    justify-content: end;
    padding-bottom: 7%;
  }
  .slider-box.content-right,
  .slider-box.content-left {
    background-position: top;
    background-size: cover;
  }
  span.slick-arrow-left.slick-arrow,
  span.slick-arrow-right.slick-arrow {
    width: 20px;
  }
  .home_page_slider .slick-track {
    height: 50vh;
  }
  a.slider-btn {
    padding: 10px 15px;
    font-size: 12px;
    margin-top: 10px;
  }
  .home_page_slider h1 {
    font-size: 35px;
    margin-bottom: 0px;
  }
  .home_page_slider h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .content-right .slider-content {
    align-items: flex-end;
  }
  span.slick-arrow-left.slick-arrow {
    position: absolute;
    z-index: 99;
    left: 0%;
    background: rgb(0 0 0 / 53%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 51px;
  }
  span.slick-arrow-right.slick-arrow {
    position: absolute;
    left: inherit;
    z-index: 99;
    cursor: pointer;
    background: rgb(0 0 0 / 53%);
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 51px;
  }
  span.slick-arrow-right.slick-arrow svg,
  span.slick-arrow-left.slick-arrow svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
  }
  .footer-social-icons {
    margin-top: 20px;
  }
  .footer-content .mc4wp-form {
    text-align: center;
  }
  .mc4wp-form-fields {
    position: relative;
    margin-bottom: -20px;
  }
  .newsletter-footer .mc4wp-form input[type="email"] {
    width: 100%;
  }
  footer.site-footer h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  footer.site-footer .footer-contact a {
    line-height: 25px;
  }
  .newsletter-footer {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .page-template-template-about h1,
  h2 {
    margin-top: 15px;
    font-size: 28px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28%;
  }
  .footer__newsletter {
    max-width: 100%;
  }
  .newsletter-footer .mc4wp-form {
    margin-top: 15px;
  }
  .con_wrapper ul li .con_icon,
  .con_wrapper ul li label {
    margin-right: 0;
    margin-bottom: 5px;
    width: 50px;
  }
  .con_wrapper {
    padding: 30px 15px;
  }
  .con_wrapper ul {
    margin-bottom: 25px;
  }
  .mc4wp-form input[type="submit"] {
    font-weight: 500;
    font-size: 14px;
    right: 0;
    padding: 0 10px;
    top: 0;
    -webkit-appearance: none;
    border-radius: 1px !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    -ms-border-radius: 1px !important;
    -o-border-radius: 1px !important;
  }
  .mc4wp-form input[type="submit"],
  ul#menu-footer-menu {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul#menu-footer-menu li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .newsletter-heading {
    margin-top: 20px;
  }
  .newsletter-footer h4 {
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .mc4wp-form .mc4wp-response {
    margin-top: 30px;
  }
  .footer-social-icons ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-left: 15px;
  }
  span.slick-arrow-left.slick-arrow,
  span.slick-arrow-right.slick-arrow {
    bottom: 0px;
  }
  footer.site-footer {
    padding-top: 0px;
  }
  .about-content {
    padding-right: 50px;
  }
  .counter-wrapper {
    padding: 50px;
  }
  .counter-wrapper .col-4_md-12 {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .newsletter-heading {
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  div#mobile-newletter {
    display: none;
  }
  span#newlatter-arrow {
    line-height: 0;
    padding: 0;
    margin-bottom: -10px;
  }
  ul#menu-footer-menu {
    margin-top: 25px;
  }
  span#newlatter-arrow {
    display: block;
    margin-bottom: -10px;
  }
  span#newlatter-arrow img {
    rotate: 0;
    margin-left: 50px;
  }
  span#newlatter-arrow img.rotate {
    rotate: 180deg;
  }
  .content-left .slider-content {
    position: relative;
    z-index: 99;
  }
  .content-left .slider-content a.slider-btn {
    position: relative;
    z-index: 9;
    display: block;
  }
  footer.site-footer .col-4_sm-12 .textwidget p {
    margin-top: 20px;
    text-align: center;
  }
  .col-cat-wrapper {
    min-height: 220px;
    background-position: center;
  }
  .col-cat-wrapper span {
    padding: 5px;
  }
  .col-cat-wrapper span h4 {
    font-size: 12px;
    font-weight: 500;
  }
  .home-category-block {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  h2.sec-heading-center {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .home-category-block .boxcaption {
    margin-bottom: 30px;
  }
  .news-heading {
    font-size: 1.5rem;
  }
  .news-letter input[type="email"] {
    width: 95%;
  }
  .about-image {
    margin-top: 50px;
  }
  .counter-wrapper {
    padding: 20px;
  }
  .counter-wrapper .col-4_md-12 {
    padding: 15px;
  }
  .interior-content h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 650px) {
  /*img.custom-logo {
    height: 70px;
  }*/
	#gallery-section .item a {width: auto;}
  main.not-found h1 {
    font-size: 8rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .con_wrapper ul li {
    align-items: center;
    flex-direction: row;
    text-align: center;
  }
  .about-image {
    margin-top: 15px;
  }
  video.video-banner {
    height: 42vh;
  }
  .home_page_slider h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .content-right .slider-content h1,
  .content-left .slider-content h1 {
    display: none !important;
  }
  .card-block.card-bar {
    top: 34px;
    right: auto;
  }
  div#collapse_card {
    position: absolute;
    top: 130px;
  }
  #telr {
    width: 100%;
    min-width: 300px !important;
    height: 360px !important;
  }
  .contact-details {
    background: #e5e5e5;
    padding: 5px;
  }
  span.wpcf7-spinner {
    position: absolute;
    left: 65%;
    top: 10px;
  }
  .widget.woocommerce.widget_product_categories,
  .widget.widget_nav_menu {
    margin-left: 0px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 475px) {
  .news-letter input[type="email"] {
    width: 100%;
  }
  .news-letter .bt {
    width: 100%;
    margin-left: 0;
  }
}

.page-about-content h2{font-size: 1.8rem;}
.page-about-content .about-image {position: -webkit-sticky; position: sticky;top: 0; z-index: 0;}

form.mc4wp-form {
    position: relative;
}

.mc4wp-response {
    position: absolute;
    top: 200px;
    text-align: center;
    width: 100%;
}

.mc4wp-alert p {text-align: center;}

.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size: 18px;}
