
.pcolor2 {
    cursor: pointer;
    padding: 0px 4px;
    margin: 0px 3px 6px 0px;
    border: 1px solid #CCC;
    height: 26px;
    vertical-align: middle;
    border-radius: 50px;
    margin-left: 2px;
    width: 26px;
    text-align: center;
    line-height: 14px;
}
.pguaranty {
    cursor: pointer;
    padding: 0px 4px;
    margin: 0px 3px 6px 0px;
    height: 24px;
    vertical-align: middle;
    border-radius: 50px;
    margin-left: 2px;
    width: 24px;
    text-align: center;
    line-height: 14px;
}
.colorTitle {
    border: 1px solid #DDD;
    border-radius: 50px;
    padding: 0 5px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    line-height: 20px;
    top: -3px;
    position: relative;
}
.radio_color,.radio_guaranty{display:none}
.colors_fields input[type=radio] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
  width: 14px;
  height: 14px;
}
.guaranty_fields input[type=radio] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
}
.colors_fields input[type=radio] + label{
	border: 3px solid #e6e6e6;
}
.guaranty_fields input[type=radio] + label{
	border:3px solid #AAA;
}
.colors_fields input[type=radio]:checked + label,.guaranty_fields input[type=radio]:checked + label{
	border:3px solid #b2b2ff;
	padding: 3px;
}
.colors_fields input[type=radio]:checked + label span img,.guaranty_fields input[type=radio]:checked + label span img {
  opacity: 1;
}
/*.input-spinner.custom-input-sm{width:120px;margin: -4px 4px 10px 4px;direction:rtl;}*/
/*.input-spinner.custom-input-sm .btn{border-radius: 3px;z-index:0;border:1px solid #CCC;margin: 0;padding: 5px 14px;}*/
/*.input-spinner.custom-input-sm input{padding: 1px;height:36px;z-index:0;border-left:0;border-right:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;text-align: center;}*/
/*.input-spinner .input-group-btn:last-child>.btn{border-right:0}*/
/*.input-spinner .input-group-btn:first-child>.btn{border-left:0}*/
/*#minus-btn{border-radius: 3px 0px 0px 3px;padding: 8px 15px;}*/
/*#plus-btn{border-radius: 0px 3px 3px 0px;padding: 8px 15px;}*/





.product-row {
    /*border-top: 1px solid #E6EAED;*/
    /*padding-top: 20px;*/
    margin-top: 20px;
}
.product-item-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-item {
    font-size: 14px;
    font-weight: 500;
    color: #939393;
    display: flex;
    align-items: center;
}

.product-item:nth-child(1) i {
    color: #DA6600;
}

.product-item:nth-child(2) i {
    color: #034AA2;
}

.product-item:nth-child(3) i {
    color: #CF2900;
}

.product-item i {
    font-size: 21px;
    margin-left: 5px;
}
.icon-img-product {
    width: 21px;
    height: 21px;
}



.product-price-discount {
    font-weight: 700;
    color: var(--color2);
    font-size: 19px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.product-price-off {
    font-size: 22px;
    color: #666;
    text-decoration: line-through;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-end;
}

.product-order-count {
    display: flex;
    align-items: center;
    max-width: 250px;
    height: 48px;
    border-radius: 50px;
    margin-right: 15px;
    background: #E6EAED80;
    padding: 5px 15px;
}

.product-order-count input {
    width: 100%;
    text-align: center;
    height: 100%;
    border: 0;
    outline: none;
    cursor: unset;
    font-size: 21px;
    font-weight: 600;
    background: transparent;
    color: var(--color3);
}

.product-order-count button:hover {
    background: #fff;
}

.product-order-count button {
    width: 100%;
    text-align: center;
    height: 100%;
    background: transparent;
    border: 0;
    padding-top: 5px;
    font-size: 14px;
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    background: transparent;
    border-radius: 30px;
    color: var(--color3);
}

.product-price-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.product-price-before {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: var(--color2);
    text-decoration: line-through;
}

.product-price-main {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

.product-info-btn button {
    background: transparent;
    border: 0;
    font-size: 21px;
    color: #808080;
    margin-left: 10px;
    transition: 0.3s;
}

.product-info-btn button:hover {
    color: var(--color2);
}

.product-price-main i {
    font-size: 18px;
}

.product-btn-add {
    height: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 20px 0 0;
    transition: 0.3s;
    border: 0;
    width: 100%;
    max-width: 360px;
    background: var(--color3);
    border-radius: 40px;
    padding: 10px 30px;
}

.product-btn-add:hover {
    background: var(--color1);
    color: #fff;
}

.product-info-btn {
    display: flex;
    align-items: center;
    padding-right: 25px;
}