/*---------------------
   01. Reset
----------------------*/
* {
    box-sizing: border-box;
}
:root{
	--primary: #76B1FF;
	--shadow-primary: 0 0 2px #ddd;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: none;
}
a {
	color: #000;
}
/* body.product-template-default.single.single-product {
    padding-top: 130px;
} */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@300;400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;600&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
button,
html,
input,
select,
textarea {
  color: #222
}
body,
html {
  font-family: "Open Sans", sans-serif
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  resize: vertical
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

p {
  margin: 0;
}


/*---------------------
   02. HEADER
----------------------*/
.site-header .nav .menu>li {
    position: relative;
}
ul.sub-menu {
    width: 250px;
    position: absolute;
    left: 0;
    background: #000;
    z-index: 9;
    box-shadow: -1px 3px 23px 0px #a7a7a733;
    border-radius: 5px;
    top: 115px;
    visibility: hidden;
    transition: all 0.2s linear;
    height: 0;
}
ul.sub-menu li {
    padding: 0px 14px !important;
    line-height: 2.5;
}
ul.sub-menu li a:hover {
    color: #D70000 !important;
}
.site-header .nav .menu>li:hover ul.sub-menu{
    visibility: visible;
    top: 60px;
    height: auto;
}







/*-----------------------
  04. Our Project
-----------------------*/


.Footer-area {
    padding-top: 60px;
    background: #222;
}
.footer-manu a {
    color: #999999;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.22;
    letter-spacing: normal;
}
.footer-manu a:hover {
	color: #76B1FF;
}
.widget-title-footer {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    font-family: Roboto;
    margin-bottom: 50px;
}

.contact_sidebar_wrap i {
    margin-right: 13px;
    width: 13px;
}

.contact_sidebar_wrap a {
    color: #bbb;
    font-weight: 600;
}

.address-widget li {
    padding: 0 0 29px 0px;
    display: flex;
    align-items: baseline;
}

.address-widget li i {
    margin-right: 15px;
}
.address-widget .desc,
.address-widget .desc a {
    color: #999;
    margin: 0;
    padding: 0;
}
.address-widget .desc a:hover {
    color: #ffb703;
}
.footer-products li a {
    font-size: 16px;
    position: relative;
    padding: 6px 0 4px 0px;
    display: inline-block;
    color: #ffffff;
    transition: all 0.3s;
}
.footer-products li a:before {
    content: ">";
    left: 0;
    top: 0;
    color: var(--primary);
    margin-right: 10px;
    font-size: 13px;
}
.widget-desc {
    margin: 0px 0px 27px 0;
    color: #ffffff;
}
.get .phn {
    width: 100%;
    background: grey!important;
    color: #fff;
    padding: 16px 35px 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    transition: all 0.3s;
    text-align: center;
}
.get .wt {
    background: var(--primary) !important;
    display: block;
    margin-top: 25px;
}
.footer-products li a:hover {
    color: #ffb703;
    padding-left: 5px;
}
.Footer__social a {
    width: 41px;
    height: 41px;
    padding: 11px 0;
    background-color: #002547;
    margin: 0 10px 10px 0;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.Footer__social a:hover {
    background-color: #0073e1;
    color: #fff;
}

.Footer__social ul {
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid rgba(255,255,255,0.21);
    border-bottom: 1px solid rgba(255,255,255,0.21);
}
.category_list_widget li a {
    color: #bbb;
    line-height: 35px;
}
.category_list_widget li a:hover,
.listing_name a:hover {
    color: #0073e1;
}
.category_list_widget .category_no {
    margin-left: 5px;
    color: #bbb;
}
.widget_latest_internal {
    margin-bottom: 13px;
    width: 100%;
    height: auto;
    min-height: 70px;
    float: left;
}
.widget_latest_listing_image img {
  width: 100%;
  transition: all .7s ease;
}
.widget_latest_listing_image img:hover {
    transform: scale(1.1);
}
.widget_latest_listing_image {
    position: relative;
    float: left;
    max-width: 40%;
    overflow: hidden;
    border-radius: 2px;
}
.listing_name {
    display: inline;
    margin-left: 0;
    float: left;
    line-height: 20px;
    position: relative;
    width: 60%;
    padding-left: 13px;
}
.listing_name a {
    color: #bbb;
    line-height: 22px;
}

.Footer__social {
    margin-top: 31px;
}

.Footer__social ul li {
    display: inline-block;
}
.Footer__top-left p a {
    color: #ffffff;
    text-transform: lowercase;
}
.Footer__social ul li a {
    margin-right: 15px;
    color: #fff;
}
.copyright {
    background: #000;
    padding: 15px 0;
    margin-top: 50px;
}
.Footer__copyright p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.Footer__copyright p a {
    color: #ffffff;
}

@media (max-width: 480px) {
    .header .header_logo,
    .header .header_menu {
        width: 50%;
    }
    .header .header_info {
        display: none;
    }
}
.fullscreen {
    width: 100%;
}
.video_bg:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}
.video_bg:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e5e5f7;
    background-image:  linear-gradient(#000 2.6px, transparent 2.6px), linear-gradient(90deg, #000 2.6px, transparent 2.6px), linear-gradient(#000 1.3px, transparent 1.3px), linear-gradient(90deg, #000 1.3px, #e5e5f7 1.3px);
    background-size: 65px 65px, 65px 65px, 13px 13px, 13px 13px;
    background-position: -2.6px -2.6px, -2.6px -2.6px, -1.3px -1.3px, -1.3px -1.3px;
    opacity: 0.1;
    z-index: 9;
}
.video_bg2:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e5e5f7;
    background-image:  linear-gradient(#000 2.6px, transparent 2.6px), linear-gradient(90deg, #000 2.6px, transparent 2.6px), linear-gradient(#000 1.3px, transparent 1.3px), linear-gradient(90deg, #000 1.3px, #e5e5f7 1.3px);
    background-size: 65px 65px, 65px 65px, 13px 13px, 13px 13px;
    background-position: -2.6px -2.6px, -2.6px -2.6px, -1.3px -1.3px, -1.3px -1.3px;
    opacity: 0.1;
    z-index: 9;
}

/*woocommerce*/
.shop_header {
    position: relative;
    z-index: 9;
    height: 130px;
}
.single_p {
	padding-top: 100px;
	padding-bottom: 50px;
}
.shop_header_inner {
    background: #fff;
    position: fixed;
    width: 1349px;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
}
.entry-header h1 {
    padding: 50px 0;
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Bellefair', serif;
    font-weight: 400;
}
.woo_result_count {
    margin-top: 120px;
    margin-bottom: 40px;
}
.woo_result_count h3 {
	font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.woo_result_count p {
	color: #000;
	font-family: "Playfair Display", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
}
/*filter sidebar*/
.shop_header {
    position: relative;
    z-index: 9;
    height: 130px;
}
.shop_header_inner {
    background: #fff;
    position: fixed;
    width: 1349px;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
}
.page_head {
    padding: 40px 0;
    position: relative;
    z-index: 2;
}
.page_head h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 400;
    color: #fff;
}
.filter_panel:first-child {
    padding-top: 0;
    border: navajowhite;
}
.filter_panel {
    border-top: 1px solid #ececec;
    padding: 12px 16px;
}
.filter_body {
    margin-top: 10px;
    padding-bottom: 20px;
}
.expandable__panel {
    max-height: 186px;
    overflow: hidden;
    transition: max-height .5s;
    text-transform: capitalize;
}
.expandable_btn {
    color: #1a9cb7;
    cursor: pointer;
    font-family: Roboto-Medium;
    margin-top: 5px;
}
.expandable__expand {
    max-height: 500px;
    overflow-y: auto;
}
.filter_title {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
}
.filter_panel .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: inherit;
}
.filter_price_row .filter_price_input {    
    background-color: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 #ececec;
    color: #404040;
    float: left;
    height: 30px;
    min-width: auto;
    outline: 0;
    padding: 0 7px;
    text-align: left;
    transition: all .3s linear;
    width: 60px !important;
	font-size: 12.5px;
}
.filter_price_spliter {
    color: grey;
    float: left;
    line-height: 30px;
    text-align: center;
    width: 10px;
}
.filter_price_btn {
    background-color: #108ee9;
    border-color: #108ee9;
    color: #fff;
    border-radius: 3px;
    float: left;
    height: 30px;
    margin-left: 4px;
    outline: 0;
    padding: 0 12px;
}
.ant-btn {
    border: 1px solid #d9d9d9;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    white-space: nowrap;
}
.form-check.checked {
    display: block !important;
}
.bg-gray {
    background: #FAFAFA;
    padding-top: 35px;
}
.container.woocommerce {
    padding-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
    color: #727272;
}
.product-thumbnail {
    overflow: hidden;
    margin-bottom: 25px;
}
.product-thumbnail img {
    width: 100%;
}
.products::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    border: 1px solid #edeef5;
    border-radius: 3px;
    pointer-events: none;
    z-index: 1;
}

.product-thumbnail img {
    transition: all 0.4s ease;
}
.product-item:hover .product-thumbnail img {
    transform: scale(1.1);
}
.products.columns-4 .product {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    margin: 0 !important;
}
.title-action a {
    width: 50px;
    height: 50px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}
.title-action a:hover {
    background: #000;
}
.woocommerce ul.products li.product h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.products .product-title {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
}
.products .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #202435;
    text-decoration: none;
}
.products .product-title a:hover {
    color: #233A95;
}
.w_content {
    text-align: left;
}
.woocommerce .star-rating::before {
    color: #179517;
    letter-spacing: 3px;
    font-size: 10px;
}
.woocommerce .star-rating span::before {
    color: #179517;
    letter-spacing: 3px;
    font-size: 10px;
}
.price {
    font-family: 'Dosis', sans-serif;
    font-size: 1rem !important;
}
.price del .amount {
    color: #C2C2D3;
}
.price .amount {
    color: #D51243;
}
.price ins {
    text-decoration: none;
    margin-left: .3125rem;
}
.products .theme-btn {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 .9375rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.2s cubic-bezier(.28,.12,.22,1);
    display: flex;
    justify-content: center;
}
.products .product:hover .theme-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.products .product:hover {
    z-index: 9;
}
.woocommerce span.onsale {
    font-size: 13px;
    background-color: #2BBEF9;
    color: #fff;
    min-height: 25px !important;   
    min-width: 50px;
    line-height: 25px;
    border-radius: 3px;
}
.woocommerce ul.products li.product .onsale {
    top: 25px;
    right: auto;
    left: auto;
}
.products .product_overlay {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -1px;
    right: -1px;
    background-color:#fff;
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(.28,.12,.22,1);
    transition: opacity 0.2s cubic-bezier(.28,.12,.22,1);
    box-shadow: 5px 15px 30px rgba(62,68,90,.1);
    pointer-events: none;
    border: 1px solid #C2C2D3 !important;
}
.products .product:hover .product_overlay {
    opacity: 1;
}
.product-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.woocommerce a.button, 
.woocommerce button.button {
    font-weight: normal;
    color: #fff;
    background-color: #233A95;
} 

.woocommerce a.button:hover, 
.woocommerce button.button:hover {
    font-weight: normal;
    color: #fff;
    background-color: #233A95;
}
.products .theme-btn .added {
    display: none !important;
}
.woocommerce a.wc-forward, 
.woocommerce button.wc-forward {
    font-weight: normal;
    color: #fff;
    background-color: #233A95;
} 

.woocommerce a.wc-forward {
    line-height: 1;
    cursor: pointer;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    font-weight: normal;
    color: #fff;
    background-color: #233A95;
}

.enquery_form .form-group .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-left: 25px;
    border-radius: 0;
    color: #000000;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}
.enquery_form .form-group {
    margin-bottom: 30px;
}
.enquery_form .form-textarea {
    padding: 15px;
    min-height: 120px;
    min-height: 120px !important;
    max-height: 120px !important;
    resize: none !important;
    border: navajowhite;
    border-bottom: 1px solid #707070;
}
.btn-outline-theme {
    color: #d63225 !important;
    border-color: #d02b23 !important;
    border: 1px solid #d02b23 !important;
}
.filter_price {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.btn-close.close-btn {
    z-index: 999;
    right: 10px;
    top: 10px;
}
.app_btn {
    margin-top: 20px;
    width: 200px;
}
.app .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #7f0801 !important;
}
.app .nav-link {
    color: #000000 !important;
}
.app .nav-link:hover {
    color: #7f0801;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #cc1818;
    color: #ffffff !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
a.next.page-numbers,
a.prev.page-numbers {
    border: 1px solid #cc1818;
    border-radius: 50%;
    color: #cc1818 !important;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}
/*price*/
.price_slider_wrapper .ui-widget.ui-widget-content,
.weight-range_wrapper .ui-widget.ui-widget-content {
    border: none;
    background: #000;
    height: 3px;
    width: 90%;
    margin-left: 8px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range,
.weight-range_wrapper .ui-slider-horizontal .ui-slider-range {
    background: #7f0801;
}
.price_slider_wrapper .ui-slider-handle,
.weight-range_wrapper .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #7f0801;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}
.price_slider_wrapper .ui-slider-handle + span,
.weight-range_wrapper .ui-slider-handle + span {
    background: #7f0801;
}
.price_slider {
    margin: 30px 0 17px 0;
}
.price_slider_amount {
    text-align: left;
    position: relative;
    color: #aaa;
    display: inline-flex;
    flex-direction: column;
}
.price_slider_amount .price_label {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 29px;
}

.price_slider_amount .button {
    line-height: 1;
    font-size: 1em;
    font-weight: 700;
    padding: .75em 1.646em;
    border-radius: .571em;
    order: 2;
    width: fit-content;
}

.widget_field {
    margin-top: 15px;
}
.widget_field .widget-title {
    margin-bottom: .8em;
}
.widget_field .widget-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 1.572em;
    border: none;
    padding: 0;
}
.widget_field .wc-layered-nav-term a {
    color: #707070;
}

.widget_layered_nav ul li .count, 
.widget_product_categories ul li .count {
    font-size: .857em;
    color: #aaa;
}
.address-widget li i {
    color: var(--primary);
}
.widget_field .wc-layered-nav-term a::before {
    content: "\f0c8";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;    
    vertical-align: -0.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 0.571em;
    font-size: 1.143em;
    line-height: 22px;
    vertical-align: middle;
    color: #ddd;
}
.widget_field .wc-layered-nav-term a:hover::before {
    content: "\f14a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    vertical-align: -0.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 1.143em;
    margin-right: 0.571em;
    color: #7f0801;
}

.widget_field .woocommerce-widget-layered-nav-list__item--chosen a::before {
    content: "\f14a" !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    vertical-align: -0.125em;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    font-size: 1.143em;
    margin-right: 0.571em;
    color: #7f0801;
}
.widget_field .woocommerce-widget-layered-nav-list__item--chosen.chosen a:hover{
    color: #7f0801;
}
.widget_field li.chosen a {
    color: #7f0801;
}
.widget_field li.chosen a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    content: "\f057";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: .571em;
}
.weight_label {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #818181;
}
p.pw {
    color: #606060;
    font-size: 12px;
    font-weight: bold;
}
.woocommerce-product-gallery {
    box-shadow: var(--shadow-primary);
    padding: 10px;
    border-radius: 4px;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    padding: 20px;
    border-radius: 4px;
    color: #000;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding: 0;
    border-radius: 4px;
    margin-bottom: 80px;
    color: #000;
}
section.related.products {
    padding: 0;
    margin-bottom: 80px;
    color: #000;
}
span.posted_in {
    display: none;
}
.theme-shop-tools {
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 !important;
    color: #fff;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}
.single_product_head .woocommerce-breadcrumb {
    margin: 0 !important;
    color: #fff;
    z-index: 99;
    position: relative;
}
.single_product_head .woocommerce-breadcrumb a {
    color: #fff;
}
.summary.entry-summary .price {
    font-size: 60px !important;
    text-align: center;
    line-height: 65px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #5e2c37;
    color: #fff;
    border: none;
    padding: 8px 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    font-weight: normal;
    background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
table.woocommerce-product-attributes.shop_attributes tr {
    border: 1px solid #000;
}
.woocommerce table.shop_attributes th {
    border: 1px solid !important;
    width: 50% !important;
    font-weight: 500 !important;
	color: #444;
}
.woocommerce table.shop_attributes td {
    padding-left: 20px;
	color: #444;
}
section.related.products h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 11px;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 25px;
}
.detail__specs-wrapper {
    display: grid;
    gap: 4px 5px;
    grid-template-columns: [col-start] 38% [col-start] 62%;
}
.detail__specs-label {
	font-weight: bold;
}
.detail__specs-value,
.detail__specs-label {
    padding: 5px 0;
	border-bottom: 1px solid #ddd;
    word-break: break-word;
    white-space: pre-wrap;
}
.specific {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}
.entry-summary .price .amount {
    font-size: 36px;
}
.product_meta {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
}
.my-2.appnt {
    padding: 12px 45px;
    transition: all 0.3s ease;
    background: #5e2c37 !important;
    border-color: #5e2c37;
}
.my-2.appnt:hover {
	transform: translatey(-5px);
}
.woocommerce-page-title {
    padding: 10px 0;
    background-size: cover;
    position: relative;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 120px;
    min-height: 450px;
}
.single_product_head {
    background-image: url('http://localhost/car/wp-content/uploads/2023/10/car_sin.jpg');
    padding-top: 200px;
    padding-bottom: 80px;
    background-size: cover;
	position: relative;
	min-height: 500px
}
.single_product_head:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    top: 0;
}
.overlay_bg {
	background-color: #000000;
    opacity: 0.54;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.filter_btn {
    display: none;
}
.close {
    display: none;
}
.sin_cont {
    background: #02044A;
    border-radius: 10px;
    padding: 50px;
}
.sin_cont h3 {
    margin-bottom: 20px;
    font-size: 30px;
}
ul.cont {
    margin: 20px;
}
ul.cont a {
    padding: 15px 15px;
    display: inline-block;
    margin-bottom: 10px;
    width: 200px;
    border-radius: 3px;
    color: #fff;
	border: 1px solid transparent;
}
ul.cont a:hover {
	border-color: #0C75FF;
}
ul.cont i {
    margin-right: 15px;
    color: #0C75FF;
}
ul.csocial {
    display: flex;
    margin-top: 50px;
}
ul.csocial a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
}
.csocial a:hover {	
    background: #0C75FF;
}
.pcont {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.pcont label {
    color: #5C5D8B;
}
.pcont input[type="submit"] {
    background: #0C75FF !important;
    padding: 10px;
}
.pcont textarea {
    height: 120px;
    background: #F9F9FB;
}
/* resposive css */
@media only screen and (max-width: 600px) {
	.home_slider {
		height: 300px;
		position: relative;
		background-color: #fff;
		margin-bottom: 20px;
	}
	
	.call_us, .footer_social_sticky {
		display: none;
	}
	
	.explore_project .explore_project_button.open.ongoing {
		transform: translate(-160%, 0);
	}
	.explore_project .explore_project_button.open.upcomming {
		transform: translate(60%, 0);
	}
	.explore_project .explore_project_button {
		width: 130px !important;
		height: 130px !important;
		font-size: 14px;
	}
	.explore_project .ongoing,
	.explore_project .completed,
	.explore_project .upcomming {
		width: 100px !important;;
		height: 100px !important;;
	}
	
	.aside {
		width: 230px;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 99;
		box-shadow: 0 0 3px #ddd;
		border-radius: 0 !important;
		transform: translateX(-100%);
		transition: all .5s ease;
	}
	.main_content {
		width: 100%;
	}
	.products.columns-4 .product {
		max-width: 50% !important;
		flex: 0 0 50% !important;
	}
	.filter_btn {
		display: block;
	}
	.filter_bar {
		background: #ddd;
		border-radius: 3px;
		padding: 0 10px;
		margin-bottom: 10px;
		align-items: center;
		justify-content: space-between;
	}
	.sidebar_head {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.close {
		display: block;
		width: 20px;
		cursor: pointer;
	}
	.woocommerce .woocommerce-result-count {
		margin: 0;
	}
	.site-header .nav {
		justify-content: end;
	}
	.navbar-toggler {;
		border: 1px solid white;
	}
	.navbar-toggler i {
		color: #fff;
	}
}
.footer-logo img {
    width: 100%;
    height: auto;
}
.footer-text {
    text-align: justify;
}
p.woocommerce-info {
    padding: 20px 0;
    margin: 50px auto;
}
.contact-us input,
.contact-us textarea {
    width: 100% !important;
}
.contact-us textarea {
	height: 140px;
}

/*car site css*/
.carousel-blog .slick-list {
    margin-left: -25px;
}
.carousel-blog .slick-slide {
    margin-left: 25px;
}
.carousel-blog .blog__media {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 203px;
    overflow: hidden;
}
.gallery {
    grid-gap: 12px;
    border-radius: 5px;
}
ul.list-brand {
    columns: 5;
}
.body_type {
    display: flex;
    overflow-x: auto;
    padding-top: 4px;
    padding-bottom: 8px;
}
.body_type li {
    flex: 1;
    margin-left: 8px;
}
.body_type li:first-child {
    margin-left: 0;
}

/*star rating for products*/
.rating-custom div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}

.rating-custom .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {

    content: ' ';
    display: table;

}

.rating-custom .woocommerce-product-rating {
    line-height: 2;
}

.rating-custom .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.rating-custom .star-rating::before {
    content: '\53\53\53\53\53';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.rating-custom .star-rating {
    line-height: 1;
    font-size: 0.8em;
    font-family: star;
    color: #179517;
    margin-top: 8px;
}

.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.rating-custom .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}

.rating-custom .star-rating span {

    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;

}

.slick-prev, .slick-next {
    width: 45px;
    height: 45px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
    border-radius: 50%;
    z-index: 9;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: white;
}
.slick-prev:before, .slick-next:before {
    color: black;
}

.card-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.62);
}
.button-tile {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    min-height: 88px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 16px 48px 16px 16px;
    text-decoration: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke-miterlimit='10' d='M7 2l10 10L7 22' stroke-linecap='round' stroke-linejoin='round' vector-effect='non-scaling-stroke' fill='none' stroke-width='2px' stroke='%23212224'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 16px center;
    margin-top: 25px;
    cursor: pointer;
}
.button-tile bdi {
    font-weight: bold;
    font-size: 18px;
}


/*.elementor-section.elementor-section-boxed > .elementor-container {*/
/*    max-width: 1440px !important;*/
/*}*/



.eael-adv-accordion .eael-accordion-list .eael-accordion-header span {
    margin-right: 0 !important;
}
.home_blog.home_thumb_blog {
    grid-template-columns: repeat(2, 1fr);
}
.home_blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.home_blog .blog_item {
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    align-items: center;
}
.home_blog .blog_item h3 {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.blog_thumb_item h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 1.53;
    color: #222222;
    margin-bottom: 20px;
}
.home_blog .blog_item a,.blog_thumb_item a {
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    line-height: 2.6;
    fill: #D70000;
    color: #D70000;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    transition: all 0.2s linear 0s;
}
.blog_thumb_item {
    transition: all 0.2s linear;
}
.blog_thumb_item:hover {
    transform: scale(1.02);
}
.effect-1 {
    transition: all 0.2s linear 0s;
}
.effect-1:hover {
    text-indent: 5px;
}

.site-header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 1rem 5.45rem;
    z-index: 2;
    -webkit-animation: headerfadein 0.8s;
    -moz-animation: headerfadein 0.8s;
    -ms-animation: headerfadein 0.8s;
    -o-animation: headerfadein 0.8s;
    animation: headerfadein 0.8s;
    background: #172832;
}
.site-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.site-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1 1 auto;
    margin-left: 1.35rem;
}
.site-header .nav .menu.new {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.site-header .nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
}
.site-header .nav .menu>li {
    font-size: 1.125rem;
    line-height: 4.375rem;
    display: inline-block;
    margin: 0 0.5rem;
}
.site-header .nav .menu>li a {
    padding: 0 0.5rem;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: "Open Sans";
    font-stretch: normal;
    font-style: normal;
    line-height: 2.78;
    letter-spacing: normal;
    text-align: center;
    position: relative;
}


/*Elementor modify*/
.btn-none .cta-button {
    display: none !important;;
}
.t-75 {
    top: 75%;
}
.contact-form .form-control,.contact-form .form-select {
    font-family: "Open Sans", sans-serif !important;
    color: #999999;
    width: 100% !important;
    height: 44px !important;
    background-color: transparent !important;
    border-radius: 0;
    border: none;
    padding: 0;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    font-weight: 500 !important;
    margin-bottom: 23px !important;
}
.contact-form .form-control.texta {
    height: 120px !important;
}
.btn-theme {
    background: #222;
    color: #fff;
}
.btn-theme:hover {
    color: #d70000;
}
.menu-last a {
    margin-left: 70px;
    background: #4f87cd;
    color: #fff !important;
    padding: 0 20px !important;
}
.p-absolute {
	position: absolute !important;
}
@media screen and (max-width: 768px)  {
	.site-header {
		box-shadow: 0 0 10px #ddd;
		padding: 2rem 1rem;
	}
	.site-header .nav {
		justify-content: end;
		width: 100px;
	}
	.navbar-collapse {
		position: absolute;
		width: 250px;
		background: #2a2a2a;
		top: 80%;
		right: 25px;
	}
	.site-header .nav .menu {
		flex-direction: column;
	}
	.menu-last a {
		margin-left: 0px;
		background: inherit !important;
		color: #222 !important;
		padding-left: 8px !important;
	}
	.site-header .nav .menu>li {
		line-height: 3.375rem;
	}
	.home_blog {
		grid-template-columns: repeat(1, 1fr);
	}
	.t-75 {
		top: 0;
	}
	.p-absolute {
		position: inherit !important;
	}
	
}


/* Elementor modify */

.custom_accouding .eael-advance-tabs .eael-tabs-nav>ul li {
    flex-direction: column;
}
.elementor-372 .elementor-element.elementor-element-3b43c70 > .elementor-widget-container > .eael-advance-tabs > .eael-tabs-nav ul li {
    width: 100%;
	height: 160px !important;
}
.elementor-372 .elementor-element.elementor-element-3b43c70 .eael-advance-tabs .eael-tabs-nav > ul li img {
    margin-bottom: 15px;
}
table.table-responsive {
    width: 100%;
}
.compare-table th {
    padding: 25px 15px;
    text-align: center;
}
.compare-table td:nth-child(2), .compare-table th:nth-child(2) {
    background-color: #f9f9f9;
    border-color: #95a5a6;
}
.compare-table td, .compare-table th {
    border: 1px solid #eee;
}
.compare-table th {
    padding: 25px 15px;
    text-align: center;
}
.compare-table td {
    padding: 15px;
    text-align: center;
}
.compare-table td:first-of-type, .compare-table th:first-of-type {
    text-align: left;
}
.compare-table td:nth-child(1), .compare-table th:nth-child(1) {
    border-right-color: #95a5a6;
}
.compare-table .fa-check {
    color: #61ce70;
}
.compare-table .red-cross {
    color: #d70012;
}

.table-extra {
    text-align: right;
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px;
}
#view_less, #more_content {
    display: none;
}
.table-toggle {
    cursor: pointer;
    font-size: .8rem;
    font-weight: 600;
    color: #d70012;
}
.table-responsive a {
    color: #d70012;
}
.twrapper {
    overscroll-behavior-x: contain;
    overflow-x: auto;
    margin-inline: 1rem;
    padding-block: 2rem;
}
.table-responsive {
	border-spacing: 0;
    overflow: hidden;
    inline-size: 100%;
    text-align: left;
    background-color: inherit;
}

.custom_form .form-control {
    background-color: #e6e8ea;
}
.custom_form .form-text-area {
    height: 130px;
}