:root {
  --themecolor:#000;
  --themecolor2:#92670c;
  --themecolorsecondery:#b9a477;
  --gray-dark: #343a40;
  --border-color:#ffa800;
  --black:#000;
  --textcolorwhite:#fff;
}
body{
  background-color: #000
}
.contact-info a {
    color: var(--textcolorwhite);
    font-weight: bold;
    margin-left: 10px;
}
.contact-info ul li i.fa-phone {
    transform: rotate( 93deg);
    margin-right: 10px;
}
/********************************11/02/2021 Css***********************************/
a.btn.btn-sqr.place_order_btn.InquiryOrder-btn {
    color: #ffffff;
    text-decoration: none;
    background: #b9a477;
}

a{
    cursor:pointer;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #b9a477;
}
.header1-main .search_container_new .search_box a.wb-search-btn {
    border: 0;
    position: absolute;
    top: -2px;
    bottom: -2px;
    right: -2px;
    background: var(--themecolorsecondery);
    color: #fff;
    font-weight: 400;
    padding: 0 20px;
    min-width: 120px;
    border-radius: 0 5px 5px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    line-height: 50px;
}
/********************************11/02/2021 Css***********************************/
.center_menu-ber .row{
  align-items: center;
}
a:focus {
  outline: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #000;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#92670c;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
/*------- common style css start -------*/
/*-------- Custom Checkbox Style start --------*/
.custom-checkbox.custom-control,
.custom-radio.custom-control {
  min-height: auto;
}

.custom-checkbox label, .custom-checkbox .custom-control-label, .custom-radio label, .custom-radio .custom-control-label {
    font-size: 14px;
    line-height: 1;
    padding-left: 10px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    color: #e2e2e2;
}
.custom-checkbox label:before,
.custom-checkbox .custom-control-label:before,
.custom-radio label:before,
.custom-radio .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 15px;
  top: 0;
  width: 15px;
}

.custom-checkbox label:after,
.custom-checkbox .custom-control-label:after,
.custom-radio label:after,
.custom-radio .custom-control-label:after {
  background-size: 10px 10px;
  height: 15px;
  top: 0;
}

.custom-checkbox label a, .custom-checkbox .custom-control-label a, .custom-radio label a, .custom-radio .custom-control-label a {
    color: #b7b7b7;
    font-weight: 500;
}
.custom-checkbox label a:hover,
.custom-checkbox .custom-control-label a:hover,
.custom-radio label a:hover,
.custom-radio .custom-control-label a:hover {
  color: #c29958;
}

.custom-checkbox input,
.custom-checkbox .custom-control-input,
.custom-radio input,
.custom-radio .custom-control-input {
  outline: none;
}

.custom-checkbox input:focus ~ .custom-control-label:before,
.custom-checkbox input:focus label:before,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:focus label:before,
.custom-radio input:focus ~ .custom-control-label:before,
.custom-radio input:focus label:before,
.custom-radio .custom-control-input:focus ~ .custom-control-label:before,
.custom-radio .custom-control-input:focus label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-checkbox input:checked ~ .custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked ~ .custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
  background-color: #c29958;
  border-color: #c29958;
}

/*-------- Custom Checkbox Style end --------*/
/*------- Custom Radio Button Style start -------*/
.custom-radio label:before,
.custom-radio .custom-control-label:before {
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

.custom-radio label::after,
.custom-radio .custom-control-label::after {
  background-size: 10px 10px;
  left: -22px;
  top: 2px;
  height: 10px;
  width: 10px;
}

/*------- Custom Radio Button Style end -------*/
/*************************************************************
                    Back To Top
***************************************************************/
#myBtn {
z-index: 9999;
border: none;
outline: none;
background-color: #b9a477 !important;
cursor: pointer;
border-radius: 50%;
width: 60PX;
height: 60PX;
align-items: center;
justify-content: center;
box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.34);
position: fixed;
bottom: 2.75em;
right: 0.5em;
text-decoration: none;
color: white;
font-size: 12px;
padding: 10px;
display: none;
margin: 0;
padding: 14px 0 0 21px;
font-size: 20px;
}

#myBtn:hover {
background-color: #555; 
}


.top_right {
margin-right: 10px;
}


/*------ section title start ------*/
section.product-area {
margin-top: 30px;
}
.section-title {
margin-top: -7px;
margin-bottom: 37px;
}
.section-title .title {
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, right top, from(#c29958), color-stop(#000), to(#c29958));
    background: -webkit-linear-gradient(left, #c29958, #000, #c29958);
    background: -o-linear-gradient(left, #c29958, #000, #c29958);
    background: linear-gradient(90deg, #c29958, #92670c, #b9a477);
    background-repeat: no-repeat;
    background-size: 90%;
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
.section-title .title {
  font-size: 26px;
}
}

.section-title .sub-title {
    font-size: 15px;
    padding-top: 6px;
    color: #fff;
}

@-webkit-keyframes shine {
0% {
  background-position: -500%;
}
100% {
  background-position: 100%;
}
}

@keyframes shine {
0% {
  background-position: -500%;
}
100% {
  background-position: 100%;
}
}

.section-title-append {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
margin-top: -4px;
margin-bottom: 18px;
line-height: 1;
}

.section-title-append:after {
top: 50%;
right: 0;
width: 100%;
height: 1px;
content: "";
position: absolute;
background-color: #efefef;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
margin-top: -3px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
.section-title-append:after {
  margin-top: 2px;
}
}

.section-title-append h4 {
display: inline-block;
line-height: 1;
text-transform: capitalize;
background-color: #fff;
position: relative;
z-index: 2;
padding-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
.section-title-append h4 {
  font-size: 16px;
}
}   




/*----------------------------------------*/
/*  Features - 3
/*----------------------------------------*/
.Features1 {
  margin-bottom: 20px;
}
.Features1 .service-title {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
        text-transform: uppercase;
}

.Features1 .service-desc {
    font-size: 13px;
    text-transform: capitalize;
    color: #ccc;
}
.Features1 .service_image_block {
  margin: 0 13px 0 0;
  float: left;
}

.Features1 .service-des {
  overflow: hidden;
  text-align: left;
}

.service_inner_content ul {
  margin: 0;
  list-style: none;
  display: flex;
}

.Features1 .service_content_inner {
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    display: flex;
}

.Features1 .service_content:last-child {
  border: 0;
}

.Features1 .service_content {
  text-align: center;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #D9D9D9;
}

.Features1 .service_content .service_icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  height: 48px;
  width: 48px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.Features1 .service_content.service1 .service_icon {
  /*background-image: url('../asset/images/features/service-1.svg');*/
  background-size: 40px;
}

.Features1 .service_content.service2 .service_icon {
  /*background-image: url('../asset/images/features/service-2.svg');*/
}

.Features1 .service_content.service3 .service_icon {
  /*background-image: url('../asset/images/features/service-3.svg');*/
}

.Features1 .service_content.service4 .service_icon {
  /*background-image: url('../asset/images/features/service-4.svg');*/
}

.Features1 .service_content:hover .service_icon {
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.Features1 .service_inner_content {
  overflow: hidden;
  position: relative;
  padding: 60px 0 55px;
  border-bottom: 1px solid #e5e5e5;
}
.Features1 .navbar-toggler {
  display: none;
}

@media (max-width: 1299px) {
  .Features1 .service-des {
    text-align: center;
  }
  .Features1 .service_image_block {
    margin: 0 0 10px 0;
    float: none;
  }
}

@media (max-width: 979px) {
  .Features1 .service_content {
    padding: 0 0;
    border-width: 0;
  }
  .Features1 .service_inner_content {}
  .Features1 .service_image_block {
    margin: 0 0 5px 0;
  }
  .Features1 .service_content .service_icon {
    background-size: 30px;
  }
  .Features1 .service_content_inner {
    border: none;
  }
  .Features1 .service-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .Features1 .service_content_inner {
    display: block;
  }
  .Features1 .service_content_inner {
    display: block;
  }
  .Features1 .service_content,
  .Features1 .service_inner_content {
    border-width: 0;
  }
  .Features1 .service_content {
    margin-bottom: 15px;
  }
  .Features1 .service_content:last-child {
    margin-bottom: 0;
  }
}

/*----------------------------------------*/
/*     Banner
/*----------------------------------------*/
.categori-style1 .img-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.categori-style1 .jd-banner_area {
  padding-top: 30px;
}

.categori-style1 .jd-banner_area .container-fluid {
  padding: 0 3%;
}

@media (max-width: 479px) {
  .categori-style1 .jd-banner_area .container-fluid {
    padding: 0 15px 0;
  }
}

@media (max-width: 991px) {
  .categori-style1 .jd-banner_area .container-fluid [class*="col-"]:nth-child(-n + 2) {
    padding-bottom: 30px;
  }
}

.categori-style1 .jd-banner_area-2 {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .categori-style1 .jd-banner_area-2 [class*="col"]:first-child {
    padding-bottom: 30px;
  }
}

.categori-style1 .jd-banner_area-3 {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .categori-style1 .jd-banner_area-3 [class*="col"]:nth-child(-n + 2) {
    padding-bottom: 30px;
  }
}
.categori-style1 .jd-banner_area {
  padding-top: 0;
  margin-bottom: 20px;
}
/* ---Image Hover Effect--- */
.categori-style1 .img-hover_effect {
  position: relative;
  display: block;
}

.categori-style1 .img-hover_effect a {
  overflow: hidden;
  display: block;
}

.categori-style1 .img-hover_effect a img {
  width: 100%;
  height: 100%;
}

.categori-style1 .img-hover_effect a:before {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 0.6;
}

.categori-style1 .img-hover_effect a:after {
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.6;
}

.categori-style1 .img-hover_effect:hover a:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}

.categori-style1 .img-hover_effect:hover a:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
.categori-style1 .jd-banner_area .img-hover_effect a:before {
  background: #cda557;
}
.categori-style1 .jd-banner_area .img-hover_effect a:after {
  background: #b9a477;
}
/*------- product item start -------*/
section.product_style1 {
  margin-bottom: 20px;
}
.product_style1 .product-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.product_style1 .product-item:hover {
  border: 1px solid #b9a477;
  padding-bottom: 15px;
}

.product_style1 .product-item .color-categories {
  padding: 13px 0 6px;
}

.product_style1 .product-item:hover .product-thumb .sec-img, .product_style1 .product-list-item:hover .product-thumb .sec-img {
  opacity: 1;
  visibility: visible;
}

    .product_style1 .product-item:hover .product-thumb .pri-img, .product_style1 .product-list-item:hover .product-thumb .pri-img {
        opacity: 1;
        visibility: unset;
    }

.product_style1 .product-item:hover .button-group a, .product_style1 .product-list-item:hover .button-group a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product_style1 .product-item:hover .cart-hover, .product_style1 .product-list-item:hover .cart-hover {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

.product_style1 .product-thumb {
  position: relative;
}

/*.product-thumb img {
  width: 100%;
}
*/
.product_style1 .product-thumb img {
  width: 100%;
  height: 100%;
}
.product_style1 .product-thumb .sec-img {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.product_style1 .product-caption {
  padding-top: 17px;
}

.product_style1 .product-caption .netWt {
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0;
  color: #ccc;
}
.product_style1 .product-caption .product-name {
  font-weight: 600;
  line-height: 1.2;
  /*padding-bottom: 8px;*/
}

.product_style1 .product-caption .product-name a {
    color: #ffffff;
    text-transform: capitalize;
}
.product_style1 .product-caption .product-name a:hover {
  color: #c29958;
}

.product_style1 .button-group {
  right: 15px;
  top: 15px;
  position: absolute;
}
.product_style1 .btn.btn-cart {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 8px 18px;
  display: inline-block;
  border-radius: 50px;
  background-color: var(--themecolor);
  margin-top: 38px;
}
.product_style1 .button-group a {
  width: 38px;
  height: 38px;
  display: block;
  font-size: 18px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #c29958;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.product_style1 .button-group a span {
  display: block;
}

.product_style1 .button-group a:hover {
  color: #fff;
}

.product_style1 .cart-hover {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product_style1 .product-label {
  background: #c29958;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 20px;
  line-height: 1;
  min-width: 46px;
  padding: 4px 12px;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  z-index: 3;
}

.product_style1 .product-label span {
  display: block;
  margin-top: -1px;
}

.product_style1 .product-label.discount {
  background-color: #222222;
}

.product_style1 .product-label:nth-child(1) {
  top: 20px;
}

.product_style1 .product-label:nth-child(2) {
  top: 48px;
}

.product_style1 .ratings {
  color: #f9bd22;
  font-size: 14px;
}

.product_style1 .ratings span {
  margin-right: 3px;
}

.product_style1 .price-box {
  font-size: 15px;
  line-height: 1;
}

.price-regular {
  color: #c29958;
  font-weight: 500;
}

.product_style1 .price-old {
  color: #999;
  padding-left: 5px;
  font-weight: 300;
  display: none;
}

/*------- product item end -------*/


/*------- modal fix start -------*/
.modal-dialog {
  max-width: 800px;
}
.send_otp_btn-inner{
    display:flex
}
.send_otp_btn-inner .send_otp_btn {
    margin-right: 20px;
}
.moadl-title_otp {
    padding-top: 23px;
}
.RequestType_modal .modal-header .close {
    color: #000 !important;
    /* margin-top: -14px !important; */
}
.RequestType_modal h3.Requst {
    color: #000 !important;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .modal-dialog {
    max-width: 800px;
  }
}
.RequestType_modal {
    width: 500px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .modal-dialog {
    max-width: 700px;
  }
}

.modal {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
}

.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
}

.modal .modal-header {
  padding: 0 10px;
  border-bottom: none;
}

.modal .modal-header .close {
  color: #fff;
  font-size: 34px;
  opacity: 1;
  display: block;
  position: absolute;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  right: 10px;
  top: 10px;
  font-weight: 500;
  z-index: 999;
  line-height: 30px;
  border-radius: 50%;
}

.modal .modal-body {
  padding: 20px 20px 20px 20px;
}

@media only screen and (max-width: 479.98px) {
  .modal .modal-body {
    padding: 10px;
  }
}



/*----- product details content start ----*/
#quick_view .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    background-clip: padding-box;
    border: 2px solid rgb(185, 164, 119);
    border-radius: .3rem;
    outline: 0;
}
.option-title {
    line-height: 1;
    font-weight: 400;
    margin-right: 10px;
    text-transform: capitalize;
    color: #e2e2e2;
}

.product-details-des .product-name {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--theme1h4);
    text-transform: capitalize;
}
#quick_view  .pro-large-img.img-zoom {
    width: 100% !important;
    height: 315px;
}
@media only screen and (max-width: 575.98px) {
  .product-details-des .product-name {
    font-size: 17px;
  }
}

.product-details-des .pro-review {
  padding-left: 10px;
}

.product-details-des .pro-review span {
    font-size: 14px;
    line-height: 1;
    color: #e2e2e2;
}

.product-details-des .price-box {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-details-des .customer-rev {
  padding-top: 10px;
}

.product-details-des .customer-rev a {
  color: #222222;
  font-size: 13px;
  text-transform: capitalize;
}

.product-details-des .customer-rev a:hover {
  color: #c29958;
}

.product-details-des .offer-text {
  font-weight: 400;
}

.product-details-des .quantity-cart-box {
  margin-bottom: 20px;
}

.product-details-des .quantity {
  margin-right: 15px;
}

.product-details-des .quantity .pro-qty {
  width: 90px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 40px;
  float: left;
}

.product-details-des .quantity .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #e2e2e2;
}

.product-details-des .quantity .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    color: #e2e2e2;
}

.product-details-des .pro-desc {
    margin-bottom: 20px;
    color: #e2e2e2;
}
.product-details-des .availability {
    margin-bottom: 15px;
    color: var(--theme1h4);
}

.product-details-des .availability i {
  color: #81ca33;
}

.product-details-des .unavailability i {
    color: #dc3545;
}
.product-details-des .unavailability {
    margin-bottom: 15px;
    color: var( --theme1h4);
}

.product-details-des .availability .unavailability span {
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding-left: 3px;
    text-transform: uppercase;
}

.product-details-des .useful-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.product-details-des .useful-links a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-right: 20px;
    text-transform: capitalize;
}
.product-details-des .useful-links a:hover {
    color: #ffffff;
}
.product-details-des .useful-links a i {
  font-size: 20px;
  padding-right: 5px;
  vertical-align: middle;
}

.product-details-des .like-icon {
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.product-details-des .like-icon a {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: 0 8px;
  margin-right: 6px;
  border-radius: 3px;
  text-transform: capitalize;
}

@media only screen and (max-width: 479.98px) {
  .product-details-des .like-icon a {
    margin-right: 0;
  }
}

.product-details-des .like-icon a i {
  padding-right: 5px;
}

.product-details-des .like-icon a.facebook {
  background-color: #3B5999;
}

.product-details-des .like-icon a.twitter {
  background-color: #1DA1F2;
}

.product-details-des .like-icon a.pinterest {
  background-color: #CB2028;
}

.product-details-des .like-icon a.google {
  background-color: #fe6d4c;
}
.product-details-des .like-icon a.whatsapp {
    background-color: #25D366;
}
.product-details-des .like-icon a:hover.facebook {
  background-color: #2d4474;
}

.product-details-des .like-icon a:hover.twitter {
  background-color: #0c85d0;
}

.product-details-des .like-icon a:hover.pinterest {
  background-color: #9f191f;
}

.product-details-des .like-icon a:hover.google {
  background-color: #fe4419;
}
.product-details-des .like-icon a:hover.whatsapp {
  background-color:#128C7E;
}
.product-details-des .share-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-des .share-icon a {
  color: #555555;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 0 8px;
  margin-right: 5px;
}

@media only screen and (max-width: 479.98px) {
  .product-details-des .share-icon a {
    padding: 0 5px;
  }
}

.product-details-des .share-icon a:hover {
  color: #c29958;
}

.product-details-des .color-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.product-details-des .pro-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.product-details-des .pro-size .nice-select {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: transparent;
    color: #fff;
}

.product-details-des .group-product-table {
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
}

.product-details-des .group-product-table.table-bordered {
  border: none;
}

.product-details-des .group-product-table td {
  width: 33.33%;
  padding: 8px;
  vertical-align: middle;
}

.product-details-des .group-product-table td a {
  color: #555555;
  text-transform: capitalize;
}

.product-details-des .group-product-table td a:hover {
  color: #c29958;
}

.product-details-des .group-product-table td .pro-qty {
  width: 90px;
  height: 35px;
  border: 1px solid #ddd;
  padding: 0 15px;
  float: left;
}

.product-details-des .group-product-table td .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 31px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #555555;
}

.product-details-des .group-product-table td .pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.pro-large-img.img-zoom img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pro-large-img.img-zoom {
    width: 100% !important;
    height: 450px;
}
.product_description_full {
    color: #fff;
}
.table-bordered.product_info-tab td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #fff;
}
.review-form .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    width:100%;
    line-height: 1.5;
    color: #000;
}
.rating-details ul li i {
    color: var(--themecolorsecondery);
}
.review-form .form-group{
  color: #fff;
}
.review_modal_footer .btn.review-modal-close {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 50px;
    background-color: var(--themecolorsecondery);
}
/*star rating css start here*/
/****** Style Star Rating Widget *****/

.rating {
    border: none;
    display: inline-block;
    vertical-align: middle;
  
}
.review-modal-boday .form-group.row {
    margin-bottom: 10px;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: "Font Awesome 5 free";
        font-weight: 600;
        display: inline-block;
        content: "\f005";
    }


    .rating > .half:before {
        content: "\f006";
        font-size: 0;
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }



    /***** CSS Magic to Highlight Stars on Hover *****/

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }
        /* hover previous stars in list */

        .rating > input:checked + label:hover, /* hover current star when changing rating */
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }
/*------ countdown style end ------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-details-des {
    margin-top: 76px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-details-des {
    margin-top: 58px;
  }
}

.product-details-des.quick-details {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-details-des.quick-details {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-details-des.quick-details {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-details-des.quick-details .product-name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-details-des.quick-details .product-name {
    font-size: 18px;
  }
}

.product-details-des.box-layout {
  padding-top: 47px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .product-details-des.box-layout {
    margin-top: 0;
  }
}

.product-details-des.box-layout p {
  max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .product-details-des.box-layout p {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .product-details-des.sidebar-sticky {
    margin-top: 0;
  }
}

.product-details-des.quick-des p {
  padding-top: 0;
}
#quick_view .pro-nav-thumb img {
  width: 80px !important;
  height: 80px !important;
  margin-top: 15px;
}
.pro-nav-thumb img {
    margin-top: 15px !important;
    width: 103px !important;
    height: 103px !important;
}
.btn.btn-cart2 {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 50px;
    background-color: var(--themecolorsecondery);
}
.product-details-des .price-regular {
  color: #c29958;
  font-weight: 500;
  font-size: 30px;
}
/*----- product details content end ----*/

/*-- testimonial area start ----*/

.testimonial-style1 {
  padding-top: 30px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-style1 .testimonial:hover, .testimonial-style1 .testimonial:focus {
  outline: none;
}
.testimonial-style1 .testimonial{
  padding: 20px 20px 20px 90px;
  margin: 10px 20px 50px 55px;
  border-left: 2px solid  #b9a477;
  position: relative;
}
.testimonial-style1 .testimonial:after{
  content: "";
  border-bottom: 25px solid #b9a477;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  bottom: -24px;
  left: -26px;
}
.testimonial-style1 .testimonial .pic{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid  #b9a477;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -50px;
}
.testimonial-style1 .testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial-style1 .testimonial .title{
  font-size: 22px;
  font-weight: 600;
  color:  #b9a477;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
}
.testimonial-style1 .testimonial .post{
  display: block;
  font-size: 15px;
  color:  var(--white);
  text-transform: capitalize;
  font-weight: bold;
}
.testimonial-style1 .testimonial .description{
  font-size: 15px;
  color: var(--white);
  line-height: 28px;
}
/*-- testimonial area End ----*/

/* footer area css here */
.footer_style1 {
    background: #000;
    color: #fff;
    padding: 50px 0;
    padding-bottom: 10px;
    border-top: 1px solid;
    margin-top: 30px;
}
.footer_style1 .footer_top {
  padding-bottom: 61px;
}
.footer_style1 .widgets_container > h3 {
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 24px;
  font-weight: 600;
  color: #ffffff;
}
.footer_style1 .footer_menu ul li a {
  display: block;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
}
.footer_style1 .footer_menu ul li a:hover {
    color: var(--themecolorsecondery);
    text-decoration: none;
}
.footer_style1 .footer_contact p {
  margin-bottom: 0;
  line-height: 30px;
}
.footer_style1 .footer_contact p a:hover {
  color: var(--themecolor);
}
.footer_style1 .footer_contact ul {
  margin-top: 10px;
  padding: 0;
}
.footer_style1 .footer_contact ul li {
  display: inline-block;
  margin-right: 7px;
}
.footer_style1 .footer_contact ul li:last-child {
  margin-right: 0;
}
.footer_style1 .footer_contact ul li a:hover {
  text-decoration: none;
}
.footer_style1 .footer_contact ul li a {
  color: #b2b2b2;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  /* background: #fff; */
  text-align: center;
  border-radius: 50%;
  display: block;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: flex;
}
.footer_style1 .footer_contact ul li a:hover {
    color: var(--themecolorsecondery);
    border-color: var(--themecolorsecondery);
}
.footer_style1 .footer_middel_menu {
  text-align: center;
  padding: 17px 0 15px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.footer_style1 .footer_middel_menu ul li {
  display: inline-block;
  margin-right: 40px;
}
.footer_style1 .footer_middel_menu ul li:last-child {
  margin-right: 0;
}
.footer_style1 .footer_middel_menu ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
}
.footer_style1 .footer_middel_menu ul li a:hover {
    color: var(--themecolorsecondery);
    text-decoration: none;
}
.footer_style1 .copyright_area {
  text-align: center;
}
.footer_style1 .copyright_area p {
  text-transform: capitalize;
  line-height: 26px;
}
.footer_style1 .copyright_area p a {
    color: var(--themecolorsecondery);
}
.footer_style1 .copyright_area p a:hover {
  text-decoration: underline;
}

.footer_style1 .footer_bottom {
  padding: 10px 0px 10px 0px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .footer_style1 .newsletter-wrapper {
    margin-top: 8px;
  }
}

.footer_style1 .newsletter-inner {
  position: relative;
  margin-top: 16px;
}

@media only screen and (max-width: 767.98px) {
  .footer_style1 .newsletter-inner {
    margin-top: 5px;
  }
}

.footer_style1 .newsletter-inner .news-field {
  width: 100%;
  height: 40px;
  border: none;
  padding: 10px 0;
  color: #777777;
  padding-right: 80px;
  background-color: transparent;
  border-bottom: 1px solid #bcbcbc;
}

.footer_style1 .newsletter-inner .news-btn {
  top: -3px;
  right: 0;
  line-height: 40px;
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: var(--themecolor);
  border: 0;
}
.footer_style1 .newsletter-inner .news-field:focus {
  outline: none;
}
.footer_style1 .newsletter-inner .news-btn:hover {
  color: #222222;
}

/*------ Newsletter end ------*/

/*------ Footer end ------*/
/*------ group list item start ------*/
.best-selling-style1 .cmsbannerblock {
    width: 100%;
    position: relative;
    right: 15px;
    top: 50px;
    bottom: 15px;
    left: 0;
}
.best-selling-style1 .cmsbannerblock:hover .content {
    display: block;
    z-index: 9999;
    opacity: 1;
}
.best-selling-style1 .cmsbannerblock:hover {
    border: 3px solid rgb(153, 110, 23);
    bottom: 15px;
    /* left: 15px; */
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    right: 15px;
    top: 50px;
    padding: 10px;
}
.best-selling-style1 .cmsbannerblock .service-hover > strong, .best-selling-style1 .cmsbannerblock .content .service-hover h3, .best-selling-style1 .cmsbannerblock .service-hover > a {
    color: #fff;
}
.best-selling-style1 .service-hover > strong {
    font-size: 20px;
    font-weight: 400;
    display: block;
}
 .best-selling-style1 .content .service-hover h3, .best-selling-style1 .cmsbannerblock .content .service-hover h3 {
    display: inline-block;
    font-size: 34px;
    line-height: 60px;
    margin-bottom: 25px;
    position: relative;
} 
.best-selling-style1 .serviceleft:hover .content .service-hover h3:after, .best-selling-style1 .cmsbannerblock:hover .content .service-hover h3:after {
    width: 160px;
    background-color: #f4c400;
    transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -moz-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -webkit-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -ms-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -o-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
}
 .best-selling-style1 .content .service-hover h3:after, .best-selling-style1 .cmsbannerblock .content .service-hover h3:after {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -moz-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -webkit-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -ms-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -o-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    width: 0;
}
.best-selling-style1 .cmsbannerblock .service-hover > strong, .best-selling-style1 .cmsbannerblock .content .service-hover h3, .best-selling-style1 .cmsbannerblock .service-hover > a {
    color: #fff;
}

.best-selling-style1 .service-hover > a {
    font-size: 13px;
}
.best-selling-style1 .serviceleft .content, .best-selling-style1 .cmsbannerblock .content {
    left: 0;
    margin-top: -50px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    z-index: 111;
}
.best-selling-style1 .service-hover {
    position: relative;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .best-selling-style1 .group-product-banner {
    margin-bottom: 80px;
  }
}

.best-selling-style1 .group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-selling-style1 .group-item-thumb a img {
  max-width: 80px;
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.best-selling-style1 .group-item-thumb {
  max-width: 80px;
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.best-selling-style1 .group-item-desc {
  position: relative;
  padding-left: 10px;
  max-width: calc(100% - 80px);
  -webkit-flex-basis: calc(100% - 80px);
  -ms-flex-preferred-size: calc(100% - 80px);
  flex-basis: calc(100% - 80px);
}

.best-selling-style1 .group-item-desc .group-product-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  /*padding-bottom: 18px;*/
}

.best-selling-style1 .group-item-desc .group-product-name a {
    color: #ffffff;
}
.best-selling-style1 .group-item-desc .group-product-name a:hover {
  color: #c29958;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .best-selling-style1 .categories-group-wrapper {
    margin-bottom: 78px;
  }
}

@media only screen and (max-width: 767.98px) {
  .best-selling-style1 .categories-group-wrapper {
    margin-bottom: 60px;
  }
}

.best-selling-style1 .row [class*="col-"]:last-child .categories-group-wrapper {
  margin-bottom: 0;
}

.best-selling-style1 .group-list-item-wrapper .slick-slider .slick-slide > div {
  margin-bottom: 20px;
}

.best-selling-style1 .group-list-item-wrapper .slick-slider .slick-slide > div:last-child {
  margin-bottom: 0;
}
.best-selling-style1 .slick-append button:focus {
  text-decoration: none;
  outline: none;
}
.best-selling-style1 .slick-append button {
    font-size: 30px;
    line-height: 1;
    position: inherit;
    display: inline-block;
    background-color: #b9a477;
    color: #ffffff;
    border: 0;
    margin-right: 10px;
}
.banner-content_style3 {
  left: 40px;
  right: auto;
}
.banner-content {
    right: 55px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.best-selling-style1 .slick-append {
    background-color: #000000;
    z-index: 2;
    margin-top: -2px;
    margin-right: 0;
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/*------ group list item end ------*/
.blog-style1 .blog{padding:40px 0;}

.blog-style1 .blog-list-content {
    padding: 20px 25px;
    background-color: #000000;
    box-shadow: 0 2px 3px -1px #5a5a5a;
    margin: -50px 20px 20px;
    position: relative;
    z-index: 1;
}

.blog-style1 .blog-footer{ 
  padding: 15px 0 ; 
}
.blog-style1 .blog-list img {
  width: 359px;
  height: 215px;
}
.blog-style1 .blog-list {
  margin-bottom: 20px;
  padding: 0px;
}
.blog-style1 .blog-list-content .Blog_title a {
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    transition: all .50s;
}
.blog-style1 .blog-footer b {
    color: #d2d2d2;
}
.blog-style1 .blog-list-content .Blog_title a:hover{
  text-decoration: none;
  outline: none;
}
.blog-style1 .blog-footer { 
  font-weight: 100;  
}
.blog-style1 .blog-footer span{ 
  color:#bfbfbf; 
  margin-left:15px;
}


/*************************************************************
             Product List Page
***************************************************************/



/*----- breadcrumb style css start -----*/
.breadcrumb-area {
    background-color: #000000;
    border: 1px solid;
    border-left: 0;
    border-right: 0;
}
.breadcrumb-wrap {
  padding: 24px 0;
  text-align: center;
}

.breadcrumb-wrap .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
  color: #c29958;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
  color: #7e7e7e;
  content: "/";
  font-size: 12px;
  margin: 0 5px;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*----- breadcrumb style css end -----*/


/*----- shop Sidebar start -----*/
.shop-main-wrapper.section-padding {
    padding: 80px;
}
.sidebar-wrapper .sidebar-single:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sidebar-wrapper {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sidebar-wrapper {
    margin-top: 62px;
  }
}

.sidebar-single {
  margin-bottom: 35px;
}

.sidebar-single .sidebar-title {
    position: relative;
    line-height: 1;
    margin-top: -3px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
}
.sidebar-single .sidebar-title:before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  content: " ";
  position: absolute;
  background-color: #efefef;
}

/*------ pricing filter slider start ------*/

.price-range-wrap {
  padding-top: 8px;
}

.price-range-wrap .price-range {
  border-radius: 0;
  margin-right: 13px;
  margin-bottom: 20px;
}

.price-range-wrap .price-range.ui-widget-content {
  border: none;
  background: #eeeeee;
  height: 6px;
  border-radius: 20px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
  background-color: #c29958;
  border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    border: none;
    background-color: #fff;
    height: 12px;
    width: 12px;
    outline: none;
    cursor: ew-resize;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle:before {
  top: 50%;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #c29958;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.price-range-wrap .range-slider {
  color: #222222;
  margin-top: 30px;
}

.price-range-wrap .range-slider .price-input label {
    color: #e2e2e2;
    margin-bottom: 0;
    margin-right: 10px;
}
.price-range-wrap .range-slider .price-input input {
  color: #555555;
  border: none;
  outline: none;
  max-width: 80px;
  pointer-events: none;
}

.price-range-wrap .range-slider button.filter-btn {
  border: none;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  padding: 4px 15px;
  border-radius: 3px;
  background-color: #ebebeb;
}

.price-range-wrap .range-slider button.filter-btn:hover {
  color: #fff;
  background-color: #c29958;
}

/*------ pricing filter slider end ------*/

/*------ pricing filter slider end ------*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories-list li {
  color: #555555;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.categories-list li:last-child {
  margin-bottom: 0;
}

.categories-list li:hover {
  color: #c29958;
}

/*------ shop categories area start ------*/
.shop-categories {
    margin-top: -4px;
    list-style: none;
    padding-left: 0;
}

.shop-categories li a {
    color: #e2e2e2;
    display: block;
    line-height: 1;
    padding: 10px 0;
    text-transform: capitalize;
}

.shop-categories li:first-child a {
  padding-top: 0;
}

.shop-categories li:last-child a {
  padding-bottom: 0;
}

.shop-categories li:hover a {
  color: #c29958;
}

/*------ shop categories area end ------*/
/*----- shop Sidebar end -----*/




/*------ shop page style start ------*/
.shop-top-bar {
  margin-bottom: 30px;
}

.top-bar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .top-bar-left {
    padding-top: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-bar-left .product-view-mode {
  margin-right: 60px;
}

@media only screen and (max-width: 479.98px) {
  .top-bar-left .product-view-mode {
    margin-right: 0;
  }
}

.top-bar-left .product-view-mode a {
  color: #b6b6b6;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.top-bar-left .product-view-mode a i {
  font-size: 20px;
  margin-top: 6px;
}

.top-bar-left .product-view-mode a:hover {
  color: #c29958;
}

.top-bar-left .product-view-mode a.active {
  color: #c29958;
}

.top-bar-left .product-amount p {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.top-bar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767.98px) {
  .top-bar-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-bar-right .product-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar-right .product-short p {
    margin-right: 10px;
    margin-bottom: 0;
    color: #fff;
}
.nice-select {
  height: 36px;
  line-height: 34px;
  width: 200px;
  padding: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .nice-select {
    width: 170px;
  }
}

@media only screen and (max-width: 479.98px) {
  .nice-select {
    width: 190px;
  }
}

.nice-select.open {
  border-color: #c29958;
}

.nice-select .list {
    right: 0;
    left: auto;
    width: 100%;
    color: #000;
}
.nice-select .option {
  font-size: 13px;
  line-height: 34px;
  min-height: 34px;
  text-transform: capitalize;
}

.nice-select:after {
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

/*----- shop main wrapper end -----*/

/*----- product change view start -----*/
.shop-product-wrap.list-view .product-item {
  display: none;
}

.shop-product-wrap.grid-view .product-item {
  display: block;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  padding-bottom: 10px;
}

/*.shop-product-wrap.grid-view .product-list-item {
  display: none !important;
}
*/
.shop-product-wrap.list-view .product-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
          margin-bottom: 0;
          padding-bottom: 0;
}

.shop-product-wrap.row.list-view .col-md-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 50%;
}

.shop-product-wrap [class*="col-"] {
  margin-bottom: 30px;
}

.list-view p.product_short_dis {
    display: block !important;
    padding-top: 15px;
    margin-top: 22px;
    border-top: 1px solid #efefef;
    color: #e2e2e2;
}
.list-view .product-caption {
    padding-top: 17px;
    text-align: left !important;
    margin-left: 26px;
    padding-right: 10px;
    text-align: justify !important;
}
.list-view .product-thumb {
    position: relative;
    margin-bottom: 0;
}
.list-view  .product-thumb img {
    width: 275px;
    height: 275px;
}
/*----- product change view end -----*/

/*------ pagination area style start ------*/
.paginatoin-area {
    margin-top: 30px;
    padding: 20px;
    /* border: 1px solid #efefef; */
    width: 100%;
}

.paginatoin-area .pagination-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginatoin-area .pagination-box li {
  margin-right: 5px;
  display: inline-block;
}

.paginatoin-area .pagination-box li:last-child {
  margin-right: 0;
}

.paginatoin-area .pagination-box li a {
  color: #222222;
  height: 36px;
  width: 36px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.paginatoin-area .pagination-box li a i {
  font-size: 30px;
  line-height: 36px;
}

.paginatoin-area .pagination-box li a:hover {
  color: #fff;
  border-color: #c29958;
  background-color: #c29958;
}

.paginatoin-area .pagination-box li.active a {
  color: #fff;
  background-color: #c29958;
}

/*------ pagination area style end ------*/
/*------ Product Details area style Start ------*/

.slick-slide img {
    display: block;
    width: 100%;
}
.product-details-inner .pro-nav.slick-slider {
    margin-top: 10px;
}
.color-categories {
  line-height: 1;
}

.color-categories li {
  display: inline-block;
  padding: 1px;
  border-radius: 50%;
  border: 1px solid #efefef;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.color-categories li:hover {
  border-color: #c29958;
}

.color-categories li a {
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 50%;
}

.c-lightblue {
  background-color: #b0c4de;
}

.c-darktan {
  background-color: #aa9e78;
}

.c-grey {
  background-color: #808080;
}

.c-brown {
  background-color: #964B00;
}
.product-details-reviews {
    margin-top: 35px;
    margin-bottom: 35px;
}
.other_wt {
    color: #e2e2e2;
    font-weight: 500;
    font-size: 16px;
}
.other_wt span {
    line-height: 1;
    font-weight: 600;
    margin-right: 10px;
    text-transform: capitalize;
    color: #e2e2e2;
    font-size: 1rem;
}
.manufacturer-name a {
    font-size: 14px;
    line-height: 1;
    color: #e2e2e2;
    text-transform: capitalize;
}
.manufacturer-name {
    padding-bottom: 5px;
    line-height: 1;
}
/*----- reviews area start -----*/
.product-review-info .nav.review-tab li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    padding: 8px 10px;
    border: 1px solid var(--themecolorsecondery);
    border-bottom: none;
    background-color: var(--themecolorsecondery);
}
.modal .modal-header button.close:focus
 {
    outline: none !important;
}
    .product-review-info .nav.review-tab li a:hover, .product-review-info .nav.review-tab li a.active {
        color: #555555;
        background-color: #fff;
        border-color: #ddd;
    }

@media only screen and (max-width: 479.98px) {
  .product-review-info .nav.review-tab li a {
    font-size: 14px;
  }
}

.product-review-info .tab-content.reviews-tab {
  border: 1px solid #efefef;
  padding: 15px 20px 20px;
}
.product-review-info .review_buttons {
    margin-top: 20px;
}
.product-review-info .review_details h5 {
    text-transform:capitalize;
}
.product-review-info .review_details hr {
    border-top: 1px solid var(--theme1h4);
}
.customer_review_details span {
    color: var(--themecolorsecondery);
    font-size: 20px;
    font-weight: bold;
}
.customer_review_details h6 {
    color: var(--theme1h4);
    margin:6px 0;
}
.review-others-cls .modal-dialog {
    max-width: 600px;
}
.customer_review_details h6 a {
    color: var(--theme1h4);
    text-decoration:none;
}
.customer_review_details ul.review-star li i {
    color: #ffa800;
}
.product-review-info .tab-content.reviews-tab .table {
    margin-bottom: 0;
}
table.table.table-bordered.tag_info-tab td {
    color: #fff;
}
.product-review-info .tab-content.reviews-tab .table tr {
  text-transform: capitalize;
}
.btn.btn-other-pro {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 50px;
    background-color: var(--themecolorsecondery);
}
.modal-tag-other table th {
    color: #000;
    border-bottom: 2px solid #c29958;
}
.modal-tag-other table.table-bordered th, .modal-tag-other table.table-bordered td {
    border: 2px solid #c29958;
}
.tag-details-others-cls .modal-footer, .cart-details-cls .modal-footer {
    border: none !important;
    padding-top: 0;
}
.cart-details-cls table.table.table-bordered.tag_info-tab td {
    color: #000;
}
    .tag-details-others-cls .modal-footer .btn-secondary {
        color: #fff;
        background-color: #c29958;
        border-color: #c29958;
    }
.tag-details-header.modal-header h5.modal-title {
    color: var(--themecolorsecondery) !important;
    margin-top: 10px;
    margin-left: 10px;
}
.tag-details-others-cls .modal-dialog {
    max-width: 600px;
}
.modal .tag-details-header.modal-header .close {
    color: var(--themecolorsecondery) !important;
}
.cart-details-cls .modal-footer .btn-secondary {
    color: #fff;
    background-color: #c29958;
    border-color: #c29958;
}
.product-review-info .tab-content .review-description {
    padding-top: 25px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-review-info .tab-content .review-description {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-review-info .tab-content .review-description {
    display: block;
  }
}

.product-review-info .tab-content .review-description .tab-thumb {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
}

@media only screen and (max-width: 767.98px) {
  .product-review-info .tab-content .review-description .tab-thumb {
    -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
            flex-basis: 220px;
  }
}

.product-review-info .tab-content .review-description .tab-des {
  padding-left: 40px;
  -webkit-flex-basis: calc(100% - 300px);
      -ms-flex-preferred-size: calc(100% - 300px);
          flex-basis: calc(100% - 300px);
}

@media only screen and (max-width: 767.98px) {
  .product-review-info .tab-content .review-description .tab-des {
    padding-left: 14px;
    -webkit-flex-basis: calc(100% - 220px);
        -ms-flex-preferred-size: calc(100% - 220px);
            flex-basis: calc(100% - 220px);
  }
}

.product-review-info .tab-content .review-description .tab-des h3 {
  color: #c29958;
  font-size: 20px;
  font-weight: 22px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.product-review-info .tab-content .review-description .tab-des ul li {
  font-size: 13px;
  list-style: inherit;
}

.review-form h5 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
  .review-form h5 {
    font-size: 16px;
  }
}

.total-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

@media only screen and (max-width: 479.98px) {
  .total-reviews {
    display: block;
  }
}

.total-reviews .rev-avatar {
  -webkit-flex-basis: 60px;
      -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
  max-height: 60px;
}

@media only screen and (max-width: 479.98px) {
  .total-reviews .rev-avatar {
    margin-bottom: 20px;
  }
}

.total-reviews .review-box {
  margin-left: 10px;
  border: 1px solid #efefef;
  padding: 10px;
  -webkit-flex-basis: calc(100% - 70px);
      -ms-flex-preferred-size: calc(100% - 70px);
          flex-basis: calc(100% - 70px);
}

@media only screen and (max-width: 479.98px) {
  .total-reviews .review-box {
    margin-left: 0;
  }
}

.total-reviews .review-box .post-author {
  padding-bottom: 10px;
}

.total-reviews .review-box .post-author p {
  font-size: 12px;
  font-style: italic;
  text-transform: capitalize;
}

.total-reviews .review-box .post-author p span {
  font-size: 13px;
}

.total-reviews .review-box p {
  font-size: 14px;
  font-style: italic;
}

/*----- reviews area end -----*/

/*------ countdown style end ------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-details-des {
    margin-top: 76px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-details-des {
    margin-top: 58px;
  }
}

.product-details-des.quick-details {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-details-des.quick-details {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-details-des.quick-details {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-details-des.quick-details .product-name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-details-des.quick-details .product-name {
    font-size: 18px;
  }
}

.product-details-des.box-layout {
  padding-top: 47px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .product-details-des.box-layout {
    margin-top: 0;
  }
}

.product-details-des.box-layout p {
  max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .product-details-des.box-layout p {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .product-details-des.sidebar-sticky {
    margin-top: 0;
  }
}

.product-details-des.quick-des p {
  padding-top: 0;
}

/*----- product details content end ----*/
/*------ Product Details area style End ------*/


div#tryathome .modal-dialog.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#tryathome {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    align-self: center;
}
.modal-content.tryathome_modal {
    width: 550px;
}
.tryat_home_Inner_img img {
    width: 100%;
}

/*--------- Cart Page Wrapper Start ---------*/
.product_cart .pro-thumbnail a img {
    width: 80px;
    height: 80px;
    object-fit: fill;
}
.btn-sqr {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: var(--themecolor);
    padding: 12px 25px;
}
.cart-main-wrapper {
    margin-top: 25px;
}
.cart-table .table {
  margin: 0;
  white-space: nowrap;
}

.cart-table .table thead {
  background-color: #c29958;
}

.cart-table .table thead tr th {
    border-color: var(--themecolor);
    border-bottom: 0 solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    text-transform: capitalize;
}
.cart-table .table tbody tr td {
  border-color: #ccc;
  /*text-align: center;*/
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: 500;
  color: #222222;
}

.cart-table .table tbody tr td a {
    color: #e2e2e2;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-table .table tbody tr td a:hover {
  color: #c29958;
}

.cart-table .table tbody tr td a.btn {
  color: #fff;
}

.cart-table .table tbody tr td a.btn:hover {
  color: #fff;
}

.cart-table .table tbody tr td a.check-btn {
  color: #fff;
}

.cart-table .table tr .pro-thumbnail, .cart-table .table tr .pro-price, .cart-table .table tr .pro-quantity, .cart-table .table tr .pro-subtotal, .cart-table .table tr .pro-remove {
    width: 140px;
    color: #e2e2e2;
}

.wishlist-main-wrapper.section-padding {
    margin-top: 25px;
}
.wishlist-main-wrapper .pro-subtotal .btn {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 7px 10px;
    display: inline-block;
    border-radius: 50px;
    background-color: #c29958;
}
.pro-remove {
    text-align: center;
}
.cart-table .table tr .pro-qty {
  width: 90px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  float: left;
}

.cart-table .table tr .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.cart-table .table tr .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    color: #fff;
}
.cart-update-option {
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cart-update-option {
    margin-top: 0;
    border-top: 0 solid transparent;
  }
}

.cart-update-option .apply-coupon-wrapper {
  width: 55%;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cart-update-option .apply-coupon-wrapper {
    width: auto;
  }
}

.cart-update-option .apply-coupon-wrapper form {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 9px 10px;
    outline: none;
    margin-right: 15px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: transparent;
}
.cart-update-option .apply-coupon-wrapper form input:focus, .cart-update-option .apply-coupon-wrapper form input:active {
  border-color: #c29958;
}

@media only screen and (max-width: 767.98px) {
  .cart-update-option .apply-coupon-wrapper button {
    display: block;
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .cart-update-option .cart-update {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cart-update-option .cart-update .btn {
    width: 100%;
  }
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: transparent;
    color: #fff;
}
.cart-calculator-wrapper h6 {
  padding: 20px 15px 18px;
  margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items {
  font-weight: 500;
}

.cart-calculator-wrapper .cart-calculate-items .table {
  margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td {
    color: #ffffff;
    padding: 15px 20px;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
  color: #fff;
  text-align: right;
}

    .cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
        color: var( --textcolorwhite);
        font-weight: 700;
    }

.cart-calculator-wrapper a {
  border-radius: 0;
  text-align: center;
}
.apply_btn {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 50px;
    background-color: var(--themecolorsecondery);
    border-radius: 0;
}
.proceed_checkout_btn {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 50px;
    background-color: var(--themecolorsecondery);
    border-radius: 0;
}
/*--------- Cart Page Wrapper end ---------*/



/* Checkout Login Coupon Accordion Start */
.checkout-page-wrapper {
  margin-bottom: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .checkout-page-wrapper {
    margin-bottom: 0;
  }
}

.checkoutaccordion {
  margin-bottom: 46px;
}

.checkoutaccordion h6 {
  background-color: #f7f7f7;
  border-top: 3px solid #c29958;
  font-size: 14px;
  padding: 15px 20px;
  position: relative;
  text-transform: capitalize;
}

.checkoutaccordion h6 span {
  color: #c29958;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
}

@media only screen and (max-width: 479.98px) {
  .checkoutaccordion h6 span {
    display: block;
    padding-top: 5px;
    margin-left: 0;
  }
}

.checkoutaccordion h6 span:hover {
  color: #222222;
}

@media only screen and (max-width: 479.98px) {
  .checkoutaccordion h6 {
    font-size: 14px;
  }
}

.checkoutaccordion .card {
  border: none;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
}

.checkoutaccordion .card:last-child {
  margin-bottom: 0;
}

.checkoutaccordion .card .card-body {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 20px;
}

.checkoutaccordion .card .card-body .cart-update-option {
  border: none;
  padding: 0;
}

.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
  padding: 12px 10px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  margin-right: 15px;
}

@media only screen and (max-width: 479.98px) {
  .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    margin-bottom: 15px;
  }
}

.checkout-box-wrap .custom-control {
  padding-left: 0;
  margin-left: 1.5rem;
}

.checkout-billing-details-wrap .billing-form-wrap {
  margin-top: -20px;
}

.checkout-title {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .checkout-title {
    margin-bottom: 26px;
  }
}

.forget-pwd {
  color: #c29958;
  font-size: 12px;
  margin-top: -6px;
}

.single-form-row {
  margin-top: 15px;
  display: none;
}

.single-form-row p {
  margin: 0;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .order-summary-details {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .order-summary-details {
    margin-top: 52px;
  }
}

.order-summary-table {
    background-color: transparent;
    margin-top: 34px;
}
.order-summary-table .table,
.order-summary-table table {
  color: #222222;
  margin-bottom: 0;
  font-size: 15px;
  white-space: nowrap;
}

.order-summary-table .table tr td, .order-summary-table .table tr th, .order-summary-table table tr td, .order-summary-table table tr th {
    font-weight: 400;
    vertical-align: middle;
    padding: 15px 10px;
    border-width: 1px;
    color: #fff;
}
.order-summary-table .table tr td a,
.order-summary-table .table tr th a,
.order-summary-table table tr td a,
.order-summary-table table tr th a {
  color: #fff;
  font-weight: 400;
}

.order-summary-table .table tr td strong,
.order-summary-table .table tr th strong,
.order-summary-table table tr td strong,
.order-summary-table table tr th strong {
  font-weight: 400;
}

.order-summary-table .shipping-type {
  text-align: left;
}

.order-summary-table .shipping-type li {
  margin-bottom: 5px;
}

.order-summary-table .shipping-type li:last-child {
  margin-bottom: 0;
}

.order-payment-method {
    background-color: transparent;
    padding: 40px 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .order-payment-method {
    padding: 32px 20px 36px;
  }
}

.single-payment-method {
  margin-bottom: 20px;
}

.single-payment-method:last-child {
  margin-bottom: 0;
}

.single-payment-method:first-child .payment-method-details {
  display: block;
}

.single-payment-method label,
.single-payment-method .custom-control-label {
  font-weight: 700;
}

.single-payment-method .paypal-card {
  max-width: 150px;
  height: 50px;
  margin-top: 10px;
  display: block;
}

.single-payment-method .payment-method-details {
  background-color: #f1f1f1;
  color: #222222;
  font-weight: 400;
  font-size: 13px;
  padding: 10px;
  position: relative;
  margin-top: 20px;
  display: none;
}

.single-payment-method .payment-method-details:after {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f1f1f1;
  bottom: 100%;
}

.single-payment-method .payment-method-details * {
  margin: 0;
}

.summary-footer-area .btn-brand {
  margin-top: 40px;
}

/*------- input box style css start -------*/
.single-input-item {
  margin-top: 20px;
}

.single-input-item label {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
}

.single-input-item label.required:after {
  content: '*';
  color: red;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 5px;
}

.single-input-item input, .single-input-item textarea, .single-input-item select {
    color: #000000;
    font-size: 14px;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 3px solid transparent;
    background-color: #f7f7f7;
    padding: 10px 10px;
}
.single-input-item input:active, .single-input-item input:focus, .single-input-item textarea:active, .single-input-item textarea:focus {
    border-color: #c29958;
    background-color: #fff;
    color: #000;
}

.single-input-item .nice-select {
    color: #000000;
    padding: 5px 10px;
    font-size: 14px;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 3px solid transparent;
    background-color: #f7f7f7;
    height: 45px;
    border-radius: 0;
}

.single-input-item .nice-select .current {
    color: #000;
}
.single-input-item input::placeholder { 
color: #000; opacity: 0.5;
}
.single-input-item .nice-select .list {
  max-height: 200px;
  overflow: auto;
  width: 100%;
}
.custom-control.custom-checkbox {
    margin-bottom: 15px;
}
button.btn.btn-sqr.place_order_btn {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 50px;
    background-color: var(--themecolorsecondery);
    border-radius: 0;
}
/*------- input box style css end -------*/

/*----- Google map area start -----*/
#google-map {
  height: 500px;
  width: 100%;
}
#google-map img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #google-map {
    height: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  #google-map {
    height: 350px;
  }
}

/*----- Google map area end -----*/
/*------ contact form area start -------*/
.contact-area {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .contact-area {
    margin-bottom: -5px;
  }
}

.contact-message h2 {
  color: #222222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 28px;
  text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
  .contact-message h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

.contact-message form input, .contact-message form textarea {
  width: 100%;
  border: none;
  padding: 10px 10px;
  border-bottom: 3px solid transparent;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}

.contact-message form textarea {
  height: 150px;
}

/*------ contact form area start -------*/
/*------ contact info area start -------*/
.contact-info {
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact-info {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact-info {
    margin-top: 60px;
  }
}

.contact-info p {
    padding-bottom: 30px;
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact-info p {
    padding-bottom: 10px;
  }
}

.contact-info ul li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

@media only screen and (max-width: 479.98px) {
  .contact-info ul li {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.contact-info ul li:last-child {
  border-bottom: none;
}

.contact-info ul li i {
    font-size: 18px;
    padding-right: 10px;
    margin-right: 10px;
}
.contact-info .working-time h6 {
    padding-bottom: 5px;
    color: #fff;
}

.contact-info .working-time p {
  padding-bottom: 0;
  color: #fff;
}

.contact-info .working-time p span {
  color: #fff;
  padding-right: 10px;
}

.contact-title {
    line-height: 1;
    padding-bottom: 22px;
    color: #fff;
}
.contact-btn button {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 50px;
    background-color: #b9a477;
}
@media only screen and (max-width: 575.98px) {
  .contact-title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}

/*------ contact info area end -------*/
/*------ Start Login & Register Page ------*/
.login-register-wrapper.section-padding {
    padding-top: 80px;
    padding-bottom: 60px;
}
.login-reg-form-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 23px 30px 30px;
}

@media only screen and (max-width: 575.98px) {
  .login-reg-form-wrap {
    padding: 23px 15px 30px;
  }
}

.login-reg-form-wrap form .create-account {
  margin-top: 25px;
}

.login-reg-form-wrap .login-reg-form-meta a {
  color: #c29958;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sign-up-form {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sign-up-form {
    margin-top: 62px;
  }
}
.rememberMe {
    color: #888 !important;
    opacity: 1;
}
.Subscribe-Newsletter {
    color: #888 !important;
     opacity: 1;
}

/*------ end Login & Register Page ------*/
div#cart-details-modal {
    z-index: 1051 !important;
}


.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

/*.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}*/
/*===================================*
MY ACCOUNT INNER PAGE START 
  *===================================*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.my-account-wrapper {
    margin: 30px 0;
}

.myaccount-tab-menu a {
    border: 1px solid #efefef;
    border-bottom: none;
    color: #d3ac67;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    margin: 0px 0;
}

a.btn-sqr {
    color: #d3ac67;
}
.proceed_checkout_btn {
    color: var(--themecolor) !important;
    font-weight: bold;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #efefef;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #d3ac67;
    border-color: #d3ac67;
    color: #fff;
    text-decoration: none;
}

.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

.myaccount-content {
    border: 1px solid #eeeeee;
    padding: 30px;
}


element.style {
}

.myaccount-content a.btn-sqr {
    background: #d3ac67;
    color: #000;
    padding: 5px;
    border-radius: 7px;
    /*width: 30px;
    height: 30px;
    align-items: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor:pointer*/
}

.myaccount-content a.btn-orderdelete {
    background: #d3ac67;
    color: #000;
    padding: 5px;
    border-radius: 7px;
    width: 30px;
    height: 30px;
    align-items: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor:pointer
}
    .myaccount-content form {
        margin-top: -20px;
    }

    .myaccount-content h5 {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
        margin-bottom: 25px;
        color: #ddd;
    }

    .myaccount-content .welcome a {
        color: #ddd;
    }

        .myaccount-content .welcome a:hover {
            color: #d3ac67;
        }

    .myaccount-content .welcome strong {
        font-weight: 500;
        color: #d3ac67;
    }

    .myaccount-content fieldset {
        margin-top: 20px;
    }

        .myaccount-content fieldset legend {
            color: #ddd;
            font-size: 20px;
            margin-top: 20px;
            padding-bottom: 10px;
            font-weight: 400;
            border-bottom: 1px dashed #ccc;
        }

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

    .myaccount-table table th, .myaccount-table .table th {
        color: #222222;
        padding: 10px;
        font-weight: 400;
        background-color: #f8f8f8;
        border-color: #ccc;
        border-bottom: 0;
        background-color: var(--themecolorsecondery);
        color: #fff;
    }

    .myaccount-table table td,
    .myaccount-table .table td {
        padding: 10px;
        vertical-align: middle;
        border-color: #ccc;
        color: #ddd;
    }

.saved-message {
    background-color: #f4f5f7;
    border-top: 3px solid #d3ac67;
    border-radius: 5px 5px 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #555555;
    padding: 20px;
}

.single-input-item {
    margin-top: 20px;
}

    .single-input-item label {
        color: #ddd;
        text-transform: capitalize;
        font-size: 14px;
    }

        .single-input-item label.required:after {
            content: '*';
            color: red;
            font-size: 14px;
            margin-left: 3px;
            margin-top: 5px;
        }

    .single-input-item input, .single-input-item textarea {
        color: #555555;
        border: 1px solid #ccc;
        padding: 12px 10px;
        width: 100%;
        font-size: 14px;
        background: #f7f7f7;
    }
/*===================================*
MY ACCOUNT INNER PAGE END 
  *===================================*/
.form-group.cls_state .nice-select {
    height: 36px;
    line-height: 34px;
    width: 100%;
    padding: 0 10px;
}
    .form-group.cls_state .nice-select ul.list {
        max-height: 300px;
        overflow: auto;
    }

.cart_section-main {
    margin: 0;
}
.ApplicationLink {
    display: flex;
    gap: 8px;
}