/******Product details********/
.product_dtl-wrap {
  position: relative;
  overflow: hidden;
}

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

.product_dtls {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 20px;
}

.pp__tag h3 {
  color: #3D3D3D;
}

/*.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-start;
  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;
}

.listsitems ul {
  padding-left: 0;
}

.listsitems ul li {
  list-style: none;
}

.prodcut__dscp {
  margin-top: 50px;
}

.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;
}

.depart-tabs .nav-pills {
  /* background-color: #ebebeb;
  border-radius: 3px;
  padding: 20px; */
	display: flex;
	justify-content: center;
}

.depart-tabs .nav-item {
	margin: 0 4px !important;
}

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

.depart-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #12436B !important;
	border: 2px solid #12436B;
	border-radius: 4px;
	color: #fff;
	padding: 8px 32px !important;
}

.testi_wrap {
  padding: 20px;
}

.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__inner {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 30px;
}

.checkout__wrap {
  position: relative;
}

.cart_wrap {
  position: relative;
}


.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 8px !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: 100px;
  height: 100px;
  margin-right: 20px;
}

.cart__img {
  border: 1px solid #dcdcdc;
  padding: 4px;
  width: 90px;
  height: 90px;
  margin-right: 15px;
}

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

.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: #3D3D3D;
}

.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;
}



.vrmedia-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* max-width: 567px;
  margin: 5rem auto;
  background: white;
  padding: 20px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 8px;
  backdrop-filter: opacity(0.5) */
}

.vrmedia-gallery img {
  object-fit: cover;
  width: 100%
}

.vrmedia-gallery .lSGallery {
  display: inline-flex
}

.vrmedia-gallery .lSGallery li {
  border-radius: 12px !important
}

.vrmedia-gallery .lSGallery li.active {
  border: 1px solid #242423
}


.accordion-item {
  background-color: #fff;
  border: none;
  border-radius: none;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .accordion-item {
  border-bottom: 1px solid #dbdbdb;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #dbdbdb;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0 0.8rem 0;
  color: #3D3D3D;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #3D3D3D;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #3D3D3D;
  border: 1px solid #c4c4c4;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #3D3D3D;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}

.listsitems ul li {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.listsitems ul li span {
  margin-right: 8px;
}

.navside_wrapper {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 40px;
}


.form-group {
  display: block;
  margin-bottom: 10px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #7f7f7f;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
}

.form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 12px;
  border: solid #c04f15;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.price-input {
  width: 100%;
  display: flex;
  margin: 20px 0 20px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 42px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  margin-left: 0;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.sliders {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.sliders .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #C04F15;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #C04F15;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #C04F15;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.custom-btn__outline {
  background-color: #C04F15;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.size-box .size-grid .list-item .item-qno {
  margin: 6%;
  border-radius: 2px;
  background-color: #f8f8f8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.size-box .size-grid .list-item a {
  display: block;
  border: 1px solid #666;
  padding: 2px 0;
  border-radius: 2px;
  background-color: #f8f8f8;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.size-box .size-grid .list-item .item-qno:hover,
.size-box .size-grid .list-item a:hover {
  font-weight: 500;
}

.size-box .size-grid .list-item a.q-current {
  font-weight: 500;
}