/* NICE SLECT */

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #F9F9F9;
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    overflow-y: hidden;
}

.nice-select:hover {
    border-color: #FE992E;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #FE992E;
    overflow-y: visible;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    z-index: 999;
    width: fit-content;
    min-width: 195px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    max-height: 300px;
}

.col-md-6.col-sm-6.untuch-input {
    opacity: .5;
    pointer-events: none;
}

#repeat-shipping-checkbox {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#repeat-shipping-checkbox:checked~label[for="repeat-shipping-checkbox"]:after {
    opacity: 1;
}

#repeat-shipping-checkbox:checked~label.filter-label {
    background: #FE992E;
    border-color: #FE992E;
}

.nice-select.open-to-filter {
    overflow-y: visible;
}

.nice-select.open-to-filter .list {
    display: block;
    z-index: 999;
    width: fit-content;
    min-width: 195px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 8%);
    border-radius: 8px;
    max-height: 300px;
}

li.hide-option {
    display: none!important;
}

.filter-label:after {
    content: '';
    opacity: 0;
    position: absolute;
    transform: rotate(-45deg);
    height: 5px;
    top: 3px;
    left: 2px;
    width: 9px;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.mob-sort-right+.nice-select .list {
    left: auto;
    right: 0;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: flex;
    align-items: center;
}

.nice-select.sort-select .option {
    padding-right: 40px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #FE992E;
}

.nice-select .option:hover {
    color: white;
}

.nice-select .option.selected {
    font-weight: 700;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}


/* END NICE SELECT */


/* START SEARCH WIDGET */

.search-item-box {
    position: relative;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.search-item-box .screen-reader-text {
    display: none
}

.search-item-box input {
    padding-right: 55px;
    padding-left: 12px;
    color: #323232;
    height: 42px;
    border: 1px solid transparent;
    background: #f6f6f6;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    width: 100%
}

.search-item-box input:focus {
    background: transparent;
    border-color: #f49025;
}

.search-item-box #searchsubmit {
    background: none;
    position: absolute;
    right: -3px;
    top: 0px;
    padding: 0 12px;
    /*font-size: 14px;*/
    color: #626262;
    cursor: pointer;
    width: auto;
    line-height: 42px;
    height: 42px;
    border: none;
    transition: .3s;
}

.search-item-box #searchsubmit:focus {
    border: 1px solid rgba(0, 0, 0, 0)
}

.search-item-box #searchsubmit {
    /*background: #db2d2e;*/
    color: #fff
}

.search-item-box #searchsubmit:hover {
    background: #323232
}

.search-item-box .cd-loader {
    top: 12px;
    right: 53px
}

.search-item-box .cardealer-auto-compalte-default {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    top: 10px
}

.search-item-box .cardealer-auto-compalte-default ul li {
    background: #fff;
    padding: 10px
}

.search-item-box .cardealer-auto-compalte-default ul li a {
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: normal
}

.search-item-box .cardealer-auto-compalte-default ul li .search-result-image {
    display: table-cell;
    width: 40px
}

.search-item-box .cardealer-auto-compalte-default ul li .search-result-name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px
}

.search-item-box .cardealer-auto-compalte-default ul li .search-result-image+.search-result-name {
    padding-left: 15px
}


/* END SEARCH WIDGET */

.widget {
    margin-bottom: 40px;
}

.widget .widgettitle {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}


/* .widget .widgettitle:before {*/


/*    position: absolute;*/


/*    content: "";*/


/*    width: 20px;*/


/*    height: 2px;*/


/*    background: #db2d2e;*/


/*    left: 0;*/


/*    bottom: 0;*/


/*}*/

.slick-slider .slick-track,
.slick-slider .slick-list {
    max-height: 400px;
}

.slick-arrow {
    display: none !important;
}

.search-item-box .input-group {
    margin-top: 9px;
}

.search-item-box .input-group-btn .btn.button {
    padding: 9px 12px;
    border: none;
}

.list-group .list-catalog-nav {
    padding: 13px 15px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #fff;
}

.list-group .list-catalog-nav a {
    color: #db2d2e;
}

.list-group .list-catalog-nav:last-child {
    border-bottom: 1px solid #ddd;
}

.sorting-options-main select {
    padding: 8px 14px;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 14px;
    width: 100px !important;
    font-family: Font Awesome\ 5 Pro!important;
    margin: 0 auto;
}

.star-rating .star-it:before,
.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 1px;
    color: #d3ced2;
    width: 100px !important;
    white-space: nowrap;
    font-weight: 600;
}

.star-rating .star-it {
    display: inline;
    overflow: hidden;
    float: left;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating .star-it:before {
    content: "\f005\f005\f005\f005\f005";
    color: #f49025;
}

.car-details-sidebar .star-rating .star-it:before,
.car-details-sidebar .star-rating:before,
.car-details-sidebar .star-rating {
    width: 100px;
}

.store-page-extra li {
    list-style: none;
}

.store-page-extra li>span {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.store-page-extra li>strong {
    display: inline-block;
    text-align: right;
    color: #363636;
    vertical-align: top;
}

.store-page-extra li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.store-page-extra li .product-page-cart {
    width: 200px;
}

.woocommerce .rateit .rateit-range {
    background: url(../img/star.png);
}

.woocommerce .rateit .rateit-hover {
    background: url(../img/star.png) left -32px;
}

.woocommerce .rateit .rateit-selected {
    background: url(../img/star.png) left -16px;
}

.woocommerce .rateit .rateit-preset {
    background: url(../img/star.png) left -48px;
}


/****************************
  Cart Page
/****************************/

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce-cart table.shop_table.cart .button,
.woocommerce-checkout .woocommerce form.login .button,
.woocommerce-checkout .woocommerce form.checkout_coupon .button {
    background: #db2d2e;
    color: #ffffff;
    border: none;
    padding: 12px 15px;
    font-weight: 500;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.woocommerce-cart table.shop_table.cart .button:hover,
.woocommerce-checkout .woocommerce form.login .button:hover,
.woocommerce-checkout .woocommerce form.checkout_coupon .button:hover {
    background: #323232;
    color: #ffffff;
}

.woocommerce-cart table.shop_table.cart .coupon+.button {
    background: #323232;
    color: #ffffff;
}

.woocommerce-cart table.shop_table.cart .coupon+.button:hover {
    background: #db2d2e;
    color: #ffffff;
}

.woocommerce-cart .with-sidebar {
    padding: 0;
}

.woocommerce-cart table.shop_table {
    border-radius: 0;
    margin-bottom: 50px;
}

.woocommerce-cart table.shop_table th,
.woocommerce table.shop_table td {
    border: none;
}

.woocommerce-cart table.shop_table.cart th {
    background: #878992;
    color: #ffffff;
    padding: 15px;
}

.woocommerce-cart table.shop_table.cart tbody {
    border: 1px solid #dddddd;
}

.woocommerce-cart table.shop_table.cart tr.cart_item {
    background: #ffffff;
    border: none;
}

.woocommerce-cart table.shop_table.cart tr.cart_item td {
    padding: 20px 15px;
}

.woocommerce-cart table.shop_table.cart tr:nth-child(odd) {
    background: #ffffff;
}

.woocommerce-cart table.shop_table.cart tr:nth-child(even) {
    background: #f9f9f9;
}

.woocommerce-cart table.shop_table.cart td.product-remove {
    width: 40px;
    padding-right: 0;
}

.woocommerce-cart table.shop_table.cart td.product-remove .remove {
    color: #db2d2e !important;
}

.woocommerce-cart table.shop_table.cart td.product-remove .remove:hover {
    background: #db2d2e;
    color: #ffffff !important;
}

.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 90px;
    min-width: 90px;
    margin: 0;
    height: auto;
}

.woocommerce-cart table.shop_table.cart td.product-quantity .quantity {
    display: inline-block;
    position: relative;
}

.woocommerce-cart table.shop_table.cart td.product-quantity .qty {
    padding-right: 30px;
    padding-left: 30px;
    width: 100px;
    height: 60px;
    border: 1px solid #dddddd;
    color: #353535;
    text-align: center
}

.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .val-quantity {
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    top: 0;
    transform: translateY(0%);
    width: 30px;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 481px) {
    .woocommerce-cart table.shop_table.cart td.product-quantity .quantity .val-quantity {
        position: absolute;
        cursor: pointer;
        font-size: 12px;
        top: 0;
        transform: translateY(0%);
        width: 30px;
        display: flex;
        height: 60px;
        justify-content: center;
        align-items: center;
    }
}

.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .val-quantity.plus {
    left: 0px;
}

.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .val-quantity.minus {
    right: 0px;
}

.woocommerce-cart table.shop_table.cart td.product-price .amount {
    color: #444444;
}

.woocommerce-cart table.shop_table.cart td.product-subtotal .amount {
    color: #353535;
    font-weight: 600;
    font-size: 16px;
}

.woocommerce-cart table.shop_table.cart td.actions {
    padding: 20px 15px;
    background: #f1f1f1;
    border-top: 1px solid #dddddd;
}

.woocommerce-cart table.shop_table.cart td.actions #coupon_code {
    width: 200px !important;
    height: 38px;
    padding: 10px 15px;
}


/* Cart Total */

.woocommerce .cart-collaterals h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cross-sells .products .car-item {
    border: 1px solid #dddddd;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    text-align: right;
}

.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td {
    padding: 15px 20px;
    border: none;
    text-align: right;
}

.woocommerce .cart-collaterals .cart_totals .shop_table {
    margin-bottom: 0;
}

.woocommerce-cart .cart_totals .checkout-button.alt {
    padding: 18px 20px;
    margin-bottom: 0;
}


/*.woocommerce-cart .cart_totals .checkout-button.alt:hover { background: #db2d2e; }*/

.woocommerce .cart-collaterals .cart_totals .order-total th,
.woocommerce .cart-collaterals .cart_totals .order-total td {
    background: #f5f5f5;
}

.woocommerce .cart-collaterals .cart_totals .order-total .amount {
    font-size: 22px;
    color: #fe992f;
}


/* Shop Details Single Variation Setting */

.woocommerce .summary .variations_form .variations .label {
    color: #323232 !important;
}

.woocommerce .summary .variations_form .variations .value {
    padding: 0;
}

.woocommerce .summary .variations_form .variations .value .reset_variations {
    margin: 0;
    position: relative;
    left: 15px;
    top: 7px;
}

.woocommerce .summary .variations_form .single_variation_wrap .single_variation {
    display: table-cell;
    min-width: 120px;
}

.woocommerce .summary .variations_form .single_variation_wrap .variations_button {
    display: table-cell;
}

.woocommerce .summary .variations_form .single_variation_wrap .single_variation .price {
    border-bottom: none;
}


/****************************
  Checkout Page
/****************************/

.woocommerce-checkout .with-sidebar,
.woocommerce-account .with-sidebar {
    padding: 0;
}

.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.checkout_coupon {
    border-radius: 0;
    margin-top: 0;
}

.woocommerce-checkout .woocommerce form.login label.inline {
    margin-left: 15px;
    margin-top: 7px;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-checkout form.woocommerce-checkout {
    margin-top: 30px;
}

.woocommerce .woocommerce-info {
    background: #323232;
    color: #ffffff;
    line-height: 33px;
    border-top-color: #db2d2e;
    padding-right: 18px !important;
    margin-bottom: 15px !important;
}

.woocommerce .woocommerce-info:before {
    color: #db2d2e;
}

.woocommerce .woocommerce-info a {
    float: right;
}

.woocommerce .woocommerce-info a:focus {
    color: #ffffff;
}

.woocommerce .woocommerce-info .button {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #db2d2e;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 12px 22px;
    position: relative;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.woocommerce .woocommerce-info .button:hover {
    background: #db2d2e;
    color: #ffffff;
    padding: 12px 30px;
}

.woocommerce .woocommerce-info .button:hover:before {
    content: normal;
}

.woocommerce .woocommerce-error {
    background: #323232;
    color: #ffffff;
    line-height: 33px;
    border-top-color: #db2d2e;
    padding-right: 18px !important;
}

.woocommerce .woocommerce-error li a {
    float: right;
}

.woocommerce .woocommerce-error:before {
    color: #db2d2e;
}

.woocommerce .woocommerce-error li {
    padding: 3px 0;
}

.woocommerce .woocommerce-error li strong {
    color: #db2d2e;
    margin-right: 5px;
}

.woocommerce .woocommerce-error li ul {
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .woocommerce form.login .input-text,
.woocommerce-checkout .woocommerce form.checkout_coupon .input-text {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    color: #323232;
}

.woocommerce .woocommerce-checkout .form-row textarea {
    height: 100px;
    padding: 12px;
    border: 1px solid #dddddd;
}

.woocommerce .woocommerce-checkout .form-row .country_select>a,
.woocommerce .woocommerce-checkout .form-row .state_select>a {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

.woocommerce .woocommerce-checkout .form-row.woocommerce-invalid input {
    background: rgba(248, 89, 89, 0.1);
    border: 1px solid rgba(248, 89, 89, 0.5) !important;
    color: #db2d2e;
}

.woocommerce #customer_details {
    margin-bottom: 50px;
}

.woocommerce-order-received .woocommerce h2,
.woocommerce .woocommerce-checkout h3 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 10px 0px 0;
    font-weight: 500;
    position: relative;
}


/*.woocommerce-order-received .woocommerce h2:before,*/


/*.woocommerce .woocommerce-checkout h3:before {*/


/*    content: "";*/


/*    position: absolute;*/


/*    left: 0;*/


/*    bottom: 0;*/


/*    width: 50px;*/


/*    height: 3px;*/


/*    background: #db2d2e;*/


/*}*/

.woocommerce table.order_details,
.woocommerce .woocommerce-checkout-review-order table.shop_table {
    border: none;
    border-radius: 0
}

.woocommerce .order_details th,
.woocommerce .order_details td,
.woocommerce .woocommerce-checkout-review-order table th,
.woocommerce .woocommerce-checkout-review-order table td {
    border: none;
}

.woocommerce .order_details thead th,
.woocommerce .woocommerce-checkout-review-order table thead th {
    background: #323232;
    color: #ffffff;
    padding: 15px 20px;
    text-align: right;
}

.woocommerce .order_details tbody td,
.woocommerce .order_details tfoot th,
.woocommerce .order_details tfoot td,
.woocommerce .woocommerce-checkout-review-order table tbody td,
.woocommerce .woocommerce-checkout-review-order table tfoot th,
.woocommerce .woocommerce-checkout-review-order table tfoot td {
    padding: 15px 20px;
    border-left: 1px solid #dddddd;
    text-align: right;
    border-bottom: 1px solid #dddddd;
}

.woocommerce .order_details tbody td.product-total,
.woocommerce .woocommerce-checkout-review-order table tbody td.product-total {
    border-right: 1px solid #dddddd;
}

.woocommerce .order_details tfoot th,
.woocommerce .order_details tfoot td,
.woocommerce .woocommerce-checkout-review-order table tfoot th,
.woocommerce .woocommerce-checkout-review-order table tfoot td {
    border-bottom: 1px solid #dddddd;
    border-top: none;
    background: #f8f8f8;
    text-align: right;
}

.woocommerce .order_details tfoot td,
.woocommerce .woocommerce-checkout-review-order table tfoot td {
    border-right: 1px solid #dddddd;
}

.woocommerce table.order_details tfoot tr th,
.woocommerce table.order_details tfoot tr td,
.woocommerce .woocommerce-checkout-review-order table tfoot .cart-subtotal th,
.woocommerce .woocommerce-checkout-review-order table tfoot .order-total th {
    color: #323232;
    font-size: 16px;
}

.woocommerce table.order_details tfoot .cart-subtotal .amount,
.woocommerce .woocommerce-checkout-review-order table tfoot .cart-subtotal .amount {
    color: #323232;
    font-size: 18px;
}

.woocommerce table.order_details tfoot tr .amount,
.woocommerce .woocommerce-checkout-review-order table tfoot .order-total .amount {
    color: #db2d2e;
    font-size: 22px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    /* background: #323232;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 50px;
    border-radius: 0; */
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment label {
    color: #ffffff;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #ffffff;
    border-radius: 0;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    margin-left: 15px;
}

#add_payment_method #payment div.form-row #place_order,
.woocommerce-cart #payment div.form-row #place_order,
.woocommerce-checkout #payment div.form-row #place_order {
    background: #db2d2e;
    font-size: 16px;
    padding: 20px 30px;
    border-radius: 0;
}

.woocommerce .woocommerce-billing-fields .form-row-wide .nice-select {
    width: 100%;
}


/* Proced Cehckout Page */

.woocommerce .woocommerce-thankyou-order-received {
    background: rgba(221, 249, 201, 0.96);
    color: #6bab3c;
    padding: 15px 20px;
    text-align: center;
    border: 1px solid rgba(200, 241, 171, 0.8);
    font-size: 16px;
}

.woocommerce .woocommerce-thankyou-order-details {
    border: 1px solid #ddd;
    padding: 15px 25px;
    margin-bottom: 30px;
}

.woocommerce table.order_details tfoot tr th,
.woocommerce table.order_details tfoot tr td {
    border-top: none;
}

.woocommerce .woocommerce-account-fields .input-checkbox {
    position: relative;
}

.select2-container .select2-selection--single {
    height: 40px;
    border-radius: 0;
    border-color: #dddddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 40px;
}

.woocommerce .place-order .wc-terms-and-conditions .woocommerce-form__label {
    position: relative;
    padding-left: 25px;
}

.woocommerce .place-order .wc-terms-and-conditions .input-checkbox {
    position: absolute;
    left: 0;
    top: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0;
}

.woocommerce a.remove {
    height: 32px;
    width: 32px;
    line-height: 1;
    text-align: center;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    display: flex;
    align-items: center;
    font-size: 26px;
    justify-content: center;
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: red;
}

.woocommerce .panel-default>.panel-heading {
    background: #878992;
    color: #ffffff;
    line-height: 33px;
    border-top-color: #db2d2e;
    margin-bottom: 0px !important;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.woocommerce .radio,
.woocommerce .checkbox {
    left: 0;
    top: 3px;
    width: 25%;
    display: inline-block;
}
.payment-methods-block.radiolist-wrapper .radio.pay-system {
    width: 25%;
}

.woocommerce .radio span,
.woocommerce .checkbox span {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.none {
    display: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
    content: ' ';
    display: table
}

.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
    clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 16px 32px;
    padding: 0;
    position: relative;
    width: 22.05%;
    /*margin-left: 0;*/
    border: 1px solid #e3e3e3;
    text-align: center;
}

.woocommerce ul.products li.product:nth-child(3),
.woocommerce-page ul.products li.product:nth-child(3) {
    margin-right: 0
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 29.5%;
    text-align: center;
    border-radius: 8px;
    padding-bottom: 16px;
}

@media(max-width:1024px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n),
    .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
    .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        float: right;
        clear: none !important;
    }
    .woocommerce ul.products.columns-3 li.product:nth-child(2n+2),
    .woocommerce-page ul.products.columns-3 li.product:nth-child(2n+2),
    .woocommerce ul.products.columns-4 li.product:nth-child(2n+2),
    .woocommerce-page ul.products.columns-4 li.product:nth-child(2n+2) {
        margin-right: 0;
    }
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        width: 48%;
        margin-right: 3.8%;
    }
}

@media(max-width: 499px) {
    .woocommerce ul.products.columns-1 li.product,
    .woocommerce-page ul.products.columns-1 li.product,
    .woocommerce ul.products.columns-2 li.product,
    .woocommerce-page ul.products.columns-2 li.product,
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        width: 100%;
        margin-right: 0;
        clear: none;
    }
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    z-index: 9;
    top: 10px;
    right: 10px;
    left: auto;
    margin: 0;
    border-radius: 3px;
    min-height: inherit;
    line-height: 24px;
    background-color: #10bf9c;
    padding: 2px 13px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    line-height: 46px;
}

.woocommerce ul.products li.product .car-image {
    width: 100%;
    height: 190px;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 -16px 0 -16px;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: ' ';
    display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 10px;
    right: 10px;
    left: auto;
    margin: 0;
    border-radius: 3px;
    min-height: inherit;
    line-height: 24px;
    background-color: #10bf9c;
    padding: 2px 13px;
    text-transform: uppercase;
}

.woocommerce span.onsale {
    /*right: auto;*/
    /*left: 10px;*/
    left: auto;
    right: 65px;
    top: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    margin: 0;
    padding: 8px;
    font-size: 1.75rem;
}

@media screen and (max-width: 1440px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 1.5rem;
    }
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    text-align: center;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .button {
    font-size: 100%;
    margin: 0;
    margin-top: 14px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    background: #db2d2e;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    padding: 8px 20px;
    line-height: 20px;
}

.woocommerce ul.products li.product .price {
    color: #363636;
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    margin: 8px 0;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    text-decoration: none;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    margin-right: 3px;
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    /*font-size: 16px;*/
    text-decoration: none;
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5);
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
}

.woocommerce ul.products li.catalog-block .img-wrapp,
.woocommerce ul.products li.product-block .img-wrapp {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    /*margin: 0 0 1em;*/
}

.woocommerce ul.products li.catalog-block .img-wrapp>div,
.woocommerce ul.products li.product-block .img-wrapp>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce ul.products li.catalog-block .img-wrapp>div {
    background-size: cover;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

.woocommerce.single-product .product {
    overflow: visible;
}

.woocommerce div.summary .review {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin: 25px 0;
}

.search-item-box.form-group {
    margin-top: 3px;
}

@media(max-width: 1200px) {
    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0 -23px 1rem 0;
    }
}
@media(max-width: 1100px) {
    .woocommerce .radio, .woocommerce .checkbox {
        left: 0;
        top: 3px;
        width: 33.3%;
        display: flex;
        justify-content: center;
        padding: 0 0.5rem
    }
    .payment-methods-block.radiolist-wrapper .radio.pay-system {
        width: 33.3%;
    }
    #order-totals + .row,
    .cart_totals .row {
        justify-content: flex-end;
    }

}
@media(max-width: 992px) {
    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0 -15px 1rem 0;
    }
}
@media (max-width: 900px) {
    .woocommerce .radio, .woocommerce .checkbox {
        left: 0;
        top: 3px;
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .payment-methods-block.radiolist-wrapper .radio.pay-system {
        width: 50%;
    }
}
@media(max-width: 768px) {
    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0 0px 1rem 0;
    }
}