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





.compare-btn {
    color: #000;
    display: block;
    position: relative;
    z-index: 11;
    text-align: center;
}

.compare-selectbox-container {
    height: 160px;
    background-color: #f3f4f6;
    border-radius: 2px;
    border: 1px solid #ebedec;
    position: relative;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.products_imgs {
    width: 100%;
    height: 250px;
    background: #FFF;
}

.product_item {
    margin: 2px 10px;
}
.product_img a{
    font-size: large;
    color: var(--color1);
    font-weight: 600;
}
.product_item .product_img {
    width: 240px;
    padding: 5px;
    border: 1px solid #CCC;
    height: 200px
}

.product_item .product_img:hover {
    border-color: #555
}

.product_item {
    font-size: 11px;
    font-weight: 100
}

td{ border: none;}

.ttable {
    border: 1px solid #FFF
}

.ttable td {
    border: 1px solid #FFF;
    padding: 6px 8px !important;
    font-size: 12px;
}

.ttable tr.even {
    background: #F4F4F8
}

.ttable tr.odd {
    background: #EFF1F1
}

.ttable tr:hover {
    background: #CCC !important
}

.ttable .col_h {
    background: #666;
    color: #FFF;
}

.social a{
    width: 50px;
    height: 50px;

}
.social a i{
    font-size: xx-large;
    margin: 8px;
    font-weight: 600;
}

.social a .fa-twitter {
    color: #4dcceb;
}
.social a .fa-facebook-f, .social a .fa-telegram-plane , .social a .fa-linkedin  {
    color: #4d8deb;
}
.social a .fa-whatsapp {
    color: #1bd741;
}

.social a .fa-instagram {
    color: rgba(243, 6, 95, 0.94);
}
