
.product-spec-choose .ps-item {
	display: inline-block;
	margin-right: 5px;
	position: relative;
}

.product-spec-choose .ps-item input {
	position: absolute;
	visibility: hidden;
}

.product-spec-choose .ps-item label {
	display: inline-block;
	margin-bottom: .5rem;
	font-size: 16px;
	color: #252525;
	height: 40px;
	width: 100px;
	border: 1px solid #aaa;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius:3px;
}
/*
.product-spec-choose .ps-item label.active {
	
	border: 1px solid #1e1e1e;
	background: #1e1e1e;
	color : #ffffff;
}
*/

.product-spec-choose .ps-item label.active {
	color: #1e1e1e;
	border: 1px solid #1e1e1e;
}

.product-spec-choose .ps-item label.active:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	background: linear-gradient(-45deg, transparent, transparent, 50%, #1e1e1e, 50%,
		#1e1e1e);
}

.product-spec-choose .ps-item label.disabled {
	color: rgba(0, 0, 0, .26); 
	border: 1px solid #b0b0b0;
	cursor: auto;
	text-decoration: line-through;
}

.qty-input {
	display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-color: #1e1e1e;
    border-radius: 3px;
    width: fit-content;
}

.qty-input.payment {
    border-color: #aaa;
}

.qty-input input{
	height:35px;
	width:50px;
	text-align: center;
	font-size: 16px;
    color: #666666;
    line-height: 1.2;
    outline: none;
    padding-right: 15px;
    padding-left: 15px;
	border: 1px;
    border-color: #1e1e1e;
    border-style: none solid;
}


.qty-input.payment input{
	height:25px;
	width:50px;
	border-color: #aaa;
	font-size: 14px;
	border-radius: unset;
}


.product-qty-btn{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
	
	width: 35px;
	height: 35px;
	color: #1e1e1e;
	
	
}

.product-qty-btn.payment{
	width: 25px;
	height: 25px;
}

.product-qty-btn:active{
	background-color: #919191;
	color: white;
}

.product-options{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  -webkit-column-gap: 10px;
    column-gap: 10px;
  width:100%;
}

.product-function .add2cart-btn.type-option{
  width: 100% !important;
  margin-left:unset !important;
}




/*[ Restyle Select2 ]
///////////////////////////////////////////////////////////
*/
/* Select2 */
/*
.select2-container {
  display: unset !important;
  
}
*/

.select2-container {
  width:100% !important;
  
}
@media screen and (max-width: 400px) {
.select2-container {
  width:unset !important;
  
}
}


.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 20px;
  outline: none;
  position: relative;
}


/* in select */
.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  white-space: unset !important;
  padding-right: 26px !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-right: 8px;
}

/* dropdown option */
.select2-container--open .select2-dropdown {
  z-index: 1251;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background-color: #f9f9f9;
}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.select2-container .select2-results__option[aria-selected="true"] {
  background-color: #5897fb;
  color: white;
}


.select2-results__options {
  line-height: 120%;
    font-weight: 300;
    font-size: 0.9rem;
    letter-spacing: 0.25px;
    color: #1e1e1e;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  
  line-height: 150%;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.25px;
    color: #1e1e1e;
}


/*[ rs2-select2 ]
-----------------------------------------------------------
*/
.rs2-select2 .select2-container .select2-selection--single {
  display: flex;  
  background-color: white;
  height: 50px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px ;
  line-height: 120%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #1e1e1e;
}

@media screen and (max-width: 768px) {
	.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered{
		font-size: 0.9rem;
	}
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top:unset;
  height:unset;
}



.select2-container--default .select2-results__option--selected  {
    background-color: #5897fb !important;
    color: white;
}


#add2CartDialog{
  position: fixed;
  bottom: 0px;
  left:0;
  z-index: 20;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  transition: 0.6s ease-in;
  display: none;
}

#add2CartDialog.active{
	display: block;
}

#add2CartDialog .product-function{
	max-width: 450px;
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding:20px;
}


#add2CartDialog .product-function .select-price .product-price {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom:25px;         
}

#add2CartDialog .product-function .select-price .product-price span {
  margin-left: 12px;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
}


#add2CartDialog .product-function .row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 18px;
    column-gap: 18px;
    line-height: 150%;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.25px;
    color: #1e1e1e;
    margin-bottom: 15px;
    width:100%
    
    
}


#add2CartDialog .product-function .row span{
	flex-shrink: 0;
    
    padding: 8px 12px;
}

#add2CartDialog .product-function .product-name{
	margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 150%;
    font-size: 1.5rem;
	
}

#add2CartDialog .product-function .add2cart-btn{
	line-height: 120%;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #ffffff;
    text-align: center;
    padding: 4px 12px;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    width:50%;
    height:40px;
    border-radius: 40px;
}

.list-price{
	text-decoration: line-through;
	color: #aaa;
}


