.product {
    display: flex;
    flex-direction: column;
}

.woocommerce-breadcrumb {
    color: #000;
    margin: 0 auto;
    width: 80%;
}

.woocommerce-breadcrumb a:hover {
    color: #B6B6B6;
    transition: 0.2s;
}

.shop .title {
    margin-bottom: 30px;
}

.shop .title img {
    width:100%;
}

.shop .title h1{
    color: #000;
}

.shop .categories {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.shop .categories .category {
    width: 23%;
    margin: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.shop .category h2 {
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px;
}

.shop .category h2 {
    text-decoration: unset;
    color: #000;
    transition: .3s;
}

.category__content {
    display: flex;
}

.category__content img {
    width: 100%;
}

.main_category_description {
    width: 70%;
    margin: 20px auto;
    font-family: Montserrat;
}

.main_category_description h2 {
    font-size: 36px;
    text-align: center;
}

.main_category_description h3 {
    font-size: 20px;
}

.item_product, .item_product_more{
    width: 24%;
    height: 434px;
    margin: 8px;
    display: flex;
    flex-direction: column;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.item_product {
    position: relative;
    color: #000;
}

.item_product a {
    margin: 10px auto;
}

.item_product img {
    width: 150px;
    height: 150px;
    margin: -10px auto;
    cursor: pointer;
}

.item_product h3 {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    margin: 0px 10px 10px;
    height: 20%;
}

.item_product a {
    text-decoration: none;
    color: unset;
    transition: 0.3s;
}

.item_product a:hover {
    color: #B50D05;
    transition: 0.3s;
}

.item_product .product_line {
    width: 71px;
    height: 0px;
    margin: -10px 10px;
}

.item_product .product_sku {
    color: #1C1924;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 40px 10px 10px;
}

.item_product .product_available, .item_product .product_rating  {
    display: flex;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px 10px;
    align-items: center;
}

.item_product i, .product_info i {
    /*margin-right: 10px;*/
}

.yes_available {
    width: 24px;
    height: 24px;
    background: url("../images/yes_available.svg");
}

.no_available {
    width: 24px;
    height: 24px;
    background: url("../images/no_available.svg");
}

.rating {
    width: 20px;
    height: 20px;
    background: url("../images/rating_star.svg");
}

.product_rating .response {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}

.item_product .add_to_cart_button, .item_product .message_if_no_in_stock_button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 150px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #FD2016;
    background: #FFF;
    color: #B50D05;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: .5s;
}

.item_product button:hover, .add_to_cart_button:hover {
    cursor: pointer;
    color: #FFF;
    font-weight: 700;
    /*border-radius: 5px;*/
    background: #FD2016;
    transition: .5s;
}

.message_if_no_in_stock_button {
    color: #ba910d;
    border-color: #FFC700;
}

.message_if_no_in_stock_button:hover {
    color: #FFF;
    background: #FFC700;
}

.item_product_more {
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.item_product_more span {
    color: #000;
    font-family: Montserrat;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: capitalize;
    margin: auto;
}

.item_product_more a {
    color: #000;
    text-decoration: none;
    transition: .3s;
}

.item_product_more a:hover, .shop .category h2 a:hover {
    color: #B50D05;
    transition: .5s;
}

.item_product .price {
    position: absolute;
    bottom: 15px;
    left:20px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
}

.item_product .price span {
    font-size: 20px;
}

.item_product .sale_price {
    color: #B50D05;
}

.item_product .price del{
    font-size: 18px;
}

.breadcrumb {
    margin-top: 10px;
    color: #000;
}

.breadcrumb a {
    color: #000;
    text-decoration: none;
    transition: .3s;
}

.breadcrumb a:hover {
    color: #919191;
    text-decoration: none;
    transition: .3s;
}

.site-main {
    margin: 40px auto;
}

.product {
    width: 80%;
    margin: 40px auto;
}

.product {
    display: flex;
    flex-direction: column;
}

.product_image_and_info {
    display: flex;
    flex-direction: row;
}

.wc-product-image {
    width: 600px;
}

.product_info {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    font-size: 16px;
}

.product_title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product__line {
    margin-bottom: 15px;
}

.product__sku{
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.product__available_rating_review {
    display: flex;
    flex-direction: row;
}

.product__available, .product__rating {
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    margin-right: 15px;
}

.product__available div, .product__rating div{
    margin-right: 15px;
}

.product__rating .response {
    font-weight: 700;
}

.product__description {
    margin-top: 45px;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product__price {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}

.product__price del{
    color: #B6B6B6;
}

.product__add_to_cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

.input_count_to_cart {
    /*width: 120px;*/
    display: flex;
    align-items: center;
    /*border: 1px solid #7E100B;*/
    padding: 0;
    background: #7E100B;
    margin-right: 20px;
}

.input_count_to_cart input[type="number"] {
    width: 35px;
    height: 32px;
    text-align: center;
    border: 1px solid #7E100B;
    background: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.input_count_to_cart input[type="number"]::-webkit-outer-spin-button,
.input_count_to_cart input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.input_count_to_cart button {
    width: 35px;
    height: 35px;
    background: #7E100B;
    cursor: pointer;
    color: #FFF;
    font-weight: 500;
    border: 0;
}

.add_to_cart_button {
    width: 150px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #FD2016;
    background: #FFF;
    color: #B50D05;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: .5s;
}

.product__characteristics {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.characteristics_title, .related_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.characteristics_title span, .related_title span {
    margin-right: 30px;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    min-width: 20%;
}

.characteristics_info .character {
    height: 57px;
    background: rgba(253, 32, 22, 0.50);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.characteristics_info .character .first {
    width: 30%;
    padding-left: 30px;
}

.characteristics_info .character .second {
    width: 70%;
    height: 100%;
    background: rgba(41, 45, 50, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}

.related_products {
    margin-top: 30px;
}

.products_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.products_list .product {
    margin-top: 0;
}

.products_list .item_product {
    width: 300px;
}

.filters-for-mobile {
    display: none;
    width: 50px;
    height: 50px;
    background: url("../images/mob_menu.svg") center no-repeat;
    margin-left: 25px;
    transition: 0.5s;
}

.filters {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding:5px;
    width: 370px;
    min-height: 800px;
}

.filters .title-filter-group {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 30px;
}

.filters .filter-group ul {
    margin-top: 20px;
}

.filters .filter-group ul ul {
    margin-top: 7px;
}

.filters .filter-group .active_subcategory a {
    color: #B50D05;
}

.filters .filter-group li {
    margin-left: 30px;
    margin-bottom: 7px;
}

.filters .filter-group a {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: 0.3s;
}

.filters .filter-group a:hover {
    color: #B50D05;
    transition: 0.3s;
}

.filters .select_auto_brand, .filters .select_vendor, .filters .select_appointment  {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-left: 30px;
    margin-bottom: 20px;
    max-width: 90%;
}

.filters .select_auto_brand select, .filters .select_vendor select, .filters .select_appointment select {
    margin-top: 10px;
    padding: 10px;
    font-family: Manrope;
    font-size: 16px;
    /*max-width: 280px;*/
    border: none;
}

.filters .select_vendor select {
    margin-right: -20px;
}

.filters select {
    width: 295px;
}

.filters select option {
    width: 280px;
}

.filters .select_auto_brand select option:hover, .filters .select_vendor select option:hover, .filters .select_appointment select option:hover {
    color: #B50D05;
    cursor: pointer;
}

.right_content {
    width: 100%;
}

.section_category {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.products_row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.products_row .item_product {
    width: 31%;
    margin-top: 0;
    margin-bottom: 20px;
}

.filter_price {

}

.filter_price .inputs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #000;
    margin-top: 15px;
}

.filter_price .inputs input {
    width: 70px;
    margin: 0 10px;
}

.cart {
    width: 100%;
}

.cart .title, .search .title {
    width: 80%;
    margin: 0 auto;
}

.cart .container {
    width: 80%;
    margin: 20px auto;
}

.cart .item_product {
    height: 345px;
}

.item_product .product_line {
    margin-top: 5px;
}

.cart .item_product .product_sku, .cart .item_product .product_rating {
    font-size: 12px;
    margin: 5px 3px;
}

.cart .item_product .price {
    position: unset;
    color: #FD2016;
    font-size: 16px;
}

.cart .filters .form_cart, .form_search {
    margin-left: 30px;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cart .filters .filter-group_cart, .filter-group_search {
    margin-top: 20px;
    /*margin-left: 30px;*/
    margin-bottom: 20px;
}

.filter-group_cart .title-filter-group {
    margin-left: 0;
    margin-bottom: 20px;
}

.filter-group_cart .cart_sum {
    color: #FD2016;
}

.cart_options {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.cart_options label {
    font-size: 15px;
    cursor: pointer;
}

.cart_options label:hover {
    color: #B50D05;
}

.cart_options p {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.cart_options input[type="radio"], .cart_options input[type="checkbox"] {
    margin-top: 0;
    margin-right: 8px;
}

.cart_options input[type='radio'], .cart_options input[type="checkbox"] {
    position: relative;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.cart_options input[type='radio']::before, .cart_options input[type='checkbox']::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 2px solid #B50D05;
}

.cart_options input[type='radio']:checked::after, .cart_options input[type='checkbox']:checked::after  {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #B50D05;
    transform: translate(-50%, -50%);
    visibility: visible;
}

.cart_options input[type='radio']:checked + label, .cart_options input[type='checkbox']:checked + label {
    color: #B50D05;
}

.form_cart .send_request__submit {
    margin-left: -18px;
}

.cart .item_product .remove {
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.search_container .container {
    margin-top: 20px;
}

.pagination {
    margin-top: 10px;
    margin-left: 30px;
}
