/******Product details********/

.product_dtl-wrap {
	position: relative;
	overflow: hidden;
}

.prodcut-card_img img {
	object-fit: cover;
	height: 400px;
}

.product_dtls {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	padding: 30px;
}

.pp__tag  h3 {
  color: #310B06;
}
.pp__tag span {
	color: #5E5E5E;
	font-size: 16px;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-inventory ul li {
	display: block;
	font-size: 14px;
	margin: 4px 0;
}

.product-inventory ul li span {
	color: #464646;
	font-size: 14px;
	font-weight: 500;
}

.product-options-bottom {
	padding: 10px 0;
	border-top: 1px solid #e7e7e7;
	/* border-bottom: 1px solid #e7e7e7; */
	/* margin-top: 1rem; */
}

.add-to-cart-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.p-count {
	position: relative;
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
}

.p-count .qtyminus,
.p-count .qtyplus {
	width: 40px;
	height: 45px;
	background: #ffffff;
	border: 2px solid #050100;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	color: #464646;
	cursor: pointer;

}

.p-count .qtyminus {
	border-radius: 0.125rem 0 0 0.125rem;
}

.p-count .qtyplus {
	border-radius: 0 0.125rem 0.125rem 0;
}

.p-count .qty {
	border: none;
	width: 50px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.add-to-links ul li {
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0;
	display: inline-block;
	margin-right: 15px;
}

.add-to-links ul li span {
	display: inline-block;
	width: 27px !important;
	height: 27px !important;
	line-height: 27px;
	text-align: center;
	margin-right: 10px;
	background: #dbdbdb;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
}



.social-widgets {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.social-widgets ul li {
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}

.social-widgets ul li a {
	display: block;
	font-size: 20px;
	text-align: center;
}

.social-widgets ul li i {
	font-size: 20px;
}

.social-widgets ul li:nth-child(1) a {
	color: #4267B2;
}

.social-widgets ul li:nth-child(2) a {
	color: #1DA1F2;
}

.social-widgets ul li:nth-child(3) a {
	color: #d6249f;
}

.social-widgets ul li:nth-child(4) a {
	color: #FF2B2B;
}


.prodcut__dscp {
	margin-top: 50px;
}

.nav .nav-item button {
  background-color: transparent;
  color: #311E18 !important;
  text-transform: uppercase;
}

.nav .nav-item button.active {
  background-color: transparent;
  color: #CD7C4B !important;
  text-transform: uppercase;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid #CD7C4B;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}


.unordered-list {
	margin-bottom: 20px;
	padding-left: 40px;
	list-style: none;
	letter-spacing: 0;
}

.unordered-list li {
	font-size: 14px;
	line-height: 1.5;
	list-style: inherit;
	padding-top: .5em;
	padding-bottom: .5em;
}

.unordered-list li::before {
	color: #333;
	font-family: "Font Awesome 5 free";
	font-size: 16px;
	content: "\f138";
	margin-right: 18px;
	line-height: 1.3;
	position: relative;
	font-weight: 900;
	top: .5px;
}

.review__box {
	border: 1px dashed #dcdcdc;
	padding: 20px;
}

.r_client {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	float: left;
}

.r_client img {
	width: 70px;
	height: 70px;
}

.r_review {
	margin-left: 90px;
}

.review__rating .rate {
	float: left;
	/* height: 46px; */
	padding: 0;
}

.review__rating .rate:not(:checked)>input {
	position: absolute;
	top: -9999px;
}

.review__rating .rate:not(:checked)>label {
	float: right;
	width: 20px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 24px;
	color: #b3b3b3;
	border: inherit !important;
	text-align: center;
	margin-bottom: 0;
}

.review__rating .rate:not(:checked)>label:before {
	content: '★';
	border: inherit !important;
}

.review__rating .rate>input:checked~label {
	color: #F29D38;
}

.review__rating .rate:not(:checked)>label:hover,
.review__rating .rate:not(:checked)>label:hover~label {
	color: #F29D38;
}

.review__rating .rate>input:checked+label:hover,
.review__rating .rate>input:checked+label:hover~label,
.review__rating .rate>input:checked~label:hover,
.review__rating .rate>input:checked~label:hover~label,
.review__rating .rate>label:hover~input:checked~label {
	color: #F29D38;
}


.product_specification tbody, td, tfoot, th, thead, tr {
	/* border: none; */
	font-size: 14px;
	font-weight: 400;
	padding: 20px 20px !important;

}

.prodcut__dscp {
	margin-top: 50px;
}

.prodcut__dscp .nav-tabs {
	display: flex;
	justify-content: flex-start;
}
.product__tabs {
	position: relative;
}

.product__tabs .nav-tabs {
	border-bottom: 1px solid #eee;
	position: relative;
}

.product__tabs .nav-tab::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 6.6875rem;
	height: 0.125rem;
	border-radius: 0.375rem;
	background: #E29724;
	z-index: 999;
}

.product__tabs .nav-tabs .nav-link {
	color: #383B46;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.875rem;
	padding: .5rem 1rem;
}

.product__tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #E29724;
	background-color: transparent;
	border-color: transparent;
}

.product__tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	background-color: transparent;
	border-color: transparent;
}




.table__head {
  color: #FFF;
  font-weight: 700;
  background: #9b4085;
  background: -moz-linear-gradient(-45deg, #9b4085 0%, #608590 100%);
  background: -webkit-linear-gradient(-45deg, #9b4085 0%, #608590 100%);
  background: linear-gradient(135deg, #9b4085 0%, #608590 100%);
  white-space: nowrap;
}

.table-bordered td,
.table-bordered th {
  border: 0px solid #FFF;
}

.coin {
  width: 8%;
  margin-left: 5px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.winner__table {
  white-space: nowrap;
}

@media screen and (max-width: 567px) {

  .winner__table {
    font-size: 12px;
  }

  .coin {
    width: 15%;
    margin-left: 2px;
  }
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: inherit;
  border-width: 0;
}



/***cart items****/

.product-dtl_wrapper .table-condensed>tbody>tr>td,
.product-dtl_wrapper .table-condensed>tbody>tr>th,
.product-dtl_wrapper .table-condensed>tfoot>tr>td,
.product-dtl_wrapper .table-condensed>tfoot>tr>th,
.product-dtl_wrapper .table-condensed>thead>tr>td,
.product-dtl_wrapper .table-condensed>thead>tr>th {
  padding: 20px 10px 20px 0;
}

/* .table {
	border: none !important;
	border-bottom: none !important;
	border-top: 1px solid #11e95b;
} */

table>tbody {
  vertical-align: middle;
}

.product-dtl_wrapper tbody,
td,
tfoot,
th,
thead,
tr {
  vertical-align: top;
}

.price {
  color: #727272;
  font-size: 0.875rem;
  font-weight: 600;
}

.price_sub {
  color: #535353;
  font-size: 0.875rem;
  font-weight: 700;
}

.delete {
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
}

.delete span {
  font-size: 16px;
  color: #626262;
}

.delete span a {
  color: #626262;
}

.delete:hover {
  width: 32px;
  height: 32px;
  background-color: #cecece;
  border-radius: 100%;
  color: rgb(78, 78, 78);
  overflow: hidden;
}

.coupon {
  float: left;
}

.couponcode {
  float: left;
}

.updatecart {
  float: right;
}

.carttotals {
  padding: 30px 30px 15px 30px;
  position: relative;
}

.table>thead {
  vertical-align: bottom;
  border-bottom: 1px solid #cbcbcb !important;
}

.table> :not(caption)>*>* {
  /* padding: .5rem .5rem; */
  background-color: unset;
  /* border-bottom-width: 1px;
	border-bottom:1px solid #f266a0 !important; */
  box-shadow: none;
  /* color: #f266a0; */
}

.cart_wrap {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.cart_wrap .table>thead {
  background: #f5faff;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  padding: 20px !important;
}

.cart_wrap tbody,
td,
tfoot,
th,
thead,
tr {
  /* border: none; */
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0 !important;
}

.cart_wrap .table> :not(:last-child)> :last-child>* {
  padding-left: 20px !important;
}

.product-thumbnail {
  width: 60px;
  height: 60px;
}

.font-14 {
  font-size: 14px;
}


.cart__wraap {
  border: 1px solid #BFBFBF;
  padding: 20px;
}
.cart__content {
  display: flex;
}

.w__240 img {
  width: 136px;
  height: 136px;
  margin-right: 20px;
}

.cart__img {
  width: 90px;
  height: 110px;
  margin-right: 15px;
}

.cart__img img {
  width: 90px;
  height: 110px;
}

.cart__info h6 {
  font-size: 14px;
  font-weight: 600;
}

.cart__info ul {
  padding-left: 0;
}

.cart__info ul li {
  display: block;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  margin: 3px 0;
}

.cart_del button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  outline: none;
  text-align: center;
}

.cart_dtl {
  position: relative;
  padding: 20px;
}

.cartsdtl {
  background-color: #f0f0f0;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 3px;
  padding: 30px;
}

.cartsdtl ul {
  padding-left: 0;
}

.cartsdtl ul li {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0;
}

.cartsdtl ul li span {
  color: #303030;
  float: right;
  font-size: 14px;
  font-weight: 600;
}

.gift-voucher {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.select-dropdown,
.select-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
  width: 70px;
}

.select-dropdown {
	position: relative;
  border: 1px solid #E6E6E6;
	background-color: transparent;
	border-radius: 4px;
}

.select-dropdown select {
	font-size: 0.875rem;
	font-weight: normal;
	max-width: 100%;
	padding: 4px 20px 4px 10px;
	border: none;
	background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}

.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}

.select-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.p_tag h6 {
  color: #310B06;
}

.loginwrap {
  position: relative;
  padding: 40px;
  height: 100%;
}

.btn.btn-go {
  background: #CF2C1F;
  color: #fff;
  padding: 0.5rem 1rem;
}

.btn.btn-fb {
  background: #4064AC;
  color: #fff;
  padding: 0.5rem 1rem;
}

.btn.btn-tw {
  background: #1C9CEB;
  color: #fff;
  padding: 0.5rem 1rem;
}

.p__s0 {
  padding-left: 0;
}

.p__e0 {
  padding-right: 0;
}

.optionselect {
  max-width: 80px;
}

.product_dtls {
  padding: 20px;
}

.paaymentmethod img {
  height: 80px;
}

.offcanvas-end {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: all 0.4s ease;
  max-width: 400px;
  width: 400px;
}

.offcanvas-end.show {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}

#offcanvasRight {
  z-index: 1060;
}

.offcanvas {
  z-index: 1060;
}


.login-wrapper {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  padding: 30px;
}

.login-tabs .nav-pills {
	display: flex;
	justify-content: center;
}

.login-tabs .nav-item {
	margin: 0 4px;
}

.login-tabs .nav-pills .nav-link {
	background-color: transparent !important;
	border: 2px solid #f2f2f3;
	border-radius: 4px;
	color: rgb(69, 69, 69);
	font-size: 14px !important;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 32px !important;
	/* margin: 0 6px; */
}

.login-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #f2f2f3 !important;
	border: 2px solid #f2f2f3;
	border-radius: 4px;
	color: rgb(69, 69, 69);
	padding: 8px 32px !important;
}





