#billing_country_field,#shipping_country_field{
display:none;
}
.primary-menu li > a{
padding:0 15px;
}
.product-nav{
width:40px !important;
}
.tabs-nav.cols-7 > li{
width:14.2857%;
}
.tabs-nav.cols-8 > li{
width:12.5%
}
.tabs-nav.cols-9 > li{
width:11.1111%
}
.tabs-nav.cols-10 > li{
width:10%;
} .contact_row {
display: flex;
}
.contact_row label {
flex: 1 1 auto;
}
.contact_row label input{
width:100%;
}
.contact_btn{
text-align:center;
}
.wpcf7-form-control-wrap > input,
.wpcf7-form-control-wrap > select{
width:100%;
} .custom_col{
display:flex; justify-content: space-around;
align-items: center; 
gap:15px;
padding-top:15px;
padding-bottom:15px;
padding-left:15px;
padding-right:15px;
}
@media screen and (max-width:1170px){
.primary-menu li > a{
padding:0 10px;
}
}
@media screen and (max-width:830px){
.tabs-nav.cols-2 > li,
.tabs-nav.cols-3 > li,
.tabs-nav.cols-4 > li,
.tabs-nav.cols-5 > li,
.tabs-nav.cols-6 > li,
.tabs-nav.cols-7 > li,
.tabs-nav.cols-8 > li,
.tabs-nav.cols-9 > li,
.tabs-nav.cols-10 > li{
width:100%;
}
}
@media screen and (max-width:768px){
#slider{
height: 100px !important;
padding:0 !important;
}
.custom_col{
flex-direction: column;
}
}