<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

:root {
  --fw: "Space Grotesk", sans-serif;
  --fw2: "Dosis", sans-serif;
  --fw3: "Quicksand", sans-serif;
}
.title-head {
  font-family: var(--fw3);
}
.rtl {
  direction: rtl !important;
}
.ltr {
  direction: ltr !important;
}
.w-100 {
  width: 100% !important;
}
.text-rtl {
  text-align: right !important;
}
.text-ltr {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
body,
html {
  height: 100%;

  width: 100%;
  /* --fancybox-scrollbar-compensate: 0px !important; */
}
body {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #404040;
  font-weight: 300;
  font-family: var(--fw);
  overflow-x: hidden;
}
::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
input,
textarea {
  box-shadow: none !important;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}
h1,
h2,
.footer_panel h4,
#seller h3,
.heading {
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}
.btn-common,
.btn-white,
.btn-dark,
.btn-light,
.readmor,
.heading_border,
header ul.cart-list .cart-btn &gt; a,
.availability h5,
#tstinomial-slider .testinomial_pic h6,
.rev_slider_wrapper h3,
.design h3,
.blog_box .media-body .media-heading,
.blog_box .media-body h5,
.message h4,
#error .error_content h2,
.input-group-wrapper .input-group-addon &gt; button,
#contact .contact-form .btn-form,
.contact_detail .address h5,
.set &gt; a,
.widget h5,
#cart .table-responsive &gt; .table thead tr &gt; th,
.blog_item .blog_text h5,
.blog-reply h5 {
  font-family: var(--fw);
  font-weight: bold;
}
.topbar .top_link li a,
header nav.navbar.bootsnav ul.nav &gt; li &gt; a {
  font-family: var(--fw);
}
.footer_panel .about_foot li,
.footer_panel .account_foot li a,
.price,
.grid_box .grid_body h3 {
  font-family: "Space Grotesk", sans-serif;
}
p,
.availability span,
.seller-slider .media-body .media-heading,
.posts .media-body h5 {
  font-family: "Space Grotesk", sans-serif;
}
.rev_slider_wrapper h1 &gt; strong,
#parallax2 h2 &gt; strong,
.arrival_wrap .overlay_arrival .inner h1,
.arrival_wrap .overlay_arrival .inner h2,
.arrival_wrap .overlay_arrival .inner h3,
.header_layout2 h2 &gt; strong {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
#parallax2 h2,
#parallax2 h3,
.header_layout2 h2,
.header_layout2 h3 {
  font-family: "Raleway", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
p,
.seller-slider .media-body .media-heading {
  color: #000;
}
.padding {
  padding: 40px 0;
}
.padding_bottom {
  padding-bottom: 90px;
}
.padding_top {
  padding-top: 90px;
}
.margin_top {
  margin-top: 90px;
}
.margin_bottom {
  margin-bottom: 90px;
}
.bottom_half {
  padding-bottom: 45px;
}
.heading_space {
  font-family: var(--fw);
  margin-bottom: 20px;
}

.content_space {
  margin-bottom: 45px;
}
.margintop40 {
  margin-top: 40px;
}
.margintop10 {
  margin-top: 10px;
}
.margintop10 {
  margin-top: 10px;
}
.marginbottom10 {
  margin-bottom: 10px;
}
.marginbottom15 {
  margin-bottom: 15px;
}
.bottomto40 {
  margin: 40px 0;
}
.bottom30 {
  margin-bottom: 30px;
}
.margintop30 {
  margin-top: 30px;
}
.bottomtop30 {
  margin: 30px 0;
}
.border-radius {
  border-radius: 4px;
}
.heading_border {
  padding-left: 15px;
  border-left: 2px solid #ae7f4f;
}
.uppercase {
  text-transform: uppercase;
}

/*Buttons*/
.btn-common,
.btn-white,
.btn-dark,
.btn-light {
  font-size: 12px;
  display: inline-block;
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-white {
  border: 1px solid #fff;
}
.btn-white,
.btn-dark,
.btn-light {
  color: #fff;
}
.cart-buttons .btn-dark {
  width: 100%;
}
.btn-dark {
  background: #303030;
  padding: 0.4rem 1.4rem;
  font-size: 1.6rem;
  border-radius: 10px;
  box-shadow: 5px 10px 6px rgba(25, 25, 25, 0.15);
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.btn-dark:hover {
  background: #4a4a4a;
  color: rgb(248, 248, 248);
}
.btn-light {
  background: #282828;
  border: 1px solid transparent;
}
.btn-common {
  border: 1px solid #353535 !important;
  color: #353535;
}
.readmor {
  display: inline-block;
  font-size: 12px;
}
.readmor:hover,
.readmor:focus {
  color: #ae7f4f;
}
.readmor &gt; i {
  margin-left: 5px;
}
.btn-light:hover,
.btn-light:focus {
  border-color: #303030;
  color: #fff;
}
.btn-light:after {
  background: #303030;
}
.btn-common:after,
.btn-white:after {
  background: #ae7f4f;
}
.btn-common:hover,
.btn-common:focus,
.btn-dark:focus,
.btn-white:hover,
.btn-white:focus {
  border-color: #ae7f4f !important;
  color: #fff;
}
.btn-common:after,
.btn-light:after,
.btn-dark:after,
.btn-white:after {
  opacity: 0.5;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.btn-common:hover::after,
.btn-light:hover::after,
.btn-dark:hover::after,
.btn-white:hover::after {
  opacity: 1;
  height: 600% !important;
}

.header_content {
  background-color: rgba(255, 255, 255, 0.8);
}
/* ----------------- Widget ----------------- */
/*Back to TOP*/
.go-top {
  background: #fff;
  border-radius: 50%;
  color: #ae7f4f;
  display: inline-block;
  font-size: 40px;
  height: 60px;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  right: 50%;
  width: 60px;
  line-height: 60px;
  z-index: 9999999;
  top: -80px;
}
/*Pagination */
.pager {
  text-align: left;
  margin: 0;
}
.pager &gt; li {
  display: inline-block;
}
.pager &gt; li a {
  display: block;
  background: #dcdcdc;
  color: #fff;
  border-radius: 100%;
  height: 38px;
  width: 38px;
  padding: 5px;
  font-size: 16px;
  line-height: 27px;
  text-align: center !important;
}
.pager &gt; li a &gt; i {
  font-size: 18px;
}
.pager &gt; li.active a {
  background: #ae7f4f;
}
.pager &gt; li a:hover,
.pager &gt; li a:focus {
  background: #535353;
}
.widget h5 {
  padding-bottom: 3px;
  border-bottom: 1px solid #d9d9d9;
}

/* Accordions */
.accordion-container {
  position: relative;
}
.set {
  position: relative;
  width: 100%;
  height: auto;
}
.set &gt; a {
  display: block;
  padding: 10px 0;
  color: #222222;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.set &gt; a i {
  position: relative;
  float: right;
  margin-top: 4px;
  color: #222222;
}
.set &gt; a.active {
}
.content {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px 0;
  display: none;
}
.content ul li a {
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.content ul li:last-child a,
ul.category li:last-child a {
  margin-bottom: 0;
}
.content ul li a:hover,
.content ul li a:focus {
  color: #ae7f4f;
}

/*Category*/
ul.category {
}
ul.category li,
ul.category li a {
  display: block;
}
ul.category li a {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
}
ul.category li a &gt; span {
  float: right;
  color: #c2c2c2;
}

/*Range Slider*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #ae7f4f;
  border-radius: 50%;
  background-image: none;
  border: none;
}
.ui-widget-header {
  background-color: rgba(151, 198, 212, 0.8);
  background-image: none;
}
.ui-widget-content {
  background-color: #eeeeee;
  background-image: none;
  border-radius: 0;
  border: none;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em;
}
.range p,
.range button {
  display: inline-block;
  margin-top: 15px;
}
.range button {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  float: right;
  border: none;
  background: #333333;
}

.posts .media-body h5 {
  margin: 0;
  color: #333333;
}

.posts .media-body span {
  font-size: 12px;
  color: #aaa;
}
.blog_cate &gt; li {
  display: block;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
.blog_cate &gt; li a {
  display: block;
}
.blog_cate &gt; li a:hover,
.blog_cate &gt; li a:focus {
  color: #ae7f4f;
}
.color_b {
  color: #bc8246;
}
.result {
  font-size: 1rem;
  color: #333333;
  border-bottom: 1px solid #b2b2b2;
  display: inline-block;
  padding-bottom: 2px;
}

.fancybox-close {
  background-image: url("../images/close.png");
  height: 44px;
  width: 44px;
}
.fancybox-close,
.fancybox-nav span {
  height: 44px;
  width: 44px;
}
.fancybox-prev span {
  background-image: url("../images/left.png");
  background-position: 0 0;
}
.fancybox-next span {
  background-image: url("../images/right.png");
  background-position: 0 0;
}

/*transitions*/
a,
.availability,
.owl-prev,
.owl-next,
header nav.navbar.bootsnav ul.nav &gt; li &gt; a,
header nav.navbar.bootsnav ul.nav &gt; li &gt; a:before,
#testinomialBg #tstinomial-slider .owl-controls .owl-page,
.view-button,
.image img,
.design .design_img &gt; img,
.contact-form .btn-form,
.product_wrap .social {
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* ----------------- TopBar ----------------- */
.topbar {
  background-color: white;

  padding: 0.6rem;
}
.topbar {
  position: relative;
}
.topbar .top-head .title {
  text-align: center;
  font-size: 16px;
  margin-right: 32px;
}
.topbar .top-head .top_link {
  position: absolute;
  z-index: 999;
  left: 3%;
  top: 5px;
  display: flex;
  align-items: center;
}
.topbar .top_link a {
  color: white;

  display: inline-block;
  margin: 0 9px;
}

.navbar {
  min-height: auto !important;
}
header {
  width: 100%;
}

.navbar &gt; .container .navbar-brand,
.navbar &gt; .container-fluid .navbar-brand {
  margin-left: 0;
}
header .wrap-sticky nav.navbar.bootsnav {
  background: #303030;
  border: none;
}
.navbar-default {
  padding: 0 5px;
  background-color: #000000 !important;
}
header nav.navbar.bootsnav ul.nav &gt; li {
  margin: 0 2px;
}

header nav.navbar.bootsnav ul.nav &gt; li &gt; a {
  color: #000000;
  font-weight: normal;
  font-size: 19px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 28px 15px;
}
header nav.navbar.bootsnav ul.nav &gt; li.active &gt; a,
header nav.navbar.bootsnav ul.nav &gt; li &gt; a:hover,
header nav.navbar.bootsnav ul.nav &gt; li &gt; a:focus {
  color: #ae7f4f;
}

/*dropdown*/
nav.navbar.bootsnav ul.nav &gt; li.dropdown &gt; a.dropdown-toggle::after {
  display: none;
}
header
  nav.navbar.bootsnav
  ul.dropdown-menu.megamenu-content
  .col-menu:last-child {
  padding-right: 0;
}
header nav.bootsnav .megamenu-content .title {
  margin-bottom: 20px;
}
header
  nav.navbar.bootsnav
  ul.dropdown-menu.megamenu-content
  .content
  ul.menu-col
  li
  a,
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu &gt; li &gt; a {
  color: #000;
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #efefef;
}
header
  nav.navbar.bootsnav
  ul.dropdown-menu.megamenu-content
  .content
  ul.menu-col
  li
  a:hover,
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu &gt; li &gt; a:hover {
  color: #ae7f4f;
}
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header .attr-nav &gt; ul &gt; li &gt; a {
  color: #ffffff;
  font-weight: 100 !important;
}

header .attr-nav &gt; ul &gt; li &gt; a span.badge {
  background-color: #ae7f4f;
  margin-top: -18px;
  height: 18px;
  width: 18px;
}
header ul.cart-list {
  display: none;
  position: absolute;
  right: 15px;
  width: 280px;
  z-index: 999;
  background: #fff;
}
header ul.cart-list .cart-btn {
  background: #303030;
  padding: 15px;
  width: 100%;
}
header ul.cart-list .cart-btn &gt; a {
  width: 100%;
  color: #888888;
  border: 1px solid #888888 !important;
  padding: 14px 30px !important;
  line-height: normal !important;
  text-align: center;
  display: table;
}
header ul.cart-list .cart-btn &gt; a:hover,
header ul.cart-list .cart-btn &gt; a.active {
  color: #fff !important;
  border-color: #ae7f4f !important;
  background: #ae7f4f !important;
}
header ul.cart-list .cart-btn &gt; a:first-child {
  margin-bottom: 10px;
}
/* nav.navbar.bootsnav .navbar-toggle, nav.navbar.bootsnav .navbar-toggle:hover, nav.navbar.bootsnav .navbar-toggle:focus{
	background:transparent !important;
}
nav.navbar.bootsnav li.dropdown.on &gt; .dropdown-toggle{
	color: #AE7F4F;
}
nav.navbar.bootsnav .navbar-toggle {
  color: #fff;
  float: right;
  margin-right: 0;
  top: 15px;
}
.dropdown-menu.animated, collapse navbar-collapse animated{
	-moz-animation-duration:.5s;
	-o-animation-duration:.5s;
	-webkit-animation-duration:.5s;
	-ms-animation-duration:.5s;
	animation-duration:.5s;
} */
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
  text-align: left;
}
.navbar-right {
  display: flex;
  justify-content: center;
  float: none !important;
}
/*Search*/
.search {
  margin-left: 5px;
}
.search:hover {
  color: #ae7f4f;
}

.search-toggle {
  position: relative;
  z-index: 999;
}
.search-toggle .top-search {
  background-color: #fff;
  display: block !important;
  padding: 0;
  position: absolute;
  width: 100%;
  right: 0px;
  top: 5px;
  color: #707070;
  box-shadow: 0 8px 6px -6px #eeeeee;
}
.search-toggle .top-search .input-group-addon {
  padding: 8px 15px;
  color: #707070;
}
.attr-nav li.dropdown a.dropdown-toggle::after {
  display: none;
}
nav.bootsnav.navbar-full {
  padding-bottom: 0;
  padding-top: 0;
}

/*Menu Fuill Page*/
header#full_page {
}
li.close-full-menu a {
  color: #ae7f4f !important;
}
header#full_page .navbar-brand {
  line-height: normal;
}
header#full_page nav.navbar.bootsnav .navbar-toggle {
  color: #000;
}
#full_page nav.bootsnav.navbar-full .navbar-collapse ul.nav &gt; li &gt; a {
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
}
#full_page nav.bootsnav.navbar-full .navbar-collapse ul.nav &gt; li &gt; a:hover,
#full_page nav.bootsnav.navbar-full .navbar-collapse ul.nav &gt; li &gt; a:focus {
  color: #ae7f4f;
}
header#full_page nav.navbar.bootsnav .navbar-toggle {
  color: #000;
  float: none;
  top: 50%;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
header#full_page .attr-nav {
  margin-right: 0;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 15px;
  margin-top: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#full_page .attr-nav ul &gt; li {
  display: inline-block;
}
header#full_page .attr-nav &gt; ul &gt; li &gt; a {
  color: #1f1f1f;
  padding: 0;
  margin-left: 20px;
}

/*Right Menu*/
header.right-menu nav.navbar.bootsnav ul.nav &gt; li &gt; a,
header.right-menu .attr-nav &gt; ul &gt; li &gt; a {
  color: #1f1f1f;
}
header.right-menu nav.navbar.bootsnav .navbar-toggle {
  color: #000;
}

/*Side Menu*/
header#full_page .side,
header.right-menu .side {
  background: #fff;
}

.side .widget ul.link li a {
  letter-spacing: 0px;
  border-bottom: 1px solid #eee;
  display: block;
  line-height: 38px;
}
header#full_page .side .close-side,
header#full_page .side .widget ul.link li a,
header#full_page .side .widget .title,
header.right-menu .side .close-side,
header.right-menu .side .widget ul.link li a,
header.right-menu .side .widget .title {
  color: #1f1f1f;
}

header#full_page .side .widget ul.link li a:focus,
header#full_page .side .widget ul.link li a:hover,
header.right-menu .side .widget ul.link li a:focus,
header.right-menu .side .widget ul.link li a:hover {
  color: #96c6d4;
}

/* ------------------ Slider ------------------ */
.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-one {
  width: 100%;
  text-transform: uppercase;
  font-family: var(--fw);
  visibility: inherit;
  transition: none;
  color: black;
  line-height: 19px;
  border-width: 0px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 18px !important;
  white-space: nowrap;
}
.banner-caption {
  transition: none;
  line-height: 25px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  word-break: break-all;
  max-width: 585px;
  font-size: 18px !important;
  font-family: "Space Grotesk", sans-serif;
}
.banner-main {
  width: 100%;
  transition: none;
  line-height: 57px;
  border-width: 0px;
  margin: 2rem auto !important;
  -webkit-text-stroke: 2px #1f1f1f;
  color: transparent;
  -webkit-text-fill-color: #1f1f1f;
  text-transform: uppercase;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: bolder;
  display: block;
  font-size: 80px !important;
  color: #1f1f1f;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -webkit-font-smoothing: antialiased !important;
  line-height: 0.9 !important;
  font-family: "Raleway", sans-serif;
}
.banner-main span {
  font-weight: 200 !important;
  color: #bc8246 !important;
  -webkit-text-stroke: 2px #bc8246;
  color: transparent;
  -webkit-text-fill-color: #bc8246;
}

.banner-slide {
  position: relative;
  height: 100vh;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.banner-slide::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
/* .banner-section .banner-bag {
  position: absolute;
  top: 20%;
  right: 18%;
  width: 400px;
  height: auto;
  z-index: 999;
}
.banner-section .banner-bag img {
  width: 400px;
  height: auto;
} */
.banner-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* .banner-content {
  position: absolute;
  left: 17%;
  top: 20%;
  z-index: 2;
  text-align: left;
  max-width: 800px;
  padding: 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
} */

.banner-content h3 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.banner-content h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.banner-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}

/* ------------------ Three Column Grid Products ------------------ */
#grid_box {
}
.box_container {
  background: #fff;
  position: relative;
  top: -30px;
  z-index: 8;
  padding: 0 30px;
}
#arrivals .image {
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fbfbfb; */
}

#arrivals .image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.grid_box {
  background: #eef0ef;
  margin-top: 30px;
  position: relative;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  transition: all ease-in-out 0.5s;
}
.grid_box,
.grid_box:hover .grid_body h2,
.grid_box:hover .grid_body h3 {
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.grid_box:hover {
  background: rgba(121, 182, 200, 0.8);
}
.grid_box:hover .grid_body h2,
.grid_box:hover .grid_body h3,
.grid_box:hover .grid_body h4 {
  color: #fff;
}
.grid_box:hover {
  background: #ae7f4f;
}

.grid_box .image_left {
  padding-right: 10px;
  width: 160px;
}
.grid_box .image_left &gt; img {
  width: 100%;
  display: inline-block;
}
.grid_box .image_left,
.grid_box .grid_body {
  display: table-cell;
}
.grid_box .grid_body {
  position: relative;
  vertical-align: middle;
  right: 15px;
  padding: 10px;
}
.grid_box .grid_body h2 {
  margin-bottom: 10px;
}
.grid_box .grid_body h3 {
  font-weight: bold;
  color: #ae7f4f;
  margin-top: 15px;
}

/* ------------------ Special Design Product ------------------ */
.design {
  border: 30px solid;
  margin: 8rem auto;
  border-image: url("./border.png") 30;
  position: relative;
  color: #4e4e4e;
}
.design .design_img {
  height: 530px;
  margin-bottom: -120px;
  position: relative;
  top: -60px;
  width: 100%;
  /* overflow:hidden; */
}
.design .design_img &gt; img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}
.design .descrp {
  padding: 40px 0 15px 0px;
}
.design .descrp:hover h3,
.design .descrp h3:hover {
  color: #ae7f4f;
}
.design .descrp .review {
  margin: 20px 0;
}
.design .descrp .review &gt; li {
  display: inline-block;
}
.design .descrp .review &gt; li + li:before {
  content: "|";
  padding: 0 5px;
  color: #ccc;
}
.design .descrp .review &gt; li a {
  color: #4e4e4e;
  font-size: 14px;
}
.price {
  color: #ae7f4f;
  font-weight: bold;
}
.discount {
  color: #7a7a7a;
}
.design .descrp .price &gt; span {
  color: #4e4e4e;
  font-weight: normal;
}
.design .descrp .detail {
  font-size: 14px;
}
.design .descrp .detail &gt; span {
  color: #ae7f4f;
}

.countdown-container {
  position: relative;
}

.clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.clock-canvas {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  height: 0px;
  border: 1px solid #c58646;
  box-shadow: 0 0 0 6px #ebebeb inset;
  padding-bottom: 100%;
}

.text {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.text .val {
  font-size: 16px;
}
.text .val,
.type-time {
  font-weight: bold;
  text-align: center;
}
.type-time {
  font-size: 12px;
  margin-top: 10px;
}

/* ------------------  Products wrap in Box ------------------ */
.product_wrap,
.image,
.image &gt; img {
  position: relative;
}
.product_wrap .social {
  position: absolute;
  right: -100%;
  bottom: 15px;
}
.product_wrap .social ul li,
.product_wrap .social ul li a {
  display: block;
}
.product_wrap:hover .social {
  right: 15px;
}
.product_wrap .social ul li a {
  width: 34px;
  height: 35px;
  color: #ffffff;
  background: #000000;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  margin-top: 5px;
}
.product_wrap .social ul li a:hover,
.product_wrap .social ul li a:focus {
  background: #ffffff;
  border-color: #a4a4a4;
  color: #363636;
}
.image {
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
}
.image img {
  height: 300px;

  display: block;
  width: 100%;
  object-fit: contain;
}
.product_wrap:hover .image img,
.design .design_img:hover img {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  cursor: pointer;
}
.product_wrap .product_desc {
  padding: 10px 0 10px 10px;
  position: relative;
}
.product_wrap .product_desc p,
.product_wrap .product_desc sapan {
  display: table;
}
.product_wrap .product_desc p {
  margin-bottom: 0;
  /* font-size: 1.2rem; */
  font-family: var(--fw2);
}
.product_wrap .product_desc .price {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.product_wrap .product_desc i.open {
  color: #5b5b5b;
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 20px;
}
.product_wrap:hover i.open {
  color: #ae7f4f;
}
.tag {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 5;
}
.tag .tag-btn {
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 50px solid #0d0d0d;
  border-left: 15px solid #1a1a1a;
  border-right: 15px solid #101010;
  display: inline-block;
}
.tag .tag-black {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 14px solid #ae7f4f;
  border-left: 20px solid #ae7f4f;
  border-right: 20px solid #ae7f4f;
  display: inline-block;
}
.tag-btn span {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  left: 4px;
  letter-spacing: -1px;
  line-height: 0;
  position: absolute;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 24px;
}

.arrival_container {
  position: relative;
  height: auto;
}
.arrival_container .arrival_wrap {
  height: 100%;
  position: relative;
  width: 100%;
}
.arrival_container .arrival_wrap &gt; img {
  width: 100%;
}
.arrival_wrap .overlay_arrival {
  position: absolute;
  left: -68%;
  bottom: 15px;
  right: 0;
  height: 110%;
  width: 110%;
  background: rgba(255, 255, 255, 0.2);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.arrival_wrap .overlay_arrival .inner {
  bottom: 20px;
  position: absolute;
  right: 0;
  -moz-transform: skew(-45deg) translateX(30%);
  -ms-transform: skew(-45deg) translateX(30%);
  -o-transform: skew(-45deg) translateX(30%);
  -webkit-transform: skew(-45deg) translateX(30%);
  transform: skew(-45deg) translateX(30%);
  z-index: 455;
  left: 20px;
  color: #fff;
}
.arrival_wrap .overlay_arrival .inner h1 {
  font-size: 70px;
}

/* ------------------ Slogan With Button ------------------ */
#slogan .sloganBg {
  background: url(../images/slogan.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px;
  outline: 1px dotted #fff;
  outline-offset: -15px;
}
#slogan .sloganBg h2 {
  font-size: 28px;
}
#slogan .sloganBg h2 &gt; span {
  color: #ae7f4f;
}
#slogan .sloganBg p {
  margin-bottom: 0;
  font-size: 18px;
}
#slogan .sloganBg .left {
  float: left;
}
#slogan .sloganBg .right {
  float: right;
  margin-top: 8px;
}
/*home2*/
.message {
  position: relative;
  border: 1px dotted #c2c2c2;
  margin: 0 15px;
}
.message h4 {
  margin: 35px 0;
}

.message .tag-btn {
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-top: 15px solid #ae7f4f;
  border-right: 65px solid #ae7f4f;
  border-bottom: 15px solid #ae7f4f;
  display: table;
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: center;
}
.message .tag-btn span {
  transform: none;
  left: 16px;
  top: auto;
}
/* ------------------ Slogan With Button ------------------ */

/* ------------------ Our Blogs ------------------ */
#blog {
}
.blog_box {
  margin: 10px 0;
}
.blog_box .media-left {
  padding-right: 30px;
}
.blog_box .media-body {
  vertical-align: middle;
}
.blog_box .media-body .media-heading {
  font-size: 48px;
}
.blog_box .media-body .media-heading &gt; sub {
  font-size: 14px;
  color: #ae7f4f;
}
.blog_box .media-body h5:after {
  content: "";
  display: table;
  width: 40px;
  height: 3px;
  background: #ae7f4f;
  margin-top: 10px;
}
.blog_box:hover .media-body h5 {
  color: #ae7f4f;
}
.blog_item {
}

.blog_item .blog_image,
.blog_item .blog_image img {
  position: relative;
}
.blog_item .blog_image a {
  position: absolute;
  background: #ae7f4f;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.blog_item:hover .blog_image a {
  opacity: 1;
}
.blog_item .blog_image img {
  width: 100%;
}
.blog_item .blog_text {
}
.blog_item .blog_text .meta {
  width: 100%;
}
.blog_item .blog_text .meta &gt; li {
  display: inline-block;
  color: #555555;
  font-size: 12px;
}
.blog_item .blog_text .meta &gt; li a {
  color: #ae7f4f;
}
.blog_item .blog_text .meta &gt; li:nth-child(2) {
  margin: 0 15px;
}
.blog_item .blog_text .meta &gt; li.time {
  color: #afafaf;
}
.blog_item .blog_text .posted {
  font-size: 16px;
}
.blog_item .blog_text .posted i {
  margin-right: 5px;
}
.blog_item .blog_text .posted,
.blog_share ul,
.blog_share ul li {
  display: inline-block;
}
.blog_item .blog_text .posted a,
.blog-reply h5 &gt; a {
  color: #78b5c7;
}
#blog .blog_share {
  padding: 5px 0;
  font-size: 12px;
  border-top: 1px solid #e5e5e5;
}

.blog_share ul li a {
  color: #616161;
  display: block;
  padding: 2px 5px;
}
.blog_share ul,
.blog_share p {
  margin: 5px 0;
}
.blog_share p &gt; a {
  padding: 2px 5px;
}
#blog .blog_share,
.blog-reply {
  border-bottom: 1px solid #e5e5e5;
}
.blog-reply {
  padding: 40px 0;
  margin-top: 0;
  position: relative;
}
.blog-reply h5,
.blog-reply p {
  font-size: 14px;
}
#blog .pager {
  text-align: center;
}
/* ------------------ Blogs Ends ------------------ */

/* ------------------ Brand LOGOS ------------------ */
#brand-slider {
  border-bottom: 1px dotted #ebebeb;
  border-top: 1px dotted #ebebeb;
}
#brand-slider .item &gt; img {
  display: inline-block;
  margin: 30px;
}

/* ------------------ NewsLetter ------------------ */
#newsletter {
  background: url(../images/newsler.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
}
#newsletter p {
  font-size: 17px;
}
form.newsletter input {
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  border-right: none;
}
form.newsletter .input-group-addon {
  border-radius: 0;
  border-color: #cccccc;
}
form.newsletter .input-group-addon &gt; button {
  background: transparent;
  border: none;
  display: block;
}
form.newsletter .input-group-addon:hover {
  color: #ae7f4f;
}

/* ------------------ Availability Boxes &amp; Testinomial ------------------ */
#tstinomial-slider .item {
  position: relative;
}
#tstinomial-slider .owl-prev,
#tstinomial-slider .owl-next {
  top: 18%;
}
#tstinomial-slider .owl-prev {
  left: 15%;
}
#tstinomial-slider .owl-next {
  right: 15%;
}
#tstinomial-slider .testinomial_pic img {
  margin-bottom: 15px;
}
#tstinomial-slider .testinomial_pic h6 {
  font-size: 12px;
  margin: 0;
}
#tstinomial-slider .testinomial_pic span {
  font-size: 10px;
  color: #ae7f4f;
}
#tstinomial-slider p {
  margin: 0 5%;
  margin-bottom: 0;
}

.availability {
  border: 1px solid #000;
  color: #000;
  border-radius: 10px;
  box-shadow: 5px 10px 6px rgba(25, 25, 25, 0.15);
  padding: 35px 15px;
  min-height: 175px;
}
.availability:hover,
.availability.active {
  border-color: #ae7f4f;
  color: #ae7f4f;
  cursor: pointer;
}
.availability i {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 15px;
}
.availability h5 {
  margin: 0;
}
.availability span {
  font-size: 14px;
  color: inherit;
}
/*Testinomial on Home2*/
#testinomialBg {
  background: url(../images/testinomial.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#testinomialBg #tstinomial-slider p {
  margin: 0 15%;
}

/* ------------------ OWL Carousel ------------------ */
.owl-prev,
.owl-next {
  opacity: 1;
  margin: 0;
  text-align: center;
}

#tstinomial-slider .owl-prev,
#tstinomial-slider .owl-next,
#fourCol-slider .owl-prev,
#fourCol-slider .owl-next {
  position: absolute;
  height: 38px;
  width: 38px;
  background: transparent;
  border: 1px solid #dadada;
  color: #cecece;
  line-height: 30px;
  font-size: 26px;
}
#fourCol-slider .owl-prev {
  left: -30px;
}
#fourCol-slider .owl-next {
  right: -30px;
}
#fourCol-slider .owl-prev,
#fourCol-slider .owl-next {
  top: 35%;
  margin-top: -38px;
}
#tstinomial-slider .owl-prev:hover,
#tstinomial-slider .owl-prev:focus,
#tstinomial-slider .owl-next:hover,
#tstinomial-slider .owl-next:focus,
#fourCol-slider .owl-prev:hover,
#fourCol-slider .owl-prev:focus,
#fourCol-slider .owl-next:hover,
#fourCol-slider .owl-next:focus {
  background: #ae7f4f;
  border-color: #ae7f4f;
  color: #fff;
}

#testinomialBg #tstinomial-slider .owl-prev,
#testinomialBg #tstinomial-slider .owl-next,
#tstinomial-slider .owl-pagination {
  display: none;
}
#testinomialBg #tstinomial-slider .owl-pagination {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}

#testinomialBg #tstinomial-slider .owl-controls {
  margin-top: 5%;
}
#testinomialBg #tstinomial-slider .owl-controls .owl-page {
  background: #b7b7b7;
  display: table;
  text-align: center;
  margin-left: 2px;
  border-radius: 50%;
  border: 1px solid #ae7f4f;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
#testinomialBg #tstinomial-slider .owl-controls .owl-page span {
  border: none;
  transform: scale(0.9) !important;
  background: transparent;
  margin: 3px;
}
#testinomialBg #tstinomial-slider .owl-controls .active {
  background: none;
  transform: scale(0.9);
}

#testinomialBg #tstinomial-slider .owl-controls .owl-page span:hover {
  background: #ae7f4f;
}
#testinomialBg #tstinomial-slider .owl-controls .active span {
  background: #ae7f4f;
  opacity: 1;
}

/*Sellers Slider*/
#seller h3 {
}
.seller-slider {
}
.seller-slider .media-body {
}
.seller-slider .owl-prev {
  right: 50px;
}
.seller-slider .owl-next {
  right: 15px;
}
.seller-slider .owl-prev,
.seller-slider .owl-next {
  position: absolute;
  top: -75px;
  background: #dbdcdc !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 22px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  opacity: 1 !important;
}
.seller-slider .owl-prev:hover,
.seller-slider .owl-prev:focus,
.seller-slider .owl-next:hover,
.seller-slider .owl-next {
  background: #ae7f4f !important;
}
/* ------------------ OWL Carousel ------------------ */

/* ------------------ Prallax Bacckgrounds  ------------------ */
#parallax2 {
  background: url(../images/parallax2.jpg) no-repeat #d3e6eb;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
#parallax2 h2,
#parallax2 h3,
.header_layout2 h2,
.header_layout2 h3 {
  font-weight: 200;
}
#parallax2 h2,
.header_layout2 h2 {
  font-size: 60px;
}
#parallax2 h2 &gt; strong,
.header_layout2 h2 &gt; strong {
  display: block;
}
#parallax2 h3,
.header_layout2 h3 {
  font-size: 24px;
}

/* ------------------ Prallax Bacckgrounds  ------------------ */

/* ------------------ Page Header (inner pages) ------------------ */
.page_header {
  color: #fff;
  background: url(../images/page-header.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.page_header h1 {
  font-size: 40px;
}
.page_header p {
  color: #fff;
  font-size: 18px;
}
.page_menu {
  padding-top: 35px;
}
.page_menu .breadcrumb {
  border-bottom: 1px solid #ebebeb;
  background: transparent;
}
.page_menu .breadcrumb &gt; li {
  display: inline-block;
  font-size: 14px;
  color: #000;
}
.page_menu .breadcrumb &gt; .active {
  color: #717171;
}
.header_layout2 {
  background: url(../images/newsler.jpg) no-repeat;
}
.header_layout2,
.header_layout3 {
  background-position: center center;
  background-size: cover;
}
.header_layout2 h2 &gt; strong {
  color: #010101;
}
.header_layout3 {
  background: url(../images/blog-header.jpg) no-repeat;
}

/* ------------------ Page Header  ------------------ */

/* ------------------ Product Grids  ------------------ */
.grid {
}
.list-view .col-md-3,
.list-view .col-md-4 {
  width: 100%;
}

.list-view .product_wrap .image,
.list-view .product_wrap .product_desc {
  display: table-cell;
  vertical-align: middle;
}
.list-view .product_wrap .image {
  padding-right: 0;
  min-width: 270px;
  width: auto;
}
.list-view .product_wrap .product_desc &gt; .title,
.list-view .product_wrap .product_desc span.price,
.list-view .product_wrap .product_desc i.open {
  display: none;
}

.list-view .product_wrap .product_desc .list_content h4 {
  font-weight: bold;
}
.grid-view .product_wrap .product_desc .list_content {
  display: none;
}
.list-view .product_wrap .product_desc .list_content {
  display: block;
}
.grid .shop-grid-controls .view-button,
.shop-grid-controls .entry,
.side-button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.grid .shop-grid-controls .side-button {
  font-size: 14px;
  height: 34px;
  text-align: center;
  padding: 3px 10px;
  background: #eeeeee;
  line-height: 30px;
}
.grid .shop-grid-controls .view-button {
  padding: 3px;
  background: #eeeeee;
  display: inline-block;
  height: 34px;
  width: 38px;
  text-align: center;
  line-height: 28px;
}
.grid .shop-grid-controls .view-button:hover,
.grid .shop-grid-controls .view-button.active,
.grid .shop-grid-controls .side-button:hover {
  background: #ae7f4f;
  color: #fff;
  cursor: pointer;
}
.grid-form .form-group {
  margin-bottom: 0;
}
.grid-form .select {
  overflow: hidden;
  border-radius: 0;
  width: 150px;
  position: relative;
  display: block;
  border: none;
}
.grid-form select {
  height: 36px;
  background: #eee;
  border: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.grid-form .select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  padding: 9px 8px;
  padding-right: 0;
  position: absolute;
  right: 12px;
  top: -2px;
  background: transparent;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

/* ------------------ Product Grids  ------------------ */

/* ------------------ Shop  ------------------ */
#cart {
}
.cart-form .btn-dark:hover,
.cart-form .btn-dark:focus,
.contact-form .btn-dark:hover,
.contact-form .btn-dark:focus {
  background: #ae7f4f;
}
#cart .table-responsive &gt; .table {
  margin-bottom: 0;
}
#cart .table-responsive &gt; .table thead tr &gt; th {
  font-size: 15px;
  border-bottom: none;
}
#cart .table-responsive &gt; .table tr {
  border-bottom: 1px solid #ebebeb;
}
#cart .table-responsive &gt; .table tbody tr &gt; td {
  padding: 10px 0;
  vertical-align: middle;
}
#cart .table-responsive &gt; .table tbody tr &gt; td p {
  font-size: 14px;
}
#cart .table-responsive &gt; .table tbody tr &gt; td h5 {
  font-weight: bold;
}

#cart .table-responsive &gt; .table tbody tr &gt; td .btn-close {
  display: inline-block;
  font-size: 20px;
}
#cart .table-responsive &gt; .table tbody tr &gt; td .btn-close:hover {
  color: #ae7f4f;
}

.spinner {
  width: 60px;
}
.spinner .spinner input {
  border-radius: 0;
  border-color: #ddd;
}
.spinner .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
  z-index: 2;
  right: 20px;
}
.spinner .input-group-btn-vertical &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  border: none;
}
.spinner .input-group-btn-vertical &gt; .btn:hover,
.spinner .input-group-btn-vertical &gt; .btn:focus {
  background-color: transparent;
}
.spinner .input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.cart-form .select {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  position: relative;
  display: block;
}
.cart-form select {
  height: 48px;
  border: 0;
  padding-left: 12px;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #888888;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart-form .select:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #888888;
  font-size: 16px;
  padding: 9px 8px;
  padding-right: 0;
  position: absolute;
  right: 12px;
  top: 5px;
  background: transparent;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

.shop_measures .table tr &gt; td {
  font-size: 14px;
}
.shop_measures .table tr &gt; td h5 {
  font-weight: bold;
}

/*Product Details*/
#js-pagination-slider {
}
#js-pagination-slider .cbp-pagination-item::after {
  background: transparent;
}
#js-pagination-slider .cbp-pagination-active::after {
  box-shadow: inset 0 0px 0px 2px #ae7f4f;
  transition: ease 0.5s;
}

.detail_pro h4 {
  font-weight: bold;
  font-style: italic;
}
.review_list &gt; li {
  display: inline-block;
}
.review_list &gt; li + li::before {
  color: #ccc;
  content: "|";
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
}
.review_list &gt; li a {
  color: #000;
  font-size: 14px;
}
.cart-buttons a.icons {
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  display: inline-block;
  height: 43px;
  width: 44px;
  text-align: center;
  line-height: 42px;
  vertical-align: top;
}
.cart-buttons .btn-light &gt; i {
  font-size: 16px;
  margin-right: 3px;
  vertical-align: middle;
}

.cart-share ul,
.cart-share ul &gt; li {
  display: inline-block;
}
.cart-share ul &gt; li a {
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
  padding: 1px 3px;
}
.cart-share ul &gt; li a.facebook {
  background: #3b5998;
}
.cart-share ul &gt; li a.twitter {
  color: #00acee;
  background: #fafafa;
}
.cart-share ul &gt; li a.google {
  color: #db4a39;
  background: #fafafa;
}
.cart-share ul &gt; li a.share {
  background: #db4a39;
}
.cart-share ul &gt; li a.share span {
  color: #fff;
}
.cart-share ul &gt; li a.facebook span {
  color: #fff;
}
.cart-share ul &gt; li a &gt; span {
  color: #0f0f0f;
  font-size: 8px;
  margin-left: 2px;
}

.shop_tab {
}
.shop_tab .tabs {
  width: 100%;
}
.shop_tab .tabs li {
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
}
.shop_tab .tabs li.active,
.shop_tab .tabs li:hover,
.shop_tab .tabs li:focus {
  color: #ae7f4f;
}
.shop_tab .tab_content {
  padding: 20px 0;
  width: 100%;
}
.tab_content ol.commentlist li {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.tab_content ol.commentlist li .avator {
  display: inline-block;
  float: left;
  margin-bottom: 55px;
  margin-right: 15px;
  width: 50px;
}
.tab_content ol.commentlist li .avator &gt; img {
  display: block;
}
.tab_content ol.commentlist li .comment-content {
  color: #4c4c4c;
}
.tab_content ol.commentlist li .comment-content .stars {
  position: absolute;
  right: 0;
  top: 0;
}
.tab_content ol.commentlist li .comment-content time,
.tab_content ol.commentlist li .comment-content strong {
  display: inline-block;
  margin-bottom: 10px;
}
.tab_content ol.commentlist li .comment-content time {
  font-size: 14px;
}
.tab_content .review-form {
}
.tab_content .review-form label {
  font-weight: bold;
  margin-bottom: 5px;
}
.tab_content .review-form textarea.form-control {
  min-height: 150px;
}
.tab_content .review-form input.form-control {
  height: 40px;
}
.tab_content .review-form .form-control {
  margin-bottom: 15px;
}

.product-info .tab_content p:last-child {
  margin-bottom: 0;
}

/* end .squaredThree */
/* .squaredFour */
.squaredFour {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #ae7f4f;
}
.squaredFour label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  opacity: 0.5;
}
.squaredFour input[type="checkbox"] {
  visibility: hidden;
}
.squaredFour input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.form-group h5 {
  display: inline-block;
}
#cart .contact-form label {
  display: block;
}
#cart .contact-form a {
  color: #ae7f4f;
  font-size: 14px;
  display: inline-block;
  float: right;
  font-weight: normal;
}
#cart a.facebook-share {
  background: #3b5998;
}
#cart a.twitter-share {
  background: #00acee;
}
#cart a.facebook-share,
#cart a.twitter-share {
  color: #fff;
  border: none;
  margin-right: 20px;
}
#cart a.facebook-share &gt; i,
#cart a.twitter-share &gt; i {
  margin-right: 10px;
  font-size: 20px;
}
/*Accordions*/
#cart .set &gt; a i {
  color: #fff;
  background: #3a3d42;
  float: none;
  font-size: 10px;
  padding: 5px;
  margin-right: 10px;
}
/* ------------------ Shop  ------------------ */

/* ------------------ 404  ------------------ */
#error .error_content {
}
#error .error_content img {
  display: inline-block;
}
#error .error_content h2 {
  color: #7b7b7b;
}
#error .error_content h1 {
  font-size: 50px;
}
#error .error_content p {
  margin: 0 13%;
}
#error .error_content p &gt; a {
  color: #ae7f4f;
}
.input-group-wrapper {
  vertical-align: middle;
}
.input-group-wrapper .form-control {
  border: 1px solid #d7d7d7;
  border-radius: 0;
  height: 40px;
  border-right: none;
}
.input-group-wrapper .input-group-addon {
  background: transparent;
  border-radius: 0;
}
.input-group-wrapper .input-group-addon &gt; button {
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  color: #000;
}

/* ------------------ Contact Us ------------------ */
#contact {
}
#contact .contact-form {
}
.heading {
}
.heading:after {
  content: "";
  height: 2px;
  width: 30px;
  display: block;
  margin-top: 15px;
  background: #303030;
}
.contact-form label,
.cart-form label {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 16px;
}
.form-group {
  margin-bottom: 12px;
}
.contact-form .form-control,
.cart-form .form-control {
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 15px;
}
.contact-form input.form-control,
.cart-form .form-control {
  height: 48px;
}
.contact-form textarea.form-control {
  min-height: 130px;
  width: 100%;
  resize: none;
}
.contact-form .btn-form {
  background: #ae7f4f;
  color: #fff;
  font-size: 12px;
  padding: 12px 30px;
  border: none;
}
.contact-form .btn-form:hover,
.contact-form .btn-form:focus {
  background: #303030;
}

.contact_detail .address {
  overflow: hidden;
}
.contact_detail .address i {
  color: #ae7f4f;
  float: left;
  font-size: 30px;
  margin-bottom: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}
.contact_detail .address h5 {
  margin-bottom: 10px;
}
.contact_detail .address p {
  font-size: 14px;
}
.contact_detail .address h5,
.contact_detail .address p {
  margin-left: 30px;
}
.btn-form {
  font-weight: bold;
}

.gmap3 {
  border: 1px dashed #c0c0c0;
  width: 100%;
  height: 590px;
}
.cluster {
  color: #ffffff;
  text-align: center;
  font-family: "Arial, Helvetica";
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
.cluster-1 {
  background-image: url(images/m1.png);
  line-height: 53px;
  width: 53px;
  height: 52px;
}
.cluster-2 {
  background-image: url(images/m2.png);
  line-height: 53px;
  width: 56px;
  height: 55px;
}
.cluster-3 {
  background-image: url(images/m3.png);
  line-height: 66px;
  width: 66px;
  height: 65px;
}

/* ------------------ Footer  ------------------ */
footer {
  width: 100%;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center top;
  color: #fff;
  position: relative;
}
footer.plain_footer {
  background-size: cover;
}
.footer_panel h4 {
  color: #1f1f1f;
  text-transform: uppercase;
}
.footer_panel .about_foot {
  background-size: cover;
}
.footer_panel .about_foot li {
  margin-left: 20px;
}
.footer_panel .about_foot li i {
  display: inline-block;
  margin-left: -20px;
  margin-right: 5px;
}
.footer_panel .about_foot li {
  display: block;
  margin-bottom: 10px;
}
.footer_panel .about_foot li:last-child {
  margin-left: 0;
  margin-top: 30px;
}
.footer_panel .about_foot li span {
  display: inline-block;
  height: 25px;
}
.footer_panel .about_foot li span &gt; img {
  width: 100%;
  vertical-align: top;
}
.footer_panel .about_foot li,
.footer_panel .account_foot li a {
  color: #8e8e8e;
  font-size: 14px;
}
.footer_panel .account_foot {
}
.footer_panel .account_foot li {
  display: block;
  margin-bottom: 10px;
}
.footer_panel .account_foot li a:hover {
  color: #ae7f4f;
}
.footer_panel .account_foot li a:before {
  content: "";
  height: 5px;
  width: 5px;
  background: #8e8e8e;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
}
.copyright {
  background: #0c0c0c;
}
.copyright p {
  color: white;
  font-size: 14px;
  margin: 20px 0;
}
.copyright p &gt; a {
  color: #ae7f4f;
}

.copyright ul.social {
  margin: 20px 0;
  text-align: right;
}
.copyright ul.social li,
.footer_panel ul.social li {
  display: inline-block;
}
.copyright ul.social li:last-child a,
.footer_panel ul.social li:last-child a {
  border-right: 1px dotted #8e8e8e;
}
.copyright ul.social li a,
.footer_panel ul.social li a {
  color: #8e8e8e;
  display: block;
  padding: 0 15px;
  border-left: 1px dotted #8e8e8e;
}
.copyright ul.social li a:hover,
.copyright ul.social li a:focus,
.footer_panel ul.social li a:hover,
.footer_panel ul.social li a:focus {
  color: #ae7f4f;
}

/*Responsive Layout*/
@media screen and (max-width: 1199px) {
  /*Owl Slider*/
  #fourCol-slider .owl-prev {
    left: 0;
  }
  #fourCol-slider .owl-next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #parallax2,
  #testinomialBg {
    background-position: center center !important;
  }
}
@media screen and (max-width: 991px) {
  header nav.navbar.bootsnav ul.nav &gt; li &gt; a {
    padding: 10px;
  }
  header nav.navbar.bootsnav ul.nav &gt; li &gt; a,
  nav.navbar.bootsnav
    ul.dropdown-menu.megamenu-content
    .content
    ul.menu-col
    li
    a,
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu &gt; li &gt; a {
    /* border-color: #363636 !important; */
    color: black;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; a {
    border-color: #363636;
    padding: 5px 0;
    font-size: 12px;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    border: none;
  }
  nav.bootsnav .megamenu-content .content {
    background-color: #303030;
  }
  .attr-nav {
    margin-top: 10px;
    margin-right: 30px;
  }
  .right-menu .navbar-header {
    float: none;
  }
  .page_header {
    padding: 0;
  }
  .page_header h1 {
    font-size: 28px;
  }
  .message .tag-btn {
    top: 30px;
  }
  #parallax2,
  #parallax,
  #testinomialBg,
  #newsletter {
    background-position: center center !important;
  }
  #parallax2 h2,
  .header_layout2 h2 {
    font-size: 40px;
  }

  .gmap3 {
    height: 290px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 16px;
  }
  h4,
  p {
    font-size: 14px;
  }
  h4 {
    font-size: 12px;
  }
  .topbar .top_link {
    text-align: center;
  }

  .tparrows {
    display: none;
  }
  .rev_slider_wrapper p {
    display: none;
  }
  .rev_slider_wrapper a {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
  .arrival_wrap .overlay_arrival .inner h1 {
    font-size: 30px;
  }
  #slogan .sloganBg .left,
  #slogan .sloganBg .right {
    float: none;
    text-align: center;
  }
  #fourCol-slider .owl-next,
  #fourCol-slider .owl-prev {
    display: none;
  }
  #parallax2 h2,
  .header_layout2 h2 {
    font-size: 40px;
  }
  #parallax2 h3,
  .header_layout2 h3 {
    font-size: 20px;
  }
  .message h4 {
    display: inline-block;
    font-size: 12px;
  }
  .message .tag-btn {
    top: auto;
  }

  .copyright p {
    font-size: 12px;
    text-align: center;
  }
  .copyright ul.social {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .media-body,
  .media-left,
  .media-right {
    display: block;
    vertical-align: middle;
  }
  .media-body,
  .media-left {
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .media-body,
  .media-left a &gt; img {
    width: 100%;
  }
  .arrival_wrap .overlay_arrival {
    left: 15px;
  }
  .arrival_wrap .overlay_arrival,
  .arrival_wrap .overlay_arrival .inner {
    transform: none;
  }
  .list-view .product_wrap .image,
  .list-view .product_wrap .product_desc {
    display: table;
  }

  .topbar .col-sm-4 {
    text-align: center;
  }
}
.cart-toggler i {
  font-size: 2rem !important;
}
.media-object {
  display: block;

  object-fit: cover;
  height: 200px;
}
.cbp-caption-defaultWrap .pro-image {
  width: 90% !important;
  height: 100%;
  object-fit: contain;
  max-height: 400px;
}
.pro-image {
  cursor: zoom-in;
}
.shopping-product {
  /* width: 100% !important; */
  height: 150px;
  object-fit: contain;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline-block {
    display: block !important;
  }
  header .navbar-brand img {
    height: 42px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .col-sm-6 {
    width: 50% !important;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .d-sm-none {
    display: none !important;
  }
  header .navbar-header .navbar-brand img {
    height: 42px;
    width: 100%;
  }
  .padding {
    padding: 40px 0;
  }
  .padding_bottom {
    padding-bottom: 40px;
  }
  .padding_top {
    padding-top: 40px;
  }
  .margin_top {
    margin-top: 40px;
  }
  .margin_bottom {
    margin-bottom: 40px;
  }

  .design {
    margin: 3rem auto;
  }
  #arrivals .image img {
    height: auto;
  }
}
.product_wrap {
  padding: 0 0.5rem !important;
}
.language-selector {
  position: relative;
  color: white;
  cursor: pointer;
  font-weight: 100;
  display: flex !important;
  align-items: center;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background-color: white;
  color: #000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px 0;
  z-index: 10;
}

.language-option {
  padding: 8px 16px;
  cursor: pointer;
}

.language-option:hover {
  background-color: #eee;
}
.navbar .navbar-brand {
  width: 90px;
  height: 100%;
}
.navbar .navbar-brand img {
  width: 90px;
  height: 100%;
  object-fit: contain;
}

.attr-nav {
  display: flex;
  justify-content: start;
}
.attr-nav:last-child {
  display: flex;
  justify-content: end;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper {
  padding: 0rem 0.2rem 5rem !important;
}
.adver {
  padding: 0 !important;
}
.adver .design_img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}
.adver .design_img img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}
.custom-swiper .mySwiper {
  /* margin-left: -35%; */
  width: 145% !important;
}
.custom-swiper {
  margin-left: -35%;
  width: 145% !important;
}
.bg-black {
  background-color: #000 !important;
  color: white !important;
}
.sidenav {
  position: fixed;
  top: 39px;
  left: -100%;
  width: 100%;
  max-width: 340px;
  height: calc(100vh - 39px);
  background-color: #000;
  color: white;
  transition: left 0.5s ease-in-out;
  z-index: 9999;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: start;
  overflow: hidden;
}

.sidenav.open {
  left: 0;
}

.menu-container {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}

.sidenav-menu {
  position: relative;
  margin-top: 70%;
  width: 100%;
}

.slide-out-left {
  animation: slideOutLeft 0.2s ease-in-out forwards;
}

.slide-in-left {
  position: absolute;
  top: 0;
  left: 340px;
  animation: slideInLeft 0.2s ease-in-out forwards;
}

.slide-out-right {
  animation: slideOutRight 0.2s ease-in-out forwards;
}

.slide-in-right {
  position: absolute;
  top: 0;
  right: 340px;
  animation: slideInRight 0.2s ease-in-out forwards;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-340px);
    opacity: 0;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(340px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(340px);
    opacity: 0;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(-340px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.sidenav .sidenav-header {
  position: absolute;
  width: 90%;
  z-index: 99999999;
  right: 1%;
  top: 10%;
  font-size: 2.5rem;
}

.sidenav .sidenav-header .icon {
  position: absolute;
  right: 5%;
  font-size: 2.5rem;
  color: red;
  cursor: pointer;
}

.sidenav .sidenav-footer {
  position: absolute;
  width: 90%;
  bottom: 30px;
}

.sidenav .sidenav-footer .icon {
  font-size: 2rem;
}

.sidenav-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidenav .sidenav-menu li {
  padding: 15px;
  border-radius: 10px;
}

.sidenav .sidenav-menu li:hover {
  background-color: #303030;
}
.attr-nav .menu-handler {
  cursor: pointer;
}

.button-style {
  height: 39px;
  width: 198px;
  position: relative;
  background-color: #2e2e2e;
  cursor: pointer;
  /* border: 2px solid #252525; */
  overflow: hidden;
  border-radius: 6px;
  /* box-shadow: 5px 10px 6px rgba(25, 25, 25, 0.15); */
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.btn-txt {
  z-index: 1;
  font-weight: 800;
  letter-spacing: 4px;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #333;
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button-style:hover {
  box-shadow: 1px 1px 200px #252525;
  color: #fff;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}
.custom-banner .img-fluid {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.arrivals_black {
  background-color: black;
  color: white;
}
.adver {
  display: block !important;
}
#brands img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.facets__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 150px;
}
.facets__price input {
  width: 110px;
  border-radius: 0px;
  border: none;
  outline: 2px solid #777;
  padding: 1rem;
}
.result-container {
  position: relative;
}
.result-container .facets__display {
  position: absolute;
  top: 70%;
  left: 40%;
  transform: translateX(-40%);
  z-index: 99999999;
  background-color: #ffffff;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0.5rem;
}
.result {
  color: #787878;
  border: none;
  font-weight: 100;
  font-family: var(--fw);
  display: inline-block;
  background-color: #ffffff;
  padding: 0.7rem;
}
.facets__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #444;
}
.facets__reset {
  color: #333333;
  border: none;
  display: inline-block;
  background-color: #eeeeee;
  padding: 0.2rem 1rem;
}
.facets__reset_2 {
  color: #fffefe;
  border: none;
  display: inline-block;
  background-color: #313131;
  padding: 0.2rem 4rem;
}

.facets__reset:hover {
  background-color: #aaa;
  color: white;
}
.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 37%, #e0e0e0 63%);
  animation: shimmer 1.2s infinite;
  background-size: 1000px 100%;
  border-radius: 4px;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.main-shop .image .fancybox {
  width: 100%;
}

.product_wrap .product_desc p {
  color: #515151;
}
.product_wrap .product_desc .price {
  color: #1d1d1d;
  font-size: 1rem;
}
.breadcrumb-area {
  padding: 15px 0;
}
.breadcrumb-content ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  margin-right: 18px;
  text-transform: capitalize;
  position: relative;
}
.breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-content ul li a {
  color: #000000;
  font-weight: 600;
}
.breadcrumb-content ul li a:hover {
  color: #757575;
}
.sort-options select {
  font-size: 1rem;
  border: none;
  outline: none;
  color: #757575;
  /* border-bottom: 1px solid #b4b4b4; */
  border-radius: 0px;
}
.sort-options {
  font-size: 1rem;

  color: #757575;
}
.shop-heading {
  font-size: 2.5rem;
  text-align: start;
  margin: 0.2rem 0 1.7rem;
}
@media (min-width: 775px) {
  .d-md-block {
    display: flex !important;
  }
}
.navbar-default .head-icon {
  font-size: 28px;
}
.navbar-default .cart-toggler {
  position: relative;
}
.navbar-default .cart-toggler .badge {
  position: absolute;
  left: 20px;
}

@media (max-width: 775px) {
  .navbar-default .head-icon {
    font-size: 20px;
  }
  .navbar-default .cart-toggler .badge {
    position: absolute;
    left: 7px;
  }
  .navbar .navbar-brand {
    width: 60px;
    height: 100%;
  }
  .banner-slide {
    position: relative;
    height: 40vh;
    object-fit: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .navbar .navbar-brand img {
    width: 60px;
    height: 100%;
    object-fit: contain;
  }
  .banner-content {
    position: absolute;
    left: 1%;
    top: 15%;
    max-width: 450px;

    padding: 2rem 3rem;
  }
  .facets__display_ltr {
    font-size: 0.7rem;
    left: 60% !important;
    transform: unset !important;
  }
  .facets__display_rtl {
    font-size: 0.7rem;
    left: unset !important;
    right: 60%;
    transform: unset !important;
  }
  .facets__price input {
    width: 50px;
    padding: 0.1rem;
  }
}
.old-price {
  color: red;
  text-decoration: line-through;
}
.product-attributes {
  margin-bottom: 20px;
}

.attribute-group {
  margin-bottom: 15px;
}

.attribute-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.attribute-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.attribute-value {
  padding: 8px 15px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.attribute-value:hover {
  border-color: #999;
}

.attribute-value.active {
  background: #333;
  color: white;
  border-color: #333;
}
.pro-details-quality {
  margin: 57px auto;
  display: flex;
  align-items: center;
  justify-content: start;
}
.pro-details-quality .quantity-wrapper {
  width: 70%;
}
.pro-details-quality .quantity-wrapper .qty-input {
  width: 60%;
  height: 40px;
}

.pro-details-quality span {
  display: inline-flex;
  font-size: 20px;
  background-color: #3a3a3a;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: 7px;
  padding: 0.4rem 1.8rem;
  letter-spacing: 0.5px;
}
.pro-details-quality .cart-plus-minus {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.pro-details-quality .cart-plus-minus .qtybutton {
  color: #000000;
  cursor: pointer;
  float: inherit;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 0;
}
.pro-details-quality .cart-plus-minus .qtybutton.dec {
  height: 31px;
  width: 31px;
  line-height: 31px;
  border: 1px solid #e3e4e9;
}
.pro-details-quality .cart-plus-minus .qtybutton.inc {
  height: 31px;
  width: 31px;
  line-height: 31px;
  border: 1px solid #e3e4e9;
  right: 0px;
}
.pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #3a3a3a;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 92px;
}
.pro-details-quality
  .cart-plus-minus
  input.cart-plus-minus-box.plus-minus-width-inc {
  width: 120px;
}
.qty-btn {
  background-color: #f7f7f7;
  border: none;
  padding: 5px 12px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.qty-btn:hover {
  background-color: #ddd;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 63.5% !important ;
  width: 3% !important;
  background-color: #ffffff;
  color: #151515 !important;
  border-radius: 12px;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: hidden !important;
}
/* تصميم أنيق لشريط التمرير */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: #2a2a2a;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: none !important;
}
.btn-link {
  color: #232323;
  background-color: #efefef;
  padding: 2px 20px !important;
  border-radius: 0px;
}
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.myaccount-tab-menu a {
  border: 1px solid #ccc;
  border-bottom: none;
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}
.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #ccc;
}
.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #1b7baf;
  border-color: #1b7baf;
  color: #ffffff;
}
.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}
@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}
.myaccount-content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content h3 {
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
.myaccount-content .welcome a:hover {
  color: #1e1e1e;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #1f1f1f;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.myaccount-content .account-details-form {
  margin-top: 50px;
}
.myaccount-content .account-details-form .single-input-item {
  margin-bottom: 20px;
}
.myaccount-content .account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.myaccount-content .account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #343538;
}
.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}
.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}
.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}
.myaccount-tab-menu .nav-link.active {
  color: #fff;
  background-color: #232323;
  border-radius: 10px;
  border-bottom: 5px solid #f2f2f2;
}
.myaccount-tab-menu .nav-link:hover {
  color: #fff;
  background-color: #aaa;
  border-radius: 10px;
}

.myaccount-tab-menu .nav-link i {
  margin-right: 10px;
}
.nav-link {
  color: #000;
}
.tab-content {
  position: relative;
  padding: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  border-radius: 8px;
}
.main-btn {
  background-color: #4a4a4a;
  color: white;
  border-radius: 8px;
}
.user-profile-container {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.user-profile-container .profile-table {
  width: 100%;
  border-collapse: collapse;
}

.user-profile-container .profile-table tr {
  border-bottom: 1px solid #eee;
}

.user-profile-container .profile-table tr:last-child {
  border-bottom: none;
}

.user-profile-container .label-cell {
  width: 120px;
  padding: 12px 0;
  font-weight: 200;
  font-size: 1.1rem;
  color: #262626;
  vertical-align: top;
}

.user-profile-container .value-cell {
  text-transform: uppercase;
  padding: 12px 0;
}

.user-profile-container .user-profile-container .action-cell {
  width: 100px;
  text-align: right;
  padding: 12px 0;
}

.user-profile-container .user-profile-container .edit-btn {
  background: none;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.user-profile-container .user-profile-container .edit-btn:hover {
  background: #f5f5f5;
}

.user-profile-container .user-profile-container .profile-form {
  padding: 15px;
  background: #f9f9f9;
  border-radius: 4px;
  margin: 20px 0 !important;
}

.user-profile-container .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.user-profile-container .form-group input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  text-align: inherit;
  border-radius: 4px;
}

.user-profile-container .form-actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.user-profile-container .save-btn {
  background: #303030;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
}
.second-btn {
  background-color: white;
  border: 1px solid #f4f4f4;
  margin: 0px 5px;
}
.user-profile-container .cancel-btn {
  background: transparent;
  color: #222;
  border: 1px solid #aaa;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
}

.data-table {
  position: relative;
}
.user_png {
  /* position: absolute;
  top: -20%;
  left: 40%; */
  width: 50px;
  margin: 0 0.5rem;
  z-index: 888;
  padding: 0.5rem;

  background-color: white;
}
.user_png img {
  box-shadow: inset 14px 25px 10px #fff;
}
.orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 10px;
}

.orders-table thead {
  background-color: #007bff;
  color: #fff;
  text-align: inherit;
}

.orders-table th,
.orders-table td {
  padding: 12px 15px;
}

.orders-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.orders-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

.timeline-step {
  text-align: center;
  flex: 1;
  padding: 10px;
  opacity: 0.8;
}

.timeline-step.completed {
  color: green;
  font-weight: bold;
}

.timeline-step.rejected {
  color: red;
  font-weight: bold;
}

.timeline-step.pending {
  color: #999;
}
.search-results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 95%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 700px;
  margin: auto;
  overflow-y: auto;
}

.search-results-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results-dropdown li {
  border-bottom: 1px solid #eee;
}

.search-results-dropdown li:last-child {
  border-bottom: none;
}

.search-results-dropdown a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.search-result-item {
  display: flex;
  align-items: center;
}

.search-result-image {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-right: 15px;
}

.search-result-details h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
}
.cart-tax,
.discount-code-wrapper {
  /* border: 1px solid #ebebeb; */
  border-radius: 5px;
  padding: 45px 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 20px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 18px 0px;
  }
}
.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap {
  position: relative;
}
.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
  .discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
  .discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 17px;
  }
}
.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray {
  background-color: #f8f9f9;
  position: relative;
  z-index: 99;
}
.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper {
  margin-top: 22px;
}
.cart-tax .tax-wrapper p,
.discount-code-wrapper .tax-wrapper p {
  margin: 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper {
  margin: 5px 0 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
  margin: 0 0 26px;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../../assets/images/icon-img/cart.png") no-repeat scroll
    right 18px center;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #242424;
  font-size: 13px;
  height: 40px;
  padding: 0 50px 0 15px;
  width: 100%;
  cursor: pointer;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  height: 40px;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
  background-color: #000000;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 12px 40px 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,
.discount-code-wrapper
  .tax-wrapper
  .tax-select-wrapper
  button.cart-btn-2:hover {
  background-color: #1b7baf;
}
.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
  margin: 21px 0 0;
}
.cart-tax .discount-code p,
.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}
.cart-tax .discount-code form input,
.discount-code-wrapper .discount-code form input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
}
.cart-tax .discount-code form button.cart-btn-2,
.discount-code-wrapper .discount-code form button.cart-btn-2 {
  background-color: #000000;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 40px 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-tax .discount-code form button.cart-btn-2:hover,
.discount-code-wrapper .discount-code form button.cart-btn-2:hover {
  background-color: #1b7baf;
}
.grand-totall {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}
@media (max-width: 775px) {
  #arrivals .image {
    height: 120px;
  }
  #arrivals .image img {
    height: 120px;
  }
  #brands img {
    width: 110px;
    height: 80px;
    object-fit: contain;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal &gt; .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 48.5% !important;
    width: 30% !important;
  }
  .shopping-product {
    height: 70px;
  }
  .tab-content {
    padding: 0;
  }
  .myaccount-content {
    padding: 0;
  }
  .user-profile-container {
    padding: 0;
  }
}
/* Search Modal Styles */
.search-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background */
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
}

.search-modal-container {
  width: 90%;
  max-width: 800px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.3s ease-out;
}

.search-modal-content {
  padding: 20px;
  position: relative;
}

.search-modal-input {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}

.search-modal-input:focus {
  border-color: #333;
}

.search-results-container {
  margin-top: 10px;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: 4px;
}

.search-result-item {
  cursor: pointer;
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}

.search-result-item:hover {
  background-color: #f9f9f9;
}

.search-result-item:last-child {
  border-bottom: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.shop-pagination .pagination {
  display: flex;

  justify-content: center;
  gap: 20px;
  width: 60%;
  align-items: center;
  margin: 4rem auto;
  flex-flow: row-reverse;
}
.shop-pagination .pagination .pagination__link--active {
  background-color: #3a3a3a;
  color: white;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
.shop-pagination .pagination .pagination__link {
  border: 1px solid #000;
  padding: 0.3rem;
  border-radius: 4px;
}
.shop-pagination .pagination .pagination__link:hover {
  background-color: #ddd;
}
.size-filter {
  border: none !important;
}
.badge {
  background-color: #efefef;
  color: black;
  font-size: 12px;
  padding: 0.2rem 0.4rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.main-shop {
  min-height: 60vh;
}
.badge-error {
  background-color: rgb(167, 7, 7);
  padding: 0.2rem 0.4rem;
  font-size: 12px;
  color: white;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  display: inline-block;
}
</pre></body></html>