html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    /* background-color: #F7F7F7; */
    background-color: #f1f1f1;
}

input,
textarea {
    border: 1px solid #eee;
    padding: 7px 12px;
}

*:focus {
    box-shadow: none !important;
    outline: none;
}

button:focus {
    outline: none !important;
}

button,
a {
    position: relative;
}

a:hover {
    text-decoration: none;
}

/* .page-layout-2columns-left .column.main {
    width: 82% !important;
} */

button:not(.dropdown-toggle):not(.disabled):not(:disabled):not(.action.showcart):hover::before,
.menu_bar .dropdown_menu_list .sub_menu a:hover::before,
.main_header .group_buttons .dropdown-menu a.dropdown-item:hover::before,
.action.primary:hover::before,
.block-title a.action:hover::before {
    display: block;
}

button:not(.dropdown-toggle):not(.disabled):not(:disabled):not(.action.showcart)::before,
.menu_bar .dropdown_menu_list .sub_menu a::before,
.main_header .group_buttons .dropdown-menu a.dropdown-item::before,
.action.primary::before,
.block-title a.action::before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: inherit;
}

/* Ripple effect */
.btn {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.btn:not(.dropdown-toggle)::after {
    display: none;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
    left: 50%;
    animation: ripple 1s;
    opacity: 0;
}

.btn:focus:not(:active)::after {
    display: inline-block;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(10);
    }
}

.container {
    max-width: 1300px;
}

.container-fluid {
    padding: 0 30px;
}

/* common style */
.page-title-wrapper {
    /* border-bottom: 1px solid #e8e8e8; */
    /* margin: 20px 30px; */
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-layout-2columns-right .column.main {
    width: calc(100% - 350px);
}

.field-error,
div.mage-error {
    font-size: 12px;
    color: #e02b35;
    font-weight: 500;
}

/* product page */
.old-price .price {
    color: #AFAFAF !important;
}

.offer-price {
    background: #EE2D2D;
    padding: 13px 14px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 10px;
    font-weight: 400;
}

/* contact us page style */

.contact .fieldset {
    display: flex;
    margin: 0;
}

.contact .legend {
    font-size: 1.8rem;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding-bottom: 12px;
}

.contact .actions-toolbar {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
    width: 100%;
}

.contact .actions-toolbar .primary .action {
    margin: 0;
}

.contact_sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 50%;
    margin-left: auto;
    position: relative;
}

.contact_sec::before {
    content: '';
    background: url(../images/Logo-Horizontal.png) no-repeat left top;
    background-size: 300px;
    position: absolute;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    display: block;
}

.contact_sec::after {
    content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.';
    position: absolute;
    left: -100%;
    right: 0;
    top: 100px;
    bottom: 0;
    opacity: 1;
    z-index: -1;
    width: 100%;
    text-align: left;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 400;
    /* line-height: 1.5; */
    color: #525656;
    padding: 0 40px 0 0;
    display: block;
}

.contact .label {
    width: 100%;
}

.contact .control {
    width: 100% !important;
}

.contact .control textarea {
    width: 100%;
    border: 1px solid #ddd;
}

.contact .control input {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 10px;
}

.contact .fieldset>.field:not(.choice)>.label {
    text-align: left;
    width: 100%;
}

.contact .fieldset>.field.no-label:before {
    padding: 0;
    width: 100%;
}

.contact .fieldset>.field {
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .container-fluid {
        padding: 0 16px;
    }
}

.main_header:not(.home_header) {
    padding-top: 10px;
    padding-bottom: 10px;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(28, 28, 28, 0.4);
    z-index: 9;
}

.main_header.fixed:not(.home_header) {
    position: fixed;
    background-color: #1c1c1c;
}

.main_header:not(.home_header):after {
    content: '';
    background-color: rgba(28, 28, 28, 0.2);
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.main_header>a img {
    width: 240px;
}

/* 
main_header .btn {
    color: #ffffff;
    /* display: flex;
    align-items: center; *
} */


.main_header .dropdown-toggle::after,
.menu_bar .category_dropdown .dropdown-toggle::after {
    border: 0px;
}

.main_header .dropdown-menu:before {
    content: "";
    border-top: 0;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid;
    border-left: 1rem solid transparent;
    color: #fff;
    position: absolute;
    right: 10px;
    top: -10px;
}

.main_header .dropdown:hover .dropdown-menu {
    display: block;
}

.main_header .dropdown-menu:after,
.menu_bar .category_dropdown .dropdown-menu:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    height: 15px;
}

.search_bar {
    margin: 0 30px;
    flex-wrap: nowrap;
}

.search_bar input {
    background-color: rgba(255, 255, 255, 0.25);
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 10px 85px 10px 10px;
    font-size: 12px;
    height: auto;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.search_btn {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.search_bar select {
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.25);
    color: #989898 !important;
    border: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.search_bar select:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.search_bar input:after {
    content: '';
    border-left: 1px solid #ddd;
    height: 5px;
}

.search_bar input:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
}

.search_bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    /* Firefox */
}

.search_bar input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.4);
}

.search_bar input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.4);
}

/* .header_mask{
    height: 80px;
}
.header_mask .blur{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: blur(2px);
    -webkit-filter: blur(2px);
} */
.main_header .group_buttons .dropdown-menu {
    min-width: 270px;
    left: unset !important;
    right: 0;
    top: 40px !important;
    padding: 15px;
    transform: none !important;
}

.main_header .group_buttons .dropdown-menu ul li {
    font-size: 14px;
    color: #AFAFAF;
}

.main_header .group_buttons .dropdown-menu a.dropdown-item {
    padding: 10px 0;
    font-size: 14px;
}

.main_header .group_buttons .dropdown-menu a.dropdown-item:after {
    content: '\276F';
    position: absolute;
    right: 20px;
    color: #BBBBCF;
}

.main_header .group_buttons .dropdown-menu .dropdown-item.active,
.main_header .group_buttons .dropdown-menu .dropdown-item:active {
    color: #1c1c1c;
    text-decoration: none;
    background-color: #ffffff;
}

.main_header .group_buttons .dropdown-menu .vehicle_selected img {
    width: auto;
    height: 50px;
    object-fit: contain;
}

.main_header .group_buttons .dropdown-menu .vehicle_selected h5,
.vehicle_customer_garage h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.main_header .group_buttons .dropdown-menu label.dropdown-item {
    display: inline-block;
    font-size: 14px;
    padding-right: 70px;
}

/* .main_header .group_buttons .dropdown-menu .avatar_detail {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
} */

/* #customer_history_elements label.dropdown-item.custom_radio {
    margin: 0;
    padding-left: 0;
} */

/* #garage_vehicles_customer .custom_radio .checkmark,
#garage_vehicles_customer .custom_radio input[type="radio"] {
    margin-top: 10px !important;
}

#garage_list_all .garage_list_menu {
    position: relative;
}

#garage_list_all .garage_list_menu #remove_vehicle,
#garage_list_all .garage_list_menu .addtogarage,
#customer_history_elements .garage_list_menu #remove_vehicle,
#customer_history_elements .garage_list_menu .addtogarage,
.vehicle_selected_list>a {
    display: inline-block;
    background-color: transparent;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
} */

/* #garage_list_all .garage_list_menu .addtogarage,
#customer_history_elements .garage_list_menu .addtogarage {
    right: 32px;
}

#garage_list_all .garage_list_menu #remove_vehicle:hover,
#garage_list_all .garage_list_menu .addtogarage:hover,
#customer_history_elements .garage_list_menu #remove_vehicle:hover,
#customer_history_elements .garage_list_menu .addtogarage:hover,
.vehicle_selected_list>a:hover {
    background-color: rgba(0, 0, 0, .1);
}

#garage_list_all .garage_list_menu #remove_vehicle:hover svg path,
#garage_list_all .garage_list_menu .addtogarage:hover svg path,
#customer_history_elements .garage_list_menu #remove_vehicle:hover svg path,
#customer_history_elements .garage_list_menu .addtogarage:hover svg path,
.vehicle_selected_list>a:hover svg path {
    fill: #eb2c2c;
}

#garage_list_all .garage_list_menu #remove_vehicle svg,
#garage_list_all .garage_list_menu .addtogarage svg,
#customer_history_elements .garage_list_menu #remove_vehicle svg,
#customer_history_elements .garage_list_menu .addtogarage svg,
.vehicle_selected_list>a svg {
    width: 12px;
    height: 12px;
    display: block;
}

#garage_list_all .garage_list_menu #remove_vehicle svg path,
#customer_history_elements .garage_list_menu #remove_vehicle svg path,
.vehicle_selected_list>a svg path {
    fill: #757575;
}

#garage_list_all .garage_list_menu .addtogarage svg path,
#customer_history_elements .garage_list_menu .addtogarage svg path {
    fill: #1c1c1c;
} */

.dropdown_cart {
    width: 400px;
}

.dropdown_cart>a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    color: #a8aa8a;
    margin-bottom: 10px;
    border: 1px solid #a8aa8a;
    border-radius: 2px;
    text-align: center;
    text-decoration: none !important;
}

.dropdown_cart>a:hover {
    color: #0243C4;
    border: 1px solid #0243C4;
}

.dropdown_cart .item_list {
    margin: 0 -15px;
    padding: 20px 15px 0;
    max-height: 400px;
    overflow: auto;
}

.dropdown_cart li.cart_item_detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.dropdown_cart li.cart_item_detail:last-child {
    border-bottom: 0;
}

.dropdown_cart li.cart_item_detail img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-right: 10px;
}

.dropdown_cart li.cart_item_detail .cart_item_name h5 {
    font-size: 14px;
    margin-bottom: 0;
    color: #1c1c1c;
}

.dropdown_cart li.cart_item_detail .cart_item_name p {
    margin-bottom: 0;
    color: #AFAFAF;
}

.dropdown_cart>div>p {
    font-weight: 500;
    color: #AFAFAF;
    margin-bottom: 10px;
    text-align: right;
}

.dropdown_cart>div>p span {
    margin-right: 5px;
}

.dropdown_cart>div>h4 {
    font-size: 28px;
    color: #1c1c1c;
    text-align: right;
}

.dropdown_cart>div>h4 span {
    display: block;
    font-size: 18px;
}

.dropdown_cart .dropdown-item.btn.btn_green {
    padding: 15px;
}

#cart span {
    padding: 2px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 0;
    background-color: #f63147;
    border-radius: 50%;
    color: #1c1c1c;
    font-size: 12px;
}

.modal.show {
    display: flex !important;
    align-items: center;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


.modal-content {
    border: 0px;
    background-color: transparent;
}

.modal .modal-dialog {
    width: 100%;
    max-width: initial;
}

.modal .add_garage {
    background-color: #1C1C1C;
}

.modal button.close {
    background-color: #ffff;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 35px;
    top: 0;
    text-shadow: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border: 0;
}

.dropdown-item.btn.btn_green {
    background-color: #2B3239;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    /* margin-top: 15px; */
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
}

.dropdown-item.btn.btn_green:hover {
    color: #fff;
    /* background-color: transparent; */
}

.menu_container {
    /* margin-top: 15px; */
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    border-radius: 2px;
}

.carousel-container {
    /* margin-bottom: 20px; */
}

.menu_container {
    background-color: #fff;
}

.menu_container:hover .menu_bar .btn {
    color: #1C1C1C;
}

.menu_bar .btn {
    color: #ffffff;
    padding: 10px 12px;
    font-size: 16px;
}

.menu_bar .btn.dropdown-toggle:first-child svg {
    margin-top: -2px;
}

.menu_container:hover .menu_bar .btn.dropdown-toggle:first-child svg path {
    fill: #1c1c1c;
}

.menu_bar .dropdown.vechile_type .btn {
    background-color: #f63147;
    color: #1c1c1c;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.menu_bar .dropdown.vechile_type .dropdown-menu {
    right: 0px !important;
    left: 0 !important;
    top: 0;
    margin: 0;
    background-color: #f63147;
    padding: 0;
    min-width: auto;
    border: 0;
    transform: none !important;
    will-change: unset !important;
    border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.menu_bar .dropdown.vechile_type .dropdown-toggle::after {
    display: block;
    width: 10px;
    margin: 0 auto;
}

.menu_bar .dropdown.vechile_type .dropdown-item {
    display: inline-block;
    padding: 1rem 0rem;
    font-size: 14px;
    text-align: center !important;
}

.menu_bar .dropdown.vechile_type .dropdown-item:hover,
.menu_bar .dropdown.vechile_type .dropdown-item:focus {
    background-color: #ffffff;
}

.menu_bar {
    position: relative;
}

.menu_bar .category_dropdown:not(:first-child) {
    position: unset;
}

.menu_bar .category_dropdown .dropdown-menu {
    min-width: 300px;
    border-radius: 2px;
    left: 0 !important;
    right: 0;
    top: 50px !important;
    padding: 15px;
    transform: none !important;
}

.menu_bar .category_dropdown.all-cat .dropdown-menu {
    padding: 15px 0 0 0;
}

.menu_bar .category_dropdown.all-cat .dropdown-menu li.sub_menu {
    padding: 0 15px;
}

.menu_bar .category_dropdown.all-cat .dropdown-menu li.sub_menu:hover {
    background-color: #f1f1f1;
}

.menu_bar .category_dropdown:hover .dropdown-menu,
.btn.dropdown-toggle.show+.dropdown-menu {
    display: block;
}

.menu_bar .category_dropdown:hover .btn {
    font-weight: 500;
}

.menu_bar .category_dropdown .dropdown-menu h3 {
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
    text-align: center;
}

.menu_bar .dropdown_menu_list {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}

.menu_bar .dropdown_menu_list .sub_menu {
    display: inline-block;
    min-width: 160px;
    width: 100%;
    max-width: 200px;
}

.menu_bar .dropdown_menu_list .sub_menu a {
    display: block;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #fff;
    color: #1c1c1c;
    font-size: 14px;
    padding: 20px 10px;
}

.menu_bar .dropdown_menu_list .sub_menu a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 6px;
    padding: 5px;
}

.menu_bar .dropdown_menu_list .sub_menu a span {
    display: block;
}

.menu_bar .dropdown_menu_all .sub_menu a {
    display: flex;
    align-items: center;
    color: #1c1c1c;
    text-decoration: none;
    padding: 0px 15px 0px 0px;
    font-size: 14px;
}

.menu_bar .dropdown_menu_all .sub_menu a:before {
    display: none !important;
}

.menu_bar .dropdown_menu_all .sub_menu a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 20px;
}

/* .menu_bar .dropdown_menu_all .sub_menu:hover a:after {
    content: '\276F';
    position: absolute;
    right: 20px;
    color: #BBBBCF;
} */

/* Home Banner */
.home_banner {
    /* display: block; */
    /* background: #ddd; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home_banner_content {
    position: absolute;
    width: 30%;
    top: 300px;
    left: 0;
    padding: 0 30px;
    color: #ffffff;
}

.home_banner_content h3 {
    font-size: 26px;
    font-weight: 400;
}

.home_banner_content p {
    font-size: 14px;
    font-weight: 400;
}

.home_banner .owl-dots,
.carousel-container .owl-dots {
    position: absolute;
    left: 0 !important;
    right: 0;
    bottom: 15px !important;
    /* top: calc(100vh - 200px); */
    margin-top: 0 !important;
    opacity: 1 !important;
}

.home_banner.owl-carousel button.owl-dot,
.carousel-container button.owl-dot {
    background: #fff;
    border-radius: 8px;
    margin: 2.5px;
    width: 10px;
    height: 6px;
    transition: width 0.3s;
}

.home_banner.owl-carousel button.owl-dot span,
.carousel-container button.owl-dot span {
    display: none !important;
}

.home_banner.owl-carousel button.owl-dot.active,
.carousel-container button.owl-dot.active {
    width: 40px;
    background-color: #f63147;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
    display: block;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    margin-top: -3px;
    display: block;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    font-size: 50px;
    color: #1c1c1c;
    margin: 0;
    opacity: 0.5;
    line-height: 1;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    background: inherit;
    color: inherit;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
    left: 0;
    height: 70px;
    margin: auto 0;
    background-color: #dddddd;
    border-radius: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
    right: 0;
    height: 70px;
    margin: auto 0;
    background-color: #dddddd;
    border-radius: 0;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    display: none;
}

/* Add Garage */
.add_garage .row {
    width: 100%;
    margin: 0;
}

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}

.add_garage {
    margin-bottom: 40px;
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    z-index: 2;
}

.add_garage .dropdown-toggle,
.add_garage select {
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 12px 30px 12px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 2px;
    border: 1px solid transparent;
}

.add_garage .dropdown-toggle::after,
.add_garage select::after {
    position: absolute;
    right: 15px;
    top: 50%;
}

.add_garage .btn_green {
    background-color: #f63147;
    color: #1C1C1C;
    width: 100%;
    padding: 12px;
    border-radius: 2px;
}

.add_garage .dropdown-menu {
    right: 0;
}

.offer_zone {
    margin-top: calc(100vh - 320px);
}

/* .offer_zone .add_garage + .container-fluid .row {
    margin-bottom: 30px;
} */
.best_selling {
    margin-top: 50px;
}

.list_products.products-list>[class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
    transition: width ease 0.3s;
}

.list_products.products-list .product {
    display: flex;
    flex-direction: unset;
    justify-content: unset;
    align-items: center;
    padding: 0 40px 0 0;
}

.home_product_carousel.owl-carousel .owl-stage,
.product_carousel.owl-carousel .owl-stage,
.similar_product_carousel.owl-carousel .owl-stage {
    display: flex;
}

.home_product_carousel .item,
.product_carousel .item,
.similar_product_carousel .item {
    /* height: 100%;
    margin-left: 2px; */
}

.product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 15px 15px;
    border-radius: 2px;
    border: 1px solid transparent;
    cursor: pointer;
}

.list_products {
    margin: 0 -10px;
}

.list_products>[class*=col-] {
    padding: 10px;
}

.list_products .product {
    border: 1px solid #E8E8E8;
    height: 100%;
}

.product img {
    /*padding: 20px;*/
    text-align: center;
    width: 100%;
    /* height: 230px; */
    object-fit: contain;
}

.list_products.products-list .product img {
    width: 200px;
}

.product h6 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #1C1C1C;
}

.product h6 a {
    color: #1C1C1C;
    text-decoration: none !important;
}

.list_products.products-list .product h6 {
    font-size: 18px;
}

.product>a {
    text-decoration: none !important;
    border-radius: 2px !important;
}

.product h3 {
    font-weight: 500;
    font-size: 20px;
    color: #1C1C1C;
    margin-top: 0;
}

.product h3 a {
    color: #1C1C1C;
    text-decoration: none !important;
}

.product_offer h3 {
    color: #F14848;
}

.product .ratting {
    margin-bottom: 2px;
}

.product .group_buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    grid-gap: 10px;
    margin-top: 15px;
    opacity: 0;
    transition: .2s ease-in-out;
    transform: translateX(26px);
}

.product:hover .group_buttons {
    opacity: 9;
    transform: translateX(-10px);
}

.product-item-inner {
    margin-top: 20px;
}

.product .group_buttons a {
    background: transparent !important;
    border: none !important;
    width: 36px;
    height: 36px;
    border-radius: 2px !important;
    padding: 0.35rem !important;
}

.product .group_buttons a.btn::before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 0, 0, 0.06); */
    border-radius: inherit;
}

.product .group_buttons a.btn:hover::before {
    display: block;
}

.product_offer span {
    font-size: 14px;
    color: #AFAFAF;
    /* margin-bottom: 5px; */
}

.product_offer .off {
    text-decoration: line-through;
}

.product .add_to_cart {
    width: 100%;
    margin: 10px 0 0;
    background-color: #fff5f5;
    color: #f63147;
    border-radius: 2px;
}

.list_products.products-list .product .add_to_cart {
    max-width: 250px;
}

.product .add_to_cart svg {
    margin-right: 5px;
}

.product:hover {
    /* border: 1px solid #E8E8E8; */
}

.product:hover .add_to_cart {
    background-color: #f63147;
    color: #ffffff;
    border: 1px solid #f63147;
}

.best_selling .product_banner {
    position: absolute;
    top: 20%;
    color: #fff;
    padding: 30px;
}

.best_selling .product_banner h1 {
    text-transform: uppercase;
    color: #fff;
}

.product_banner_img {
    object-fit: cover;
}

.outline_btn {
    color: #fff;
    font-size: 24px;
    border: 2px solid #ffffff;
    padding: 12px 30px;
    margin-top: 5px;
}

.outline_btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.product_listing_title {
    margin: 0px 0 20px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #E8E8E8; */
    font-size: 18px;
}

.product_listing_title a {
    font-size: 14px;
    font-weight: 400;
    color: #0243C4;
    text-decoration: underline;
}

.about_us {
    height: 450px;
    padding: 50px;
    color: #fff;
    background: url(../images/about_us_bike2.jpg) no-repeat center;
    background-size: cover;
}

.about_us h2 {
    margin: 10px 0;
}

.testimonial_carousel {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 450px;
    padding: 50px;
    background-color: #F6F6F6;
}

.testimonial_carousel::before {
    content: '';
    background: url(../images/icons/left-quote.svg) no-repeat top left;
    background-size: 100px;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
    z-index: -1;
}

.testimonial_carousel::after {
    content: '';
    background: url(../images/icons/right-quote.svg) no-repeat bottom right;
    background-size: 100px;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
    z-index: -1;
}

.testimonial_carousel p {
    max-width: 1000px;
    margin: auto;
}

.testimonial_carousel .owl-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 35px;
}

.testimonial_carousel.owl-carousel button.owl-dot {
    background: #AFAFAF;
    border-radius: 8px;
    margin: 2.5px;
    width: 10px;
    height: 6px;
    transition: width 0.3s;
}

.testimonial_carousel.owl-carousel button.owl-dot span {
    display: none;
}

.testimonial_carousel.owl-carousel button.owl-dot.active {
    width: 40px;
}

.footer_section {
    margin-top: 50px;
}

.main_footer {
    border-top: 2px solid #E8E8E8;
}

.footer_top {
    position: relative;
    /* height: 540px; */
    padding: 50px 16px;
}

.footer_top:before {
    content: '';
    background: url(../images/logo_icon.png) no-repeat center right;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    z-index: -1;
}

.footer_top img {
    margin-bottom: 35px;
}

.footer_top h4 {
    font-size: 20px;
    color: #1C1C1C;
}

.footer_top p {
    font-size: 14px;
    color: #1C1C1C;
    margin-bottom: 5px;
}

.footer_top p span {
    font-weight: 500;
}

.footer_top .social_icons {
    margin: 20px 0 30px;
    cursor: pointer;
}

.footer_top .social_icons span {
    margin: 5px;
    display: inline-block;
}

.footer_top .social_icons span:hover svg path {
    fill: #1c1c1c;
}

.footer_top .social_icons span:hover svg g {
    stroke: #1c1c1c;
}

.footer_bottom {
    background-color: #E8E8E8;
    padding: 20px;
}

.footer_bottom p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #1C1C1C;
}

.footer_bottom p a {
    color: #1C1C1C;
    text-decoration: none !important;
    padding: 10px;
    font-size: 14px;
}

.qucik_menu {
    margin: 15px 0;
    color: #AFAFAF;
}

.qucik_menu a {
    color: #1C1C1C;
    text-decoration: none !important;
    padding: 10px;
    font-size: 16px;
}

/* ------------------------------ */

.sidebar {
    width: 300px;
    float: left;
    margin-right: 20px;
    width: 300px;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 6px 2px #eee;
    border-radius: 6px;
    border: 0px solid #dfdfdf;
}

.main-content,
.catalogsearch-result-index .column.main {
    width: calc(100% - 320px) !important;
    float: right;
}

.page-main {
    clear: both;
    display: flex;
    margin-top: 30px;
}

.cms-home .page-main,
.catalog-category-view .page-main,
.catalog-product-view .page-main {
    margin-top: 0px;
}

.catalog-product-view .columns .column.main {
    padding-bottom: 0;
    padding: 0;
}

.catalogsearch-result-index .selected_vehicle {
    display: none;
}

.catalogsearch-result-index .selected_vehicle {
    display: none;
}

.catalogsearch-result-index #sidebar_catalog_customer {
    display: none;
}

.catalogsearch-result-index #sidebar_catalog_customer {
    display: none;
}

.banner_category {
    position: relative;
    height: 380px;
    margin-bottom: 50px;
}

.banner_category:after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.banner_category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 1;
}

.page-title {
    color: #1c1c1c;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 30px;
}

.breadcrums {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrums ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs ul.items {
    font-size: 14px;
    font-weight: 400;
    color: #AFAFAF;
    display: inline-block;
}

.breadcrums ul li {
    font-size: 14px;
    font-weight: 400;
    color: #AFAFAF;
    display: inline-block;
}

.breadcrumbs .items>li {
    padding: 0;
    border: 0 !important;
    cursor: text;
}

.breadcrums ul li a,
.breadcrumbs ul.items li a {
    color: #AFAFAF !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.breadcrums ul li a:hover,
.breadcrumbs ul.items li a:hover {
    text-decoration: underline !important;
}

.breadcrums ul li a:after {
    content: ">";
    margin: 0 4px;
}

.brand-venue {
    font-size: 14px;
    font-weight: 500;
    color: #AFAFAF;
    float: right;
}

.product-category {
    margin-bottom: 50px;
}

.selected_vehicle {
    padding: 15px;
    background-image: linear-gradient(300deg, #FFFFFF, #E8E8E8);
    border: 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.selected_vehicle h5 {
    font-size: 18px;
    font-weight: 500;
    color: #1C1C1C;
    margin-top: 15px;
    margin-bottom: 5px;
}

.selected_vehicle p {
    font-size: 14px;
    font-weight: 400;
    color: #AFAFAF;
}

.products div:nth-child(4n)>.product-item {
    margin-right: 0;
}

.selected_vehicle>img {
    width: 150px;
    margin: 0 auto;
    /* padding: 30px 0; */
    display: block;
}

.sec-category-list h6 {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.sec-category-list ul {
    padding: 15px;
    list-style: none;
    line-height: 36px;
}

.sec-category-list ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.selected_vehicle p img {
    float: right;
    margin-right: 30px;
}

.filter_options {
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show_page label,
.sort_option label {
    margin-bottom: 0;
    font-size: 14px;
}

.show_page span {
    font-size: 14px;
    margin-left: 10px;
    color: #AFAFAF;
}

.show_page select,
.sort_option select {
    padding: 5px;
    border-radius: 2px;
    border-color: #E8E8E8;
}

.sidebar_filter .card {
    border: 0px solid #E8E8E8;
    border-radius: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0 !important;
}

.sidebar_filter .card-header {
    background-color: #fff;
    display: flex;
    align-items: center;
}

.sidebar_filter .card-header button[aria-expanded="true"] g rect:last-child {
    display: none;
}

.sidebar_filter .card-header h3 {
    font-size: 18px;
    color: #1c1c1c;
    margin: 0;
    width: 100%;
}

.sidebar_filter .card-header .btn_green {
    background-color: #f63147;
    color: #1c1c1c;
    border-radius: 2px;
    font-size: 14px;
    width: 120px;
    padding: 2px;
}

.sidebar_filter .filter_chips {
    background-color: #F8F8F8;
    border: 1px solid #E8E8E8;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 5px;
}

.sidebar_filter .filter_chips button {
    font-size: 24px;
    padding: 0;
    margin-left: 5px;
    line-height: 0.4;
}

.sidebar_filter .card-body ul li label {
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
}

.sidebar_filter .card-body ul li input[type="checkbox"] {
    margin-right: 5px;
}

.pagging_options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.pagging_options .pagination {
    margin-bottom: 0px;
}

.pagging_options .page-link {
    padding: 10px 15px;
    margin-left: 0;
    line-height: 1;
    color: #AFAFAF;
    background-color: #fff;
    border: 0px;
}

.pagging_options .page-item.active .page-link,
.pagging_options .page-link:hover {
    color: #1c1c1c;
    background-color: #f63147;
}

.pagging_options .pagination li.disabled {
    display: none;
}

.product_detail_banner {
    margin-bottom: 95px;
}

.product_detail_banner img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

/* --------------------- */
.product_details {
    margin-bottom: 20px;
}

.product_details h1.page-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: #1c1c1c;
    margin-bottom: 0.5rem !important;
}

.product_details .ratting,
.seller_details .ratting {
    margin-bottom: 10px;
}

.product_details .ratting .star_ratting,
.seller_details .ratting .star_ratting {
    font-size: 14px;
    color: #AFAFAF;
    border-right: 1px solid #ddd;
    margin-right: 10px;
    padding-right: 10px;
}

.product_details .ratting .reviews a {
    color: #1C1C1C;
    font-size: 14px;
    text-decoration: underline;
}

.brand_img {
    display: block;
    width: auto;
    height: 30px;
    object-fit: contain;
    margin-bottom: 10px;
}

.product_details .off {
    font-size: 18px;
    color: #AFAFAF;
    text-decoration: line-through;
}

.product_details .product_price {
    font-size: 26px;
    color: #1C1C1C;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.whatsapp {
    color: #1C1C1C;
}

.product_details .product_price span {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding: 5px;
    background-color: #EE2D2D;
    margin-left: 10px;
}

.vehicle_options {
    padding: 20px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #E4FC8E, #ffffff);
    cursor: pointer;
}

.vehicle_options.not_suitable {
    background: linear-gradient(45deg, #ffb7b7, #ffffff);
}

.vehicle_options>img {
    width: auto;
    height: 50px;
    object-fit: contain;
}

.vehicle_options .vehicle_name {
    margin-left: 15px;
}

.vehicle_options .vehicle_name h5 {
    font-size: 18px;
    margin: 0;
    color: #1c1c1c;
}

.vehicle_options .vehicle_name p {
    margin-bottom: 0;
    font-size: 14px;
    color: #AFAFAF;
}

.product_details .success_msg {
    font-size: 14px;
    color: #AFAFAF;
    display: flex;
    align-items: center;
}

.product_details .success_msg svg {
    margin-right: 5px;
}

.short_description {
    font-size: 80%;
    color: #1c1c1c;
    line-height: 1.5;
}

.short_description p {
    margin: 0;
}

.short_description>label {
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
}

.seller_details {
    padding-top: 15px;
    border-top: 1px solid #E8E8E8;
}

.seller_details .stock {
    font-size: 16px;
    font-weight: 500;
    color: #95B22E;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.seller_details .stock svg {
    margin-right: 3px;
}

.seller_details h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.seller_details .ratting .reviews {
    color: #AFAFAF;
    font-size: 14px;
}

.product_options {
    margin: 15px 0;
}

.product_options .color label {
    display: block;
    font-weight: 500;
}

.product_options .color label span {
    font-weight: 400;
    margin-left: 5px;
}

.product_options .color .color_varient {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    color: #1C1C1C;
    text-decoration: none !important;
    opacity: 0.8;
    border-radius: 2px;
}

.product_options .color .color_varient.active {
    opacity: 1;
    border: 1px solid #AFAFAF;
}

.product_options .color .color_varient img {
    height: 30px;
    object-fit: contain;
    margin-right: 5px;
}

.product_options .quantity label {
    font-size: 16px;
    font-weight: 500;
}

.product_options .quantity label input {
    width: 70px;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
}

.seller_details .btn-default {
    display: block;
    background-color: #f63147;
    color: #1c1c1c;
    border-radius: 2px;
    padding: 10px 20px;
    margin: 10px 0;
}

.product_details>.ask_for_price,
.product_details>.action.towishlist.btn,
.product_details>.action.tocompare.btn {
    color: #1C1C1C;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
    display: inline-block;
    border: 0 !important;
    margin: 10px 0;
}

.product_details>.action.towishlist.btn {
    margin-right: 10px;
}

.product_details>.action.tocompare.btn {
    padding-left: 0;
}

.product_details>.ask_for_price {
    padding-left: 0;
}

.product_details>.ask_for_price,
.product_details>.action.towishlist.btn {
    border-right: 1px solid #dddddd !important;
}

.product_details>.ask_for_price::before,
.product_details>.action.towishlist.btn::before,
.product_details>.action.tocompare.btn::before,
.product_details>.ask_for_price::after,
.product_details>.action.towishlist.btn::after,
.product_details>.action.tocompare.btn::after {
    display: none !important;
}

.product_details>.ask_for_price:hover,
.product_details>.action.towishlist.btn:hover,
.product_details>.action.tocompare.btn:hover {
    text-decoration: underline;
    color: #1C1C1C;
    background-color: transparent;
}

.product_details>.ask_for_price svg,
.product_details>.action.towishlist.btn svg,
.product_details>.action.tocompare.btn svg {
    margin-right: 5px;
    margin-top: -3px;
}

.product_details>.ask_for_price svg path,
.product_details>.action.towishlist.btn svg path,
.product_details>.action.tocompare.btn svg path {
    fill: #1C1C1C;
}

.similar_products .product {
    border: 1px solid #E8E8E8;
}

.product_listing_title {
    margin: 0px 0 0px;
    font-size: 16px;
    border-bottom: 0;
}

.description_view_page ul li {
    margin-left: 40px;
    font-size: 14px;
}

.description_view_page ul {
    display: flex;
    list-style: disc;
    flex-wrap: wrap;
    margin-left: -20px;
}

.product_reviews {
    padding-bottom: 50px;
    margin: 0px 0;
    padding-top: 50px;
    border-top: 1px solid #E8E8E8;
    background: #fff;
}

.notlogin-review {
    width: 100%;
}

.catalog-product-view .product.info.detailed {
    padding: 0 !important;
    margin: 0;
    display: table;
    width: 100%;
    /* background: white; */
}

.product_reviews h2 {
    font-size: 24px;
    font-weight: 400;
    color: #1C1C1C;
    margin-top: 0;
}

.product_ratting {
    margin-bottom: 10px;
}

.out_of_ratting {
    font-size: 20px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.out_of_ratting span {
    color: #AFAFAF;
    font-size: 14px;
}

.ratting_progress .progress {
    width: 100%;
    margin-right: 10px;
    border-radius: 2px;
}

.ratting_progress label {
    min-width: 100px;
    max-width: 100px;
    font-size: 14px;
    margin-bottom: 0px;
    white-space: nowrap;
    line-height: 1.5;
}

.ratting_progress label span {
    margin-left: 15px;
    color: #AFAFAF;
}

.progress-bar {
    background-color: #f9bf1f;
}

.avatar_detail {
    display: flex;
    align-items: center;
}

.avatar_detail img {
    width: 50px;
    height: 50px;
    background-color: #ddd;
    border-radius: 50%;
    object-fit: contain;
}

.avatar_detail label {
    margin-bottom: 0;
    margin-left: 15px;
}

.avatar_detail label h6 {
    color: #1C1C1C;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

.avatar_detail label p {
    margin-bottom: 0;
    color: #AFAFAF;
    font-size: 14px;
}

.write_review_containter,
.attached_img {
    width: 50%;
}

.write_reviews .product_ratting {
    margin: 20px 0;
}

.write_reviews textarea {
    max-height: 150px;
    margin-bottom: 10px;
}

.write_reviews a {
    font-size: 14px;
    color: #0243C4;
    text-decoration: underline;
}

.attached_img {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}

.attached_img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border: 1px solid #ececec;
    margin: 5px;
    border-radius: 2px;
}

.review_list {
    margin: 0 0 50px;
}

.review_list ul {
    margin-top: 0;
}

.review_list .product_listing_title {
    display: none;
}

.review_list .ratting {
    margin: 10px 0;
    font-size: 14px;
    color: #AFAFAF;
    border-right: 1px solid #ddd;
}

.real_time_img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 10px 10px 0 0;
}

.review_list li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.review_list li>p {
    font-size: 14px;
    color: #1C1C1C;
    margin-top: 10px;
    margin-bottom: -15px;
}

.product_description .nav-tabs {
    background-color: #F8F8F8;
    border-bottom: 0;
}

.product_description .nav-tabs .nav-link {
    color: #1C1C1C;
    border: 0;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 20px 10px;
}

.product_description .nav-tabs .nav-item.show .nav-link,
.product_description .nav-tabs .nav-link.active {
    border-color: #f63147;
}

.review_list>a {
    font-size: 14px;
    color: #0243C4;
    text-decoration: underline;
}

.vehicle_list {
    background-color: #fff;
    padding: 30px;
    margin: 0 30px;
    border-radius: 2px;
}

.vehicle_list .vehicle_name {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.vehicle_list .vehicle_name img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.vehicle_list .vehicle_name h5 {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 24px;
}

.add_vehicle_collapse {
    border: 0;
}

.add_vehicle_collapse .card-header {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    border-bottom: 0;
}

.add_vehicle_collapse .card-header .btn-link {
    color: #0243C4;
}

.add_vehicle_collapse .card-body {
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
}

.add_vehicle_collapse .card-body .dropdown-toggle {
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 12px;
}

.add_vehicle_collapse .card-body .dropdown-toggle::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.add_vehicle_collapse .card-body .dropdown-menu {
    right: 0;
}

.add_vehicle_collapse .card-body .btn.btn_green {
    background-color: #f63147;
    color: #1C1C1C;
    width: 100%;
    padding: 12px 40px 12px 40px;
}

.vehicle_name_list {
    font-size: 18px;
    margin: 30px 30px 30px 0;
}

/* Custom Radio Button */
.custom_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    margin-top: 3px;
}

.custom_radio:hover input[type="radio"]~.checkmark {
    background-color: #ccc;
}

.custom_radio input[type="radio"]:checked~.checkmark {
    background-color: #f63147;
}

/* .custom_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_radio input[type="radio"]:checked ~ .checkmark:after {
  display: block;
}

.custom_radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1C1C1C;
} */

/* End Custom Radio Button */

/* Custom Radio Button */
.custom_checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.custom_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 2px;
    margin-top: 1px;
}

.custom_checkbox:hover input[type="checkbox"]~.checkmark {
    background-color: #ccc;
}

.custom_checkbox input[type="checkbox"]:checked~.checkmark {
    background-color: #f63147;
}

.custom_checkbox .checkmark:after {
    content: "\2714";
    position: absolute;
    display: none;
}

.custom_checkbox input[type="checkbox"]:checked~.checkmark:after {
    display: block;
}

.custom_checkbox .checkmark:after {
    top: 0;
    left: 5px;
    color: #1c1c1c;
    font-size: 14px;
}

/* End Custom Checkbox Button */
.grid_view svg path,
.list_view svg rect {
    fill: #afafaf;
}

.grid_view.active svg path,
.list_view.active svg rect {
    fill: #1C1C1C;
}

/* seller login */
.seller_login {
    height: 100vh;
}

.seller_login>.row {
    height: 100%;
}

.login_content_wrapper {
    background-image: linear-gradient(45deg, #48c7dc, #b7da49);
    height: 100%;
    padding: 100px 40px;
}

.login_content_wrapper h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 400;
    width: 80%;
}

.login_content_wrapper p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 80%;
}

.login_content_wrapper p.footer_copyrights {
    position: absolute;
    bottom: 0;
    left: 40px;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
}

.prodcut_icon_bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dashboard_summary .prodcut_icon_bg {
    right: 160px;
}

.seller_log_form img.logo {
    margin-bottom: 40px;
    width: 300px;
}

.seller_log_form {
    padding: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.seller_log_form input[type="text"] {
    width: 100%;
    font-size: 14px;
    margin-bottom: 16px;
    height: 40px;
    border: 1px solid #dcdcdc;
    padding-left: 12px;
}

.seller_log_form input[type="checkbox"] {
    height: 18px;
    border: 1px solid #dcdcdc;
}

.seller_log_form h4 {
    margin-bottom: 24px;
    font-weight: 400;
}

.seller_log_form a.forgot {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
}

.seller_log_form button {
    width: 100%;
}

.keep_log_in {
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.keep_log_in input {
    margin-right: 10px;
}

.btn_prime {
    font-size: 16px;
    background: #f63147;
    padding: 7px 16px;
    color: #1c1c1c;
    border-radius: 2px;
    text-decoration: none !important;
}

.btn_ghost {
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #000;
    border-radius: 2px;
}

.divider span {
    display: block;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 2;
    left: 0;
    font-size: 12px;
    color: #AFAFAF;
}

.divider {
    position: relative;
    z-index: 1;
    height: 30px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.divider:after {
    content: "";
    display: block;
    background: #E8E8E8;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 15px;
}

/* end of seller login */

/* seller home */
.seller_nav {
    padding: 12px 0;
}

.seller_nav>a>img {
    width: 250px;
}

.seller_nav ul.list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
}

.seller_nav>ul.list li .btn {
    display: block;
    padding: 8px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
}

.seller_nav>ul.list>li>a:hover {
    border: 1px solid #E8E8E8;
    text-decoration: none;
}

.dashboard_summary {
    position: relative;
    padding: 60px 30px;
    background-image: linear-gradient(45deg, #48c7dc, #b7da49);
    height: 250px;
    display: flex;
    align-items: center;
}

.dashboard_summary h5 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.dashboard_summary span.count {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}

.order {
    padding: 30px 0 0 0;
}

.order h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.chart>div,
.order_view h5 {
    height: 45px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}

.order select {
    font-size: 12px;
    padding: 4px 5px;
    height: 26px;
    border-color: #E8E8E8;
    border-radius: 2px;
}

.order_table {
    height: 300px;
    overflow: auto;
}

table.order_list td img {
    width: 40px;
    margin-right: 10px;
}

table.order_list td.product_details,
table.order_list tbody th {
    border-bottom: 1px solid #E8E8E8;
    padding: 0.6rem;
    vertical-align: middle;
}

table.order_list td.product_details label {
    font-size: 12px;
}

.order_view .order_list th {
    font-weight: 400;
    font-size: 12px;
}

.order .order_view {
    padding-left: 30px;
}

div#container {
    height: 280px !important;
}

.order .chart {
    border-right: 1px solid #E8E8E8;
    padding-right: 30px;
}

header.seller_header {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
    border-bottom: 1px solid #E8E8E8;
}

.seller_header .dropdown-menu {
    min-width: 270px;
    left: unset !important;
    right: 0;
    top: 40px !important;
    padding: 15px;
    transform: none !important;
}

.seller_header .dropdown-menu .avatar_detail {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
}

.seller_header .dropdown-menu a.dropdown-item {
    padding: 10px 0;
    font-size: 14px;
}

.seller_header .dropdown-menu a.dropdown-item:after {
    content: '\276F';
    position: absolute;
    right: 20px;
    color: #BBBBCF;
}

.seller_header .dropdown-menu .dropdown-item.active:not(.btn_green),
.seller_header .dropdown-menu .dropdown-item:not(.btn_green):active {
    color: #1c1c1c;
    text-decoration: none;
    background-color: #ffffff;
}

/* end of seller home */

/* inventory */
.seller_title_wrapper button,
.seller_title_wrapper .search_add a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 12px;
    margin-right: 15px;
}

.seller_title_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
}

.seller_title_wrapper h5.page_title {
    font-size: 20px;
    font-weight: 400;
}

.seller_title_wrapper h5.page_title a {
    text-decoration: none !important;
}

.seller_title_wrapper p.note {
    color: #c5c5c5;
    font-size: 14px;
    margin-bottom: 0;
}

.seller_title_wrapper p.note span {
    font-weight: 500;
}

.search_add input {
    border: 0;
    font-size: 14px;
    padding: 4px 12px;
    max-width: 140px;
    width: 100%;
}

.table th,
.table td {
    font-size: 12px;
    padding: 0.6rem 0.75rem;
    border: 0;
}

.table tbody td.product_details {
    display: flex;
    align-items: center;
}

.table tbody td.product_details label {
    margin-bottom: 0;
}

.table tbody td.product_details img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
}

.table.stripped tr:nth-child(even) {
    background-color: #f5f6f8;
}

.tableFixHead {
    margin-bottom: 0;
    overflow-y: auto;
    border-bottom: 1px solid #E8E8E8;
}

.tableFixHead thead {
    position: relative;
}

.tableFixHead tbody tr td a {
    padding: 8px;
}

.tableFixHead tbody tr td a:hover svg path {
    fill: #1c1c1c;
}

.table-scroll {
    /* height: calc(100vh - 225px ); */
    overflow-y: auto;
}

.tableFixHead tbody tr td {
    vertical-align: middle;
}

.tableFixHead thead tr th {
    font-weight: 500;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
}

table.table.tableFixHead select {
    border: 0;
    padding: 4px;
    min-width: 100px;
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
}

.pagination_show {
    margin-top: 15px;
}

.pagination_show .show_data span {
    color: #c5c5c5;
    font-size: 14px;
    margin-left: 16px;
}

.pagination_show .show_data select {
    font-size: 14px;
}

.pagination ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.pagination ul li a {
    padding: 5px 13px;
    margin-right: 6px;
    display: block;
    color: #c5c5c5;
    font-size: 14px;
}

.search_add select,
.search_add input {
    border: 1px solid #dddddd;
    font-size: 14px;
    padding: 4px 6px;
}

.search_add input:not(.flatpickr-input) {
    padding: 4px 6px 4px 30px;
    background-image: url(../images/icons/table_search.svg);
    background-position: calc(100% - 115px) center;
    background-repeat: no-repeat;
}

.search_add .flatpickr-input {
    padding: 4px 6px 4px 30px;
    background-image: url(../images/icons/calendar.svg);
    background-position: calc(100% - 115px) center;
    background-repeat: no-repeat;
}

.search_add select:invalid {
    color: gray;
}

input:focus,
select:focus {
    outline: none;
}

.drop_down_menu {
    position: absolute;
    min-width: 220px;
    display: none;
    right: 0;
    background-color: #fff;
    z-index: 12;
    padding: 15px;
    box-shadow: 0px 6px 8px 1px #ddd;
}

.show {
    display: block;
}

.drop_down_menu>div>img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    object-fit: cover;
    margin-right: 10px;
}

.drop_down_menu div h5 {
    font-size: 12px;
    margin: 0;
}

.drop_down_menu div label {
    font-size: 11px;
    margin-bottom: 0;
}

.drop_down_menu div:first-child {
    margin-bottom: 15px;
}

.drop_down_menu div a {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 7px 0;
}

.inventory>nav {
    position: sticky;
    top: 85px;
    background-color: #f5f7fa;
    z-index: 1;
}

.inventory>nav .nav-tabs {
    border-bottom: 0;
    justify-content: center;
}

.inventory>nav .btn_back {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.inventory>nav .nav-tabs .nav-link {
    color: #1C1C1C;
    border: 0;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    font-size: 14px;
    padding: 15px 20px 20px;
}

.inventory>nav .nav-tabs .nav-item.show .nav-link,
.inventory>nav .nav-tabs .nav-link.active {
    border-color: #f63147;
    color: #1C1C1C;
    font-weight: 500;
}

.category_list_container .breadcrums {
    margin: 20px 0;
}

.category_list_container .breadcrums ul li {
    color: #1c1c1c;
}

.inventory .breadcrums ul li:after {
    content: ">";
    margin: 0 4px;
}

.inventory .breadcrums p {
    font-size: 12px;
    color: #1c1c1c;
}

.inventory .breadcrums p .note {
    font-weight: 500;
}

.inventory label.label {
    font-size: 14px;
    font-weight: 500;
    color: #AFAFAF;
    display: block;
    margin-right: 10px;
}

.inventory label.label span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
    color: #1c1c1c;
}

.inventory .easyzoom,
.inventory .easyzoom a>img {
    height: 500px;
}

span.required_icon {
    color: #F14848;
}

.prd_info .card {
    border-color: #E8E8E8;
    border-radius: 2px;
}

.prd_info .card-body {
    padding: 0 20px;
}

.prd_info form {
    margin-top: 30px;
}

.prd_info .form-group {
    margin-bottom: 30px;
}

.prd_info .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #1c1c1c;
}

.prd_info .form-group input,
.prd_info .form-group textarea {
    border-radius: 2px;
    border-color: #E8E8E8;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload {
    background-color: #E8E8E8;
    border: 1px solid #D5D5D5;
    display: block;
    padding: 6px 12px;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    height: 200px;
}

.custom-file-upload svg {
    margin-top: 60px;
}

.main_image h3 {
    color: #1c1c1c;
    font-size: 20px;
    margin-top: 30px;
}

.main_image p {
    font-size: 14px;
    color: #AFAFAF;
}

.main_image+.divider span {
    display: block;
    width: max-content;
    padding-right: 10px;
    text-align: left;
    margin: 0;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 2;
    left: 0;
    font-size: 14px;
    color: #AFAFAF;
}

.footer_copyrights {
    font-size: 12px;
    color: #AFAFAF;
    margin-bottom: 0;
}

.order_table::-webkit-scrollbar {
    width: 5px;
    display: none;
}

.order_table:hover::-webkit-scrollbar {
    display: block;
}

.order_table::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 0px;
}

.order_table::-webkit-scrollbar-thumb {
    background: #f63147;
    border-radius: 10px;
}

.container {
    margin: 0 auto;
}

.container section+section {
    margin-top: 3em;
    border-top: 1px solid #ccc;
    padding-top: 1em;
}

.thumbnails {
    padding: 0;
    text-align: center;
    margin-right: 10px;
}

.thumbnails li {
    display: block;
    width: 60px;
    margin: 10px 5px;
}

.thumbnails img {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.product_image_container {
    display: flex;
    flex-direction: row-reverse;
    position: sticky;
    top: 90px;
    padding-top: 10px;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 550px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    zoom: 1;
}

.easyzoom a>img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}


.nav-toggle {
    display: none;
}

.rating-summary .rating-result>span:before {
    color: #f9bf1f;
    z-index: 1;
    font-size: 26px;
    height: auto;
    letter-spacing: -8px;
    line-height: 0.7;
}

.rating-summary .rating-result:before {
    color: #dddddd;
    font-size: 26px;
    height: auto;
    letter-spacing: -8px;
    line-height: 0.7;
}

.rating-summary.item.ratting {
    height: 24px;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

#view_review .rating-summary .rating-result:before,
#view_review .rating-summary .rating-result>span:before {
    font-size: 46px;
    line-height: 24px;
    letter-spacing: -12px;
}

#view_review .rating-summary {
    margin-bottom: 10px;
}

.rating-summary .rating-result {
    width: auto;
}

.write_review_containter .fieldset {
    margin-bottom: 10px;
}

.write_review_containter .fieldset>.field:not(.choice)>.control {
    width: 100%;
    float: none;
}

.write_review_containter .actions-toolbar.review-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.write_review_containter .actions-toolbar.review-form-actions:before,
.write_review_containter .actions-toolbar.review-form-actions:after {
    display: none;
}

.write_review_containter .field.review-field-media {
    margin: 0;
}

.write_review_containter .field.review-field-media .control label {
    font-size: 14px;
    color: #0243C4;
    text-decoration: underline;
    cursor: pointer;
}

.write_review_containter .field.review-field-media #media_field-error {
    margin: 10px 0;
    font-size: 14px;
    color: #de1515;
}

.write_review_containter fieldset.field.required.review-field-ratings {
    margin-bottom: 20px !important;
}

.write_review_containter .review-control-vote label:before {
    color: #f9bf1f;
}

.write_review_containter .review-control-vote:before {
    color: #dddddd;
}

.write_review_containter .review-control-vote label:before,
.write_review_containter .review-control-vote:before {
    font-size: 46px;
    line-height: 24px;
    letter-spacing: -12px;
}

.page-layout-1column .product.media,
.product.info.detailed,
.product.data.items,
.product.data.items .product {
    position: unset;
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    height: unset;
    padding: unset;
    border-radius: unset;
    border: unset;
    cursor: unset;
}

.page-layout-1column .product.media:hover,
.product.info.detailed:hover,
.product.data.items:hover,
.product.data.items .product:hover {
    border: unset;
}

.catalog-product_compare-index .product {
    display: table-cell;
    font-size: 16px;
}

.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
    display: block;
    width: 100%;
}

.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
    display: inline-flex;
    align-items: center;
}

.product-add-form .fieldset>.field:not(.choice)>.label {
    margin-right: 4px;
}

.product-add-form .fieldset>.field:not(.choice)>.label:after {
    content: ':';
}

.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
    width: 70px;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
}

.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
    float: none;
    padding: 0;
}

.sidebar.sidebar-additional {
    padding: 0;
    width: 27% !important;
    float: left;
    margin-top: 20px;
}

.block.account-nav {
    margin-bottom: 0;
}

.sidebar.sidebar-additional .block {
    border: 1px solid #E8E8E8;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 2px #eee;
    border: 0px solid #e8e8e8;
    width: 300px;
}

.sidebar.sidebar-additional .block-title {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    background: #2b3239;
    color: #fff;
}

.sidebar.sidebar-additional .block-title strong {
    font-size: 14px !important;
    font-weight: 500 !important;
    display: block;
    margin: 0 !important;
}

.sidebar.sidebar-additional .block-title .counter {
    display: block;
    font-size: 14px;
}

.sidebar.sidebar-additional .block-content,
.sidebar.sidebar-additional .block:not(.block-wishlist) .empty {
    padding: 15px;
}

.sidebar.sidebar-additional .block-content .product-item-name a {
    text-decoration: none !important;
}

.sidebar.sidebar-additional .product-items-names .product-item {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.sidebar.sidebar-additional strong.product-item-name {
    font-size: 16px;
}

.sidebar.sidebar-additional .product-item .product-item-name {
    margin-left: 0;
    margin-right: 22px;
}

.sidebar.sidebar-additional .product-item button.tocart {
    margin: 0;
}

.sidebar.sidebar-additional .product-item .product-item-actions {
    margin-bottom: 40px;
}

.sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    float: left;
    margin-right: 10px;
}

.sidebar.sidebar-additional .action.delete {
    left: unset;
    bottom: 0;
}

.sidebar.sidebar-additional .action.delete:before {
    vertical-align: text-top;
}

.sidebar.sidebar-additional .block-content .actions-toolbar {
    margin: 15px -10px -10px;
    padding: 20px;
    border-top: 1px solid #ddd;
}

.secoundary-sidebar .block-content .filter-options-content ol.items li.item {
    /* line-height: 2.25; */
    line-height: 24px;
}

.secoundary-sidebar .block-content .filter-options-content ol.items li.item a {
    font-size: 15px;
    font-weight: 400;
    color: #1C1C1C;
    text-decoration: none;
    display: block;
    transition: .2s ease-in-out;
}

.secoundary-sidebar .block-content .filter-options-content ol.items li.item a:hover {
    background: #e8e8e8;
    padding: 0 5px 0px 10px;
    color: #000;
    font-weight: 500;
}

.secoundary-sidebar .block-content .filter-options-content ol.items li.item .count {
    color: #7d7d7d;
    float: right;
    font-size: 12px;
}

.sidebar.sidebar-additional .block-reorder .product-item .checkbox {
    position: relative;
    top: -1px;
    vertical-align: baseline;
    margin-right: 10px;
}

.sidebar.sidebar-additional .block-reorder .actions-toolbar {
    max-width: unset;
}

#review-image-modal img {
    width: 100%;
    max-height: 650px;
    object-fit: contain;
}

.login-container .fieldset>.field:not(.choice)>.label,
.form-create-account .fieldset>.field:not(.choice)>.label,
.customer-account-forgotpassword .fieldset>.field:not(.choice)>.label,
.search.advanced .fieldset>.field:not(.choice)>.label {
    width: auto;
    text-align: left;
}

.login-container .fieldset>.field>.control,
.form-create-account .fieldset>.field>.control,
.customer-account-forgotpassword .fieldset>.field>.control,
.search.advanced .fieldset>.field>.control {
    width: 100%;
}

.login-container .fieldset>.field>.control input,
.form-create-account .fieldset>.field>.control input,
.customer-account-forgotpassword .fieldset>.field>.control input,
.search.advanced .fieldset>.field>.control input,
.search.advanced .fieldset>.field>.control select {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 10px;
}

.login-container .fieldset>.field>.control input.mage-error,
.form-create-account .fieldset>.field>.control input.mage-error,
.customer-account-forgotpassword .fieldset>.field>.control input.mage-error,
.search.advanced .fieldset>.field>.control input.mage-error,
.contact_sec .fieldset>.field>.control input.mage-error,
textarea.mage-error {
    border-color: #e02b27 !important;
}

.column:not(.sidebar-main) .login-container form .actions-toolbar,
.column:not(.sidebar-additional) .login-container form .actions-toolbar,
.column:not(.sidebar-main) .form-create-account form .actions-toolbar,
.column:not(.sidebar-additional) form.form-create-account .actions-toolbar,
.customer-account-forgotpassword .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
}

.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong,
.form-create-account .fieldset>.legend,
.customer-account-forgotpassword .page-title,
.search.advanced .fieldset>.legend {
    font-size: 18px;
    font-weight: 500;
    color: #565656;
    margin-bottom: 10px;
}

.login-container .fieldset:after,
.form-create-account .fieldset:after,
.customer-account-forgotpassword .fieldset:after {
    font-size: 1rem;
    margin-left: 0 !important;
}

.form-create-account,
.customer-account-forgotpassword .form.password.forget {
    position: relative;
    margin-right: 0;
    margin-left: auto;
}

.form-create-account .fieldset>.field.choice:before {
    float: none;
}

.login-container {
    /* display: flex; */
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    position: relative;
}

.login-container .block.block-customer-login {
    background-color: #fff;
    padding: 20px;
}

.login-container .block.block-new-customer {
    background-color: #fff;
    padding: 20px;
}

.login-container .block.block-customer-login .actions-toolbar,
.login-container .block-new-customer .actions-toolbar,
form.form-create-account .actions-toolbar,
.customer-account-forgotpassword .form.password.forget .actions-toolbar,
.search.advanced .actions-toolbar {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.login-container .block.block-customer-login .actions-toolbar:before,
.login-container .block.block-customer-login .actions-toolbar:after,
.login-container .block-new-customer .actions-toolbar:before,
.login-container .block-new-customer .actions-toolbar:after,
.customer-account-forgotpassword .form.password.forget .actions-toolbar:before,
.customer-account-forgotpassword .form.password.forget .actions-toolbar:after,
form.form-create-account .actions-toolbar:before,
form.form-create-account .actions-toolbar:after,
.search.advanced .actions-toolbar:before,
.search.advanced .actions-toolbar:after {
    display: none;
}

.minicart-wrapper .action.showcart .counter.qty {
    padding: 2px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -6px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #ffffff;
    box-shadow: 0px 1px 4px 1px #00000059;
    font-size: 12px;
}

.minicart-wrapper .action.showcart .counter.qty span.counter-number {
    color: #444444;
    background: transparent;
    font-size: 13px;
}

.minicart-wrapper {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 6px;
}

.minicart-wrapper #minicart-content-wrapper .block-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.block-content a.action.viewcart {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
    background: #f63147;
    margin: 15px 0;
    border: 1px solid #f63147;
    border-radius: 6px;
    text-align: center;
    text-decoration: none !important;
}

.block-content a.action.viewcart:hover {
    color: #1c1c1c;
    border: 1px solid #868686;
}

.minicart-items-wrapper {
    border: 0px solid #cccccc;
}

.minicart-items .product-image-wrapper .product-image-photo {
    padding: 0;
}

li.item.product.product-item .product {
    padding: 0;
    display: block;
}

li.item.product.product-item .product:hover,
li.item.product.product-item:hover {
    border: 1px solid transparent;
}

li.item.product.product-item .product.actions {
    display: inline-block;
    margin: 0;
}

li.item.product.product-item {
    /* border: 1px solid #e8e8e8; */
    padding: 15px;
    background-color: #fff;
}

.page-products .products-grid .product-item:hover {
    border: 1px solid #e8e8e8 !important;
    box-shadow: 1px 1px 19px 15px #eee;
    z-index: 99999;
    transition: .3s ease-in-out;
}

.container {
    /* padding: 0; */
}

.minicart-items .product-item:not(:first-child) {
    border-top: 0px;
    padding-top: 0;
}

.minicart-items .product-image-wrapper .product-image-photo {
    padding: 0;
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
    margin-right: 10px;
}

.minicart-items .product-item-details {
    padding-left: 0;
}

.product-image-container {
    width: 130px !important;
    height: 80px !important;
}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    margin-top: 0;
}

.minicart-items .product-item-details .details-qty {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.minicart-items .update-cart-item {
    background-color: #f63147;
    border: 2px solid #f63147;
    font-size: 14px;
    padding: 4px 10px;
}

.ui-dialog .minicart-items .update-cart-item {
    background-color: #eeeeee;
    border: 0px solid #f63147;
    font-size: 14px;
    padding: 4px 7px;
}

.ui-dialog .minicart-items .product-item-pricing .label,
.ui-dialog .minicart-items .product-item-details .details-qty {
    margin-right: 10px
}

.ui-dialog .product-item-details .product.actions {
    position: absolute;
    top: 0;
    display: flex !important;
    right: 0;
    justify-content: flex-start;
}

.minicart-items-wrapper {
    border: 0px solid #cccccc;
    margin: 0 -15px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px;
    height: auto !important;
    max-height: 180px !important;
    order: -2;
}

.minicart-wrapper .block-minicart {
    padding: 25px 15px;
}

.block-minicart .block-content>.actions>.primary {
    margin: 0 0 15px;
}

.block-minicart .block-content>.actions {
    margin-top: 0;
    order: -3;
}

.block-minicart .block-content>.subtotal+.actions>.primary,
.block-minicart .block-content>.subtotal+.actions>.primary .checkout {
    margin-bottom: 0 !important;
}

.block-minicart .subtotal {
    margin: 0 0 10px;
    order: -1;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.block-minicart .subtotal .label:after {
    display: none;
}

.block-minicart .items-total {
    float: none;
    margin: 0;
    font-size: 14px;
    color: #4e4e4e;
    order: -2;
    border-top: 1px solid #ddd;
    padding: 10px 0 0 0;
    text-align: right;
    margin-bottom: 10px;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 26px;
    font-weight: 500;
}

.block-minicart .block-content>.subtotal+.actions {
    order: -1;
}

.page.messages {
    position: fixed;
    bottom: 30px;
    z-index: 10;
    width: max-content;
    max-width: 700px;
    margin: 0 auto;
    left: 30px;
    /* right: 30px; */
}

.message {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    background-color: #2b3239 !important;
    color: #fff !important;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.message.success a {
    color: #f63147;
    font-weight: 500;
}

.message.success a:hover {
    color: #f63147;
}

.cart.table-wrapper .item .col {
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    padding: 24px 24px;
    border: 0;
}

.cart.table-wrapper .product-item-details {
    vertical-align: text-top;
    padding-left: 20px;
}


.cart.table-wrapper .col .product-image-container img {
    width: 110px !important;
    height: 70px !important;
    object-fit: contain;
}

.cart.table-wrapper .col .qty label {
    margin-bottom: 0;
    margin-top: 8px;
}

/* .cart.table-wrapper .actions-toolbar > .action.action-edit, .action-gift, .cart-container .checkout-methods-items .item + .item, .cart-container .checkout-methods-items a.action.multicheckout {
    display: none;
} */
.cart-summary .block>.title,
.paypal-review-discount .block>.title {
    padding: 15px 30px 15px 0px;
    outline: none;
}

.cart-summary>.title {
    display: block;
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.75rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.column.main .cart-summary .block>.title strong,
.column.main .paypal-review-discount .block>.title strong {
    font-size: 1.25rem;
    font-weight: 400;
}

.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 48px;
    line-height: 1;
}

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.opc-progress-bar-item>span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #cccccc;
    font-weight: 500;
    font-size: 1rem;
}

.opc-progress-bar-item._active:before {
    background: #f63147;
}

.opc-progress-bar-item._active>span:before {
    background: #f63147;
}

.opc-progress-bar-item>span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 500;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opc-progress-bar-item._active>span:after,
.opc-progress-bar-item._complete>span:after {
    font-size: 1.5rem;
    content: '\2714';
}

.checkout-index-index .fieldset>.field:not(.choice)>.control {
    width: 100%;
}

.checkout-index-index .fieldset>.field:not(.choice)>.control input,
.checkout-index-index .fieldset>.field:not(.choice)>.control select {
    width: 100%;
    padding: 10px 30px 10px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.checkout-index-index .fieldset>.field:not(.choice)>.label {
    padding: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.table-checkout-shipping-method tr {
    margin: 0;
}

.opc-progress-bar {
    margin: 0 0 40px;
}

.checkout-index-index .field-tooltip .field-tooltip-action:before {
    padding-left: 0;
    margin-right: 5px;
    line-height: 2;
}

.opc-block-summary .items-in-cart .product {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    padding-top: 20px;
    cursor: default;
}

.column.main .opc-block-summary .product-item:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
}

.column.main .opc-block-summary .product-item-name {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 0;
}

.column.main .opc-block-summary .product-item-details .details-qty {
    margin-top: 0;
    font-size: 18px;
}

.column.main .opc-block-summary .product-item-details .price {
    font-size: 20px;
}

.column.main .opc-block-summary .product img {
    padding: 0;
    /* text-align: center; */
    width: 80px;
    height: 80px;
    object-fit: unset;
}

.opc-block-shipping-information {
    padding: 0;
}

.checkout-payment-method .payment-method-content {
    padding: 0;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0;
}

.checkout-payment-method .checkout-billing-address .billing-address-details>a,
.opc-block-shipping-information .shipping-information-content a {
    color: #1c1c1c;
    pointer-events: none;
    cursor: text;
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-left: 0;
}

.checkout-payment-method .payment-option._collapsible {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.checkout-payment-method .payment-option-title .action-toggle:after {
    font-size: 48px;
    color: #1c1c1c;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 500;
}

.checkout-payment-method .payment-option-content {
    padding-left: 0;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content .form-discount .control {
    width: 100%;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content .form-discount input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

.checkout-payment-method .payment-option._collapsible .actions-toolbar>.primary .action,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary.checkout {
    background-color: #f63147;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 12px;
    margin: 0;
    color: #fff;
    border-radius: 4px;
}

.checkout-payment-method .payment-method._active {
    margin-bottom: 15px;
}

.checkout-onepage-success .main_header,
.customer-account-logoutsuccess .main_header {
    position: relative;
    background-color: #1c1c1c;
}

.block-dashboard-info .block-content,
.block-dashboard-addresses .block-content,
.block-addresses-default .block-content {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -10px; */
}

.box.box-information,
.box.box-newsletter,
.box.box-billing-address,
.box.box-shipping-address,
.box.box-address-billing,
.box.box-address-shipping {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

.block-dashboard-info .block-content>div:nth-child(even),
.block-dashboard-addresses .block-content>div:nth-child(even),
.block-addresses-default .block-content>div:nth-child(even) {
    margin-left: 10px;
}

.box.box-information,
.box.box-newsletter,
.box.box-billing-address,
.box.box-shipping-address,
.box.box-address-billing,
.box.box-address-shipping {
    width: 48%;
}

.account-nav .content {
    background: white;
    /* border-radius: 10px; */
    box-shadow: 0px 0px 6px 2px #eee;
    padding: 15px 0;
    border: 0px solid #e8e8e8
}

header.page-header {
    margin-bottom: 15px;
}

.cms-home header.page-header {
    margin-bottom: 0;
}

.account-nav .item.current a,
.account-nav .item.current strong {
    border-color: #f63147;
    font-weight: 600;
}

.account-nav .item a,
.account-nav .item>strong {
    border-left: 5px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px;
}

.account-nav .item a,
.account-nav .item>strong {
    color: #1c1c1c;
    font-weight: 400;
}

.form-address-edit .fieldset .legend,
.form-edit-account .fieldset .legend,
.form-newsletter-manage .fieldset .legend {
    margin-left: 0;
}

.form-address-edit .fieldset>.field:not(.choice)>.label,
.form-edit-account .fieldset>.field:not(.choice)>.label,
.form-newsletter-manage .fieldset>.field:not(.choice)>.label {
    padding: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: none;
    margin-bottom: 10px;
}

.form-address-edit .fieldset>.field:not(.choice)>.control,
.form-edit-account .fieldset>.field:not(.choice)>.control,
.form-newsletter-manage .fieldset>.field:not(.choice)>.control {
    width: 100%;
    float: none;
}

.form-address-edit .fieldset>.field:not(.choice)>.control input,
.form-address-edit .fieldset>.field:not(.choice)>.control select,
.form-edit-account .fieldset>.field:not(.choice)>.control input,
.form-edit-account .fieldset>.field:not(.choice)>.control select,
.form-newsletter-manage .fieldset>.field:not(.choice)>.control input,
.form-newsletter-manage .fieldset>.field:not(.choice)>.control select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #ffffff;
}

.form-address-edit .field.choice:before,
.form-address-edit .field.choice:after,
.form-address-edit .actions-toolbar:before,
.form-address-edit .actions-toolbar:after,
.form-edit-account .field.choice:before,
.form-edit-account .field.choice:after,
.form-edit-account .actions-toolbar:before,
.form-edit-account .actions-toolbar:after,
.form-newsletter-manage .field.choice:before,
.form-newsletter-manage .field.choice:after,
.form-newsletter-manage .actions-toolbar:before,
.form-newsletter-manage .actions-toolbar:after {
    display: none;
}

.form-address-edit .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-newsletter-manage .actions-toolbar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-left: 0 !important;
}

.form-address-edit .actions-toolbar .action.primary,
.form-edit-account .actions-toolbar .action.primary,
.form-newsletter-manage .actions-toolbar .action.primary {
    font-size: 18px !important;
    padding: 10px 20px !important;
    line-height: 1.5 !important;
}

.box-content address a {
    color: #1c1c1c;
    pointer-events: none;
    cursor: text;
}

.block-dashboard-info .block-content a.action,
.block-dashboard-addresses .block-content a.action {
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c !important;
    text-decoration: none !important;
    border: 1px solid #f63147;
    padding: 10px 20px;
    margin: 10px 0;
    display: inline-block;
    margin-right: 10px;
}

.block-dashboard-info .block-content a.action:hover,
.block-dashboard-addresses .block-content a.action:hover {
    background-color: #f63147;
}

.block-title:not(.no-display) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.block-title a.action {
    background-color: #f63147;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 15px;
}

.account .table-wrapper .action {
    margin-right: 15px;
    padding: 4px 10px;
    font-size: 14px;
    color: #1c1c1c;
    /* text-decoration: underline !important; */
    border: 0;
    margin: 0;
    margin-right: 15px;
}

.table-wrapper.comparison .table:not(.cart):not(.totals)>thead>tr>th,
.table-wrapper.comparison .table:not(.cart):not(.totals)>thead>tr>td {
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 0;
    padding-top: 20px;
    cursor: inherit;
}

.table-wrapper.comparison .table:not(.cart):not(.totals)>tbody>tr>th,
.table-wrapper.comparison .table:not(.cart):not(.totals)>tbody>tr>td {
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    cursor: inherit;
}

a.action.print.hidden-print {
    float: right;
    margin-bottom: 20px;
}

.table-wrapper.comparison .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}

.table-wrapper.comparison td.cell.product.info {
    text-align: center;
}

.table-wrapper.comparison .product-image-container {
    width: 150px !important;
    height: 150px !important;
}

.table-wrapper.comparison .product-image-wrapper {
    padding-bottom: 0 !important;
    height: 100%;
}

.table-wrapper.comparison .product img {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.table-wrapper.comparison .table-comparison .product-item-name {
    font-size: 18px;
}

.table-wrapper.comparison .table-comparison .price-container .price {
    font-size: 1.4rem;
    font-weight: 500;
}

.table-wrapper.comparison .table-comparison .product-item-actions .actions-secondary>.action {
    line-height: 35px;
    text-align: center;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    color: #1c1c1c;
}

.table-wrapper.comparison .table-comparison .product-item-actions .actions-secondary>.action>span {
    height: 100%;
    width: 100%;
    display: inline-block;
    overflow: visible;
    position: relative;
    text-decoration: underline;
}

.table-wrapper.comparison .table-comparison .action.towishlist::before {
    display: none;
}

.table-wrapper.comparison .table-comparison .cell.label .attribute.label {
    font-size: 16px;
    font-weight: 400;
}

.table-wrapper.comparison .table-comparison .cell .attribute.value {
    font-size: 16px;
}

.table-wrapper.comparison .table-comparison .cell .attribute.value ul {
    padding-left: 20px;
}

.table-wrapper.comparison .table-comparison .action.tocart.primary {
    white-space: nowrap;
    padding: 18px 12px;
    font-size: 16px;
}

.minicart-wrapper .block-minicart li {
    margin: 0;
    display: block;
}

.wishlist-index-index .toolbar.wishlist-toolbar .pager,
.toolbar.products-reviews-toolbar .pager {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wishlist-index-index .toolbar.wishlist-toolbar .pager .toolbar-amount,
.toolbar.products-reviews-toolbar .pager .toolbar-amount {
    padding: 0;
}

.wishlist-index-index .toolbar.wishlist-toolbar .pager .limiter-options,
.toolbar.products-reviews-toolbar .pager .limiter-options {
    width: auto;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.wishlist-index-index form#wishlist-view-form .product-items {
    font-size: 0;
    margin: 0 -15px !important;
    display: flex;
    flex-wrap: wrap;
}

.wishlist-index-index form#wishlist-view-form .products-grid .product-item {
    padding: 0;
    margin: 0;
    width: calc(100% / 4);
}

.wishlist-index-index .products-grid.wishlist .product-item-name {
    margin-top: 0;
    font-size: 16px;
}

.wishlist-index-index form#wishlist-view-form .product-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 15px;
    border: 1px solid #ddd;
}

.wishlist-index-index form#wishlist-view-form .product-image-container {
    width: 150px !important;
    height: 150px !important;
}

.wishlist-index-index form#wishlist-view-form .product-image-wrapper {
    padding-bottom: 0 !important;
    height: 100%;
}

.wishlist-index-index form#wishlist-view-form img.product-image-photo {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wishlist-index-index form#wishlist-view-form .products-grid.wishlist .product-item-photo {
    text-align: center;
}

.wishlist-index-index form#wishlist-view-form .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
    font-size: 14px;
    padding-right: 5px;
    padding-top: 0;
    margin-top: 10px;
}

.wishlist-index-index form#wishlist-view-form .products-grid.wishlist .product-item .box-tocart input.qty {
    height: 32px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.wishlist-index-index form#wishlist-view-form .product-item-actions>* {
    font-size: 16px;
    color: #1c1c1c;
    text-decoration: underline;
}

.wishlist-index-index form#wishlist-view-form button.action.update,
.wishlist-index-index form#wishlist-view-form button.action.share,
.wishlist-index-index form#wishlist-view-form button.action.tocart {
    background-color: transparent;
    color: #1C1C1C;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    text-decoration: none;
}

.wishlist-index-index form#wishlist-view-form button.action.update,
.wishlist-index-index form#wishlist-view-form button.action.share {
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.wishlist-index-index form#wishlist-view-form button.action.update:hover,
.wishlist-index-index form#wishlist-view-form button.action.share:hover,
.wishlist-index-index form#wishlist-view-form button.action.tocart:hover {
    text-decoration: underline;
}

.wishlist-index-index form#wishlist-view-form button.action.update:hover::before,
.wishlist-index-index form#wishlist-view-form button.action.share:hover::before,
.wishlist-index-index form#wishlist-view-form button.action.tocart:hover::before {
    display: none;
}

.wishlist-index-index form#wishlist-view-form .actions-toolbar:after,
.wishlist-index-index form#wishlist-view-form .actions-toolbar:before {
    display: none;
}

.wishlist-index-index form#wishlist-view-form .actions-toolbar {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    padding: 9px 15px;
    justify-content: space-between;
}

.wishlist-index-index form#wishlist-view-form {
    position: relative;
    /* padding-top: 60px; */
}

.wishlist-index-index form#wishlist-view-form .action.tocart.primary {
    background-color: #f63147;
    color: #1C1C1C;
    width: 100%;
    padding: 12px 15px;
    color: #fff;
    border: 0;
    font-weight: 400;
    font-size: 16px;
}

.table-wrapper.reviews:not(.cart):not(.totals) thead>tr>th {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    background: #efefef;
    border-bottom: 1px solid #efefef;
}

.table-wrapper.reviews:not(.cart):not(.totals) tbody>tr>td {
    font-size: 14px;
    white-space: nowrap;
    vertical-align: middle;
}

.table-wrapper.reviews:not(.cart):not(.totals) tbody>tr:nth-child(even) {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.table-wrapper.reviews:not(.cart):not(.totals) tbody>tr>td strong {
    font-weight: 500;
}

.table-wrapper.reviews:not(.cart):not(.totals) tbody>tr>td strong a {
    color: #1c1c1c;
}

.block.block-reviews-dashboard .items .item {
    margin-bottom: 10px;
    display: inline-block;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 5px;
}

.modes-mode:before {
    color: #afafaf;
}

.modes-mode:before {
    font-size: 30px;
}

.sorter-action:before {
    font-size: 36px;
}

.sorter-action:before,
.modes-mode.active:before,
.modes-mode:hover:before {
    color: #1c1c1c;
}

.sec-category-list.card {
    margin-bottom: 1.5rem;
}

.product-item-pricing {
    margin-bottom: 15px;
}

.sidebar .product-items .product-item-details {
    margin: 0;
}

table#additional-addresses-table th {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    background: #efefef;
    border-bottom: 1px solid #efefef;
}

table#additional-addresses-table td {
    font-size: 14px;
    white-space: nowrap;
    vertical-align: middle;
}

table#additional-addresses-table {
    border-bottom: 1px solid #efefef;
}

table#additional-addresses-table tbody tr:nth-child(even) {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.opc-wrapper .action-select-shipping-item {
    background-color: #f63147;
    border: 0;
    font-weight: 400;
}

button.action.secondary.action-hide-popup {
    display: none;
}

.magnifier-preview {
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 9999;
    pointer-events: none;
    top: 0 !important;
    /* right: 0 !important; */
    left: 0% !important;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #ddd;
}

.fotorama__thumb-border {
    background-image: none;
}

a.search_garage {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #1c1c1c;
}

form#login-form .control input {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 10px;
}

.block-authentication .actions-toolbar>.primary .action {
    margin-right: 0;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 1.5;
}

.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
    width: 300px;
}

.account.page-layout-2columns-left .column.main {
    width: calc(100% - 320px);
    background: #fff;
    padding-bottom: 30px !important;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.field.qty .control button {
    border: 1px solid #eee;
    line-height: 20px;
}

.field.qty .control {
    display: flex;
}

.table-wrapper {
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
}

.cart-container .checkout-methods-items .item+.item {
    margin-top: 0;
}

a.action.multicheckout {
    display: none;
}

.authentication-wrapper {
    margin-top: -40px;
}

.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
    margin-bottom: 0;
}

.account .page-title-wrapper {
    /* position: relative;
    margin: 30px 0 !important;
    padding: 0 80px 0 30px; */

    position: relative;
    margin: 0px 0px 25px !important;
}

.similar_products .owl-nav {
    margin: 0;
}

#garage_list_all .search_garage,
#customer_history_elements .search_garage {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a !important;
}

.clear_garage,
#customer_history_elements .clear_garage {
    font-size: 12px;
}

.cart-summary._sticky {
    top: 100px !important;
    position: sticky;
}

.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    cursor: pointer;
}

.fotorama__thumb-border {
    /* width: 100% !important; */
    border-color: #f63147 !important;
}

.catalog-product-view section.product_listing,
.catalog-product-view .product_reviews {
    /* margin-top: 50px; */
    padding: 30px 15px;
    background: #fff;
    /* border-top: 1px solid #e8e8e8; */
}

section#view_review {
    margin-bottom: 30px;
}

.catalog-product-view .product_carousel {
    padding: 0 0;
    margin-bottom: 25px;
}

.catalog-product-view .product_reviews .row>div {
    padding: 0;
}

.catalog-product-view .write_review_containter {
    width: 100%;
    padding: 0 30px;
}

.sticky_wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 35px 35px;
    background: #fff;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    /* border-radius: 6px; */
    /* box-shadow: 0px 0px 7px 3px #eee; */
}

.catalog-product-view .similar_product_carousel .product {
    border: 1px solid #E8E8E8;
    background: #fff;
    height: 208px;
}

.catalog-product-view .similar_product_carousel .product img {
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 151px;
}

.catalog-product-view .similar_product_carousel .product h6 {
    font-weight: 400;
    font-size: 14px;
}

.catalog-product-view .similar_product_carousel .product h3 {
    display: none;
}

.sticky_wrapper>.product-info-main,
.sticky_wrapper>.media {
    margin-bottom: 0;
}

div#garage_list_all {
    max-height: 300px;
    min-height: 0px;
    height: 100%;
    overflow: auto;
    padding-right: 15px;
}

.fotorama__nav__shaft .fotorama__thumb-border:empty {
    content: "iam here";
    display: block;
}

.errorzero {
    display: flex;
    width: 100%;
    height: calc(100vh - 175px);
    align-items: center;
    justify-content: center;
}

.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
    width: 100% !important;
    max-width: 100% !important;
}

/* .cms-about-us .sidebar.sidebar-additional {
    width: 285px;
} */

.main_header .btn {
    color: #ffffff;
}

div#customer_history_elements {
    padding-right: 20px;
}

div#customer_history_elements {
    /* height: 200px;
    overflow-y: auto; */
    margin-top: 30px;
}

.menu_bar .dropdown_menu_list .sub_menu a:hover {
    border: 1px solid #eee;
}

::-webkit-scrollbar {
    width: 05px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.fotorama1583216102415 .fotorama__nav--thumbs .fotorama__nav__frame {
    height: 100px;
    width: 100% !important;
}

.banner_category h1.page-title {
    COLOR: #cccccc;
}

.brand_img img {
    width: 100px;
    height: 50px;
}

.brand_img {
    margin-top: 10px;
}


/* common style */

table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc;
}

td p {
    margin: 0;
}

.columns .column.main {
    padding-bottom: 0 !important;
    /* padding-left: 10px; */
}

.catalog-product-view .product_detail_banner {
    margin-bottom: 30px;
}

.usage-index-cars .page-main {
    margin: 0;
}

.usage-index-cars .page-title-wrapper {
    display: none;
}

.brands-index-index .page-title-wrapper {
    display: none;
}

.brands-index-index .product_listing_title {
    margin: 0;
    margin-bottom: 20px;
    padding-top: 0;
}

.brands-index-index .column.main .container-fluid {
    padding: 0;
}

.product.data.items>.item.content {
    margin-top: 60px !important;
    padding: 14px 0 0;
    border-top: 1px solid #eee !important;
}

.d-flex.vehicle_selected_list {
    margin-bottom: 10px;
}

#garage_vehicles_customer {
    max-height: 200px;
    overflow-y: scroll;
}

.page-with-filter .column.main,
.cms-privacy-policy-cookie-restriction-mode .column.main {
    width: calc(100% - 320px);
}

.pagination li {
    padding: 0px;
}

.pagination li a {
    padding: 20px;
}

.list_products.product_list_view .product {
    padding: 0 20px 20px 20px;
    text-align: center;
}

.block.block-title {
    display: none;
}

.minicard_with_account .accountdiv ul.account_ul li {
    padding: 3px;
}

.minicard_with_account .accountdiv ul.account_ul {
    display: flex;
    list-style: none;
}

.minicard_with_account {
    display: flex;
    float: right;
}

.top-header {
    padding: 3px 0 6px;
}

.header.content {
    display: flex;
    align-items: center;
}

.header.content .block-search,
.header.content .block-search input {
    width: 100%;
}

.header.content .block-search input {
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.header.content .block-search .action.search {
    padding: 9px 0;
}

.header.content .block-search .control {
    padding: 0;
}

.header.content {
    /* padding: 0px 20px 10px 20px; */
    /* padding: 0px 0px 10px 6px; */
    padding: 10px 20px 10px;
}

.row.home_banner_session .col-sm-2 {
    padding: 0;
}

.home_banner_session .col-sm-10 {
    padding: 0;
}

.top-header .row {
    justify-content: space-between;
}

ul.to_header_ul,
.top2header_ul {
    display: flex;
}

.logo img {
    height: 41px;
    width: 100%;
    object-fit: contain;
    /* margin-top: 6px; */
}

#banner-slider-carousel .owl-nav .owl-next {
    right: 30px;
}

#banner-slider-carousel .owl-nav .owl-prev {
    left: 30px;
}

#banner-slider-carousel .owl-nav button {
    position: absolute;
    top: 41%;
    bottom: inherit;
    display: flex;
    height: 48px;
    width: 48px;
    text-align: center;
    font-size: 2.9em;
    color: #3f3f3f;
    background: #ffffff;
    opacity: 9;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 11px 2px #393939;
}

.sidebar-categories {
    background: #fff;
    padding: 16px 0;
    height: 100%;
    box-shadow: 4px 3px 9px 0px #1919191f;
    border-radius: 0px;
    border-bottom-right-radius: 7px;
    position: relative;
    /* margin-right: 20px; */
    z-index: 99;
}

.sidebar-categories h2 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 12px;
    color: #333333;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}

h2.subsection {
    font-size: 18px;
    text-transform: uppercase;
}

ul.sub-cat-ul li a {
    padding: 6px 16px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666666 !important;
    border-left: 4px solid #fff;
}

ul.sub-cat-ul li a span.image_wrapper {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    background: #eee;
    border-radius: 30px;
    margin-right: 7px;
}

ul.sub-cat-ul li a span:first-child img {
    width: 58px;
    padding: 0;
}

.trending_searches li a svg {
    width: 13px;
    height: 13px;
    margin-right: 6px;
}

ul.sub-cat-ul>li>a:hover {
    background: #F2F2F2;
    border-left: 4px solid red;
}

.to_header_ul li,
.top2header_ul li {
    padding: 6px;
    font-size: 12px;
    color: #fff;
}

.to_header_ul li a,
.top2header_ul li a {
    color: #fff;
}

.top2header_ul li a svg {
    width: 22px;
    height: 18px;
}

.perks_container {
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
}

footer.footer {
    background: #2b3239;
}

.perks_wrapper {
    display: flex;
    justify-content: space-between;
}

.perks_wrapper .perks {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #eee;*/
    /*padding: 37px 10px;*/
    width: calc(88% / 4);
    border-radius: 12px;
}

.perks_wrapper .perks svg {
    margin-right: 20px;
}

.perks_wrapper .perks h1 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: #2b3239;

}

.perks_wrapper .perks p {
    font-size: 14px;
    margin-bottom: 0;

}

.towishlist i {
    color: #f63147;
}

.footer_wrapper {
    padding: 30px 0px 10px 0;
}

h1.footer_header {
    font-size: 16px;
    font-weight: 600;
    color: #f55163;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer.footer ul li a {
    text-transform: uppercase;
    font-size: 12px;
    color: #e1e1e1;
}

ul.comp_Details {
    padding: 30px 0;
}

ul.comp_Details svg {
    margin-right: 10px;
}

ul.comp_Details li {
    margin-bottom: 15px;
}

.sub_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .copyright {
    font-size: 14px;
    margin: 0;
}

.col-md-4.payment {
    padding-top: 28px;
}



.footer .Terms ul li a {
    padding: 4px;
    font-size: 14px;
}

.Terms ul,
.social_media ul {
    display: flex;
    align-items: center;
}

.social_media ul li a {
    /* margin-left: 10px; */
}

.social_media ul li a svg {
    width: 22px;
}

footer.footer ul li a:hover {
    color: #f55163;
    transition: .2s ease;
}

.sub_footer_container {
    padding: 10px 0;
    background: #0C0D0F;
}

#banner-slider-carousel {
    margin-bottom: 0;
}

/* shop by category */
.shop_by_category {
    background: #fff;
    padding: 20px 20px 0px;
    text-align: center;
}

/* .shop_by_category .container,.shop-by-offers .container{
    padding: 0;
} */
.shop-by-offers img {
    max-width: 508px;
    max-height: 321px;
    width: 100%;
}

.shop-by-offers a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

.shop-by-recently_viewed {
    /* background: #fff; */
    /* padding: 35px 0px 0px 0px; */
    padding: 30px 30px 0px 30px;
    display: none;
}

.shop_by_category_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background: #fff;
    padding: 20px 20px 0px 20px; */
}

a.view_aal_categories {
    background: #f63047;
    color: #fff;
    padding: 10px 12px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.shop_by_category_wrapper .category_content {
    width: calc(98%/3);
    text-align: center;
    padding: 0px;
    /* border-right: 1px solid #ACACAC; */
    /* border-bottom: 1px solid #ACACAC; */
    /* margin-right: 15px; */
    /* margin-bottom: 20px; */
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.catalog_all-index-index .shop_by_category_wrapper .category_content {
    width: calc(98%/4);
    margin-bottom: 10px;
}

.catalog_all-index-index .column.main {
    width: 100%;
}

.shop_by_category_wrapper .category_content img {
    width: 100%;
    transition: .4s ease-in-out;
    height: 255px;
    /* height: 40px;
    object-fit: contain; */
}

.shop_by_category_wrapper .category_content h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 30px;
    transition: .3s ease-in-out;
}

.shop-by-offers {
    /*margin-bottom: 30px;*/
    background: #f9f8f8;
    padding: 0px 15px 30px;
}

.shop_by_category_wrapper .category_content a {
    display: block;
}

.shop_by_category_wrapper .category_content:hover img {
    transform: scale(1.2);
    /* opacity: .9; */
    box-shadow: 0px 0px 11px 6px #acacac;
    cursor: pointer;
    transition: .2s ease-in-out;
    color: #f63047;
}

.shop_by_category_wrapper .category_content:hover h2 {
    transform: scale(1.020);
    /* opacity: .9; */
    padding: 10px;
    border: 1px solid #f7f7f7;
    /* box-shadow: 0px 0px 11px 6px #acacac; */
    cursor: pointer;
    transition: .2s ease-in-out;
    color: #f63047;
}

.shop_by_category h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 43px;
}

/* .shop_by_category_wrapper .category_content:nth-child(4n)::before {
    content: none;
} */
.shop_by_category_wrapper .category_content:nth-child(4n)::after {
    content: none;
}

.shop_by_category_wrapper .category_content:nth-child(8n)::before {
    content: none;
}

.shop_by_category_wrapper .category_content:nth-child(5n)::before {
    content: none;
}

.shop_by_category_wrapper .category_content:nth-child(6n)::before {
    content: none;
}

.shop_by_category_wrapper .category_content:nth-child(7n)::before {
    content: none;
}

.trending .menu_container .container {
    padding: 0 !important;
}

.section_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.section_header h4 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

button.View_all {
    background: #ffdada45;
    border: 0;
    color: #f63147;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 3px;
    transition: .2s ease-in-out;
}

button.View_all:hover {
    background: #f63047;
    color: #fff;
    transition: .2s ease-in-out;
}

.block.widget.mgs-brand-widget.shop_brands {
    background: #fff;
    padding: 30px 0;
    border-radius: 7px;
    G box-shadow: 0px 2px 10px #e4e4e4;
}

.recently .product:hover {
    border: 1px solid #E8E8E8;
    box-shadow: 1px 1px 19px 15px #eee;
    transition: .2s ease-in-out;
}

section.recently.product_listing .product_carousel {
    background: #fff;
}

ul.sub-cat-ul li:hover .mega_menu_wrapper {
    display: flex;
}

ul.sub-cat-ul li.cat-li {
    /* POSITION: RELATIVE; */
}

/* .mega_image_banner li{
    height: 100%;
    WIDTH: 270PX;
    TEXT-ALIGN: RIGHT;
} */
.mega_image_banner li {
    height: 100%;
    WIDTH: 209px;
    TEXT-ALIGN: RIGHT;
}

.mega_menu_wrapper {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translatex(100%);
    z-index: 9999;
    background: #fff;
    border-left: 1px solid #eee;
    box-shadow: 14px 5px 11px 1px #00000030;
}

body.cms-home .page-main {
    padding-bottom: 0;
}

.mega_menu_wrapper ul li a {
    padding: 0;
    margin-left: 0;
    border-left: 0;
    color: #969696 !important;
    line-height: 22px;
    /* font-weight: 400; */
    transition: .2s ease-in-out;
}

.mega_menu_wrapper ul li a:hover {
    /* font-weight: 500; */
    opacity: 9;
    transition: .2s ease-in-out;
    color: #000 !important;
}

.top-category.mega_menu_wrapper h2 {
    padding: 0;
    font-weight: 400;
    font-size: 11px;
    margin: 11px 0px 9px 0px;
    color: #000;
}

/* .top-category.mega_menu_wrapper > ul > li > a span {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
} */
.shop_brands .owl-carousel .owl-item img {
    display: block;
    /*width: 120px;*/
    height: 76px !important;
    object-fit: contain;
}

.top-category.mega_menu_wrapper img {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    left: 0;
}

ul.level.level_2 li:last-child {
    width: 226px;
}

ul.mega_image_banner {
    position: relative;
}

ul.level.level_2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px;
    background: #f1f1f1;
    height: 100%;
    padding: 10px;
    max-width: 100%;
    min-width: 100%;
    width: auto;
    overflow-y: hidden;
    overflow-x: scroll;
}

ul.level.level_2>li {
    width: 220px;
    /* height: 100%; */
    /* min-height: 100px; */
    /* max-height: 77px; */
    /* padding: 10px; */
    float: left;
}

@media (min-width: 768px) {

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: 1600px;
    }
}

.breadcrumbs {
    /* padding: 0px 68px;
    margin-top: 19px; */
}

.shop-by-offers .row .col-4:first-child {
    padding-left: 0;
}

.shop-by-offers .row .col-4:last-child {
    padding-right: 0;
}

.shop-by-recently_viewed .container:last-child {
    overflow: hidden;
    position: relative;
}

.most_viewed-wrapper {
    overflow: hidden;
    margin: 0;
    /* padding-top: 30px; */
    position: relative;
    /* border-top: 1px solid #eee; */
}

.most_viewed-wrapper .product-item-info {
    width: 100%;
}

ol.products.list.items.product-items.regular.slider.slick-initialized.slick-slider {
    margin-bottom: 0;
    margin-top: 0;
}

section.recently.product_listing {
    padding-bottom: 20px;
}

button.slick-prev.slick-arrow {
    left: 0px;
    z-index: 99;
    top: 50%;
    position: absolute;
    height: 70px;
    margin: auto 0;
    opacity: 0.5;
    background-color: #dddddd;
    border-radius: 0;
    border: 0;
    width: 51px;
    color: #000;
}

.block.newsletter {
    width: 100%;
}

.catalog-product-view .page-layout-1column .product.media {
    padding-left: 0;
}

.page-layout-1column .product.media {
    padding-left: 0 !important;
}

button.slick-next.slick-arrow {
    right: 0px;
    z-index: 99;
    top: 50%;
    position: absolute;
    height: 70px;
    margin: auto 0;
    opacity: 0.5;
    background-color: #dddddd;
    border-radius: 0;
    border: 0;
    width: 51px;
    color: #000;
}

.catalog-product-view .product.media {
    position: relative;
    top: 0;
    /* padding: 30px!important; */
    width: 50%;
    background: #ffff;
    /* padding-left: 30px; */
    z-index: 1;
}

.sub_footer a,
.copyright span {
    font-size: 14px;
    padding: 0px 10px;
    text-transform: uppercase;
    color: #898A8C;
    font-weight: 500;
}

.catalog-product-view section.recently.product_listing {
    padding-bottom: 50px;
}

.catalog-product-view .products.wrapper.grid.products-grid {
    margin-top: 0;
    background: #fff;
}

.catalog-product-view .product-item .price-box {
    margin: 8px 0;
}

.table-wrapper.comparison {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 3px #eee;
}

/* .owl-theme .owl-controls .owl-buttons div {
    height: 100%;
    top: 0;
    margin: 0px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    background-color: #dddddd;
    position: absolute;
    width: 50px;
}
.owl-prev {
    right: 0;
}
.owl-next {
    left: 0;
}as */

.shop_brands .owl-carousel .owl-nav.disabled {
    display: block;
}

.shop_brands .owl-dots {
    display: none;
}

.sales-order-history .actions-toolbar {
    display: none;
}

.sales-order-history .toolbar,
.wishlist-index-index .toolbar.wishlist-toolbar {
    margin-bottom: 0;
}

.wishlist-index-index .pager {
    margin-top: 0;
    margin-bottom: 0 !important;
}

body.account .main .container {
    padding: 0;
}

.cart-summary {
    margin-bottom: 25px;
    padding: 10px 25px 25px 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 2px #eee;
    /* padding: 15px 0; */
    border: 0px solid #e8e8e8;
}

.table.cart thead th {
    background: #eee;
    border: 0;
    font-size: 16px;
    /* padding: 0 12px; */
    padding: 12px 24px !important;
}

table.cart {
    border: 0;
}

.cart.table-wrapper .col.qty .input-text {
    margin-top: -5px;
    border: 1px solid #eee;
    background: #fff;
    line-height: 27px;
}

.cart.table-wrapper .col .qty label button {
    padding: 2px 10px;
}

.cart.table-wrapper .product-item-name {
    font-size: 18px;
}

.cart.table-wrapper .col .qty label {
    display: flex;
}

.cart.table-wrapper .item-actions .actions-toolbar {
    text-align: right;
}

.cart.table-wrapper .item-actions .actions-toolbar>.action:not(:last-child) {
    text-decoration: none !important;
    /* color: #f63147; */
    font-weight: 500;
    border-right: 1px solid #cccccc;
    border-radius: 0;
    padding-right: 16px;
}

.cart.table-wrapper .product-item-photo {
    vertical-align: top;
    /* background: #eee; */
    padding-right: 0;
    border: 1px solid #eee;
    margin-right: 20px;
}

.table-checkout-shipping-method {
    width: 100%;
    border: 0;
}

div#checkout-shipping-method-load {
    padding: 0 24px;
    background: #eee;
}

.table-checkout-shipping-method tbody td {
    border: 0;
}

div#checkout-step-shipping_method {
    margin-bottom: 0;
}

/* body div.snize-ac-results {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 2px #00000029;
    padding: 0;
    border: 0px solid #e8e8e8;
}
body div.snize-ac-results li.snize-view-all-link {
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    background: #f9efef;
    width: 100%;
    font-size: 14px;
    color: red;
}
body div.snize-ac-results ul {
    margin: 0;
    height: 79vh;
    overflow: scroll;
    padding: 0;
    width: 100%;
    list-style: none outside none;
}
body div.snize-ac-results li strong {
    line-height: 16px;
    font-weight: 500;
    font-size: 12px;
}
body div.snize-ac-results li.snize-label {
    display: block;
    padding: 0px 10px 0px;
    color: #2b3239;
    text-align: left;
    font-size: 10px;
    
    
    background: #f7f7f7;
    cursor: auto;
    padding: 7px 12px;
    font-weight: 500;
}
body div.snize-ac-results .snize-price-list {
    float: left;
    margin-top: 6px;
    color: #4f4f4f;
    font-weight: 500;
    font-size: 115%;
}
body div.snize-ac-results span.snize-title {
    display: block;
    color: #5a5a5a;
    font-weight: normal;
    font-size: 100%;
    margin-top: 3px;
}


div.snize div.snize-search-results-main-content > div,div.snize div.snize-filters-sidebar,div.snize div.snize-main-panel {
    background: #fff;
}
body #snize-search-results-grid-mode span.snize-thumbnail img {
    display: block;
    bottom: initial;
    left: initial; 
    margin: auto !important;
    position: relative;
    right: initial; 
     top: initial;
    max-width: 100%;
    height: 100%;
    padding: 19px;
    max-height: 135px;
}
body #snize-search-results-grid-mode span.snize-thumbnail{
    height: auto;
}
body div.snize li.snize-product .snize-price-list {
    color: #333333;
    font-weight: 500;
    text-align: left;
}
body div.snize li.snize-product span.snize-title, 
body div.snize li.snize-category span.snize-title, 
body div.snize li.snize-page span.snize-title {
    color: #333333;
    text-align: left;
    margin-bottom: 0!important;
    font-weight: normal;
}
body #snize-search-results-grid-mode li.snize-product span.snize-title,
body #snize-search-results-grid-mode .snize-price-list{
    text-align: left;
}
body #snize-search-results-grid-mode span.snize-overhidden {
    padding: 15px 15px 5px 15px;
}
body div.snize .snize-reviews{
    text-align: left;
}
body div#snize-search-results-grid-mode {
    padding: 10px;
}
body div.snize-search-results#snize_results a {
    transition: all,0.14s;
    text-decoration: none;
    outline: 0;
    border: .1px solid #eee!important;
}
body span.snize-title {
    height: 18px;
    overflow: hidden;
}

body div.snize div.snize-filters-sidebar {
    width: 206px;
} */
.header.content .field.search {
    position: relative;
}

.searchsuite-autocomplete .product {
    padding: 0;
    height: calc(100vh - 300px);
    overflow-y: scroll;
}

.searchsuite-autocomplete {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: 0;
    margin-top: 4px;
    width: 100%;
}

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #D4D2D2;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.filter-options .filter-options-title {
    text-transform: uppercase;
    color: #434343;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.block.filter {
    margin-bottom: 0px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    margin-top: 0;
}

.searchsuite-autocomplete .title {
    padding: 6px 12px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
    font-size: 12px;
}

.searchsuite-autocomplete .price-container .price {
    font-size: 16px;
}

.searchsuite-autocomplete .product {
    padding: 0;
}

.searchsuite-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: none;
    padding-left: 30px;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
}

.searchsuite-autocomplete .product img {
    height: auto;
    padding: 5px;
}

.searchsuite-autocomplete .product-reviews-summary {
    display: table;
    margin: 0px 0 0px;
}

.filter-options .filter-options-content ol {
    min-height: 70px;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}

.catalog-category-view .columns li.item.product.product-item {
    border: 1px solid #e8e8e8;
    margin: 0;
    transition: .2s ease-in-out;
    /* max-height: 300px; */
}

.catalog-product-view .page-layout-1column .product.media {
    padding-left: 0;
}

.catalog-product-view .page-layout-1column .product.media .container {
    padding: 0;
}

.modal-slide._inner-scroll .modal-header {
    padding: 10px;
}

.modal-popup .modal-title {
    border-bottom: 0px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 0px;
    font-size: 18px;
    margin-bottom: 0;
}

.modal-slide .action-close {
    padding: 8px;
}

.modal-popup .modal-inner-wrap {
    width: 30%;
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 75%;
}

.modal-popup._inner-scroll .modal-content {
    padding: 20px;
}

.modal-body {
    padding: 0;
}

.modal-popup .fieldset>.field:not(.choice)>.label {
    padding: 0 0 6px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.modal-popup .fieldset>.field:not(.choice)>.control {
    width: 100%;
    float: left;
}

.modal-popup input,
.modal-popup textarea {
    width: 100%;
    border: 0;
    background: #eee;
    padding: 7px 12px;
}

.modal-popup .fieldset {
    margin-bottom: 0;
}

.modal-popup.modal-slide .modal-footer {
    padding: 15px;
}

.modal-popup .field.request_detail.required {
    margin-bottom: 0;
}

.modal-popup .fieldset>.field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 20px;
}

.catalog-product-view .swatch-opt {
    margin: 0px 0;
}

.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
    font-size: 14px;
}

.catalog-product-view .product_details .ratting {
    margin-bottom: 0;
}

.catalog-product-view .product-reviews-summary.empty {
    margin-top: 0;
    margin-bottom: 0;
}

.catalog-product-view .product_details h1.page-title {
    font-size: 22px;
    margin-top: 0;
}

.catalog-product-view .swatch-attribute-label {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.catalog-product-view .swatch-attribute.size {
    float: left;
    margin-right: 15px;
}

.catalog-product-view .swatch-option {
    height: 30px;
}

.product.data.items>.item.title.active>.switch {
    border-bottom: 3px solid #f63147;
}

.home_product_carousel .item .product {
    border: 0.2px solid #eee;
    border-left: 0;
    transition: .2s ease-in-out;
    margin: 0px;
    outline: 0;
}

.price-container .price,
.product-item .price-box .price {
    font-size: 16px;
    font-weight: 600;
}

.product-item .price-box {
    margin: 0px 0 0px;
    /* float: left; */
}

p.minimal-price {
    margin-bottom: 0;
}

span.price-label {
    font-size: 12px;
    /* color: #949494; */
}

.product h6 {
    /* height: 36px; */
    overflow: hidden;
}

.most_viewed-wrapper li.item.product.product-item {
    transition: .2s ease-in-out;
    margin-bottom: 0px;
    border: .2px solid #eee;
    border-left: 0;
}

.most_viewed-wrapper li.item.product.product-item:hover {
    box-shadow: 1px 1px 19px 15px #eee;
    transition: .2s ease-in-out;
    z-index: 9999;
}

.fotorama__wrap .fotorama__stage {
    margin-left: 0px;
    width: calc(100% - 0px) !important;
    left: 0 !important;
    max-height: 300px !important;
}

.fotorama__nav--thumbs {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.sticky_wrapper .page-layout-1column .product.media {
    padding-left: 0px;
}

.menu_container .container {
    padding: 0;
}

.home_product_carousel .item .product:hover {
    /* border: 1px solid #E8E8E8; */
    box-shadow: 1px 1px 19px 15px #eee;
    transition: .2s ease-in-out;
}

.ui-dialog .details-qty.qty input {
    margin: 0;
}

.ui-dialog .details-qty.qty button {
    border: oldlace;
    background: #e2e2e2;
    height: 31px;
}

.wishlist-index-index .products-grid.wishlist {
    background: #fff;
    padding: 30px;
}

.wishlist-index-index textarea {
    width: 100%;
    border: 0;
    font-size: 14px;
    background: #eee;
    padding: 10px;
    height: auto;
    min-height: 70px;
    margin-top: 0;
}

.wishlist-index-index .product-item-inner {
    margin-top: 0px;
}

.wishlist-index-index .product-reviews-summary {
    display: block;
    margin-top: 0;
}

.catalog-product-view .box-tocart .fieldset .qty {
    margin-bottom: 0;
}

.catalog-product-view .box-tocart .fieldset {
    display: flex;
}

.breadcrumbs.container {
    padding: 0px 15px 15px;
}

.login_div {
    box-shadow: 0px 7px 12px 2px #00000024;
}

.cms-home label.category_clone {
    display: none;
}

label.category_clone {
    display: none !important;
}

.quickadd-index-index .cart.table-wrapper {
    width: 100%;
    max-width: 1200px;
    min-width: auto;
    margin: 0 auto;
}

span.no_reviews {
    height: 33px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #9e9e9e;
}

label.category_clone {
    margin-left: 15px;
    position: relative;
    /* height: 56px; */
    display: flex;
    align-items: center;
    padding: 10px;

    transition: .2s ease-in-out;

}

label.category_clone:hover {
    background: #0000002e;
    color: #000;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: .2s ease-in-out;
}

label.category_clone:hover svg {
    fill: #ffffff;
    transition: .2s ease-in-out;
}

label.category_clone:hover .sidebar_header_cloned {
    transition: .2s ease-in-out;
    opacity: 9;
    display: block;
}

label.category_clone svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: .2s ease-in-out;
}

.sidebar_header_cloned {
    position: absolute;
    right: -22px;
    top: 41px;
    z-index: 9999;
    width: 200px;
    display: none;
    opacity: 0;
    transition: .2s ease-in-out;
}

.sidebar_header_cloned .sidebar-categories {
    box-shadow: none;
    border: 1px solid #eee;
    z-index: 99999;
}

.sidebar_header_cloned:hover::after {
    /* content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0000001f;
    position: fixed;
    top: 0;
    left: 0; */
}

.opc-block-summary .items-in-cart .product .item-options {
    display: flex;
    font-size: 14px;
}

.opc-block-summary .items-in-cart .product .item-options dd {
    margin: 0px 10px;
    display: inline-block;
}

div#narrow-by-list li.item a {
    font-size: 14px;
}

a.product-item-link.product-name {
    font-size: 14px;
    font-weight: 400;
    height: 36px;
}

section.recently.product_listing .product {
    border: 1px solid #eee;
    border-left: 0;
}

section.recently.product_listing .owl-stage .owl-item:first-child .product {
    border-left: 1px solid #eee;
}

.review-list .block-title strong {
    font-size: 16px;
    margin: 0;
}

.review-list .block-title strong {
    font-size: 18px;
    margin: 0;
}

.review-form input,
.review-form textarea {
    width: 100%;
    border: 1px solid #cecece;
    padding: 10px 12px;
}

.review-form .fieldset .field .control {
    width: 100%;
    float: left;
}

.review-form .fieldset .review-legend.legend {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.review-form .fieldset .review-legend.legend strong {
    margin-left: 15px;
    font-weight: 400;
}

#product-review-container .review-items li.item.review-item {
    padding: 30px 0 !important;
    width: calc(100% / 1) !important;
    background: transparent !important;
    border-radius: 5px;
}

#product-review-container ol.items.review-items {
    margin-bottom: 30px;
    margin-top: 0px;
}

#product-review-container .review-title {
    margin: 0 0 15px;
    font-size: 16px;
}

.review-details {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 300;
}

.review_helpful_report a {
    font-size: 12px;
}

div#product-review-container {
    width: 50%;

}

.block.review-add {
    width: 48% !important;
    margin-left: 1%;
    /* padding: 30px; */
    background: #fff
}

fieldset.field.required.review-field-ratings .control {
    height: 50px;

}

.product_logins {
    width: 38%;
    margin-left: 2%;


}

.review-form .fieldset>.field {
    width: calc(100% / 1);
    margin: 0;
}

.field.review-field-nickname.required,
.field.review-field-text.required {
    float: left;
    margin-right: 2%;
}

.field.review-field-summary.required,
.field.review-field-image {
    float: left;
}

.catalog-product-view .product.info.detailed .product.data.items>.item.content {
    width: 100%;
    background: transparent;
}

.review-toolbar {
    border-top: 0;
}

.account .sidebar,
.account .sidebar.sidebar-additional {
    background: none;
    box-shadow: none;
}

.account .productName {
    word-break: keep-all;

}

table.data.wk_quotelist_table.table.table-order-items.history thead th {
    white-space: nowrap;
}

table.data.wk_quotelist_table.table.table-order-items.history td.col.wkstatus button {
    white-space: nowrap;
    /* text-decoration: none!important; */
}

.wk-quote-buyer-list .quote_edit,
.wk-quote-buyer-list .quote_delete,
.wk-quote-buyer-list .sorting {
    color: #2b3239;
}

table.data.table.table-order-items.history.header td.col.search_input input {
    padding: 6px 12px;
    border: 1px solid #2b32394f;
}

table.data.table.table-order-items.history.header select {
    padding: 6px 5px;
    border: 1px solid #2b32394f;
}

table.data.table.table-order-items.history.header #wk_mp_tr_heading {
    background: transparent;
}

table.data.table.table-order-items.history.header td,
table.data.table.table-order-items.history.header th {
    padding-left: 0;
}

.quote_button .toquote.primary {
    background: transparent;
    color: #f63147;
    font-weight: 500 !important;
}

.quote_button .toquote.primary:hover {
    background: transparent;
    color: #f63147;
    font-weight: 500 !important;
}

table.data.wk_quotelist_table.table.table-order-items.history th,
.data.wk_quotelist_table.table.table-order-items.history td {
    font-size: 14px;
}

.catalog-category-view .product-item-actions .actions-primary {
    display: block;
    margin: 0;
    float: left;
    line-height: normal;
}

.quote_button .action.toquote.primary,
button.wk_qs_quote_button.button.btn-cart.action.primary {
    /* margin-left: 10px; */
    font-size: 12px;
    margin-top: 10px;
    background: #2b3239;
    padding: 12px 15px !important;
    line-height: normal;
    color: #fff;
}

.catalog-product-view button.wk_qs_quote_button.button.btn-cart.action.primary {
    margin-top: 0;
}

.quote_button .action.toquote.primary img,
button.wk_qs_quote_button.button.btn-cart.action.primary img {
    height: 19px;
    filter: invert(1);
    width: 19px;
}

.catalog-product-view .product.info.detailed .product.data.items {
    display: table;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 30px 30px 0;
}

.catalog-product-view .product.info.detailed .product.data.items>.item.content {
    /* padding: 20px 30px; */
}

.product.info.detailed .additional-attributes th.col.label {
    background: #f1f1f1;
    margin-bottom: 10px;
}

.product.info.detailed .additional-attributes td.col.data {
    background: #fbfbfb;
    margin-bottom: 10px;
}

.wk_qs_quote_button.button.btn-cart.action.primary {
    margin-right: 0;
    margin-left: 12px;
    width: auto !important;
    line-height: normal;
    padding: 0;
    font-size: 14px;
    min-width: initial;
    margin-top: 0px;
    white-space: nowrap;
    padding: 12px 16px;
}

.catalog-product-view .product-info-main .actions {
    display: flex !important;
}

.product-info-main.container-fluid.product_details .container {
    padding-left: 0;
}

.product-info-main.container-fluid.product_details .details-products ul li {
    display: flex;
    padding: 0px;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 18px;
}

.product-info-main.container-fluid.product_details .details-products h5 {
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 10px;
}

.product-info-main.container-fluid.product_details .details-products span {
    color: #737373;

}

.product-info-main.container-fluid.product_details .page-title-wrapper {
    border-bottom: 1px solid #eee;
}

.product-info-main.container-fluid.product_details .details-products {
    font-size: 14px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-info-main.container-fluid.product_details .box-tocart {
    border-bottom: 1px solid #eee;
}

.sendfriend-product-send input,
.sendfriend-product-send textarea {
    width: 100%;
}

.sendfriend-product-send .fieldset>.field:not(.choice)>.label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: none;
}

.sendfriend-product-send .fieldset>.legend {
    margin: 0;
    margin-left: 0 !important;
    padding: 0;
    box-sizing: border-box;
    float: none;
    line-height: 1.2;
    font-size: 16px;
}

.sendfriend-product-send .form.send.friend .fieldset .field:not(.choice) .control {
    width: 100%;
}

form#product-sendtofriend-form>fieldset {
    width: 48%;
    margin-right: 1%;
    float: left;
    background: #fff;
}

form#product-sendtofriend-form>fieldset:last-child {
    margin-right: 0 !important;
}

form#product-sendtofriend-form {
    padding: 30px;
    background: #fff;
}

.catalog-category-view .main-content .product img {
    padding: 0px;
}

.product-item .price-box .price-label {
    /* font-size: 12px; */
    display: none;
}

.catalog-category-view .product-item-inner {
    margin-top: 0px;
    margin-left: 0px;
    /* float: right; */
}

.catalog-category-view .product-item-inner .actions-primary {
    margin-right: 10px;
}

.products-grid li.item.product.product-item .photo.product-item-photo {
    text-align: center;
}

div#layered-filter-block-container .block-title.filter-title {
    display: none;
}

.filter-options .filter-options-content .item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

ul.category_list .row li img {
    width: 100%;
    height: auto;
    padding: 0px;
}

.container.tab-session .container {
    padding: 0;
}

.tab-content {
    position: relative;
}

.tab-session .section_header {
    position: absolute;
    right: 0;
    top: -40px;
}

.tab-session ul.tabs li.current {
    background: #ededed;
    color: #f63147;
    /* font-weight: 600; */
    border-top: 4px solid #f63147;
}

.tab-session ul.tabs li {
    border-top: 4px solid #f1f1f1;
    font-weight: 600;
}

.tab-session ul.tabs {
    margin-top: 30px;
    background: #f1f1f1;
}

.tab-session .tab-content {
    padding: 0;
}

.shop_by_brands {
    background: #f9f8f8;
    padding: 30px 15px;
}

.cms-best-selling ol.product-items .product {
    background: #fff;
    padding: 10px !important;
}

.catalog-product_compare-index .actions-primary.quote_button {
    display: none;
}

.footer .col-md-3.payment img {
    /* width: 60px!important; */
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}

.social_media li {
    float: left;
    margin-right: 10px;
}

.newsletter p {

    color: #d8d8d8;
    /* text-transform: uppercase; */
    font-size: 11px;
}

.block.newsletter .action.subscribe {
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: 500 !important;
}

.col-md-3.payment ul {
    margin-bottom: 20px;
}

.Terms.copyright svg {
    width: 118px;
    margin-right: 20px;
}

.product-item .special-price {
    display: inline-block;
}

.stock.unavailable {
    font-size: 12px;
}

.cms-best-selling a.product-name {
    font-size: 14px;
    font-weight: 400;
    height: 36px;
}

@media only screen and (max-width: 1300px) {
    /* .main_header>a img {
        width: 200px;
    } */

    .menu_bar .category_dropdown:nth-child(1n+7):not(:last-child) {
        display: none;
    }

    .search_bar {
        margin: 0 0 0 30px;
    }

    .search_bar select {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .minicart-wrapper:hover .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) {
    .product_detail_banner img {
        height: 128px;
    }

    .perks_wrapper .perks h1 {
        font-weight: 400;
        font-size: 18px;
    }

    .table-wrapper.comparison table {
        width: 1300px;
    }

    .main_header>a img {
        width: 180px;
    }

    .main_header {
        flex-wrap: wrap;
        position: relative;
    }

    .main_header .search_bar {
        margin: 10px 0;
    }

    .menu_bar .category_dropdown:not(:first-child) {
        display: none;
    }

    .main_header .group_buttons {
        position: absolute;
        width: 300px;
        top: 10px;
        right: 80px;
        transition: all ease-in 0.3s;
    }

    .minicart-wrapper {
        margin-left: 10px;
        position: absolute;
        top: 10px;
        right: 30px;
    }

    /* .main_header.home_header .group_buttons {
        top: 0;
    } */

    .main_header .group_buttons.open .dropdown {
        visibility: visible;
    }

    .main_header .group_buttons>.dropdown {
        position: unset;
    }

    .main_header .group_buttons .dropdown-menu {
        min-width: inherit;
        left: 0 !important;
    }

    .main_header .group_buttons .dropdown-menu:before {
        display: none;
    }

    .dropdown_cart {
        width: auto;
    }

    .dropdown_cart .item_list {
        max-height: 400px;
    }

    .menu_container {
        margin: 0;
    }

    .home_banner_content {
        width: 80%;
        top: 300px;
    }

    .col-20 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .offer_zone {
        margin-top: calc(100% - 500px);
    }

    .offer_zone>.add_garage {
        display: none;
    }

    .add_garage .dropdown {
        margin-bottom: 10px;
    }

    .best_selling .product_banner {
        top: 10px;
    }

    .product_banner_img {
        height: 100%;
        margin-bottom: 10px;
    }

    .main-content {
        width: 100%;
    }

    .page-main {
        flex-wrap: wrap;
    }

    .selected_vehicle>img {
        width: 60px;
        margin-right: 5px;
        padding: 0;
        display: inline-block;
    }

    .selected_vehicle h5 {
        margin-top: 10px;
        display: inline-block;
    }

    .selected_vehicle p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .secoundary-sidebar .sidebar_filter {
        position: fixed;
        top: 130px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-color: #fff;
        padding: 70px 30px 30px;
        overflow: auto;
        display: none;
        transition: all ease-in 0.3s;
    }

    .filter_btn {
        position: absolute;
        right: 0;
        top: -70px;
        background-color: #f63147;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 0;
        /* transition: all ease-in 0.3s; */
        z-index: 1;
    }

    .filter_btn>svg {
        width: 18px;
        height: 18px;
    }

    .filter_btn>svg:last-child {
        display: none;
    }

    .secoundary-sidebar.filter_modal .sidebar_filter {
        display: block;
    }

    .filter_modal .filter_btn {
        z-index: 99;
        position: fixed;
        top: 140px;
        right: 16px;
    }

    .filter_modal .filter_btn>svg:first-child {
        display: none;
    }

    .filter_modal .filter_btn>svg:last-child {
        display: inline-block;
    }

    .write_review_containter,
    .attached_img {
        width: 100%;
    }

    .attached_img {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        display: block;
        opacity: 0.3;
    }

    .owl-carousel:hover .owl-nav button.owl-prev,
    .owl-carousel:hover .owl-nav button.owl-next {
        opacity: 1;
    }

    .sidebar:not(.sidebar-additional) {
        order: -1;
    }

    .product-category {
        display: flex;
        flex-direction: column;
    }

    .sidebar.sidebar-additional {
        padding: 0;
        margin-right: 0;
        width: 100%;
    }

    .wishlist-index-index form#wishlist-view-form .products-grid .product-item {
        width: 33.3333%;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 990px) {
    .sidebar {
        width: 100%;
        margin-right: 0;
        position: relative;
    }

    .product_banner_img {
        max-height: 250px;
        margin-bottom: 10px;
    }

    .add_garage .dropdown-toggle,
    .add_garage select {
        margin-bottom: 10px;
    }

    .sidebar:not(.sidebar-additional) .block.account-nav {
        margin-bottom: 0;
    }

    .sidebar:not(.sidebar-additional) .content.account-nav-content {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-color: #fff;
        padding: 70px 30px 30px;
        overflow: auto;
        display: none;
        transition: all ease-in 0.3s;
    }

    .sidebar:not(.sidebar-additional) .block.account-nav.filter_modal .content.account-nav-content {
        display: block;
    }

    .sidebar:not(.sidebar-additional) .block.account-nav .filter_btn {
        top: -64px;
    }

    .sidebar:not(.sidebar-additional) .block.account-nav.filter_modal .filter_btn {
        top: 16px;
    }

    #account-nav .nav.items {
        border: 1px solid #ddd;
        padding: 10px 0;
    }

    .abs-account-blocks .block-title>strong,
    .block-compare .block-title>strong,
    .block-giftregistry-results .block-title>strong,
    .block-giftregistry-shared-items .block-title>strong,
    .block-wishlist-search-results .block-title>strong,
    .block-reorder .block-title>strong,
    .widget .block-title>strong,
    .block-wishlist .block-title>strong,
    .account .column.main .block:not(.widget) .block-title>strong,
    .multicheckout .block-title>strong,
    .paypal-review .block .block-title>strong,
    .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,
    [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,
    .sales-guest-view .column.main .block:not(.widget) .block-title>strong {
        font-weight: 400;
        font-size: 1.25rem;
    }

    .account .column.main .block:not(.widget) .box-title>span,
    .multicheckout .box-title>span,
    .paypal-review .block .box-title>span,
    .magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,
    [class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,
    .sales-guest-view .column.main .block:not(.widget) .box-title>span {
        font-weight: 500 !important;
        font-size: 18px;
    }

    .account .page-main,
    .cms-privacy-policy .page-main {
        padding-top: 40px;
        position: relative;
    }

    .account .columns,
    .page-with-filter .columns,
    .cms-privacy-policy-cookie-restriction-mode .columns {
        display: flex !important;
    }

    .fieldset>.legend {
        font-size: 1.2rem;
    }

    .home_banner_content {
        display: none;
    }

    .opc-wrapper,
    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        width: calc(100% - 300px);
        padding-right: 30px;
    }

    .opc-sidebar,
    .cart-summary {
        width: 300px;
    }

    .checkout-cart-index .page-main {
        margin-top: 0 !important;
    }

    .table-checkout-shipping-method {
        width: 100%;
    }

    .cart.table-wrapper .product-item-photo {
        display: block;
        left: 0;
        width: 100px;
        position: unset;
        top: 0;
        object-fit: contain;
    }

    .cart.table-wrapper .item .col.item {
        display: block;
        padding: 0;
        width: 100%;
    }

    .cart.table-wrapper .col.qty,
    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp {
        box-sizing: border-box;
        display: inline-block;
        float: none;
        text-align: left;
        white-space: nowrap;
        width: auto;
        font-size: 14px;
    }

    .price-including-tax,
    .price-excluding-tax {
        font-size: 1rem;
    }

    .cart.table-wrapper .item-actions td {
        text-align: right;
    }

    .cart.table-wrapper .col.qty[data-th]:before,
    .cart.table-wrapper .col.price[data-th]:before,
    .cart.table-wrapper .col.subtotal[data-th]:before,
    .cart.table-wrapper .col.msrp[data-th]:before {
        content: attr(data-th) ':';
        display: block;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .cart.table-wrapper thead .col:not(.item) {
        display: none;
    }

    .account .page-title-wrapper {
        margin: 0 0 30px !important;
    }
}

@media only screen and (max-width: 820px) {

    .checkout-cart-index .cart-container .form-cart .action.continue,
    .checkout-cart-index .cart-container .form-cart .action.clear {
        margin: 0 0 15px;
        width: 100%;
    }

    .cart-container .form-cart .action.continue:before {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .authentication-wrapper {
        width: 400px;
    }

    .popup-authentication .block-authentication {
        border-top: 0;
    }

    .top2header_ul li a svg {
        width: 15px;
        height: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    .top_Catgories ul {
        display: flex;
        flex-wrap: wrap;
    }

    .page-products .products-grid .product-item {
        width: calc((100% - 0%) / 3);
    }

    .trending_searches {
        display: none;
    }

    .more_categories ul {
        list-style: circle;
        display: flex;
        flex-wrap: wrap;
        /* overflow-x: scroll; */
        padding-left: 39px;
    }

    .more_categories ul li {
        padding: 0px 15px 1px 0px;
        /* width: calc(100% / 5); */
    }

    .row,
    .row.home_banner_session .col-sm-2,
    .home_banner_session .col-sm-10 {
        max-width: 100%;
        flex: initial;
        padding: 0;
    }

    .more_categories ul li a {
        padding: 10px 15px 0px 0px;
    }

    .home_banner_session .carousel-container {
        margin: 30px 0;
    }

    .shop_by_category_wrapper .category_content h2 {
        font-size: 22px;
    }

    .shop_by_category_wrapper .category_content {
        width: calc(98%/3);
    }

    .search_btn {
        display: none;
    }


    .block.block-reviews-dashboard .items .item {

        display: block;
    }

    .table {
        width: 768px;
    }

    .page-wrapper .product_detail_banner img {

        height: 63px;
    }

    .sticky_wrapper {
        display: flex;
        flex-direction: column;
    }

    .catalog-product-view section.product_listing {
        margin-top: 0;
    }

    /* .product_listing_title {
        margin: 0px 0 20px;
    } */

    .main-content,
    .catalogsearch-result-index .column.main {
        width: calc(100% - 0px) !important;
    }

    .main_header .search_bar input {
        font-size: 16px;
    }

    .main_header .search_bar input {
        background-image: url(../images/icons/search.svg);
        background-position: calc(100% - 14px) center;
        background-repeat: no-repeat;
        padding: 10px 40px 10px 10px;
    }

    .main_header .search_bar {
        margin: 0;
        width: auto;
        position: absolute;
        right: 66px;
        transition: all ease 0.3s;
        z-index: 1;
    }

    .main_header .search_bar.open {
        left: 16px;
        right: 16px;
        z-index: 999;
    }

    .main_header .search_bar input {
        max-width: 45px;
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
    }

    .main_header .search_bar.open input {
        max-width: inherit;
        outline: 0;
        backdrop-filter: blur(10px);
    }

    .main_header .search_bar select {
        display: none;
    }

    .main_header>a img {
        width: 170px;
        /* margin-bottom: 15px; */
    }

    /* mobile css */

    .amazon-validate-container .block .block-title strong,
    .login-container .block .block-title strong,
    .form-create-account .fieldset>.legend,
    .customer-account-forgotpassword .page-title,
    .search.advanced .fieldset>.legend {
        font-size: 20px;
    }

    .main_header .group_buttons {
        position: absolute;
        width: 50px;
        height: 44px;
        overflow: hidden;
        top: unset;
        right: 16px;
        backdrop-filter: blur(10px);
        transition: all ease-in 0.3s;
    }

    .main_header .group_buttons:after {
        content: '\205E';
        background-color: rgba(0, 0, 0, 0.4);
        color: rgba(255, 255, 255, 0.4);
        display: block;
        padding: 10px;
        position: absolute;
        right: 0;
        font-size: 30px;
        width: 50px;
        text-align: center;
        height: 44px;
        line-height: 1;
        backdrop-filter: blur(10px);
    }

    .main_header .group_buttons .dropdown {
        visibility: hidden;
    }

    .main_header .group_buttons.open {
        overflow: visible;
        width: auto;
        left: 16px;
        z-index: 9;
    }

    .main_header .btn {
        color: #ffffff;
    }

    .main_header .group_buttons.open:after {
        display: none;
    }

    .main_header .group_buttons.open .dropdown {
        visibility: visible;
    }

    .main_header .group_buttons>.dropdown {
        position: unset;
    }

    .main_header .group_buttons .dropdown-menu {
        min-width: inherit;
        left: 0 !important;
    }

    .main_header .group_buttons .dropdown-menu:before {
        display: none;
    }

    .dropdown_cart {
        width: auto;
    }

    .dropdown_cart .item_list {
        max-height: 200px;
    }

    /* .menu_container {
        margin: 100px 0 0;
    } */

    .col-20 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .add_garage .dropdown-toggle {
        border: 1px solid #ddd;
    }

    .add_garage {
        margin: 0 16px 40px;
        padding: 20px;
    }

    .best_selling .product_banner h1 {
        font-size: 28px;
    }

    .footer_top {
        height: auto;
    }

    .footer_top img {
        max-width: 250px;
    }

    .product_detail_banner img {
        height: 60px;
    }

    .offer_zone {
        margin-top: 20px;
    }

    .about_us,
    .testimonial_carousel {
        padding: 50px 16px;
    }

    .testimonial_carousel::after,
    .testimonial_carousel::before {
        left: 16px;
        right: 16px;
        top: 16px;
        bottom: 16px;
    }

    .banner_category {
        height: 200px;
        margin-bottom: 30px;
    }

    .page-title {
        font-size: 22px;

    }

    .brand-venue,
    .show_page span,
    .sort_option button.grid_view,
    .sort_option button.list_view {
        display: none;
    }

    .vehicle_list {
        margin: 0;
    }

    .footer_section {
        margin-top: 0px;
    }

    .vehicle_list .vehicle_name img {
        height: 50px;
    }

    .vehicle_list .vehicle_name h5 {
        font-size: 18px;
    }

    .product_details h1 {
        line-height: 1.2;
    }

    .product_image_container {
        flex-wrap: wrap;
    }

    /* .product_listing_title {
        font-size: 24px;
    } */

    .product_listing_title a {
        white-space: nowrap;
    }

    .easyzoom {
        height: 300px;
    }

    .easyzoom a>img {
        height: 300px;
    }

    .thumbnails {
        width: 100%;
    }

    .thumbnails li {
        display: inline-block;
        width: 60px;
        margin: 5px;
    }

    .thumbnails img {
        width: 60px;
        height: 60px;
    }

    .secoundary-sidebar .sidebar_filter {
        padding: 70px 16px 16px;
    }

    .filter_btn {
        top: -50px;
        right: 15px;
    }

    /* Seller */
    .seller_nav>a>img {
        width: 180px;
    }

    .seller_header .dropdown-menu {
        left: 0 !important;
        right: unset;
    }

    .seller_title_wrapper p.note {
        margin-bottom: 10px;
    }

    .inventory>nav .btn_back {
        position: relative;
        left: 0;
        margin-top: 0;
    }

    .prd_info .form-group label {
        text-align: left !important;
    }

    .custom-file-upload {
        margin-bottom: 10px;
    }

    .dashboard_summary {
        height: auto;
    }

    .order .order_view,
    .order .chart {
        padding-left: 0;
        padding-right: 0;
    }

    .page.messages {
        position: fixed;
        right: 0;
        bottom: 30px;
        z-index: 10;
        width: 100%;
        padding: 0 15px;
        max-width: 700px;
    }

    .login-container {
        width: 100%;
    }

    .login-container:before,
    .login-container:after,
    form.form-create-account:before,
    form.form-create-account:after,
    .customer-account-forgotpassword .form.password.forget:before,
    .customer-account-forgotpassword .form.password.forget:after {
        display: none;
    }

    .minicart-items-wrapper {
        max-height: 350px !important;
    }

    .wishlist-index-index form#wishlist-view-form .products-grid .product-item {
        width: 50%;
    }

    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box,
    .products-grid.wishlist .product-item-tooltip {
        margin-left: 0;
    }

    .products-grid.wishlist .product-item .box-tocart {
        margin-right: 0;
        float: none;
    }

    .products-grid.wishlist .product-item-actions {
        float: none;
    }

    .account.page-layout-2columns-left .sidebar-main,
    .account.page-layout-2columns-left .sidebar-additional {
        width: 100% !important;
        margin-right: 0;
    }

    .products-grid.wishlist .product-item:first-child {
        border-top: 0;
    }

    .products-grid.wishlist .product-item {
        border-bottom: 0;
    }

    /* }
@media screen and (max-width: 599px) { */
    .wishlist-index-index form#wishlist-view-form .products-grid .product-item {
        width: 100%;
        margin: 0 0 20px;
    }

    .wishlist-index-index form#wishlist-view-form .actions-toolbar>.primary {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 10px 0;
    }

    .wishlist-index-index form#wishlist-view-form .actions-toolbar>.primary .action {
        margin-bottom: 0;
        padding: 0 10px;
    }

    .wishlist-index-index form#wishlist-view-form .actions-toolbar>.secondary {
        display: none;
    }

    .block-dashboard-info .block-content,
    .block-dashboard-addresses .block-content,
    .block-addresses-default .block-content {
        margin: 0;
    }

    .box.box-information,
    .box.box-newsletter,
    .box.box-billing-address,
    .box.box-shipping-address,
    .box.box-address-billing,
    .box.box-address-shipping {
        margin-left: 0 !important;
        width: 100%;
    }

    .minicart-wrapper {
        margin: 0;
        position: fixed;
        top: unset;
        bottom: 30px;
        z-index: 9;
        right: 15px;
        width: 60px;
        height: 60px;
        background-color: #1c1c1c;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

    .minicart-wrapper .action.showcart {
        display: block;
        width: 60px;
        height: 60px;
        background-color: transparent;
        border: 0;
        border-radius: 50%;
        padding: 0;
    }

    .minicart-wrapper .action.showcart:before {
        font-size: 40px;
        line-height: 1.5;
        width: 60px;
        height: 60px;
        color: #ffffff !important;
    }

    .minicart-wrapper .block-minicart {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        right: 0;
        top: 0;
        margin: 0;
        padding-top: 40px;
    }

    .block-minicart .block-content>.subtotal+.actions>.primary,
    .block-minicart .block-content>.subtotal+.actions>.primary .checkout {
        margin-bottom: 70px !important;
    }

    .checkout-payment-method .payment-methods,
    .checkout-payment-method .payment-option {
        margin: 0;
    }

    .checkout-payment-method .payment-option .payment-option-content {
        padding: 0 0 20px;
    }

    .opc-wrapper .step-title {
        padding: 0 0 10px;
    }

    .opc-block-shipping-information {
        padding: 0 30px;
    }

    .minicart-items-wrapper {
        height: unset !important;
        max-height: unset !important;
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .minicart-wrapper #minicart-content-wrapper .block-content {
        flex-wrap: nowrap;
        overflow: auto;
        max-height: 100vh;
    }

    .product-category {
        flex-direction: column;
    }

    .catalog-product-view .columns {
        display: block;
    }

    .account .page-title-wrapper {
        padding: 0 80px 0 15px;
        margin: 0 0 30px !important;
    }

    .abs-pager-toolbar-mobile .toolbar-amount,
    .abs-pager-toolbar-mobile .limiter,
    .abs-pager-toolbar-mobile .pages,
    .account .toolbar .toolbar-amount,
    .account .toolbar .limiter,
    .account .toolbar .pages,
    .toolbar-wishlist-results .toolbar-amount,
    .toolbar-wishlist-results .limiter,
    .toolbar-wishlist-results .pages {
        margin-bottom: 0;
    }

    table#additional-addresses-table,
    table#my-orders-table {
        /* border: 1px solid #ddd; */
        padding: 0 20px;
    }

    .account .column.main .toolbar .limiter-options {
        width: auto;
        background-color: #fff;
    }

    .block.block-addresses-list {
        margin-bottom: 15px;
    }

    table.table-checkout-shipping-method {
        width: 100%;
    }

    .modal-popup .modal-title {
        font-size: 20px;
        font-weight: 500;
        border-bottom: 0;
        padding: 0;
    }

    .modal-popup .modal-header {
        margin-bottom: 1rem;
    }

    .opc-estimated-wrapper {
        border-bottom: 1px solid #cccccc;
        margin: 0 0 15px;
        padding: 18px 0;
    }

    .opc-estimated-wrapper .estimated-block .estimated-label {
        font-size: 18px;
        font-weight: 500;
    }

    .opc-estimated-wrapper .estimated-block .estimated-price {
        font-size: 24px;
        font-weight: 600;
    }

    #garage_list_all {
        max-height: 250px;
        overflow: auto;
    }

    .opc-wrapper,
    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        width: 100%;
        padding-right: 0;
    }

    .opc-sidebar,
    .cart-summary {
        width: 100%;
    }

    .modal-custom .action-close,
    .modal-popup .action-close,
    .modal-slide .action-close {
        z-index: 1;
    }

    .custom-slide {
        left: 0;
    }
}

.page-header {
    margin-bottom: 0;
}

/*@media only screen and (max-width: 768px) {
    .catalog-category-view .sidebar {
        display: none;
    }
}
*/
@media only screen and (max-width:600px) {
    .write_review_containter .fieldset>.field:not(.choice)>.control {
        width: 100%;
        float: left;
    }

    .catalog-product-view section.product_listing,
    .catalog-product-view .product_reviews {
        padding: 20px 0;
    }

    .catalog-product-view .write_review_containter {
        padding: 0 0px;
        margin-top: 13px;
    }

    .write_review_containter fieldset.field.required.review-field-ratings {
        margin-bottom: 30px !important;
    }

    .write_review_containter .actions-toolbar.review-form-actions {
        flex-flow: column;
    }

    .account.page-layout-2columns-left .column.main {
        background: transparent;
        padding-bottom: 0px !important;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border: 0px solid #eee;
        margin-bottom: 30px;
    }

    .block-dashboard-info .block-content a.action,
    .block-dashboard-addresses .block-content a.action {
        font-size: 12px;
        padding: 7px 9px;
    }

    .block-title a.action {
        font-size: 12px;
    }

    .account .sidebar {
        box-shadow: none;
        background: transparent;
    }

    .block {
        margin-bottom: 0;
    }

    .pager {
        margin-top: 0px;
    }

    .account .column.main .toolbar {
        background: #fff;
        padding: 10px;
    }

    .toolbar.wishlist-toolbar {
        display: none;
    }

    .quickadd-index-index span.title {
        display: none;
    }

    .quickadd-index-index .block-quickadd button.quickadd.action.tocart.primary {
        width: 100%;
        padding: 11px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .block-quickadd {
        flex-direction: column;
    }

    .table-wrapper {
        overflow: scroll !important;
    }

    .page.messages {
        left: 0;
        top: 0;
        z-index: 99999;
        padding: 0;
        bottom: initial;
    }

    .minicart-wrapper .block-minicart {
        border-radius: 0px;
    }

    .column .cart.table-wrapper .item .col.item {
        padding: 0;
        width: 170px;
        float: left;
    }

    .column .cart.table-wrapper .col.qty,
    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp {
        padding: 10px 15px;
        font-size: 14px;
    }

    .column .cart.table-wrapper .product-item-name {
        font-size: 14px;
    }

    .column .cart.table-wrapper .product-item-details {
        padding-left: 10px;
    }

    .column .cart.table-wrapper .item-actions .actions-toolbar {
        text-align: left;
    }

    .checkout-index-index .opc-wrapper .opc {
        background: #fff;
        padding: 15px;
    }

    .checkout-payment-method .payment-method-title {
        padding: 0px;
    }

    .checkout-payment-method .payment-option-title .action-toggle {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 1366px) {
    .menu_bar .btn {
        color: #ffffff;
        padding: 10px 5px;
        font-size: 12px;
    }

    .menu_bar .dropdown_menu_list .sub_menu a {
        font-size: 14px;
    }

    .add_garage .btn_green {
        font-size: 14px;
    }

    .main_header .search_bar input {
        background-image: url(../images/icons/search.svg);
        background-position: calc(100% - 14px) center;
        background-repeat: no-repeat;
        padding: 10px 40px 10px 10px;
        /* font-size: 14px; */
        cursor: pointer;

    }


    .main_header .btn {
        font-size: 14px;
    }

    .search_bar select {
        font-size: 14px;
        width: 170px;
    }
}

@media only screen and (max-width: 1440px) {
    .menu_bar .btn {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    button#myaccount {
        width: 47px;
        color: #f63147;
        position: relative;
    }

    
    .tab-session ul.tabs li {
        width: 100%;
        text-align: center;
    }

    label.category_clone {
        margin-left: 0px;
        margin-bottom: 0;
    }

    .sidebar_header_cloned {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
    }

    .minicard_with_account .dropdown-toggle::after {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 16px;
        color: #fff;
        z-index: 99999;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .top-header .row>div:first-child {
        display: none;
    }

    .minicard_with_account {
        position: absolute;
        top: -40px;
        right: 20px;
    }

    .header.content .logo {
        width: 52px;
        overflow: hidden;
        margin-right: 0;
    }

    .logo img {
        height: 50px;
        width: 130px;
    }

    .dropdown-item.btn.btn_green {
        background-color: transparent;
        padding: 12px 0px;
        font-size: 10px;
    }

    .block-search .control {
        border-top: 0px solid #d1d1d1;
    }

    .block-search input {
        right: 0;
        left: initial;
        margin: 0;
        top: -4px;
    }

    .row.home_banner_session .col-sm-2 {
        padding-right: 0;
    }

    .page-main {
        padding: 20px 0;
    }

    .top_Catgories>ul {
        display: flex;
        flex-wrap: wrap;
    }

    .trending_searches {
        display: none;
    }

    .top_Catgories>ul>li {
        width: calc(99% / 1);
    }

    .more_categories ul {
        list-style: circle;
        display: flex;
        flex-wrap: wrap;
        /* overflow-x: scroll; */
        padding-left: 39px;
    }

    .more_categories ul li {
        padding: 0px 15px 1px 0px;
        width: calc(100% / 1);
    }

    .more_categories ul li a {
        padding: 10px 15px 0px 0px;
    }

    .home_banner_session .col-sm-10 {
        padding-right: 0;
        padding-left: 0;
    }

    h2.subsection,
    .section_header h4 {
        font-size: 12px;
        text-align: left;
    }

    button.View_all {
        font-size: 12px;
    }

    .shop_by_category_wrapper .category_content {
        width: calc(100%/1);
        margin-bottom: 20px;
    }

    .shop-by-offers .row .col-4 {
        padding: 0;
    }

    .shop-by-offers .row .col-4 {
        padding: 0;
        width: 100%;
        flex: initial;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .shop-by-recently_viewed {
        padding: 0;
    }

    .sub_footer a,
    .copyright span {
        font-size: 12px;
    }

    .Terms.copyright ul {
        display: block;
        text-align: center;
    }

    .modal-popup.modal-slide {
        left: 0;
    }

    .details-products ul {
        flex-wrap: wrap;
    }

    .catalog-product-view .product-info-main .actions {
        margin-top: 20px;
    }

    .catalog-product-view .box-tocart .fieldset {
        flex-wrap: wrap;

    }

    .shop_by_category_wrapper .category_content h2 {
        font-size: 12px;
        bottom: 10px;
        left: 10px;
    }

    .perks_wrapper {
        flex-wrap: wrap;
    }

    .perks_wrapper .perks {
        padding: 37px 35px;
        width: calc(100% / 1);
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .perks_wrapper .perks h1 {
        font-size: 22px;
    }

    .shop_by_category {
        padding: 20px;
    }

    .shop-by-offers {
        margin-bottom: 20px;
    }

    h2.subsection {
        margin-bottom: 20px;
    }

    .home_banner_session .carousel-container {
        margin: 25px 0;
    }

    .footer_wrapper .col-md-2 {
        margin-bottom: 20px;
    }

    h1.footer_header {
        margin-bottom: 10px;
    }

    .sub_footer {
        flex-direction: column;
    }

    .sub_footer a,
    .copyright {
        margin: 20px 0;
        text-align: center;
    }

    div#layer-product-list .container {
        padding: 0;
    }

    .sorter .sorter-action {
        width: 20px;
    }

    label.sorter-label {
        display: none;
    }

    .toolbar-amount {
        font-size: 12px;
    }

    .toolbar.toolbar-products {
        padding: 10px 10px 10px;
        display: flex;
        justify-content: space-between;
    }

    .main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
        padding: 7px 12px;
        font-size: 12px;
        width: 100px;
    }

    .catalog-category-view .columns li.item.product.product-item {
        max-height: 100%;
        width: 100%;
        height: auto !important;
    }

    .fotorama__thumb-border {
        border-color: transparent !important;
    }

    .product img {
        padding: 0px;
    }

    .rating-summary.item.ratting {
        flex-wrap: wrap;
        margin-top: 0px;
        height: auto;
    }

    .page-layout-1column .product-info-main {
        padding: 30px 0 0 !important;
    }

    .catalog-product-view .swatch-attribute.size {
        float: none;
    }

    .main #product-addtocart-button {
        font-size: 12px;
    }

    .sticky_wrapper {
        margin-bottom: 0;
    }

    .product_listing_title {
        font-size: 14px;
    }

    .product_details .action.mailto.friend,
    .product_details a.action.towishlist.btn,
    .product_details a.action.tocompare.btn {
        display: block !important;
        padding: 0px !important;
        margin: 18px 0 !important;
        font-size: 14px;
        border: 0 !important;
        text-align: left;
    }

    body .product.data.items>.item.title>.switch {
        background-color: #b1b1b1;
    }

    body .product.data.items>.item.title.active>.switch {
        background-color: #1c1c1c !important;
        color: #fff !important;
    }

    .table-wrapper.attachments table {
        width: 100%;
    }

    .review-form .fieldset .review-legend.legend {
        flex-direction: column;
        align-items: baseline;

    }

    .breadcrumbs.container {
        display: none;
    }

    .catalog-product-view .product.info.detailed .product.data.items {
        padding: 0;
    }

    .review-form .fieldset .review-legend.legend strong {
        margin-left: 0;
        margin-top: 10px;
    }

    .block.review-add {
        width: 100% !important;
        margin-left: 0%;
    }

    .product.data.items>.item.content {
        margin-top: 0px !important;
    }

    .sticky_wrapper {
        padding: 35px 35px 0;
    }

    .catalog_all-index-index .page-main {
        margin: 65px 0;
    }

    textarea {
        width: 100%;
    }

    .main_header .search_bar input {
        font-size: 16px;
    }

    .main-content,
    .catalogsearch-result-index .column.main {
        width: calc(100% - 0px) !important;
    }

    .page-layout-2columns-left .column.main {
        width: calc(100% - 0px) !important;
        position: relative;
        right: initial;
    }
}

@media (min-width: 1024px),
print {
    .page-products .products-grid .product-item {
        margin-left: 2%;
        padding: 0;
        width: calc((100% - 0%) / 4);
    }
}

/* button.action.tocart.primary {
    display: none;
} */


.catalogsearch-result-index .filter-options-content {
    margin: unset;
}
.catalogsearch-result-index .filter-options .filter-options-content ol {
    min-height: 43px;
}
.catalogsearch-result-index .sidebar.sidebar-additional {
    width: 27%;
}
.catalogsearch-result-index .sidebar.sidebar-additional .block {
    width: 300px;
}
li.item.product.product-item .product-image-wrapper img{
    height: auto!important;
}