/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Banca

@Default Styles

Table of Content:
01/ shop_archive
02/ checkout
03/ my_account


=====================================================================*/
.product_details_area {
  padding-top: 240px;
}

.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
body .body_wrapper {
  overflow: visible;
}

body.navbar-shown .cart_box {
  top: 100px;
}

body.admin-bar.navbar-shown .cart_box {
  top: 130px;
}

form.woocommerce-ordering.docy_select {
  margin: 0;
}

.woocommerce .star-rating {
  float: none;
  margin: 5px auto 0;
  color: #f3ad16;
}

.woocommerce .star-rating::before {
  color: #f3ad16;
}

.woocommerce-notices-wrapper {
  display: block;
  width: 100%;
  clear: both;
}

#commentform p.comment-notes {
  display: none;
}

.woocommerce table.shop_attributes {
  border-color: var(--black_50);
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  border-color: var(--black_50);
}

.woocommerce table.shop_attributes th {
  font-weight: 500;
}

.woocommerce span.onsale {
  height: 50px;
  width: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.pr_details .share-link .social-icon {
  padding-left: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  height: auto;
  margin-right: 0;
  border: 2px solid transparent;
  border-radius: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border: 2px solid var(--brand_color);
}

.aditional_info p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
  padding-right: 25px;
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations select {
  height: 45px;
  padding: 5px;
  color: #677294;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  right: 2em;
  left: auto;
}

.pr_details .ratting .star-rating {
  float: none;
  color: var(--brand_color);
  line-height: 14px;
}

.pr_details .price span.woocommerce-Price-amount.amount {
  font-weight: 600;
  margin-bottom: 10px;
}

.product_info_details .comment-box .comment-content .avatar img {
  max-width: none;
}

.comment-header + .rating {
  float: right;
}

.aditional_info p.stars {
  padding-left: 15px;
  padding-top: 5px;
}

.woocommerce .product .pr_details .stock {
  color: var(--brand_color);
  padding-top: 0;
  padding-bottom: 20px;
}

.woocommerce-cart .woocommerce .coupon .button {
  position: absolute !important;
  right: 4px;
  top: 50%;
  font: 400 14px/38px "Roboto", sans-serif;
  color: #282835;
  height: 48px;
  padding: 0 25px;
  border: 0;
  background: #eff2f7;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.woocommerce-cart .woocommerce .coupon .button:hover {
  background: var(--brand_color);
  color: #fff;
}

.cart_box ul.list-unstyled li:last-child {
  border-bottom: 0;
}

.cart_box ul.list-unstyled li {
  border-bottom: 1px solid var(--black_50);
  padding: 10px 0;
}

.cart_box ul.list-unstyled li.cart-total {
  color: var(--black_500);
}

.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn {
  width: auto;
}

.shop_list_item {
  width: 100%;
}

.woocommerce nav.navigation.pagination .nav-links {
  text-align: center;
}

.shop_list nav.navigation.pagination .nav-links {
  padding-top: 60px;
}

.shop_list .hr {
  display: none;
}

.woocommerce nav.navigation.pagination {
  display: block;
}

#tab-reviews p.comment-form-cookies-consent {
  position: static;
  padding-left: 15px;
  margin-bottom: 25px;
}

.tinv-wraper.tinv-wishlist {
  display: inline-block;
}

.tinv-wraper.tinv-wishlist span.tinvwl_add_to_wishlist-text {
  display: none;
}

.shopping_cart_area .cart_table .product .media .media-left img {
  height: 100px;
}

.shopping_cart_area .cart_table .total ins {
  text-decoration: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider {
  height: 6px;
  background: #dbe2e9;
  border: 0;
  border-radius: 0;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background: var(--brand_color);
  border-radius: 0;
}

.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brand_color);
  border: 0;
  margin-left: 0;
  top: -7px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-weight: 500;
}

.pr_sidebar .widget_products ul li .media .media-body .rate ins {
  text-decoration: none;
}

.pr_details .ratting .star-rating:before {
  color: var(--brand_color);
}

.woocommerce .comment-content .star-rating::before {
  color: #d3ced2;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}

.pr_details .product-qty .manual-adjust:focus {
  outline: 0;
}

.pr_sidebar.sidebar_widget {
  margin-top: 10px;
  margin-right: 30px;
}

.price_slider_wrapper {
  width: 95%;
}

.shopping_cart_area .cart_table .del-item button {
  color: #677294;
  position: relative;
  top: 3px;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.shopping_cart_area .cart_table .del-item button:hover {
  cursor: pointer;
}

.shopping_cart_area .cart_table .del-item button i {
  font-size: 22px;
}

.del-item .cart_remove {
  right: 20px;
}

.shopping_cart_area .cart_table {
  overflow-x: hidden;
}

.not_logged_in .checkout_content.coupon_form {
  margin-left: 50px;
  margin-bottom: 20px;
}

.login-form .extra .checkbox input[type=checkbox] {
  transform: scale(1.3);
  margin-left: 3px;
}

.shop_menu_left p {
  margin-bottom: 0;
  font: 300 16px "Roboto", sans-serif;
}

@media (max-width: 480px) {
  .shop_menu_left p {
    text-align: center;
  }
}
.shop_menu_right {
  justify-content: flex-end;
  align-items: center;
}

.shop_menu_right h5 {
  font: 500 16px "Roboto", sans-serif;
  margin-bottom: 5px;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .shop_menu_right {
    justify-content: center;
    margin-top: 16px;
  }
}
.shop_menu_right .selectpickers {
  border: 0;
}

.shop_menu_right .selectpickers:after {
  width: 8px;
  height: 8px;
  top: 42%;
}

.shop_menu_right .selectpickers .current {
  font: 300 16px "Roboto", sans-serif;
  color: #677294;
}

.shop_menu_right .shop_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop_menu_right .shop_grid a {
  font-size: 16px;
  color: #677294;
  margin-left: 12px;
}

.shop_menu_right .shop_grid .active a {
  color: var(--brand_color);
}

.single_product_item {
  text-align: center;
  margin-top: 30px;
}

.single_product_item .product_img {
  position: relative;
  display: block;
}

.single_product_item .product_img img {
  border-radius: 10px;
}

.single_product_item .product_img .hover_content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce img, .woocommerce-page img {
  border-radius: 10px;
}

.single_product_item .product_img .hover_content a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  margin: 0 2px;
  color: #282835;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*================= Add to Cart ===================*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hover_content .add_to_cart_button.loading i {
  display: none;
}

.hover_content a.added {
  display: none !important;
}

.hover_content a.added_to_cart.wc-forward {
  position: relative;
}

.product_img .hover_content a.added_to_cart:before {
  content: "\e64d";
  font-family: "themify";
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ee9051;
  transition: all 0.3s linear;
}

.hover_content a.loading {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover_content a.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  font-weight: 400;
  position: absolute;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0 !important;
  left: 0;
  height: 100%;
  width: 100%;
}

.hover_content a.added_to_cart:hover:before {
  background: #333;
  color: #fff;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  display: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
  display: block;
  font-size: 24px;
  margin: 0 0 0 -12px !important;
  top: initial !important;
}

.single_product_item .product_img .hover_content a:hover {
  background: var(--brand_color);
  color: #fff;
}

.single_product_item .product_img:hover .hover_content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.single_product_item .single_pr_details {
  padding: 25px 0;
}

.single_product_item .single_pr_details h3 {
  color: #282835;
  margin-bottom: 5px;
}

.single_product_item .single_pr_details h3:hover {
  color: var(--brand_color);
}

.single_product_item .single_pr_details .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 16px/28px "Roboto", sans-serif;
  color: var(--black_800);
}

.single_product_item .single_pr_details .price del {
  color: var(--black_500);
}

.single_product_item .single_pr_details .price ins {
  font-weight: 500;
  color: var(--black_800);
  text-decoration: none;
  padding-right: 12px;
}

.single_product_item .ratting a {
  font-size: 14px;
  color: #f3ad16;
}

.single_product_item .ratting a:before {
  content: "\e60a\e60a\e60a\e60a";
  font-family: "themify";
}

.hr {
  width: 100%;
  height: 1px;
  background: var(--black_50);
  margin-bottom: 40px;
}

.shop_page_number {
  text-align: center;
  margin-bottom: 0;
}

.shop_page_number li {
  display: inline-block;
  margin: 0 3px;
}

.shop_page_number li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e7e7f6;
  font-size: 16px;
  line-height: 39px;
  font-weight: 300;
  color: #677294;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shop_page_number li .page-numbers:hover {
  border-color: var(--brand_color);
  color: var(--brand_color);
}

.shop_page_number li .page-numbers.current {
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}

.shop_list_area .shop_page_number {
  margin-top: 70px;
}

.shop_list_item {
  padding-top: 50px;
}

.shop_list_item .single_product_item .single_pr_details {
  padding-bottom: 0;
}

.shop_list_item .single_product_item .single_pr_details .price {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
}

.shop_list_item .single_product_item .single_pr_details .s_list_title {
  display: inline-block;
}

.shop_list_item .single_product_item .single_pr_details .ratting {
  float: right;
}

.shop_list_item .single_product_item .single_pr_details .pr_button a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e7e7f6;
  background: #f9f9fc;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: var(--black_800);
  margin-left: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.shop_list_item .single_product_item .single_pr_details .pr_button a:hover {
  color: #fff;
  background: var(--brand_color);
  border-color: var(--brand_color);
}

.product_details_area .product_slider {
  padding-right: 42px;
}

.product_details_area .product_slider .owl-thumbs {
  display: table;
  width: 102.6%;
  text-align: center;
  padding: 0;
  margin-top: 24px;
  margin-left: -7px;
  margin-right: -7px;
}

.product_details_area .product_slider .owl-thumbs .owl-thumb-item {
  display: table-cell;
  border: 0;
  background: 0;
  padding: 7px;
  width: 25%;
}

.product_details_area .product_slider .owl-thumbs .owl-thumb-item img {
  max-width: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product_details_area .product_slider .owl-thumbs .owl-thumb-item.active img {
  border-color: #c8b6fc;
}

.pr_details .ratting {
  float: right;
  text-align: right;
}

.pr_details .ratting .woocommerce-review-link {
  font-size: 14px;
  font-weight: 300;
  color: #677294;
}

.pr_details .price {
  font: 300 20px "Roboto", sans-serif;
  color: #677294;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 8px;
}

.pr_details .price ins {
  text-decoration: none;
  font-weight: 600;
  color: var(--black_700);
  padding-right: 18px;
}

.pr_details .stock {
  font: 400 16px "Roboto", sans-serif;
  color: var(--brand_color);
  vertical-align: middle;
  padding-top: 20px;
  display: inline-block;
}

.pr_details .stock:before {
  content: "\e64c";
  font-family: "themify";
  color: var(--brand_color);
  padding-right: 10px;
}

.pr_details p {
  margin-bottom: 0;
  padding: 20px 0 40px;
}

.pr_details .product-qty {
  display: inline-block;
  position: relative;
}

.pr_details .product-qty .manual-adjust {
  width: 80px;
  border: 1px solid var(--black_50);
  border-radius: 5px;
  text-align: left;
  height: 51px;
}

.pr_details .product-qty .ar_top,
.pr_details .product-qty .ar_down {
  position: absolute;
  background: var(--bs-white);
  border: 0;
  font-size: 14px;
  color: #677294;
  right: 5px;
  border-radius: 15px;
  padding: 0 15px 0 0;
}

.pr_details .product-qty .ar_top:hover,
.pr_details .product-qty .ar_down:hover {
  color: var(--brand_color);
  cursor: pointer;
}

.pr_details .product-qty .ar_top {
  top: 4px;
}

.pr_details .product-qty .ar_down {
  bottom: 4px;
}

.pr_details .cart_button {
  display: inline-block;
}

.woocommerce .product-type-subscription .cart .button,
.pr_details .cart_button .cart_btn, .cart_button a.added_to_cart.wc-forward {
  border-radius: 5px;
  font: 400 15px/48px "Roboto", sans-serif;
  color: var(--black_600);
  border: 1px solid var(--black_50);
  background: var(--black_25);
  min-width: 140px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}

.logged-in .woocommerce .product-type-subscription .cart .button {
  line-height: 2;
}

.pr_details .cart_button .cart_btn:hover, .woocommerce .product-type-subscription .cart .button:hover,
.pr_details .cart_button .wish_list:hover, .cart_button a.added_to_cart.wc-forward:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}

.pr_details .cart_button .wish_list {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--black_800);
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #e7e7f6;
}

.pr_details .cart_button .cart_btn,
.pr_details .cart_button .wish_list {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pr_details .product_meta {
  margin-bottom: 0;
}

.pr_details .product_meta li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #677294;
  margin-bottom: 10px;
}

.pr_details .product_meta li a {
  color: #677294;
}

.pr_details .product_meta li a:hover {
  color: var(--brand_color);
}

.pr_details .product_meta li span {
  font-weight: 400;
  padding-right: 8px;
}

.pr_details .share-link label {
  margin-bottom: 0;
  padding-right: 8px;
  font: 400 15px "Roboto", sans-serif;
}

.pr_details .share-link .social-icon {
  margin-bottom: 0;
  display: inline-block;
}

.pr_details .share-link .social-icon li {
  display: inline-block;
}

.pr_details .share-link .social-icon li a {
  font-size: 12px;
  color: #677294;
  padding-right: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pr_details .share-link .social-icon li a:hover {
  color: var(--brand_color);
}

.pr_details_area {
  padding-top: 100px;
  width: 100%;
}

.aditional_info p:last-child {
  margin-bottom: 0;
}

.related_products {
  width: 100%;
}

.product_info_details .pr_tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  margin: 0 auto 50px;
}

.product_info_details .pr_tab .nav-item {
  float: left;
  margin: 0;
  border: 1px solid #e7e7f6;
  overflow: hidden;
  border-left: 0;
}

.product_info_details .pr_tab .nav-item .nav-link {
  font: 300 16px/40px "Roboto", sans-serif;
  color: #677294;
  padding: 5px 25px;
  min-width: 148px;
  text-align: center;
  border: 0;
  border-radius: 0;
}

.product_info_details .pr_tab .nav-item .nav-link.active {
  background: var(--brand_color);
  color: #fff;
}

.product_info_details .pr_tab .nav-item:first-child {
  border-bottom-left-radius: 45px;
  border-top-left-radius: 45px;
  border-left: 1px solid #e7e7f6;
}

.product_info_details .pr_tab .nav-item:last-child {
  border-bottom-right-radius: 45px;
  border-top-right-radius: 45px;
}

.product_info_details .comment-box .comment-content {
  padding-left: 95px;
  position: relative;
}

.product_info_details .comment-box .comment-content .avatar {
  position: absolute;
  left: 0;
}

.product_info_details .comment-box .comment-content .avatar img {
  border-radius: 50%;
}

.product_info_details .comment-box .comment-content .comment-header {
  font: 300 14px "Roboto", sans-serif;
  display: inline-block;
}

.product_info_details .comment-box .comment-content .comment-header a {
  font-size: 15px;
  font-weight: 500;
  color: #3d3f45;
}

.product_info_details .comment-box .comment-content .comment-header a:after {
  content: "/";
  display: inline-block;
  margin: 0 5px 0 6px;
  font-weight: 400;
  color: #abb0bb;
}

.product_info_details .comment-box .comment-content .ratting a {
  font-size: 12px;
  color: #c9ccd1;
}

.product_info_details .comment-box .comment-content .ratting a:nth-child(1),
.product_info_details .comment-box .comment-content .ratting a:nth-child(2),
.product_info_details .comment-box .comment-content .ratting a:nth-child(3) {
  color: var(--brand_color);
}

.car_get_quote_content {
  padding-bottom: 35px;
  position: relative;
}

.car_get_quote_content h2.title {
  padding-bottom: 20px;
}

.car_get_quote_content .get_quote_form .form-group .form-control {
  height: 50px;
  border-radius: 4px;
  border: 1px solid var(--black_50);
  background-color: var(--black_25);
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
}

.car_get_quote_content .get_quote_form .form-group .form-control.placeholder {
  color: #a7adbe;
}

.car_get_quote_content .get_quote_form .form-group .form-control:-moz-placeholder {
  color: #a7adbe;
}

.car_get_quote_content .get_quote_form .form-group .form-control::-moz-placeholder {
  color: #a7adbe;
}

.car_get_quote_content .get_quote_form .form-group .form-control::-webkit-input-placeholder {
  color: #a7adbe;
}

.car_get_quote_content .get_quote_form .form-group .form-control:focus {
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
  border: 2px solid var(--brand_color);
}

.form-group {
  margin-bottom: 25px;
}

.car_get_quote_content .get_quote_form .form-group textarea.form-control {
  height: 200px;
  padding-top: 20px;
}

.car_get_quote_content .ratting span {
  font-size: 14px;
  color: var(--black_800);
}

.car_get_quote_content .ratting a {
  font-size: 12px;
  color: #c9ccd1;
}

.car_get_quote_content .ratting a:nth-child(4),
.car_get_quote_content .ratting a:nth-child(2),
.car_get_quote_content .ratting a:nth-child(3) {
  color: var(--brand_color);
}

.car_get_quote_content .agency_banner_btn {
  float: right;
  border-radius: 45px;
  height: 46px;
  line-height: 45px;
  padding: 0;
  min-width: 120px;
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.shopping_cart_area .cart_title {
  border-bottom: 1px solid var(--black_50);
}

.shopping_cart_area h6 {
  font-size: 14px;
  color: var(--black_800);
  line-height: 30px;
}

.shopping_cart_area .cart_table {
  padding-top: 30px;
  margin: 0;
}

@media (min-width: 690px) {
  .shopping_cart_area .cart_table .product-name {
    max-width: 300px;
  }
}
.shopping_cart_area .cart_table thead th {
  color: var(--black_800);
  border-color: var(--black_50);
}

.shopping_cart_area .cart_table tbody {
  width: 100%;
  padding: 0;
  border: none;
}

.shopping_cart_area .cart_table tr:first-child td {
  padding-top: 20px;
}

.shopping_cart_area .cart_table td {
  vertical-align: middle;
  font: 400 16px/28px "Roboto", sans-serif;
  color: var(--black_800);
  border: 0;
  padding: 0 0 15px 10px;
}

.shopping_cart_area .cart_table td.product-thumbnail {
  width: 100px;
  padding-left: 0;
}

.shopping_cart_area .cart_table td.product-name a {
  color: var(--black_800);
}

.shopping_cart_area .cart_table td.product-name a:hover {
  color: var(--brand_color);
}

@media (min-width: 690px) {
  .shopping_cart_area .cart_table td.product-name {
    max-width: 300px;
  }
}
.shopping_cart_area .cart_table .product-thumbnail img {
  width: 100px;
  border-radius: 5px;
}

.shopping_cart_area .cart_table .product-thumbnail .product-name a {
  font: 500 16px/28px "Roboto", sans-serif;
}

.shopping_cart_area .cart_table .product-qty {
  position: relative;
  display: inline-block;
}

.shopping_cart_area .cart_table .product-qty .ar_top {
  position: absolute;
  background: var(--bs-white);
  border: 0;
  font-size: 12px;
  color: var(--black_700);
  right: 4px;
  border-radius: 15px;
  padding: 0 15px 0 0;
  line-height: 12px;
  cursor: pointer;
  top: 8px;
}

.shopping_cart_area .cart_table .product-qty .ar_top:hover {
  color: var(--brand_color);
}

.shopping_cart_area .cart_table .product-qty .ar_down {
  position: absolute;
  background: var(--bs-white);
  border: 0;
  font-size: 12px;
  color: var(--black_700);
  right: 4px;
  border-radius: 15px;
  padding: 0 15px 0 0;
  line-height: 12px;
  cursor: pointer;
  bottom: 8px;
}

.shopping_cart_area .cart_table .product-qty .ar_down:hover {
  color: var(--brand_color);
}

.shopping_cart_area .cart_table .product-qty .manual-adjust {
  width: 90px;
  height: 44px;
  border-radius: 45px;
  text-align: center;
  color: #677294;
}

.shopping_cart_area .cart_table .product-qty .manual-adjust:-moz-placeholder {
  color: #677294;
}

.shopping_cart_area .cart_table .product-qty .manual-adjust::-moz-placeholder {
  color: #677294;
}

.shopping_cart_area .cart_table .product-qty .manual-adjust::-webkit-input-placeholder {
  color: #677294;
}

.shopping_cart_area .cart_table .product-qty .manual-adjust.placeholder {
  color: #677294;
}

.shopping_cart_area .update-cart {
  border: 1px solid var(--black_100);
  background: transparent;
  margin-left: 15px;
  color: var(--brand_color);
  transition: all 0.3s ease 0s;
  padding: 8px 20px;
  border-radius: 4px;
}

.shopping_cart_area .update-cart:hover:not(:disabled) {
  background: rgba(76, 76, 241, 0.1);
  border-color: var(--brand_color);
}

.shopping_cart_area .update-cart[disabled] {
  cursor: not-allowed;
  color: var(--black_400);
  border: 1px solid var(--black_50);
}

.shopping_cart_area .action_btn {
  width: 100%;
}

.shopping_cart_area .wislist_table .total {
  width: 178px;
}

.shopping_cart_area .wislist_table .del-item {
  width: 178px;
}

.shopping_cart_area .wislist_table .quantity {
  width: 140px;
}

.shopping_cart_area .wislist_table .add_cart {
  font: 400 14px "Roboto", sans-serif;
  border: 1px solid #e7e7f6;
  background: transparent;
  color: #5c6789;
  margin-right: 20px;
  padding: 15px 33px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shopping_cart_area .wislist_table .add_cart:hover {
  background: var(--brand_color);
  color: #fff !important;
  border-color: var(--brand_color);
}

.cart_box {
  max-width: 370px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  padding: 30px 35px;
  background: var(--bs-white);
  border-radius: 0 0 10px 10px;
  margin-left: 20px;
  position: sticky;
  top: 0;
}

.coupon {
  width: 370px;
  position: relative;
}

.coupon .input_text {
  width: 100%;
  border: 1px solid var(--black_50);
  border-radius: 4px;
  background-color: var(--bs-white);
  font: 300 15px "Roboto", sans-serif;
  color: #9ca3b9;
  height: 55px;
  padding-left: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.coupon .input_text:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.coupon .button {
  position: absolute;
  right: 4px;
  top: 50%;
  font: 400 14px/38px "Roboto", sans-serif;
  color: var(--black_800);
  height: 48px;
  padding: 0 25px;
  border: 0;
  background: #eff2f7;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.coupon .button:hover {
  background: var(--brand_color);
  color: #fff;
}

.pr_sidebar .widget + .widget {
  margin-top: 60px;
}

.pr_sidebar .sp_widget_title {
  color: var(--black_800);
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}

.pr_sidebar .filter_slider_area {
  padding-top: 10px;
}

.pr_sidebar .filter_slider_area .ui-slider {
  height: 6px;
  background: #dbe2e9;
  border: 0;
  border-radius: 0;
}

.pr_sidebar .filter_slider_area .ui-slider .ui-slider-range {
  background: #9f7efd;
  border-radius: 0;
}

.pr_sidebar .filter_slider_area .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brand_color);
  border: 0;
  margin-left: 0;
  top: -7px;
}

.pr_sidebar .filter_slider_area .ui-slider .ui-slider-handle:focus {
  outline: 0;
}

.pr_sidebar .filter_slider_area .filter_content {
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  color: var(--black_800);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.pr_sidebar .filter_slider_area .filter_content #amount {
  border: 0;
  font-size: 16px;
  display: inline-block;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 5px;
}

.pr_sidebar .widget_category ul {
  margin-bottom: 0;
}

.pr_sidebar .widget_category ul li a {
  font-size: 16px;
  color: #677294;
  display: inline-block;
  position: relative;
}

.pr_sidebar .widget_category ul li a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--brand_color);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pr_sidebar .widget_category ul li a:hover {
  color: var(--brand_color);
}

.pr_sidebar .widget_category ul li a:hover:before {
  opacity: 1;
}

.pr_sidebar .widget_category ul li:not(:last-child) {
  margin-bottom: 15px;
}

.pr_sidebar .woocommerce-widget-layered-nav-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.pr_sidebar .woocommerce-widget-layered-nav-list li {
  position: relative;
  padding-left: 30px;
  color: #333;
}

.pr_sidebar .woocommerce-widget-layered-nav-list li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}

.pr_sidebar .woocommerce-widget-layered-nav-list li a {
  color: #333;
}

.pr_sidebar .woocommerce-widget-layered-nav-list li:not(:last-child) {
  margin-bottom: 12px;
}

.pr_sidebar .widget_size ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.pr_sidebar .widget_size ul li {
  font-size: 16px;
  color: #333;
}

.pr_sidebar .widget_size ul li a {
  color: #333;
}

.pr_sidebar .widget_color ul li:first-child:before {
  background: #1c1c1c;
  border-color: #1c1c1c;
}

.pr_sidebar .widget_color ul li:nth-child(2):before {
  background: #ff934c;
  border-color: #ff934c;
}

.pr_sidebar .widget_color ul li:nth-child(3):before {
  background: #fb53a7;
  border-color: #fb53a7;
}

.pr_sidebar .widget_color ul li:nth-child(4):before {
  background: #ff4949;
  border-color: #ff4949;
}

.pr_sidebar .widget_color ul li:nth-child(6):before {
  background: #ffeb50;
  border-color: #ffeb50;
}

.pr_sidebar .widget_products ul {
  margin-bottom: 0;
}

.pr_sidebar .widget_products ul li .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pr_sidebar .widget_products ul li .media .media-body h3 {
  font-size: 16px;
}

.pr_sidebar .widget_products ul li .media .media-body .rate {
  color: #677294;
  font-size: 16px;
}

.pr_sidebar .widget_products ul li:not(:last-child) {
  margin-bottom: 20px;
}

.pr_sidebar .widget_products ul li .media img {
  padding: 0;
  max-width: none !important;
  width: 80px;
  margin: 0 25px 0 0;
  height: auto;
}

.pr_sidebar .widget_tag ul li {
  display: inline-block;
  margin-bottom: 6px;
}

.pr_sidebar .widget_tag ul li a {
  font-size: 16px;
  color: #677294;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pr_sidebar .widget_tag ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--brand_color);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.pr_sidebar .widget_tag ul li a:hover {
  color: var(--brand_color);
}

.pr_sidebar .widget_tag ul li a:hover:before {
  opacity: 1;
}

.widget_recent_reviews .star-rating {
  margin-left: 0;
  margin-bottom: 5px;
}

.widget_recent_reviews img {
  width: 50px !important;
}

.tinv-wraper.tinv-wishlist .tinvwl-tooltip {
  display: none;
}

.tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button {
  cursor: pointer;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  left: 10px;
  top: 10px;
}

.woocommerce-product-gallery ol.flex-control-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  padding-top: 10px;
}

.woocommerce-product-gallery ol.flex-control-thumbs li {
  padding-right: 5px;
}

.woocommerce-product-gallery ol.flex-control-thumbs li:last-child {
  padding-right: 0;
}

.woocommerce-product-gallery ol.flex-control-thumbs li img {
  height: 100px;
}

.pr_sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding-left: 25px;
}

.product-type-subscription .pr_details .price {
  flex-direction: row;
  justify-content: flex-start;
}

.product-type-subscription .pr_details .price span.woocommerce-Price-amount.amount {
  padding-right: 0;
}

.product-type-subscription .pr_details .price del {
  padding-right: 15px;
}

.woocommerce .product.product-type-subscription form.cart {
  display: flex;
}

.comment-form-rating {
  display: flex;
  padding-left: 15px;
  justify-content: right;
}

.car_get_quote_content.comments_form p.form-submit {
  position: absolute;
  right: 15px;
  bottom: 0;
}

.car_get_quote_content.comments_form p.form-submit .action_btn {
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 400;
}

.product_list_widget .media {
  display: flex;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid var(--border_on_white);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--border_on_white);
  padding: 0 25px;
}

.woocommerce a.added_to_cart {
  padding: 1px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #333 !important;
}

.product_details_area tbody > tr:nth-child(2n) td {
  background: none;
}

.product_list_widget a h6:hover, .single_product_item a h5:hover, .pr_sidebar .woocommerce-widget-layered-nav-list li a:hover {
  color: var(--brand_color);
}

.product_list_widget a h6, .single_product_item a h5, .pr_sidebar .woocommerce-widget-layered-nav-list li a:hover {
  transition: 0.4s;
}

@media (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
    position: absolute;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    position: relative;
    display: block;
    padding: 22px 9px;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(even) {
    padding: 22px;
    margin: -12px;
    background: rgba(0, 0, 0, 0.025);
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .shopping_cart_area .cart_table tr:first-child td {
    padding-top: 2px;
  }
  .shopping_cart_area .cart_table .del-item {
    position: absolute;
    top: 18px;
    right: 25px;
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    font-size: 14px;
  }
  .woocommerce table.shop_table_responsive tr td.product-name::before,
  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-name {
    display: flex;
    font-weight: 600;
    font-size: 14px;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
    padding-left: 127px;
    text-align: right !important;
    background-color: transparent !important;
    align-items: baseline;
  }
  .cart_box {
    max-width: 100%;
  }
  .mt-4 {
    margin-left: 20px;
  }
}
/* new css */
.shop_left {
  background: #fff !important;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 40px 40px 45px;
  position: relative;
  transition: all 0.5s ease-in-out;
  border: 1px solid #e6edf0;
}

.product_list_widget a h6 {
  font-weight: 500;
  margin: 0;
}

.shop_grid_area.sec_pad {
  background: #fff;
}

.pr_sidebar .sp_widget_title {
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
}

.shop_sidebar .wp-block-heading, .shop_sidebar .widgettitle {
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
}

.single_product_item a h5 {
  margin: 0;
}

form.woocommerce-ordering.docy_select select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

form.woocommerce-ordering.docy_select select option {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .shop_left {
    width: 100%;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 40px;
  }
  .shopping_cart_area .cart_table tr:first-child td {
    gap: 30px;
  }
  .woo_cart {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .shop_left {
    width: 95%;
    margin: auto;
    margin-bottom: 80px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    padding-right: 0;
  }
  .woocommerce span.onsale {
    top: 1.2em;
    left: 26px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 0.5em;
  }
  .comment-form-rating {
    margin-left: 0;
  }
  .pr_details_area {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .cart_box {
    margin-left: 0;
  }
  .woocommerce-cart-form .actions {
    margin-left: 0;
  }
  .coupon {
    width: 100%;
  }
  .shopping_cart_area {
    padding: 70px 0;
  }
  .shopping_cart_area .cart_btn {
    padding: 15px 18px !important;
  }
}
.pr_details .product-qty .manual-adjust {
  padding: 0.75rem 1.5625rem;
}

.pr_details .cart_button .cart_btn {
  background-color: #f8f8fc;
}

.product_details_area {
  background-color: #fff;
}

.pr_details .cart_button .cart_btn:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.pr_details .share-link .social-icon li a:hover {
  color: var(--primary-color);
}

.car_get_quote_content h2.title {
  font-size: 1.5rem;
}

#tab-reviews p.comment-form-cookies-consent {
  gap: 10px;
}

.car_get_quote_content.comments_form p.form-submit input {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  border: 2px solid var(--secondary-color);
  border-radius: 0.375rem;
  padding: 0.8125rem 2rem;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.aditional_info p.stars {
  padding-left: 15px;
  padding-top: 9px;
}

.car_get_quote_content.comments_form p.form-submit {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.shopping_cart_area .cart_btn {
  font: 400 14px "Roboto", sans-serif;
  color: #fff;
  border: 1px solid var(--primary-color);
  margin: 0;
  background: var(--primary-color);
  padding: 15px 33px;
  border-radius: 4px;
}

.shopping_cart_area .update-cart {
  margin-left: 20px;
}

.shopping_cart_area .update-cart:hover {
  color: var(--primary-color);
}

.woocommerce-cart .woocommerce .coupon .button:hover {
  background: var(--primary-color);
  color: #fff;
}


.woocommerce form .form-row.form-row-wide, span.woocommerce-input-wrapper {
  width: 100%;
}

.checkout_area .woocommerce .checkout .checkout_content input {
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  line-height: 60px;
  color: var(--black_700);
}

.woocommerce form .form-row {
  float: left;
  padding-right: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.select2-container--default .select2-selection--single {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 40px;
  outline: 0;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 11, 40, 0.06);
  box-shadow: 0 2px 3px 0 rgba(0, 11, 40, 0.06);
  font: 400 14px/60px "Roboto", sans-serif;
  background: var(--bs-white);
  height: 60px;
  color: #9ca3b9;
  padding-left: 30px;
  margin-bottom: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  color: var(--black_400);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

p#order_comments_field {
  width: 100%;
}

.woocommerce form .form-row textarea {
  height: 170px;
  background: var(--bs-white);
  border-radius: 5px;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table {
  width: 100%;
  margin-bottom: 30px;
  border: 0;
}

.woocommerce-checkout-review-order .shop_table tbody tr td {
  border: 0;
  padding: 5px 0;
}

.woocommerce-checkout-review-order .shop_table tfoot tr td {
  font: 400 15px/30px "Roboto", sans-serif;
  color: var(--black_600);
  padding: 0;
  line-height: 56px;
}

tr.cart-subtotal.recurring-total td {
  display: flex;
  place-content: flex-end;
}

tr.order-total.recurring-total td strong {
  float: left;
}

.woocommerce-checkout-review-order .shop_table tfoot tr td span.woocommerce-Price-amount.amount {
  float: right;
}

.woocommerce-checkout-review-order .shop_table tfoot tr td.total {
  color: var(--brand_color);
  font-size: 20px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: transparent;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout #payment div.payment_box p {
  font-size: 15px;
  line-height: 26px;
  color: var(--p_color);
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.woocommerce-checkout #payment li.wc_payment_method div.payment_box p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
  padding-left: 30px;
}

.woocommerce-checkout #payment li.wc_payment_method:last-child div.payment_box p {
  margin-bottom: 0;
}

.form-row.place-order {
  padding: 0;
}

.woocommerce-checkout-review-order .condition p {
  margin-bottom: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: 100%;
  background: var(--brand_color);
  border: 1px solid var(--brand_color);
  font: 500 16px/50px "Roboto", sans-serif;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0;
  float: none;
}

.woocommerce-page #payment #place_order:hover {
  background: transparent;
  color: var(--brand_color);
}

.woocommerce-checkout-review-order .shop_table tbody tr td strong.product-quantity {
  font-weight: 500;
}

.return_customer {
  font: 400 15px/25px "Roboto", sans-serif;
  padding-bottom: 20px;
}

.return_customer i {
  color: var(--brand_color);
  padding-right: 8px;
  font-size: 14px;
}

.return_customer a {
  color: var(--brand_color);
  font-weight: 300;
}

.checkout_content {
  margin-bottom: -22px;
}

.checkout_content input {
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  background: var(--bs-white);
  padding: 0 30px;
  font: 300 14px/60px "Roboto", sans-serif;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
  color: var(--black_400);
}

.checkout_content input:focus {
  -webkit-box-shadow: 0 10px 14px 0 rgba(12, 0, 46, 0.06);
  box-shadow: 0 10px 14px 0 rgba(12, 0, 46, 0.06);
  border-color: #f2effc;
  outline: 0;
}

.checkout_content label {
  font: 600 16px/50px "Roboto", sans-serif;
  display: block;
  margin-bottom: 15px;
}

.checkout_content label .required {
  font-size: 16px;
  color: #ff2525;
  text-decoration: none;
}

.checkout_content .selectpickers {
  width: 100%;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 11, 40, 0.06);
  box-shadow: 0 2px 3px 0 rgba(0, 11, 40, 0.06);
  font: 300 14px/60px "Roboto", sans-serif;
  background: #fff;
  height: 60px;
  color: #9ca3b9;
  padding-left: 30px;
  margin-bottom: 30px;
}

.checkout_content .selectpickers:after {
  right: 30px;
}

.checkout_content .selectpickers ul {
  width: 100%;
}

.checkout_content input[type=checkbox] {
  position: relative;
  top: 2px;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout_content input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #9ca3b9;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fbfbfb;
}

.checkout_content input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 49%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #9ca3b9;
}

.checkout_content .l_text {
  display: inline-block;
  font: 300 15px/26px "Roboto", sans-serif;
  color: #9ca3b9;
  padding-left: 8px;
}

.checkout_content textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 11, 40, 0.06);
  box-shadow: 0 2px 3px 0 rgba(0, 11, 40, 0.06);
  height: 170px;
  font: 300 14px/20px "Roboto", sans-serif;
  color: #b6b9be;
  padding-left: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
}

.checkout_content textarea.placeholder {
  color: #9ca3b9;
}

.checkout_content textarea:-moz-placeholder {
  color: #9ca3b9;
}

.checkout_content textarea::-moz-placeholder {
  color: #9ca3b9;
}

.checkout_content textarea::-webkit-input-placeholder {
  color: #9ca3b9;
}

.checkout_content textarea:focus {
  outline: 0;
}

.checkout_content .tab_content p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin-bottom: 0;
  padding: 0 0 25px;
}

.checkout_content .tab_content .login_button {
  overflow: hidden;
  margin-bottom: 25px;
}

.checkout_content .tab_content .login_button label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.checkout_content .tab_content .login_button label input {
  margin-bottom: 0;
}

.checkout_content .tab_content .login_btn {
  float: right;
  font: 400 16px/48px "Roboto", sans-serif;
  background: var(--brand_color);
  border: 1px solid var(--brand_color);
  color: #fff;
  border-radius: 4px;
  padding: 0 38px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.checkout_content .tab_content .login_btn:hover {
  background: var(--bs-white);
  color: var(--brand_color);
  border-radius: 5px;
}

.checkout_content .tab_content .coupon_form {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout_content .tab_content .coupon_form input {
  max-width: 370px;
  margin-bottom: 0;
  height: 60px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last,
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 50%;
}

.checkout_content .tab_content .coupon_form .login_btn {
  line-height: 60px;
  margin-left: 20px;
}

.cart_total_box {
  margin-left: 40px;
  background: var(--bs-white);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 50px;
  border-radius: 20px;
}

#billing_country_field, .woocommerce-additional-fields, #billing_address_1_field, #billing_country_field,
#billing_state_field {
  margin-top: 15px;
}

.cart_total_box .checkout_title {
  border-bottom: 2px solid var(--black_50);
  padding-bottom: 10px;
}

.woocommerce-checkout-review-order .shop_table {
  width: 100%;
  margin-bottom: 30px;
}

.woocommerce-checkout-review-order .shop_table tbody tr td {
  font: 400 15px/30px "Roboto", sans-serif;
  color: var(--black_500);
}

.woocommerce-checkout-review-order .shop_table tbody tr td.price {
  color: #282835;
}

.woocommerce-checkout-review-order .shop_table tbody tr td.total {
  color: var(--brand_color);
  font-size: 20px;
}

.woocommerce-checkout-review-order .shop_table tbody tr td + td {
  text-align: right;
}

.woocommerce-checkout-review-order .shop_table tbody tr.subtotal {
  border-top: 1px solid #dfe2f1;
}

.woocommerce-checkout-review-order .shop_table tbody tr.subtotal td {
  line-height: 56px;
  padding-bottom: 0;
}

.woocommerce-checkout-review-order h6 {
  font-size: 15px;
  color: #282835;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
  margin-bottom: 6px;
}

.woocommerce-checkout-review-order .note {
  font-size: 15px;
  line-height: 26px;
  color: #677294;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
}

.woocommerce-checkout-review-order ul li.payment {
  padding-left: 25px;
  position: relative;
}

.woocommerce-checkout-review-order ul li.payment .radio-btn {
  position: absolute;
  left: 0;
}

.woocommerce-checkout-review-order ul li.payment span {
  float: none;
  font-size: 12px;
  color: #ff5f6d;
  padding-top: 15px;
  display: block;
}

.woocommerce-checkout-review-order ul li input[type=checkbox] {
  position: relative;
  border: 0;
  visibility: hidden;
  display: none;
}

.woocommerce-checkout-review-order ul li input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.woocommerce-checkout-review-order ul li input[type=checkbox]:checked + label:before {
  border-color: var(--brand_color);
}

.woocommerce-checkout-review-order ul li .radio-btn {
  line-height: 20px;
}

.woocommerce-checkout-review-order ul li .radio-btn label {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

.woocommerce-checkout-review-order ul li .radio-btn label:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #9ca3b9;
  top: 1px;
  left: 0;
  border-radius: 50%;
}

.woocommerce-checkout-review-order ul li .radio-btn label:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 50%;
  background: var(--brand_color);
  opacity: 0;
}

.woocommerce-checkout-review-order .condition {
  border-top: 1px solid #dfe2f1;
  padding-top: 25px;
  margin-top: 40px;
}

.woocommerce-checkout-review-order .condition p {
  font-size: 15px;
  font-weight: 300;
}

.woocommerce-checkout-review-order .condition input[type=checkbox] {
  position: relative;
  border: 0;
  visibility: hidden;
  display: none;
}

.woocommerce-checkout-review-order .condition input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.woocommerce-checkout-review-order .condition input[type=checkbox]:checked + label:before {
  border-color: var(--brand_color);
}

.woocommerce-checkout-review-order .condition .l_text {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #282835;
}

.woocommerce-checkout-review-order .condition .l_text span {
  color: #ff1e1e;
}

.woocommerce-checkout-review-order .condition .l_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #878a8e;
  top: 8px;
  left: 0;
  border-radius: 2px;
  background-color: white;
}

.woocommerce-checkout-review-order .condition .l_text:after {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  border: solid var(--brand_color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 3px;
  opacity: 0;
}

.woocommerce-checkout-review-order .button {
  width: 100%;
  background: var(--brand_color);
  border: 1px solid var(--brand_color);
  font: 500 16px/50px "Roboto", sans-serif;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.woocommerce-checkout-review-order .button:hover {
  background: transparent;
  color: var(--brand_color);
}

span.woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #282835;
  position: relative;
}

span.woocommerce-terms-and-conditions-checkbox-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #878a8e;
  top: 8px;
  left: 0;
  border-radius: 2px;
  background-color: white;
}

span.woocommerce-terms-and-conditions-checkbox-text:after {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  border: solid var(--brand_color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 3px;
  opacity: 0;
}

.woocommerce-checkout-review-order .condition input[type=checkbox]:checked + span.woocommerce-terms-and-conditions-checkbox-text:after {
  opacity: 1;
}

.woocommerce-checkout-payment .form-row.place-order {
  float: none;
}

.woocommerce-checkout-review-order .condition .woocommerce-privacy-policy-text p {
  margin-bottom: 1em;
}

h2.woocommerce-column__title, h2.woocommerce-order-details__title {
  font: 600 24px "Roboto", sans-serif;
  color: #282835;
  margin-bottom: 20px;
}

.woocommerce ul.order_details {
  margin-bottom: 30px;
  padding: 0;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table th {
  padding-left: 0;
  padding-right: 0 !important;
}

.woocommerce table.woocommerce-checkout-review-order-table th.product-total {
  text-align: right;
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table thead th {
  border-top: 0;
}

.woocommerce-checkout #payment ul.payment_methods label {
  font-size: 15px;
  color: var(--black_700);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 6px;
}

.woocommerce form .form-row.hidden {
  display: none;
}

.checkout_button {
  font: 500 15px/30px "Roboto", sans-serif;
  color: #fff;
  background: var(--primary-color);
  border-radius: 0;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.checkout_button:hover {
  background: #000;
  color: #fff;
}

.checkout_area .woocommerce .checkout .checkout_content .woocommerce-form__input-checkbox {
  width: auto !important;
}

.checkout_area .cart_total_box {
  border-radius: 4px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background: var(--primary-color);
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  background: #000;
  color: #fff;
}

.woocommerce-checkout-review-order .shop_table tfoot tr td {
  line-height: 28px;
}

.checkout_content .checkout_title {
  margin-top: 26px;
}

.checkout_area #coupon_two {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .checkout_area .cart_total_box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .checkout_area .cart_total_box {
    margin-left: 0;
    margin-top: 50px;
  }
  .woocommerce-order-overview__payment-method.method {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  #billing_first_name_field, #billing_last_name_field, #billing_company_field, #billing_phone_field, #billing_email_field, #shipping_first_name_field, #shipping_last_name_field, #shipping_email_field, #shipping_phone_field, #shipping_company_field {
    width: 100%;
  }
  .checkout_area {
    padding-bottom: 70px;
  }
  .woocommerce-order-overview__email.email {
    margin-top: 15px;
  }
  .woocommerce-order-overview__total.total {
    margin-top: 15px;
  }
  .woocommerce-column--billing-address {
    margin-bottom: 2em;
  }
  .woocommerce-order-received .checkout_area {
    padding-bottom: 40px;
  }
}
.woocommerce-customer-details {
  display: flex;
}

.woocommerce ul.order_details {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    width: 29%;
    float: left;
  }
  .woocommerce-MyAccount-content {
    width: 66.666667%;
    float: right;
    margin-right: 0;
  }
  .col2-set#customer_login,
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set#customer_login .col-1,
  .col2-set.addresses .col-1 {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    max-width: none;
  }
  .col2-set#customer_login .col-2,
  .col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
    max-width: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid var(--black_50);
  background-color: var(--black_25);
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  padding: 50px 40px;
  width: 28%;
  border-radius: 5px;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}

ul li.woocommerce-MyAccount-navigation-link {
  display: block;
}

ul li.woocommerce-MyAccount-navigation-link a {
  font: 400 16px/22px "Roboto", sans-serif;
  color: var(--black_800);
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
}

ul li.woocommerce-MyAccount-navigation-link a:hover {
  text-decoration: underline;
}

ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--brand_color);
}

ul li.woocommerce-MyAccount-navigation-link.is-active a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--brand_color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

button.woocommerce-Button.button {
  margin-top: 50px;
}

fieldset legend {
  font-weight: 500;
  padding-top: 30px;
}

.woocommerce-account .woocommerce form .form-row {
  display: block;
  justify-content: space-between;
}

.woocommerce-account #customer_login .button {
  margin-right: 0;
}

.woocommerce form .form-row label {
  font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account #customer_login .button {
  width: auto;
  margin-top: 0;
  font: 500 14px "Roboto", sans-serif;
  background: var(--brand_color);
  color: #fff;
  border-radius: 3px;
  padding: 10px 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account #customer_login .button:hover {
  -webkit-box-shadow: 0 20px 30px 0 rgba(61, 100, 244, 0.16);
  box-shadow: 0 20px 30px 0 rgba(61, 100, 244, 0.16);
}

.woocommerce-account .woocommerce-MyAccount-content .button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover {
  background: var(--brand_color);
  color: #fff;
}/*# sourceMappingURL=shop.css.map */