.pb-3
{
  padding-bottom: 3rem!important;
}

.error {
	color:red!important;
	font-size:12px!important;
}

/*==============================================  range slider setting css ============================================================*/
.slider-labels{
  margin-top: 10px;
}

.price-range-setting .caption {
    font-size: 12px;
}

.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color:#891594;;
}

.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background:#891594;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #1e70ba;
  border: 8px solid rgb(137 21 148 / .5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
/*==============================================  range slider css end ============================================================*/


.paymentWrap .paymentBtnGroup {
	max-width: 800px;
	margin: auto;
}

.paymentWrap .paymentBtnGroup .paymentMethod {
	padding: 40px;
	box-shadow: none;
	position: relative;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active {
	outline: none !important;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active .method {
	border-color: #4cd264;
	outline: none !important;
	box-shadow: 0px 3px 22px 0px #7b7b7b;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	left: 3px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: all 0.5s;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.pos {
	background-image: url("../images/mypos.png");
}

.paymentWrap  input[type=checkbox] {
  box-sizing: border-box;
  padding: 0 0 20px 0;
  opacity: 0;
}


.paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
	border-color: #4cd264;
	outline: none !important;
}

.paymentWrap {
	padding: 0px 0px 50px 0;
}


.swal2-html-container {
  color: #fff;
}

.swal2-close
{
  margin-top:10px;
  font-size: 10px;
}

button.swal2-close{
	font-size:40px;
}

.cartimg img{
	width:80px;	
}

.variation-error{
	margin-left:75px;
}

.swal2-container.swal2-bottom-end.swal2-backdrop-show {
    background: transparent;
}

.swal2-content{
  padding: 0 !important;
  font-family: Open Sans,sans-serif !important;
  font-size: 16px !important;
} 

/* pagging css*/

.pagging-html ul li{
	list-style:none;
	display: inline-block;
    margin: 0 2px;
}

.pagging-html ul li a {
    display: block;
    background-color: #f4f4f4;
    padding: 5px 8px;
    background-image: none;
    color: #333;
    font-weight:bold;
}

.pagging-html ul li a.active, .pagging-html ul li:hover a {
    background-color:#891594;
    color: #fff;
    background-image: none;
}


.card--payment.card-header {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
    background: #b8b8b8;
    background: -moz-linear-gradient(200deg, #b8b8b8 0%, #dbdbdb 0%, #dbdbdb 23%, #b8b8b8 58%, #b8b8b8 82%, #b4b4b4 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #b8b8b8), color-stop(0%, #dbdbdb), color-stop(23%, #dbdbdb), color-stop(58%, #b8b8b8), color-stop(82%, #b8b8b8), color-stop(100%, #b4b4b4));
    background: -webkit-linear-gradient(200deg, #b8b8b8 0%, #dbdbdb 0%, #dbdbdb 23%, #b8b8b8 58%, #b8b8b8 82%, #b4b4b4 100%);
    background: -o-linear-gradient(200deg, #b8b8b8 0%, #dbdbdb 0%, #dbdbdb 23%, #b8b8b8 58%, #b8b8b8 82%, #b4b4b4 100%);
    background: -ms-linear-gradient(200deg, #b8b8b8 0%, #dbdbdb 0%, #dbdbdb 23%, #b8b8b8 58%, #b8b8b8 82%, #b4b4b4 100%);
    background: linear-gradient(200deg, #b8b8b8 0%, #dbdbdb 0%, #dbdbdb 23%, #b8b8b8 58%, #b8b8b8 82%, #b4b4b4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#b8b8b8", endColorstr="#d1d1d1", GradientType=1);
    border-radius: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
}

.card--payment.card-header input.form-control {
    border-radius: 4px;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0.75rem;
}

.card--payment input {
    width: 100%!important;
}

.contactsendbtn{
  background-color:#891594;
}

.pname-width{
	width:60%;
}

.pprice-width{
	width:9%;
}

.ptotal-width{
	width:22%;
}

.removepromocode {
    cursor: pointer;
}

.applypromocode {
    margin-top: 0;
    margin-left: 6px;
    height: 42px;
}

.shipmode, .shipoption {
    font-size: 15px;
    padding:0;
    color: #3c3a3a;
    align-items: center;
    letter-spacing: 0.5px;
}

.cursor-pointer{
	cursor:pointer;
}

.sprice{
	color:#891594;
}


form .select2-container--default .select2-selection--single, form .select2-container--default .select2-selection--multiple {
  border: 2px solid #eaeaea !important;
  height: 42px !important;
  border-radius: 0 !important;
}
form .select2-container--default .select2-selection--single:focus, form .select2-container--default .select2-selection--multiple:focus {
  box-shadow: 0 0 0;
  outline: 0;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered, form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 38px !important;
  padding: 0 15px !important;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered:focus, form .select2-container--default .select2-selection--multiple .select2-selection__rendered:focus {
  box-shadow: 0 0 0;
  outline: 0;
  border-color: #ff4500 !important;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b, form .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  top: 90% !important;
}
form .select2-container--default .select2-selection--multiple {
  min-height: 42px !important;
  height: auto !important;
}
form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 30px !important;
  padding-left: 5px !important;
}
form .select2-container--default .selection:focus {
  box-shadow: 0 0 0;
  outline: 0;
  border-color: #ff4500 !important;
}
form .select2-dropdown {
  border: 1px solid #eaeaea !important;
}

form .custom-control label.error {
  order: 2;
}
form .select2error {
  display: grid;
}
form .select2error label.error {
  order: 2;
}

.matlastate span.select2.select2-container.select2-container--default, .matlastate-shipping span.select2.select2-container.select2-container--default {
    width: 100%!important;
}

.checkoutform .row{
	align-items:flex-start;
}

.iti__flag-container {
    height: 42px!important;
}

.search-page-options .category_menu li a.active {
    color: #93bc15;
}

.subscribeform label.error {
    color: #fff!important;
}

.teaser-height{
	height:200px;
}

.requestprice{
	margin-top:28px;
}

.request-button {
    background: #93bc15!important;
    color:#fff!important;
}

.product-item.request-popup .modal-dialog.modal-dialog-centered {
    max-width: 500px;
    text-align:left;
}


.product-item.request-popup .col-lg-12.product-image-section-wrapper{
	max-width:100%;
	flex:0 0 100%;
	padding:0;
}

.header-section .menu_nav li.has-child:nth-last-child(2) .four-category, .header-section .menu_nav li.has-child:nth-child(n+7) .four-category {
  left: 0;
  transform: translate(-79%, 0);
  -ms-transform: translate(-79%, 0);
  -webkit-transform: translate(-79%, 0);
}
.header-section .menu_nav li.has-child:nth-last-child(2) .four-category:before, .header-section .menu_nav li.has-child:nth-child(n+7) .four-category:before {
  left: unset;
  right: 40px;
}

.subcategory-list a{
	color:#000;
}

.subcategory-list a:hover{
	color:#93bc15;
}

.orderimage { 
  width: 64px;
}