@import url("../../../../../../css2");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Merriweather", serif;
  color: #707070;
  background-color: #fafafa;
  line-height: 26px;
  font-weight: normal;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  margin: 0;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 28px;
}

h3 {
  line-height: 22px;
  font-size: 20px;
}

.h24 h3 {
  font-size: 24px;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}

h5 {
  line-height: 22px;
  font-size: 16px;
}

h6 {
  line-height: 22px;
  font-size: 14px;
}

p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

@media screen and (max-width: 425px) {
  p {
    font-size: 12px;
    line-height: 22px;
  }
}
a {
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none !important;
}

input {
  outline: none;
}
input:focus {
  box-shadow: none !important;
}

input::placeholder {
  color: #b9b8b8;
  font-size: 14px;
}

textarea::placeholder {
  color: #b9b8b8;
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.theme-color {
  color: #d6aa6d;
}

.color-hover {
  transition: 0.4s;
}
.color-hover:hover {
  color: #d6aa6d;
}

.theme-bg {
  background-color: #fafafa !important;
}

.sub-bg {
  background-color: #fff !important;
}

.para-color {
  color: #707070;
}

.span-color {
  color: #c1c1c1;
}

.heading-color {
  color: #363636;
}

.sm-font {
  font-size: 14px !important;
}

.normal-font {
  font-size: 16px !important;
}

.big-font {
  font-size: 18px !important;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.radius {
  border-radius: 2px;
}

.section-padding {
  padding: 100px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.bor-top {
  border-top: 1px solid #ebebeb;
}

.bor-bottom {
  border-bottom: 1px solid #ebebeb;
}

.bor-left {
  border-left: 1px solid #ebebeb;
}

.bor-right {
  border-right: 1px solid #ebebeb;
}

.bor {
  border: 1px solid #ebebeb;
}

.image-overlay {
  background-color: rgba(46, 44, 44, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.image-overlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.black-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-justify {
  text-align: justify;
}

.custom-btn {
  padding: 8px 36px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #d6aa6d;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  transition: 0.4s;
  border: 1px solid #d6aa6d;
}
.custom-btn:hover {
  color: #d6aa6d;
  background-color: transparent;
}

.custom-btn.white:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 425px) {
  .custom-btn {
    padding: 4px 16px;
    font-size: 10px;
  }
}
.section-title h4 {
  color: #d6aa6d;
  text-transform: uppercase;
  padding: 20px 0;
}

.section-title.py-15 h4 {
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.arry {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0);
  transition: 0.4s;
}
.arry .left-arry {
  margin-left: 20px;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
.arry .right-arry {
  float: right;
  margin-right: 20px;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

.arry-left {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #d6aa6d;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0);
  transition: 0.4s;
}
.arry-left:hover {
  background-color: #fff;
  color: #d6aa6d;
}

.arry-right {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #d6aa6d;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0);
  transition: 0.4s;
}
.arry-right:hover {
  background-color: #fff;
  color: #d6aa6d;
}

.arry-hover {
  position: relative;
}
.arry-hover:hover .arry {
  visibility: visible;
  opacity: 1;
  transform: translateY(-20px);
}
.arry-hover:hover .arry-left {
  visibility: visible;
  opacity: 1;
  transform: translateY(-20px);
}
.arry-hover:hover .arry-right {
  visibility: visible;
  opacity: 1;
  transform: translateY(-20px);
}

@media screen and (max-width: 425px) {
  .arry,
  .arry-left,
  .arry-right {
    display: none;
  }
}
.navbar {
  border-bottom: 1px solid #ebebeb;
}
.navbar .nav-link {
  margin-right: 20px;
  font-weight: 700;
  color: #363636;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 15px;
}
.navbar .nav-link:hover {
  color: #d6aa6d;
}
.navbar .nav-link:focus {
  color: #d6aa6d;
}
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 1px;
  font-size: 12px;
  vertical-align: 1px;
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}
.navbar .dropdown-menu {
  top: 100%;
  left: 0;
  border-radius: 0px;
  width: 250px;
  margin-top: 8px;
  padding: 0;
  border: none;
  background-color: #d6aa6d;
}
.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 15px;
  padding: 12px 20px;
  border-top: 1px solid #fff;
  transition: 0.4s;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #d6aa6d;
  padding-left: 30px;
}
@media screen and (min-width: 1200px) {
  .navbar .dropdown-menu {
    display: block;
    visibility: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
  }
  .navbar .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar .seacrch-wrp {
  position: relative;
}
.navbar .seacrch-wrp::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: right;
  background-color: white;
}
.navbar .seacrch-wrp .search-area {
  width: 260px;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  padding: 8px 20px;
}
@media screen and (max-width: 425px) {
  .navbar .seacrch-wrp .search-area {
    width: 200px;
  }
}
.navbar .cart-area .cart {
  position: relative;
  color: #363636;
  font-size: 20px;
}
.navbar .cart-area .cart::after {
  content: "3";
  top: -6px;
  left: 19px;
  position: absolute;
  font-size: 14px;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background-color: #d6aa6d;
}
.navbar .navbar-toggler {
  border: 2px solid #d6aa6d;
  color: #d6aa6d;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .navbar .navbar-nav {
    padding: 20px 0;
  }
  .navbar .navbar-nav .dropdown-menu {
    width: 100%;
    text-align: center;
  }
  .navbar .navbar-nav .nav-item {
    border: 1px solid #ebebeb;
    padding: 5px 30px;
    margin: 5px 0;
  }
}
.header-top {
  border-bottom: 1px solid #ebebeb;
}

.menu-fixed {
  position: fixed;
  top: 5px;
  width: 100%;
  z-index: 99;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 1s ease 0s;
  opacity: 0;
}
.menu-fixed .dropdown-menu {
  top: 140%;
}

.menu-styke {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  opacity: 1;
  transform: rotateX(0deg);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.menu .cart-area {
  position: relative;
}
.menu .cart-area .cart-menu-item {
  position: absolute;
  top: 25px;
  left: -222px;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ebebeb;
  width: 300px;
  display: none;
}
.menu .cart-area:hover .cart-menu-item {
  display: block;
}

.menu.menu-fixed .cart-area {
  position: relative;
}
.menu.menu-fixed .cart-area .cart-menu-item {
  position: absolute;
  top: 25px;
  left: -222px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ebebeb;
  width: 300px;
  display: none;
}
.menu.menu-fixed .cart-area:hover .cart-menu-item {
  display: block;
}

.social-media a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  border: 0.5px solid #ebebeb;
  margin-left: 5px;
  transition: 0.4s;
}
.social-media a:hover {
  background-color: #d6aa6d;
  color: #fafafa;
}

.banner {
  overflow: hidden;
}
.banner .image {
  position: relative;
}
.banner .image .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.banner .image .content h1 {
  color: white;
  text-transform: uppercase;
  padding: 20px 0;
}

.bg-image {
  position: relative;
  background-image: url(../images/banner/2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image .content {
  position: relative;
  padding: 290px 0;
}
.bg-image .content h1 {
  color: white;
  text-transform: uppercase;
  padding: 20px 0;
}

.bg-image.slide-image2 {
  background-image: url(../images/banner/3.jpg);
}

.bg-image.slide-image3 {
  background-image: url(../images/banner/bg3.jpg);
}

.bg-image.slide-image4 {
  background-image: url(../images/banner/bg4.jpg);
}

.banner.banner-3 .swiper-slide .image-overlay-dark {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.banner.banner-3 .swiper-slide .content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  padding-top: 50px;
}
.banner.banner-3 .swiper-slide-active .image-overlay-dark {
  visibility: visible;
  opacity: 1;
}
.banner.banner-3 .swiper-slide-active .content {
  visibility: visible;
  opacity: 1;
  padding-top: 0px;
}

.content-animation .swiper-slide .content h1 {
  visibility: hidden;
  opacity: 0;
  transition: 3s;
  transform: translateY(-200px);
}
.content-animation .swiper-slide .content .custom-btn {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(-200px);
}
.content-animation .swiper-slide .content .line-content {
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  transform: translateY(100px);
}
.content-animation .swiper-slide-active .content h1 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.content-animation .swiper-slide-active .content .custom-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.content-animation .swiper-slide-active .content .line-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.banner.banner-6 .content h1 {
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .banner-two .content {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-two .content {
    padding: 100px 0;
  }
}
@media screen and (max-width: 425px) {
  .banner .image .content h1 {
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    padding: 0;
  }
  .banner-two .content {
    padding: 90px 0;
  }
  .banner-two .content h1 {
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    padding: 0;
  }
}
.inner-banner {
  background: linear-gradient(rgba(214, 170, 109, 0.8), rgba(214, 170, 109, 0.8)), url("../images/banner/inner-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.inner-banner h1 {
  color: #fff;
  text-transform: uppercase;
}
.inner-banner .line-content a {
  color: #f4e8d8;
}

.line-content span {
  padding: 0px 2px;
  font-size: 14px;
}

@media screen and (max-width: 425px) {
  .line-content span {
    font-size: 12px;
  }
}
.blog {
  overflow: hidden;
}
.blog .item {
  background-color: #fff;
}

.blog .page3-blog .image-btn {
  margin-top: -22px;
}
.blog .page3-blog .image-btn .custom-btn {
  color: #d6aa6d;
  background-color: #fafafa;
  border: 1px solid #fafafa;
}

.coma-text .text {
  line-height: 32px;
  font-style: italic;
  padding-left: 60px;
  position: relative;
}
.coma-text .text::before {
  position: absolute;
  content: url(../images/icon/1.png);
  top: 5px;
  left: 0;
}

.abmin .content {
  position: relative;
}
.abmin .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}

.comment-form textarea {
  height: 190px;
  outline: none;
}

@media screen and (max-width: 768px) {
  .abmin .content {
    position: relative;
  }
  .abmin .content::before {
    display: none;
  }
}
.share-area {
  position: relative;
  display: inline-block;
}
.share-area .social-media {
  background-color: #000;
  border-radius: 2px;
  padding: 8px 10px;
  color: #fff;
  position: absolute;
  top: -48px;
  right: 8px;
}
.share-area .social-media a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 1px;
  border: none;
}
.share-area .social-media::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 80%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.share-now {
  display: none;
}

.share-now2 {
  display: none;
}

.share-now3 {
  display: none;
}

.share-now4 {
  display: none;
}

.share-now5 {
  display: none;
}

.share-now6 {
  display: none;
}

.share-now7 {
  display: none;
}

.share-now8 {
  display: none;
}

.share-now9 {
  display: none;
}

.share-now10 {
  display: none;
}

.share-now11 {
  display: none;
}

.share-now12 {
  display: none;
}

.share-now13 {
  display: none;
}

.share-now14 {
  display: none;
}

.share-now15 {
  display: none;
}

.share-area .circle-brn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0.5px solid #ebebeb;
  border-radius: 50%;
  margin: 0px 5px;
  transition: 0.4s;
}
.share-area .circle-brn:hover {
  color: #d6aa6d;
}
.share-area .custom-btn {
  border: 1px solid #ebebeb;
  background-color: transparent;
  color: #707070;
  text-transform: capitalize;
}
.share-area .custom-btn:hover {
  color: #d6aa6d;
}

.page-details.page-6 .collam .w-img {
  position: relative;
}
.page-details.page-6 .collam .custom-btn.on-image {
  position: absolute;
  right: 0;
  bottom: 15px;
  border-radius: 0px;
  padding: 6px 25px;
}
.page-details.page-6 .collam .custom-btn.on-image:hover {
  background-color: #d6aa6d;
  color: #fff;
}

.page-nav .left {
  font-size: 14px;
  color: #c1c1c1;
  transition: 0.4s;
}
.page-nav .left:hover {
  color: #d6aa6d;
}
.page-nav .right {
  font-size: 14px;
  color: #c1c1c1;
  transition: 0.4s;
}
.page-nav .right:hover {
  color: #d6aa6d;
}
.page-nav .digit a {
  padding: 0px 3px;
  color: #c1c1c1;
  transition: 0.4s;
}
.page-nav .digit a:hover {
  color: #d6aa6d;
}
.page-nav .digit .active {
  color: #d6aa6d;
}

@media screen and (max-width: 425px) {
  .page-nav .left {
    display: none;
  }
}
.grid-image-wpr .image2 {
  width: 60%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.grid-image-wpr .image3 {
  width: 40%;
}

.video-btn {
  width: 70px;
  height: 70px;
  line-height: 72px;
  border-radius: 50%;
  background-color: #f61c0d;
  color: #fff;
  font-size: 32px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}
.video-btn:hover {
  font-size: 35px;
  color: #fff;
}

.tag a {
  font-size: 14px;
  padding: 4px 14px;
  border: 0.5px solid #ebebeb;
  color: #707070;
  transition: 0.4s;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 9px;
}
.tag a:hover {
  border: 0.5px solid #d6aa6d;
  color: #fff;
  background-color: #d6aa6d;
}

.follow .section-title {
  text-align: center;
  background-color: #d6aa6d;
  padding: 20px 0px;
}
.follow .section-title h4 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}

.barfiller {
  width: 100%;
  height: 10px;
  border: 1px solid #d6aa6d;
  position: relative;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  z-index: 1;
  background-color: #d6aa6d !important;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  margin-top: -30px;
  font-size: 14px;
  color: #d6aa6d;
  font-weight: 700;
  left: 0px;
  top: -5px;
  position: absolute;
  z-index: 2;
  background: transparent;
}

.contact-page .icon {
  font-size: 60px;
}

.error .content {
  max-width: 610px;
  margin: 0 auto;
}

.error-search {
  position: relative;
}
.error-search::after {
  position: absolute;
  top: 20px;
  right: 30px;
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 20px;
  color: #d6aa6d;
  cursor: pointer;
}
.error-search input {
  width: 100%;
  padding: 18px 40px;
  border-radius: 35px;
  border: 1px solid #d6aa6d;
}

@media screen and (max-width: 768px) {
  .error .content h1 {
    font-size: 26px;
  }
}
.shop .item .image {
  position: relative;
  overflow: hidden;
}
.shop .item .image .custom-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  border: none;
  padding: 12px 0;
  transform: translateY(20px);
}
.shop .item .image .custom-btn:hover {
  background-color: #fff;
}
.shop .item:hover .custom-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.shop-singe-tab .nav-pills .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shop-singe-tab .nav-pills .nav-link.active {
  background: transparent;
}
.shop-singe-tab .nav-pills .nav-link.active h4 {
  color: #d6aa6d;
}

.shop-slider-thumb img {
  cursor: pointer;
}
.shop-slider-thumb .swiper-slide {
  border: 1px solid transparent;
  opacity: 0.5;
  transition: 0.4s;
}
.shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #d6aa6d;
  opacity: 1;
}

.cart-quantity {
  padding-right: 15px;
}
.cart-quantity input {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  border: none;
  color: #707070;
  border: 1px solid #ebebeb;
}
.cart-quantity .qty {
  color: #363636;
  font-weight: 600;
}
.cart-quantity .minus {
  transition: 0.4s;
}
.cart-quantity .minus:hover {
  background-color: #d6aa6d;
  color: #fff;
}
.cart-quantity .plus {
  transition: 0.4s;
}
.cart-quantity .plus:hover {
  background-color: #d6aa6d;
  color: #fff;
}

.cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cart-wrp .discount input {
  border: 1px solid #ebebeb;
  padding: 6px 10px;
}

.cart-page {
  overflow: hidden;
}
.cart-page .column-labels {
  background-color: #363636;
}

.product-details {
  width: 40%;
}

.product-price {
  width: 10%;
}

.product-quantity {
  width: 14%;
}
.product-quantity input {
  border: 1px solid #ebebeb;
  width: 100px;
  text-align: center;
}

.product-removal {
  width: 6%;
  text-align: right;
}

.product-line-price {
  width: 10%;
}

@media screen and (max-width: 768px) {
  .shopping-cart {
    display: none;
  }
  .shopping-cart.mobile-view {
    display: block;
  }
  .shopping-cart.mobile-view .product-details {
    width: 100%;
    text-align: center;
  }
  .shopping-cart.mobile-view .product-price {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-quantity {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-removal {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-line-price {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
}
@media screen and (min-width: 768px) {
  .shopping-cart {
    display: block;
  }
  .shopping-cart.mobile-view {
    display: none;
  }
}
.cart-bottom-bar input {
  width: 320px;
  border-radius: 2px;
}
.cart-bottom-bar .input-area {
  position: relative;
}
.cart-bottom-bar .input-area::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "Apply Coupon";
  background-color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 10px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .cart-bottom-bar .item {
    display: block !important;
  }
  .cart-bottom-bar .item .custom-btn {
    margin-top: 15px;
  }
}
.cart-payment select {
  font-size: 14px;
  outline: none;
  color: #707070;
}
.cart-payment select:focus-visible {
  border: 1px solid #ebebeb;
}

.audio-player {
  height: 50px;
  width: 100%;
  background: #363636;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6666666667);
  color: white;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5333333333);
}
.audio-player .timeline .progress {
  background: #d6aa6d;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid rgba(0, 0, 0, 0);
  border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6666666667);
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: #d6aa6d;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

@media screen and (max-width: 768px) {
  footer p {
    margin: 0 auto;
  }
  footer .social-media {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */