@import url("../fonts/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Proxima Nova', sans-serif !important;
}

img {
    max-width: 100%;
    height: auto;
}

.mb_40 {
    margin-bottom: 40px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.bg_white {
    background-color: #fff;
}

.bg_grey{
    background-color: #e9e9e9;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.clear-fix {
    clear: both;
}

.dflex {
    display: flex;
    justify-content: space-between;
}
.page-template .container {
    max-width: 1430px;
}
header {
    background: url('../images/header_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.inner_pages header {
    background: url('../images/innerpage_header.png');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}

header .top_header {
    background-color: #131313;
}

header .top_header .dflex {
    justify-content: flex-end;
   
}

header .top_header{
    padding: 10px 0;
}
header .top_header .container>.dflex {
 align-items: center;
}
header .top_header .wcuCurrencySwitcherWidget{
    margin-bottom: 0 !important;
}

header .top_header .login_sec .d-flex,
header .middle_header .btm_right_sec>.d-flex {
    justify-content: flex-end !important;
    align-items: center !important;
}

header .top_header .login_sec img {
    margin-right: 10px;
}

header .top_header .login_sec p {
    margin-bottom: 0;
    margin-right: 5px;
}

header .top_header .login_sec p a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

header .top_header .login_sec span {
    color: #727272;
    margin-right: 5px;
}

header .top_header .currency {
    background-color: #727272;
    max-width: 75px;
    width: 100%;
    margin-left: 15px;
}
header .currency-switcher .chosen-container-single .chosen-single{
 	max-width: 100% !important;
}
header .currency-switcher  .chosen-container-single .chosen-single div{
	right: 5px;
}
header .currency-switcher .chosen-container-single .chosen-single div b {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('https://dev.v1decals.com/wp-content/uploads/2024/10/down_arrow.png') 80% 50% no-repeat !important;
	font-size: 14.4px;
	color: #fff !important;
	border: none !important;
	box-shadow: none;
	line-height: 40px;
	background-color: #727272 !important; 
	min-height: auto;
}
header .currency-switcher .chosen-container-single .chosen-drop{
    margin-left: 15px;
    background: #727272 !important;
    border: 1px solid rgb(185 185 185);
    margin-top: 0 !important;

}
header .currency-switcher .chosen-container .chosen-results li{
	color: #fff !important;
}
header .currency-switcher .chosen-container-active.chosen-with-drop .chosen-single{
	box-shadow: none !important;
}
.middle_header {
    margin-top: 40px;
}

.middle_header .container>.dflex {
    align-items: flex-end;
}

.middle_header .btm_right_sec img {
    margin-right: 10px;
}

.middle_header .btm_right_sec .cart_txt h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.middle_header .btm_right_sec .cart_txt h6 {
    color: rgb(255 255 255 / 50%);
    font-size: 15px;
    margin-bottom: 0;
}

.menus .navbar {
    padding: 20px 0 0;
}

.menus .navbar-nav li {
    margin-left: 15px;
}

.menus .navbar-nav li:last-child a {
    padding-right: 0;
}

.menus .navbar-nav li a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 0;
}

 

.banner_section {
    position: relative;
}

.banner_section .carousel-inner img {
    width: 100%;
    height: 100%;
}

.banner_section #banner_slider .carousel-inner,
.banner_section #banner_slider .carousel-inner .carousel-item{
        position: static;
}

.banner_section #banner_slider{
	height: 500px;
}

.banner_section #banner_slider .carousel-inner .carousel-item>img{
    position: absolute;
    max-width: 750px;
    right: 0;
}
.banner_section .carousel-indicators li,
.new_arrivals .carousel-indicators li {
    background-color: #878787;
}

.banner_section .carousel-indicators .active,
.new_arrivals .carousel-indicators .active {
    background-color: #d20000;
}

.banner_section .banner_desc {
    position: absolute;
    top: 15%;
    left: 8%;
}

.banner_section .banner_desc h3 {
    color: #9f9f9f;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 0;
}

.banner_section .banner_desc h2 {
    color: #a0a0a0;
    font-weight: 900;
    font-size: 85px;
    margin-bottom: 0;
}

.banner_section .banner_desc p {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 0;
}

.banner_section .carousel-control-prev-icon,
.banner_section .carousel-control-next-icon {
    background-image: url('../images/banner_prev_img.png');
    width: 15px;
    height: 26px;
    position: absolute;
    left: 20%;
}

.banner_section .carousel-control-next-icon {
    background-image: url('../images/banner_next_img.png');
    right: 20%;
    left: auto;
}

.existing_deals {
    margin: 75px 0;
}

.existing_deals h2,
.featured_decals h2,
.new_arrivals h2,
.featured_top_category h2,
.about_us h2,
.reviews_section h2,
.gallery_section h2 {
    color: #272727;
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
    padding-bottom: 20px;
    text-align: center;
}

.existing_deals .three_box {
    background-color: #fff;
    padding: 28px 32px;
    margin-right: 40px;
    text-align: left;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border-bottom: 4px solid #D20000;
    box-shadow: 0px 0px 6px 0 rgb(135 132 132 / 25%);
}

.existing_deals .three_box:last-child {
    margin-right: 0;
}

.about.inner_pages .existing_deals .three_box:hover {
	/*background-image: url(../images/about_page_three_box_bg.png);*/
/*	padding: 40px 30px;*/
}
.existing_deals .three_box h3 {
    font-weight: 600;
    font-size: 24px;
    padding: 0;
    color: #D20000;
    line-height: 29px;
    margin: 0 0 10px;
}
.existing_deals .three_box h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px;
}
.existing_deals .three_box p {
    font-size: 17px;
    color: #555;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}
.featured_decals {
    padding-bottom: 50px;
}

.featured_box {
    position: relative;
    margin-bottom: 160px;
}

.featured_box .featured_desc {
    background-color: #fff;
    position: absolute;
    bottom: -40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px rgb(202 202 202);
    padding: 30px;
    margin: 25px;
    cursor: pointer;
    transition: all 500ms ease;
    min-height: 208px;

}

.featured_box .featured_desc h3 {
    color: #272727;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 99px;
    padding-bottom: 30px;
}

.featured_box .featured_desc .shop_now {
    color: #686868;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #acacac;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;


}

.featured_box .featured_desc:hover {
    background-color: #d20000;
}

.featured_box .featured_desc:hover h3 {
    color: #fff;
}

.featured_box .featured_desc:hover .shop_now {
    color: #fff;
    background-color: #000;
    border: none;
}

.featured_decals .view_all {
    color: #272727;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    background: transparent;
    display: block;
    margin: 0 auto;
}

.new_arrivals {
    padding: 50px 0 70px;
    background-color: #fff;
}

 
.new_arrivals_block{
   margin: 0 15px;
   overflow: hidden;
}
.new_arrivals_block,
.related_products_block {
    position: relative;
}

.related_products_block .button_pos {
    position: absolute;
    top: 20px;
    left: 15px;
}

.new_arrivals_block .button_pos .small_btn,
.related_products_block .button_pos .small_btn {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    background-color: #e53939;
    display: block;
    margin-bottom: 5px;
    max-width: 50px;
    width: 100%;
}

.related_products_block .button_pos .small_btn.black_btn {
    background-color: #272727;
}
.new_arrivals_block .button_pos .btn.newBtn {
    text-transform: capitalize;
    background: #109F40;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    margin: 0;
    max-width: 68px;
    padding: 3px;
    border: 0;
}
.new_arrivals_block .button_pos .btn.saleBtn {
    width: 110px;
    background: #D9C91C;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -8px;
    left: -38px;
    transform: rotate(-46deg);
    margin-bottom: 0;
    max-width: unset;
    border-radius: 0;
    border: 0;
    padding: 18px 11px 6px 11px;
    line-height: 24px;
}
.new_arrivals_block .button_pos .btn.saleBtn span {
 display: block;
}
/*.new_arrivals .new_arrivals_img{
    max-height: 300px;
    height: 300px;
    display: flex;
 align-items: center;
}*/
.new_arrivals .new_arrivals_img img {
    aspect-ratio: 1.5;
    object-fit: cover;
}
.new_arrivals_img img {
    width: 100%;
}
.new_arrivals .new_arrivals_desc,
.related_products_block .related_products_desc {
    padding: 20px 0;
}

 
.related_products_block h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    min-height: 70px;
    padding-bottom: 30px; 
}
.new_arrivals .slick-slide a:hover{
   text-decoration: none;
}

.new_arrivals h3,
.single-product .related.products h3 a,
 .product-inner-page .col-md-9 .products .product h3.woocommerce-loop-product__title a{
    color: #000;
    min-height: 50px;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}

.new_arrivals .shop_now_btn,
.related_products_block .shop_now_btn {
    color: #bebebe;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border: 2px solid #606060;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;

}
.new_arrivals .shop_now_btn{
    color: #fff !important;
    border: 1px solid #d20000 !important;
    background-color: #d20000 !important;
    padding: 10px 20px;
    line-height: normal;
}
.new_arrivals .shop_now_btn:hover {
    background-color: #fff !important;
    color: #d20000 !important;
}
.new_arrivals .favorite_btn,
.product_description .favorite_btn,
.related_products_block .favorite_btn {
    height: 43.3px;
    background-color: #d20000;
    border-radius: 0;
}

.new_arrivals .carousel-indicators {
    bottom: -20%;
}

.featured_top_category {
    padding: 50px 0;
}

.featured_top_category .big_img,
.featured_top_category .small_img {
    margin-right: 25px;
    margin-bottom: 30px;
}

.featured_top_category .third_row .small_img:last-child,
.featured_top_category .third_row .big_img:last-child {
    margin-right: 0;
}

.featured_top_category .img_block {
    position: relative;
}

.featured_top_category .img_block .desc_text {
    background-color: #d20000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 7px 20px;
}

.featured_top_category .img_block .desc_text h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    display: block;
    line-height: 30px;
    margin-bottom: 0;
}

.featured_top_category .shop_now_button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #606060;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    border: none;
    text-decoration: none;
    padding: 0;
}

.newsletter_section .newsletter_left {
	position: relative;
	margin-left: 10px;
	height: 100%;
}
.newsletter_section .newsletter_left .right_news_image {
	height: 100%;
	object-fit: cover;
}
.newsletter_section .newsletter_left .offer_box {
    position: absolute;
    bottom: 0;
    left: auto;
    background: url('../images/offer_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 24px;
    text-align: center;
    right: 0;
}

.newsletter_section .newsletter_left h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
}
.newsletter_section .newsletter_form form {
    width: 100%;
    margin: 0;
}
.newsletter_section .newsletter_left h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
}

.newsletter_section .newsletter_form {
    background: #fff;
    padding: 40px;
    height: 100%;
}
.newsletter_section .newsletter_left .plane_image_news {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
}
.newsletter_section .newsletter_form h2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 39px;
}
.newsletter_section .newsletter_form p {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0 30px;
}
.newsletter_section .newsletter_form p span {
    font-weight: bold;
    color: #d20000;
}
.newsletter_section .newsletter_form form p,
.newsletter_section .newsletter_form form p input.btn.btn-primary.subscribe_now {
    margin: 0;
}
.newsletter_section .newsletter_form .subscribe_now {
    max-width: 162px !important;
}
.newsletter_section .newsletter_form form p{
    margin-bottom: 0;
    width: 100%;
}
.newsletter_section .newsletter_form label {
    color: #42545E;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    display: block;
    font-weight: 600;
}
 .newsletter_section .newsletter_form .row {
    margin: 0 -8px;
}
.newsletter_section .newsletter_left img {
    width: 100%;
}
.newsletter_section .newsletter_form .col-sm-12, 
.newsletter_section .newsletter_form .col-sm-6 {
    padding: 0 8px;
}
.newsletter_section .newsletter_form form input {
    border-radius: 0;
    border: 1px solid  #DEE2E6;
    height: 48px;
    margin: 8px 0 18px;
    width: 100%;
    display: block;
    background: #fff;
    padding: 10px 15px;
}
.newsletter_section .newsletter_form form input[type='text']::placeholder,
.newsletter_section .newsletter_form form input[type='email']::placeholder {
  color: #B4B1B1 !important;
  opacity: 1;
}
.newsletter_section .newsletter_left .overlay_image {
    background: rgb(0 0 0 / 55%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    right: 0;
}
.newsletter_section {
    padding: 85px 0;
    background: #F3F2F2;
}

.newsletter_section .newsletter_form .subscribe_now{
    margin-top: 0 !important;
    line-height: 39px !important;
}

.newsletter_section .newsletter_form .subscribe_now,
.existing_deals .promotion_btn,
.about_us .about_btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #d20000;
    line-height: 45px;
    height: 55px;
    border-radius: 0;
    border: 1px solid #d20000;
    width: 100%;
    max-width: 190px;
    text-transform: uppercase;
    margin-top: 40px;
    font-family: 'Nunito Sans', sans-serif; 
}
.about_us .about_btn:hover,
.existing_deals .promotion_btn:hover,
.newsletter_section .newsletter_form .subscribe_now:hover {
   background-color: #fff;
   color: #d20000;
}
.about_us {
    padding: 70px 0;
    background-color: #F3F2F2;
    background-image: url('../images/bg_about_image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.about_us::before {
    content: '';
    background-image: url('../images/globe_about_new.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    left: 0;
    display: block;
    height: 100%;
    width: 13%;
    filter: contrast(0.5);
    opacity: 0.4;
    top: 50%;
    transform: translateY(-50%);
}
.about_us .about_section .about_block img {
    max-height: 65px;
    margin: 0 auto 16px;
    height: 65px;
    width: auto;
}
.about_us h2 {
    text-transform: none;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0 50px;
}
.about_us h4.subtitle,
.reviews_section h4.subtitle {
    font-size: 20px;
    line-height: 24px;
    color: #d20000;
    text-align: center;
    margin: 0 0 4px;
}
.choose_us .choose_us_sec h4.subtitle {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 0 4px;
}
.reviews_section {
    padding: 70px 0;
    position: relative;
    background-image: url('../images/review-bg.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.reviews_section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0 0 0 / 60%);
    top: 0;
    z-index: 0;
}
.review_slider .slick-slide {
    padding: 0 25px;
    padding-top: 40px;
}
.review_slider.slick-slider .slick-list {
    margin: 0 -25px;
}
.reviews_section h4.subtitle {
    position: relative;
}
.reviews_section h2 {
    color: #fff;
    position: relative;
}
.reviews_section .reviews_block .author_image img.avatar_img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.about_us .about_section .about_block h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    line-height: 22px;
    text-align: center;
    color: #555;
}

.about_us .about_section .about_block h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
    text-align: center;
    line-height: 29px;
}

.reviews_section h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.reviews_section .carousel-inner {
    padding: 80px 50px;
}

.reviews_section .reviews_block {
    text-align: left;
    padding: 50px 45px 30px;
    transition: all 500ms ease;
    background: #fff;
    cursor: pointer;
}
.reviews_section .reviews_block .author_image {
    position: absolute;
    top: 0px;
    left: 65px;
    background: #d20000;
    width: 90px;
    height: 90px;
    border-radius: 100%;
}
.review_slider .slick-slide {
	position: relative;
}
.review_slider .slick-track,
.review_slider .slick-slide {
    display: flex;
    height: auto;
}
.review_slider .slick-slide>div,
.reviews_section .reviews_block {
	height: 100%;
}
.reviews_section .reviews_block .reviews_desc {
    padding-top: 20px;
    position: relative;
}
.reviews_section .reviews_block .reviews_desc::before {
    content: '';
    background-image: url('../images/comma.png');
    display: block;
    position: absolute;
    top: -28px;
    right: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    filter: grayscale(1);
    opacity: 0.8;
}
.reviews_section .reviews_block .reviews_desc img.rating_image {
    max-height: 24px;
    width: auto;
    margin: 20px 0 0;
}
.reviews_section .review_slider {
    margin-top: 40px;
    margin-bottom: 0 !important;
}
.reviews_section ul.slick-dots {
    position: unset;
    margin: 40px 0 0;
}
.reviews_section .reviews_block h3 {
    font-size: 18px;
    color: #555;
    font-weight: 400;
    line-height: 26px;
}
.reviews_section .reviews_block h5 {
    font-size: 20px;
    color: #D20000;
    font-weight: 600;
    margin: 0 0 3px;
    line-height: 24px;
}
.reviews_section .reviews_block h6 {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    font-weight: 600;
}

.gallery_section {
    background: url('../images/gallery_section_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #D20000;
    padding: 90px 0; 
}
.gallery_section h2 {
    color: #fff;
    margin: 0 0 1rem;
    padding: 0;
    text-align: left;
}
p.galley_desc {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.gallery_box .gallery_desc h3,
.gallery_box .gallery_desc h3 a {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 20px;
}
.gallery_box .gallery_desc h3, .gallery_box .gallery_desc h3 a {
    text-transform: none;
    text-decoration: none;
}
.gallery_box .gallery_btn a {
    color: #d20000;
    background: #fff;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 19px;
}
.gallery_box .gallery_btn a:hover {
    background-color: transparent;
    color: #000;
}
.gallery_box .gallery_desc h3 {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 21px;
    border-bottom: 1px solid #D7D9DA;
    padding: 0 0 12px;
}
.row.gallery_home_slider {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery_box .gallery_desc h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 0;
    color: #333;
    font-weight: 600;
}
.gallery_section .view_all {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #d20000;
    line-height: 22px;
    height: auto;
    border-radius: 0;
    border: 0;
    width: auto;
    max-width: unset;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Nunito Sans', sans-serif;
    border-bottom: 1px solid #fff;
    padding: 0;
}
.gallery_section .view_all i.fa {
    margin-left: 4px;
    font-size: 18px;
}
.gallery_section .gallery_block {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.gallery_section .gallery_block .gallery_left {
    width: 400px;
}
.gallery_section .gallery_block .gallery_right {
    width: calc(100% - 440px);
}
.gallery_section .gallery_box {
    background: #fff;
    padding: 20px;
}
.gallery_home_slider .col-sm-3 {
    padding: 0 10px;
    max-width: 100%;
}
.single-product .bottom_header {
    padding-bottom: 20px;
}

.breadcrumb_section {
    padding: 100px 0 20px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0.75rem 0;
}

.single-product .breadcrumb-item, .about_page header .breadcrumb li {
	padding: 0 0rem;
	position: relative;
}
.single-product .breadcrumb-item:first-child,
.about_page header .breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #272727;
}

.single-product .breadcrumb li a {
    color: #272727;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    opacity: .3;
    transition: opacity .25s;
    cursor: pointer;
    background: #FFFFFF;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    opacity: .65;
}

.slick-slider .slick-prev {
    left: 0;
}

.slick-slider .slick-next {
    right: 0;
}

#detail .product-images {
    width: 100%;
    margin: 0 auto;
}

#detail .product-images a {
    height: 500px;
    padding: 5px;
}

.main-img-slider {
    border: 1px solid #b7b7b7 !important;
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
    display: block;
    outline: none;
}

#detail .product-images .main-img-slider figure {
    margin: 0 auto;
    padding: 0 2em;
}

#detail .product-images .main-img-slider figure a {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

#detail .product-images .main-img-slider figure a img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#detail .product-images .thumb-nav {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 600px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    width: 26px;
    margin-top: -10px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev {
    margin-left: -30px;
}

#detail .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -30px;
}

#detail .product-images .thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 100px !important;
    height: 90px;
    border: 1px solid #bfbfbf;
    margin-right: 10px;
}

#detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
    width: auto;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
    border-color: #999;
}

#detail .product-images .thumb-nav li.slick-current img {
    border-color: #d12f81;
}

#detail .product-images img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.main_img {
    width: 100%;
    margin: 0 auto
}

.product_section .product_description h4 {
    color: #838383;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.product_section .product_description h2 {
    color: #181818;
    font-size: 30px;
    font-weight: 700;
}

.product_section .product_description hr {
    border-top: 1px solid #c9c9c9;
}

.product_section .product_description h3 {
    color: #d20000;
    font-size: 26px;
    font-weight: 700;
}
.single-product #submit {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	text-transform: uppercase;
	background-color: #d20000;
	border-radius: 0;
	width: 100%;
	max-width: 175px;
	margin-top: 5px;
	margin-right: 0px;
}
.single-product .related.products {
	margin: 0px;
}
.single-product .related.products h2 {
	text-align: left !important;
	text-transform: uppercase;
	margin: 0px 0px 30px;
	background: #000;
	color: #fff;
	font-size: 22px;
	padding: 15px 30px;
}
.product-inner-page .col-md-9 .products .product .price {
	display: none !important;
}

.product_section .product_description h5 {
    color: #606060;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    clear: both;
}

.product_section .product_description ul {
    list-style: none;
    padding-left: 0;
}

.product_section .product_description ul li,
.product_section .product_description h5 span {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
}
.contact-form_row div.wpcf7 {
    padding: 24px;
    background: #f5f5f5;
}
.contact-form_row div.wpcf7 form {
    margin: 0;
}
.product_section .scale_box {
    background-color: #f5f5f5;
    border: 1px solid #b7b7b7;
    width: 23.6%;
    float: left;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.product_section .scale_box:nth-child(4n+4) {
    margin-right: 0;
}

.product_section .scale_box p {
    color: #606060;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

.product_section .minus-btn,
.product_section .plus-btn {
    width: 35px;
    height: 40px;
    line-height: 40px;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
}

.product_section input.quantity {
    width: 60px;
    height: 40px;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    text-align: center;
    outline: none;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background: none;
}

.product_section .minus-btn {
    border-right: none;
}

.product_section .plus-btn {
    border-left: none;
}

.product_section .add_cart {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	border: none;
	text-transform: uppercase;
	background-color: #d20000;
	border-radius: 0;
	width: 100%;
	max-width: 323px;
	margin-top: 25px;
	margin-right: 0px;
}

.product_description .favorite_btn {
    background-color: #272727;
}

.tab_section {
    margin: 50px 0 80px;
}

.tab_section .nav-tabs {
    border-bottom: none;
}

.tab_section .nav-tabs a.nav-item {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    border: none;
    padding: 18px 30px;
    line-height: 15px;
}

.tab_section .nav-tabs a.nav-item.active {
    background-color: #d20000;
    color: #fff;
}

.tab_section .nav-fill .nav-item,
.tab_section .nav-fill>.nav-link {
    flex: initial;
}

.tab_section .tab-content {
    border: 1px solid #c4c4c4;
    padding: 30px 30px !important;
    text-align: justify;
}

.tab_section .tab-content h3 {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.tab_section .tab-content h4 {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 400;
}

.tab_section .tab-content p {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 300;
    padding-top: 40px;
}

.related_products {
    padding-bottom: 80px;
}

.related_products h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #272727;
    padding: 10px 15px;
    margin-bottom: 40px;
}

.related_products_block h3 {
    color: #414141;
    font-weight: 400;
}

.related_products_block .shop_now_btn {
    color: #272727;
    border: 2px solid #bababa;
}

.breadcrumb_section h1 {
	color: #a0a0a0;
	font-size: 85pt;
	font-weight: 900;
	padding-top: 40px;
	margin-bottom: 0;
}

.about_page header .breadcrumb li a {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
}

.about_page header .breadcrumb-item+.breadcrumb-item::before {
    color: #a2a2a2;
}

.breadcrumb_section nav .breadcrumb {
	margin: 0px;
	padding: 0px;
}
.about_page header .breadcrumb {
    padding-top: 0;
}
.inner_pages header .header_airplane {
    position: relative;
    bottom: 65px;
}
.about_page header .breadcrumb_section .left_sec {
	position: absolute;
	bottom: 50px;
}


.breadcrumb_section nav .breadcrumb li a {
	color: white;
	font-size: 26pt;
	padding-right: 30px;
	padding-left: 30px;
	line-height: normal;
}
.breadcrumb_section nav .breadcrumb li:nth-last-child(1) a {
	padding-right: 0;
}
.breadcrumb_section nav {
	margin: 30px 0 0;
}
.about.inner_pages .about_decals,
.custom-decals.inner_pages .entry-content,
.about_custom_decals {
	margin: 70px 0;
}

.about.inner_pages .about_decals h2,
.choose_us .choose_us_sec h2, 
.about_custom_decals h2 {
    color: #272727;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
}
.about.inner_pages .about_decals h3 {
    color: #d20000;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 24px;
    padding-bottom: 5px;
}
.inner_pages .six_block_sec .six_block_img img {
    height: 65px;
    width: auto;
    margin: 0 auto;
}
.choose_us .choose_us_sec h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
    padding-bottom: 5px;
}

.about.inner_pages .about_decals p,
.choose_us .choose_us_sec p {
    color: #696969;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 0;
}
.about_custom_decals p {
    color: #696969;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}
.inner_pages .choose_us .choose_us_sec {
    max-width: 1178px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.about_custom_decals .row:nth-child(odd) {
    margin-top: 40px;
    flex-direction: row-reverse;
}
.choose_us .choose_us_sec p {
    color: #fff;
    text-align: center;
    margin: 0 0 12px;
}
.choose_us .choose_us_sec p.best_txt {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.about.inner_pages .about_decals p{
    margin-bottom: 12px;
}
.inner_pages .choose_us {
    position: relative;
    padding: 80px 0 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.inner_pages .choose_us::after {
    background-color: rgb(210 0 0 / 75%);
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.inner_pages .six_block_sec .six_block_img {
    padding-bottom: 16px;
}
.inner_pages .six_block_sec .six_block_desc p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 4px 0 0;
}
.inner_pages .six_block_sec .six_block_desc h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

footer {
    background: url('../images/footer_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 80px 0 0;
}

footer p,
footer span a {
    color: #dadada;
    font-size: 16px;
    font-weight: 300;
    padding-top: 40px;
    text-align: justify;
}

footer p {
    max-width: 325px;
}

footer span {
	display: block;
	padding-bottom: 20px;
	color: #dadada;
	font-size: 16px;
	display: flex;
      align-items: center;
}
footer span a:hover {
    color: #fff;
    text-decoration: none;
}

footer span a {
    padding-top: 0;
}

footer span img {
    margin-right: 10px;
}

footer h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    min-height: 33px;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer ul li {
    padding-bottom: 10px;
}

footer ul li a {
    color: #dadada;
    font-size: 16px;
    font-weight: 300;
}

footer ul li a:hover {
    text-decoration: none;
    color: #fff;
}

footer .footer_links {
    padding-top: 50px;
}

footer .footer_links img {
    margin-right: 40px;
}

footer .footer_links img:last-child {
    margin-right: 0;
}

footer .copyright_txt {
    padding-top: 25px;
}

footer .copyright_txt span {
	text-align: center;
	font-weight: 300;
	color: #dadada;
	font-size: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

#payment .payment_methods li .payment_box {
	padding: 1em 0em 2em;#payment .payment_methods li.wc_payment_method > input[type="radio"]:first-child:checked + label::before {
  color: #d00;
}
}

.middle_header .btm_right_sec .cart-contents {
	color: #727272;
}
.banner_select.brown select:not([size]):not([multiple]) {
	color: #fff;
	border: 0px solid;
}
.banner_select {
	max-width: 420px;
	height: 3.42em;
}
.bottom_header .searchbox input {
	height: 48px;
	border-radius: 0;
	background: transparent;
	border: 1px solid #565656;
}
.bottom_header .searchbox input::placeholder{
	color: #565656 !important;
}
.bottom_header .searchbox input:focus {
	box-shadow: none;
} 
.banner_select:nth-child(1) select {
	background: #d20000 !important;
    	border: none !important;
}
.inner_pages header {
	background: url('../images/innerpage_header.png') no-repeat scroll center top / 100%;
	position: relative;
	background-repeat: no-repeat;
}
.bottom_header .searchbox input, .bottom_header .searchbox input::placeholder {
	color: white;
	opacity: 1;
}
.product-inner-page .site-main {
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
}
.product-inner-page .site-main .breadcrumb_section {
	padding: 100px 0 20px;
	font-size: 0;
}

.product-inner-page .site-main .breadcrumb_section span {
	color: #272727;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding: 0 0px 0 20px;
	position: relative;
}
.product-inner-page .site-main .breadcrumb_section a.home span {
	padding: 0;
}

.breadcrumb_section nav .breadcrumb li:nth-child(1) a {
	padding-left: 0px;
}

.product-inner-page .site-main .breadcrumb_section a span::before {
	content: "|";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #272727;
}

.product-inner-page .site-main .breadcrumb_section a.home span::before {
	content: "" !important;
}
.product-inner-page .site-main .breadcrumb_section > span[property="itemListElement"]:nth-child(1) {
	padding-left: 0px;
}
.product-inner-page .site-main .breadcrumb_section a {
	text-decoration: none;
}
.single-product div.product table.variations label {
	margin-bottom: 2px;
	display: block;
	color: #606060;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	 
	clear: both;
}
.single-product div.product .product_meta .sku_wrapper {
	color: #838382 !important;
	font-size: 16px !important;
	font-weight: 700;
	text-transform: uppercase !important;
}
.single-product div.product table.variations th{
    display: flex !important;
    /*align-items: center;*/
}
.single-product div.product table.variations .woo-selected-variation-item-name{
    font-size: 15px !important;
    font-weight: 700 !important;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	background-color: #f5f5f5;
	border: 1px solid #b7b7b7;
	width: 22.6%;
	float: left;
	text-align: center;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: none;
	height: auto !important;
}
.single-product div.product .variations_button .counter {
	width: 100%;
	border: 1px solid #b7b7b7;
	float: left;
	display: block !important;
	max-width: 160px;
}

.single-product div.product .variations_button .counter button {
	width: 35px;
	height: auto;
	line-height: 40px;
	color: #555;
	text-align: center;
	border: 0px solid #ccc;
	border-right-style: solid;
	border-right-width: 0px;
	cursor: pointer;
	background: transparent;
	padding: 0;
	font-size: 25px;
}
.single-product div.product form.cart .quantity {
	position: relative !important;
	display: inline-block !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	border: 0 !important;
}
.single-product div.product .variations_button .counter {
	width: 100%;
	border: 1px solid #b7b7b7;
	float: left;
	display: block !important;
	max-width: 150px;
}

.single-product div.product .variations_button {
	padding-top: 1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}
.single-product div.product .variations_button #wcff-variation-fields {
	margin: 0;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	width: auto;
	box-shadow: none;
}
.single-product div.product form.cart + button, .single-product div.product form.cart + button + button {
	text-transform: uppercase;
	padding: 7px 25px;
	margin-right: 10px;
	background-color: #d20000;
	border-radius: 0;
	font-size: 16px;
}
.single-product div.product .single_add_to_cart_button {
	font-size: 16px;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	width:100% !important;
	max-width: 140px;
}
.single-product div.product .product_meta .sku_wrapper {
	color: #838382 !important;
	font-size: 16px !important;
	font-weight: 700;
	text-transform: uppercase !important;
}
.ekommart-social-share .social-share-title {
	font-size: 16px;
	font-weight: bold;
	color: #838382 !important;
}
.ekommart-social-share a {
	font-size: 17px;
	color: black;
}
.single-product .woocommerce-tabs ul.tabs li a {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	border-radius: 0;
	border: none;
	padding: 18px 30px !important;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
	background: #ef3636;
}
.single-product .woocommerce-tabs ul.tabs {
	padding-bottom: 0;
	justify-content: flex-start !important;
}
footer .menu-quick-links-container #menu-quick-links {
	margin: 0;
}
.single-product .woocommerce-tabs ul.tabs li a {
	color: #3d3d3d !important;
}


.single-product.ekommart-full-width-content .woocommerce-tabs ul.tabs::before {
	border-bottom: 0px solid !important;
}
.single-product.ekommart-full-width-content .woocommerce-tabs ul.tabs {
	position: relative;
	margin: 0;
}
.single-product .woocommerce-tabs ul.tabs ~ div.woocommerce-Tabs-panel {
	border: 1px solid #c4c4c4 !important;
	padding: 30px 30px;
	border-top: 0;
}
.ekommart-full-width-content.single-product div.product .woocommerce-tabs {
	clear: both;
	width: 100%;
	padding: 0px;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item:hover, .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item.selected {
	box-shadow: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):.selected {
	box-shadow: none !important;
}
.single-product div.product .product_meta .posted_in {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #999 !important;
}
.ekommart-full-width-content.single-product div.product .woocommerce-product-gallery {
	width: 100% !important;
	float: left;
	margin-right: 3.8961038961%;
	margin-bottom: 3.706325903em;
}
/*.single-product.single-product-gallery div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {*/
/*	-webkit-flex-basis: 100% !important;*/
/*	flex-basis: 100% !important;*/
/*	width: 100% !important;*/
/*}*/
.product-style-1 ul.products li.product .product-block .woosc-btn {
	background: #d20000;
	border: 0;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 9px 20px;
}
.product-style-1 ul.products li.product .product-block .button.wp-element-button {
	margin-left: 15px;
}
.product-style-1 ul.products li.product .product-block .woosc-btn {
	float: right;
	margin-right: 15px;
}
.archive ul.products li.product .product-block .button.wp-element-button {
	margin-left: 0px;
}
.archive li.product .product-block .woosc-btn {
	float: left !important;
}
.archive ul.products li.product .product-block .woosc-btn {
	padding: 6px 20px;
}
.single-product .related.products .price {
	display: none;
}
.about_page .choose_us {
	background: url('../images/choose_us_bg.png') no-repeat scroll center right -450px / 100%;
}
.single-product div.product .variations_button .button.product_type_simple.add_to_cart_button {
	display: none;
}
.single-product div.product p.price {
	color: #d20000;
}
.single-product div.product .single_variation .price {
	color: #d20000;
}
.choose_us .six_block_sec {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin: 0 -15px;
    padding-top: 35px;
}
.choose_us .six_block_sec .six_block {
    max-width: 33.33%;
    width: 100%;
    margin: 0 0 50px;
    padding: 0 15px;
}
.choose_us .choose_us_sec h2 {
    margin: 0;
    color: #fff;
}
.about_page .choose_us .bg_white {
	flex: 0 0 39.667%;
	max-width: 39.667%;
}
.archive .breadcrumb_section {
	padding: 20px 0 20px;
	position: relative;
}
.inner_pages header .header_airplane {
	position: absolute;
	top: 120px;
}

.archive .inner_pages header {
	background: url('../images/innerpage_header.png') no-repeat scroll center top / 100%;
	position: relative;
	background-repeat: no-repeat;
	margin: 0 auto 50px; 
}
.archive .inner_pages header .header_airplane {
	position: absolute;
	top: auto;
	bottom: -60px;
}
.archive .inner_pages .product-inner-page .col-md-9 .woocommerce-products-header {
	margin: 0;
}
.archive .inner_pages .product-inner-page .col-md-9 .ekommart-sorting {
	background: #272727;
} 
.archive .inner_pages .product-inner-page .col-md-9 .ekommart-sorting .woocommerce-result-count {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16.25px;
}
.archive .inner_pages .product-inner-page .col-md-9 .ekommart-sorting {
	background: #272727;
	padding: 9px 15px;
}

.archive .inner_pages .gridlist-toggle a.active, .archive .inner_pages .gridlist-toggle a:hover {
	color: #fff;
}
.archive .inner_pages .gridlist-toggle a {
	color: #fff;
	padding: 5px;
	font-size: 25px;
}
.product-inner-page .col-md-9 .product .product-image .attachment-shop_catalog {
	width: 100%;
}

.product-inner-page #secondary .widget_product_categories .filter-results-btn{
    width: 100%;
    background: #d20000;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 24px;
    margin: 0 0 10px;
    outline: 0;
    box-shadow: none;
}

.product-inner-page #secondary .widget_product_categories .filter-results-clear-btn{
    width: 100%;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 24px;
    border: 0;
    margin: 0 0 10px;
}

.product-inner-page #secondary .widget_product_categories .filter-results-clear-btn:hover, .product-inner-page #secondary .widget_product_categories .filter-results-clear-btn:focus{
    text-decoration: underline;
}

.product-inner-page #secondary .widget_product_categories .widget-title {
	background: #d20000;
	margin: 0;
	line-height: normal;
	padding: 10px 0px 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	border: 0px;
}
.product-inner-page #secondary .product-categories {
    background: #272727;

    padding: 25px 20px;

    max-height: 390px;

    overflow-y: auto;
}
.product-inner-page #secondary .product-categories .cat-item a {
    text-transform: uppercase;
    padding: 0 0px 0px 0px !important;
    margin: 0px !important;
    /*display: block;*/
    color: #c9c9c9;
    font-size: 15px;
    padding-left: 10px !important;
    line-height: 23px;
}
.product-inner-page #secondary .product-categories .cat-item a:hover {
	text-decoration: none;
}

.product-inner-page #secondary .product-categories .cat-item.cat-parent ul.children {
	margin: 0px 0px;
}
.product-inner-page #secondary .product-categories .cat-item.cat-parent ul.children .cat-item a {
    padding: 10px 0px 0px 20px !important;
    margin: 0px !important;
    position: relative;
    text-transform: capitalize;
    color: #c9c9c9;
    font-size: 15px;
    font-weight: 300;
}
.product-inner-page #secondary .product-categories .cat-item.cat-parent ul.children li{
margin: 0px 0px;
}
.product-inner-page .col-md-9 .products {
	margin: 0 -7.5px;
	justify-content: flex-start;
    grid-row-gap: 30px;
}

.product-inner-page .col-md-9 .products .product-block{
    padding: 0 15px;
}

.product-inner-page .col-md-9 .products .product-block .product-transition{
    margin: 0 -15px 15px;
}
.product-inner-page #secondary .product-categories .cat-item {
	margin: 0px 5px 5px;
}
.product-inner-page #secondary .product-categories .cat-item.cat-parent ul.children .cat-item a::before {
	position: absolute;
	content: "-";
	left: 5px;
}
.product-inner-page .col-md-9 .products .product {
	width: 33.3333333333%;
    padding: 0 7.5px;
}
 .product-inner-page .col-md-9 .products.columns-3::before {
	display: none;
}
.product-inner-page .col-md-9 .products::after {
	display: none;
}
.product-inner-page .col-md-9 .products .product .posted-in {
	display: none;
}
.product-inner-page .col-md-9 .products .product .product-transition .product-image{    
    min-height: 280px;
    height: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-inner-page .col-md-9 .products .product .product-transition .product-image img {
    height: auto;
    object-fit: contain;
}
.product-inner-page .col-md-9 .products .product .product-transition .product-image.second-image{
    display: none;
}
.product-inner-page .col-md-9 .products .product h3.woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-left: 0px;
	margin-bottom: 20px;
    color: #414141;
}
.product-inner-page .col-md-9 .products .product .price {
	text-align: left;
	display: block;
}

.product-inner-page .col-md-9 .products .product .button.add_to_cart_button {
	display: block;
	float: left;
	padding: 11px 20px;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #bababa;
	color: #000;
	text-transform: uppercase;
}
.product-inner-page .col-md-9 .products .product button.woosc-btn {
	display: block;
	float: left;
	padding: 5px 20px;
	border-radius: 0px;
	background: #d20000;
	border: 1px solid #d20000;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 0;
}
.product-style-1 ul.products li.product .product-block {
	border: 0px solid;

}

.single-product .related.products ul.products {
    margin-left: -15px;
    margin-right: -15px;
}

.product-inner-page .col-md-9 .products .product button.woosc-btn::before {
	content: "\f066";
	font-size: 20px;
	font-family: FontAwesome;
	color: #fff;
	font-weight: 900;
	opacity: 1;
	border-radius: 0px;
	border: 0px;
}
.shop-action .wooscp-btn:hover, .shop-action .woosq-btn:hover, .shop-action .woosw-btn:hover {
	background-color: #d20000 !important;
	border-color: #d20000 !important;
}

.breadcrumb_section nav .breadcrumb li a{
	position: relative;
}
.breadcrumb_section nav .breadcrumb li a::after {
	position: absolute;
	content: "";
	right: 0px;
	border-right: 2px solid white;
	height: 25px;
	width: 2px;
	top: 10px;
}
.breadcrumb_section nav .breadcrumb li.breadcrumb-item:nth-last-child(1) a::after {
	display: none;
}




.page-id-624 .breadcrumb_section {
	padding: 40px 0 300px;
	position: relative;
}

.about_page header .breadcrumb-item + .breadcrumb-item::before {
	color: #a2a2a2;
	border: 0;
	content: "";
}

.existing_deals .three_box img {
    margin: 0 0 24px;
    width: 90px;
}
.about_us .about_section .about_block {
    padding: 35px 20px;
    background: #fff;
    height: calc(100% - 30px);
    margin: 0 0 30px;
}
.home_about_image>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page-id-7867 .entry-content h3 {
	font-size: 31px;
	text-transform: uppercase;
	font-weight: 900;

}
.breadcrumb_section h1 {
	font-size: 85px;
}
.page-id-7867 .inner_pages header .header_airplane {
	position: absolute;
	top:auto;
	bottom: -70px;
}
.elementor-7867 .elementor-element.elementor-element-546fb74 .elementor-element-df0b3f9 .elementor-widget-container {
	padding-right: 0px;
}
.inner_pages header .header_airplane {
	position: absolute;
	top: auto;
	bottom: 70px;
}
.page_wrapper.about_page.inner_pages header .header_airplane {
	position: absolute;
	top: auto;
	bottom: -60px;
	display: none;
}
.page_wrapper.my-account.inner_pages .right_sec {
	display: none !important;
}
.page_wrapper.my-account.inner_pages #main .woocommerce {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.page_wrapper.my-account.inner_pages #customer_login {
	width: 100%;
	max-width: 970px;
	margin: 120px auto 0;
	border: 1px solid #d3d3d3;
}
.page_wrapper.my-account.inner_pages #customer_login .login-form-col form.login .woocommerce-form-login-wrap .login-form-title {
	text-align: center;
	font-size: 26px;
	color: #d20000;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.page_wrapper.about_page.inner_pages .breadcrumb_section h1 {
	padding: 0px;
	line-height: normal;
}
.page_wrapper.about_page.inner_pages .breadcrumb_section nav {
	margin: 0px 0 0;
}
.page_wrapper.my-account.inner_pages #customer_login .login-form-col {
	padding-bottom: 40px;
}
.page_wrapper.my-account.inner_pages #customer_login .login-form-col form.login .woocommerce-form-login-wrap {
	padding: 60px 60px 0px;
}

.page_wrapper.my-account.inner_pages #customer_login .login-form-col form.login .woocommerce-form-login-wrap label {
	display: block;
	float: left;
	width: 100%;
	color: #272727;
	font-size: 14.15px;
}
.archive .breadcrumb_section nav {
	margin: 0px 0 0;
}
.page_wrapper.my-account.inner_pages #customer_login .login-form-col form.login .woocommerce-form-login-wrap .password-input {
	width: 100%;
}
.page_wrapper.my-account.inner_pages #customer_login .login-form-col form.login .woocommerce-form-login-wrap .button {
	background: #272727;
	border: 0;
	text-transform: uppercase;
	font-size: 16px;
}
.page_wrapper.my-account.inner_pages #customer_login .login-form-col .woocommerce-form__label-for-checkbox {
	float: left;
	padding-left: 60px;
}
form.woocommerce-form-login .woocommerce-LostPassword {
	float: right;
	padding-right: 60px;
}
.page_wrapper.my-account.inner_pages .register {
	margin: 0 auto;
	padding: 60px 0px 0px;
}
.page_wrapper.my-account.inner_pages .register .register-from-title {
	text-align: center;
	font-size: 26px;
	color: #d20000;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.button.woocommerce-form-register__submit {
	background: #d20000;
	border: 0;
	text-transform: uppercase;
	font-size: 16px;
} 
.page_wrapper.my-account.inner_pages .col-md-6:nth-child(2) {
	background: url("https://dev.v1decals.com/wp-content/uploads/2022/11/register_bg.png") no-repeat scroll center center / 100%;
}
.page_wrapper.my-account.inner_pages .register label {
	color: #fff;
}
.page_wrapper.my-account.inner_pages .register p {
	color: #fff;
}
.page_wrapper.my-account.inner_pages .register p a {
	color: #f25151;
}
.page_wrapper.my-account.inner_pages #main .woocommerce {
	width: 100%;
	max-width: 1320px;
	margin: 50px auto 0 !important;
	padding: 0px 15px;
}
.woocommerce-MyAccount-content p {
	color: #000;
}
.woocommerce-MyAccount-content p a {
	color: red;
}
.page_wrapper.my-account.inner_pages #main .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background: red  !important;
	color: #fff;
	opacity: 1;
	font-weight: bold;
}
#woosq-popup .single-product .product .summary .summary-content .price {
	color: #d00;
}
.single-product div.product table.variations a.reset_variations {
	color: #d00;
}
.woocommerce-MyAccount-navigation ul li a::before {

	color: #fff !important;
	opacity: 1 !important;
}
.page_wrapper.my-account.inner_pages #main .woocommerce .woocommerce-MyAccount-navigation ul li a {
	background: #000;
	color: #fff;
	padding: 11px 15px;
	text-transform: uppercase;
	border-radius: 0px;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .addresses .woocommerce-Address {
	width: 100%;
	max-width: 49%;
	margin: 0px !important;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .addresses .woocommerce-Address h3 {
	color: #fff;
	line-height: normal;
	margin: 0px 0px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .addresses header {
	margin: 0px auto 10px;
        background: none !important;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .addresses header .edit {
	font-size: 25px;
	margin: 0 15px 0px 0px;
	color: #d20000;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .addresses header.title{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .addresses header.title h2{

    font-size: 18px;
    margin-bottom: 0;
    flex: 1;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .addresses header.title a.edit{
    width: inherit !important;
    height: inherit !important;
    text-indent: inherit !important;
    font-size: 18px;
    margin-right: 0;
    padding: 0;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .addresses header.title a.edit:before{
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    text-align: left;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
	width: 100%;
	max-width: 50%;
	float: left;
	margin: 0px 0px 20px;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
	display: block;
	float: left;
	width: 100%;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper {
	width: 100%;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
	width: 100%;
	max-width: 48%;
	float: left;
	margin: 0px 0px 20px;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_wrapper.my-account.inner_pages .woocommerce-MyAccount-content .woocommerce-address-fields .button {
	background: #d00;
	text-transform: uppercase;
	border: 0;
	padding: 10px 20px;
	font-size: 18px;
}
.woocommerce-MyAccount-content form h3 {
	background: #000;
	color: #fff;
	padding: 10px 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .form-row.form-row-wide {
	flex-wrap: wrap;
	max-width: 49%;
	flex: auto;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .form-row.form-row-wide label {
	width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .form-row.form-row-wide .password-input {
	width: 100%;
} 
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset legend {
	max-width: 241px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
	background: #d00;
	text-transform: uppercase;
	border: 0;
	font-size: 18px;
}
.page_wrapper.my-account.inner_pages .breadcrumb_section {
	padding: 0px 0 20px;
}
.page_wrapper.my-account.inner_pages #main .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #d20000;
}
.page_wrapper.my-account.inner_pages .breadcrumb_section {
	padding: 0px 0px 30px;
}
.page_wrapper.my-account.inner_pages footer .col-md-6:nth-child(2) {
	background: none;
}
/* ul.products li.product h3 a, ul.products li.product .woocommerce-loop-product__title a:hover {
	color: #d00 !important;
} */

.single-product .related.products h3 a:hover {
    text-decoration: none;
}

.single-product .related.products .posted-in {
    display: none;
}

.single-product .related.products ul.products {
    margin-left: -15px;
    margin-right: -15px;
}

.single-product .related.products ul.products li.product {
    padding: 0 15px;
}

.single-product .related.products li.product .product-block {
    border: 0;
    margin: 0;
}

/* .single-product .related.products li.product .product-block .product-transition{
	min-height: 270px;
	height: 270px;

} */
.single-product .related.products .woocommerce-loop-product__title {
    min-height: 40px;
    color: #414141;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
}

.single-product .related.products .button {
    line-height: normal;
    padding: 11px 20px !important;
    display: block;
    max-width: max-content;
    height: auto;
    min-height: auto;
    max-height: 100%;
    line-height: normal;
    display: block;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    float: left;
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000;
}
.products .product .button.add_to_cart_button {
	display: block;
	float: left;
	padding: 11px 20px !important;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #bababa !important;
	color: #000 !important;
	text-transform: uppercase !important;
	background: transparent !important;
}

.single-product .related.products a.add_to_cart_button{
	color: #272727 !important;
}
.page_wrapper.cart.inner_pages .breadcrumb_section {
	padding: 0px 0 20px;
}
.page_wrapper.cart.inner_pages .breadcrumb_section nav {
	margin: 0px;
}
.page_wrapper.cart.inner_pages .breadcrumb_section .right_sec {
	display: none !important;
}
.page_wrapper.cart.inner_pages .entry-content {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	padding: 0px 20px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget bdi {
	color: #d00;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget a::before {
	color: #d00;
	font-size: 19px;
	font-weight: bold;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget a {
	color: #000;
}
.site-header-cart-side .widget_shopping_cart a.checkout.wc-forward {
	background: #d00;
	text-transform: uppercase;
}
.page_wrapper.cart.inner_pages .entry-content .woocommerce-cart-form .shop_table.cart {
	border-collapse: collapse;
}
.page_wrapper.cart.inner_pages .entry-content .woocommerce-cart-form .shop_table.cart th, .page_wrapper.cart.inner_pages .entry-content .woocommerce-cart-form .shop_table.cart td {
	border: 1px solid #ddd;
	padding: 11px 20px;
}
.page_wrapper.cart.inner_pages .entry-content .woocommerce-cart-form .shop_table.cart th {
	background: #272727;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
.page_wrapper.cart.inner_pages .entry-content .woocommerce {
	display: block;
}

.site-header-cart-side .widget_shopping_cart .button.wc-forward {
	text-transform: uppercase;
}
.page_wrapper.cart.inner_pages .entry-content .woocommerce-cart-form .shop_table.cart button {
    background: #d00;
    border: 0;
    text-transform: uppercase;
}
.page_wrapper.cart.inner_pages .entry-content .cart-collaterals .cart_totals {
	padding: 0px;
	border: 0px;
}
.page_wrapper.cart.inner_pages .entry-content .cart-collaterals .cart_totals h2 {
	font-size: 20px;
	text-transform: uppercase;
	background: #272727;
	padding: 14px 20px;
	color: #fff;
}
.page_wrapper.cart.inner_pages .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	background: #d00;
	border: 0;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 18px;
}
.page_wrapper.cart.inner_pages .entry-content .cart-collaterals .cart_totals .shop_table th, .page_wrapper.cart.inner_pages .entry-content .cart-collaterals .cart_totals .shop_table td {
	border: 1px solid #ddd;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 18px;
}

.page_wrapper.cart.inner_pages .entry-content {
    width: 100%;
    max-width: 1330px;
    margin: 40px auto 0px;
    padding: 0px 20px;
}
table.cart td.product-quantity .qty {
    padding: 7px 0px 7px 12px;
    width: auto;
    font-weight: 600;
    color: var(--accent);
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0px 5px;
}
.page_wrapper.cart.inner_pages .entry-content .woocommerce-cart-form .shop_table.cart .counter button {
    background: #d00;
    border: 0;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0px 22px;
    font-weight: normal;
}
.cart_totals .order-total .amount {
    font-weight: 700 !important;
    color: #dd0000 !important;
    font-size: 18px !important;
}
.page_wrapper.cart.inner_pages .entry-content .woocommerce-cart-form .shop_table.cart td.product-subtotal {
    text-align: center;
}
.page_wrapper.cart.inner_pages .entry-content .woocommerce-cart-form .shop_table.cart td.product-price {
    text-align: center;
    color: #000;
}


.checkout.woocommerce-checkout {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	display: block;
	padding: 0px 20px;
}
.checkout.woocommerce-checkout #customer_details {
	width: 100%;
	margin-right: 30px;
	max-width: 57%;
}
.checkout.woocommerce-checkout #customer_details .col-1 {
	width: 100%;
	max-width: 100%;
}
.checkout.woocommerce-checkout #customer_details .col-2 {
	width: 100%;
	max-width: 100%;
}
.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields h3 {
	width: 100%;
	background: #000;
	color: #fff;
	padding: 15px 30px;
	margin: 0px auto 0px;
	text-transform: uppercase;
}
.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	padding: 30px;
}
.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields p.form-row {
	flex: auto;
	margin: 0;
	width: 100%;
	max-width: 48%;
}
.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields p.form-row {
	flex: auto;
	margin: 0 0 15px;
	width: 100%;
	max-width: 48%;
}
.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields p.form-row label {
	display: block;
	width: 100%;
	margin: 0px 0px;
	font-size: 18px;
	text-transform: capitalize;
}
.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields p.form-row .woocommerce-input-wrapper {
	width: 100%;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields p.form-row.notes label {
	width: 100%;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields p.form-row.notes .woocommerce-input-wrapper {
	width: 100%;
}

.checkout.woocommerce-checkout {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	display: block;
	padding: 50px 15px 0px 0px;
}
.checkout.woocommerce-checkout #order_review {
	width: 100%;
	max-width: 40%;
	padding: 30px;
}
.checkout.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th {
	text-transform: uppercase;
	font-weight: bold;
}
#order_review .woocommerce-checkout-review-order-table .order-total .amount {
	font-size: 24px !important;
	color: #d00 !important;
}
.woocommerce-privacy-policy-text a {
	color: #d00;
}
 
#order_review #place_order {
	background: #d00 !important;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.50px;
}
.checkout.woocommerce-checkout #order_review .checkout-review-order-table-wrapper {
	padding: 0px;
}
.checkout.woocommerce-checkout #order_review #order_review_heading {
	text-transform: uppercase;
}
.checkout.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th, .checkout.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td {
	border: 1px solid #ddd;
	padding: 15px 15px;
	vertical-align: middle;
}
.checkout.woocommerce-checkout #order_review {
	width: 100%;
	max-width: 40%;
	padding: 30px;
	border: 0;
	box-shadow: 0px 0px 20px 3px #ddd;
}
.page_wrapper.checkout.inner_pages header .right_sec {
	display: none !important;
}
.page_wrapper.checkout.inner_pages header h1 {
	margin: 0px;
	padding: 0px;
}
.page_wrapper.checkout.inner_pages header .breadcrumb_section {
	padding: 50px 0px 20px;
}
.page_wrapper.checkout.inner_pages .woocommerce-form-coupon-toggle .woocommerce-info {
	background: #d00;
	width: 100%;
	max-width: 1300px;
	margin: 30px auto 30px;
}
.checkout.woocommerce-checkout {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	display: block;
	padding: 50px 15px 0px 0px;
}
#payment .payment_methods li .payment_box fieldset p.form-row label {
	font-size: 14px;
}
#payment .payment_methods li .payment_box fieldset .form-row .stripe-card-group .wc-stripe-elements-field {
	padding: 10px 10px;
}
#payment .payment_methods li .payment_box fieldset .form-row .stripe-card-group {
	width: 100%;
}
#payment .payment_methods li .payment_box fieldset .form-row .StripeElement {
	width: 100%;
	padding: 10px 10px;
	color: #000;
}
#payment .payment_methods li .payment_box fieldset p.form-row {
	flex-wrap: nowrap;
}
.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields p.form-row .select2.select2-container {
	z-index: 0;
}
#payment .payment_methods li p a {
	color: #d00;
}
#payment .payment_methods li.wc_payment_method > input[type="radio"]:first-child:checked + label::before {
  color: #e43535;
}
.stripe-source-errors .woocommerce-error {
	background-color: #d00;
}

#ship-to-different-address label {
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.checkout.woocommerce-checkout .col2-set .shipping_address p {
	flex-direction: column;
}
.checkout.woocommerce-checkout .col2-set .shipping_address p label {
	display: block;
	width: 100%;
	margin: 0px 0px;
	font-size: 18px;
	text-transform: capitalize;
}
.checkout.woocommerce-checkout .col2-set .shipping_address p {
	flex-direction: column;
	margin-left: 0px;
}
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.checkout.woocommerce-checkout .col2-set .shipping_address p {
	flex-direction: column;
	margin-left: 0px;
	width: 100%;
	max-width: calc(50% - 15px);
}



.woocommerce-order .woocommerce-thankyou-order-received {
	color: #0f834d;
	background-color: #f8f8f8;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	padding: 50px 0px 0px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.woocommerce-order .woocommerce-thankyou-order-details.order_details {
	margin: 0px auto 20px;
	width: 100%;
	max-width: 1140px;
}
.woocommerce-order .woocommerce-thankyou-order-details.order_details li {
	border: 1px solid #ddd;
	background: #333;
	color: #fff;
	min-height: 80px;
	text-transform: uppercase;
}
.woocommerce-order .woocommerce-thankyou-order-details.order_details li strong {
	color: #fff;
	font-weight: normal;
}
.woocommerce-order .woocommerce-thankyou-order-details.order_details li {
	border: 1px solid #797979;
	background: #333;
	color: #fff;
	min-height: 90px;
	text-transform: uppercase;
	padding: 20px 15px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
}
.woocommerce .woocommerce-order {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table th {
	text-transform: capitalize;
	font-size: 20px;
	padding: 0px;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table th, .woocommerce-order .woocommerce-order-details .woocommerce-table td {
	border: 2px solid #ccc;
	vertical-align: middle;
	padding: 7px 20px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table td {
	font-size: 18px;
}

.woocommerce-order .woocommerce-customer-details .col2-set.addresses .woocommerce-column {
	width: 100%;
	max-width: 50%;
	margin: 0px;
}
.woocommerce-order .woocommerce-customer-details .col2-set.addresses .woocommerce-column h2.woocommerce-column__title {
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 26px;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table td .wc-item-meta {
	margin: 0px;
}
.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount {
	color: #f00;
}


.bottom_header .banner_select select {
	color: #fff !important;
}
.bottom_header .banner_select select option {
	border-top: 4px solid #fff !important;
	font-size: 15px;
	font-family: "Proxima Nova", sans-serif;
	box-shadow: 0px 0px 0px 12px #fff;
	display: inline-block;
}

/*===========Contact Us Page Css Start=======================*/

.page-id-628 .entry-content {
	padding-top: 60px;
}
.page-id-628 .entry-content p {
	font-size: 16px;
	line-height: 25px;
}
.page-id-628 form p span input {
	border: 1px solid #d7d7d7;
	width: 100%;
}
.page-id-628 form p span input::placeholder, .page-id-628 form p span textarea::placeholder {
	color: #B4B1B1;
}
.page-id-628 form p span input, .page-id-628 form p span textarea {
    border: 1px solid #DEE2E6;
    width: 100%;
    border-radius: 0;
    padding: 10px 15px;
}
.page-id-628 form p span input {
    height: 48px;
}
form.wpcf7-form label {
    color: #42545E;
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin: 0 0 10px;
    font-weight: 600;
}
form.wpcf7-form p br {
    display: none;
}
.contact-page form.wpcf7-form p {
    margin: 0 0 16px;
}
.contact-page form.wpcf7-form input.wpcf7-submit {
    margin-top: 5px;
}
.contact-form_row div.wpcf7 form textarea {
    max-height: 130px;
}
.contact-form_row img.form-image {
    height: 100%;
    object-fit: cover;
}
.page-id-628 .entry-content form p .wpcf7-submit {
	background: #d20000;
	border: 0;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 40px;
	font-size: 17px;
}
.page-id-628 .entry-content p a {
	color: #d20000 !important;
}
.bottom_header .searchbox form #search {
	width: calc(100% - 50px) !important;
	float: left; 
	border-right: 0;
}
.bottom_header .searchbox form #search + input {
	border-left: 0px;
	border-right: 0px;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper .form-row {
	margin: auto;
}
ul#shipping_method input[type="radio"]:first-child:checked + label::after {
	color: #d00 !important;
}
#payment .payment_methods li.wc_payment_method > input[type="radio"]:first-child:checked + label::before {
  color: #d00;
}
	.single-product div.product p.price {
	color: #d20000 !important;
}
	.single-product div.product .single_variation .price {
	color: #d20000 !important;
}
.widget_shopping_cart .mini_cart_item a:hover {
	color: #D00;
}



.download_row h2 img {
	float: left;
}

.download_row .elementor-widget-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.details_text {
	display: flex;
	width: 100%;
}
.details_text p {
	margin: 0px;
	color: #333333;
}
.details_text p strong {
	padding-right: 30px;
	color: #333333;
}
.details_text h4 {
	color: #7e7e7e;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.details_text .desc_text h3 {
	color: #333333;
	border-bottom: 1px solid #919191;
}

.details_text + .download_icon {
	display: flex;
	align-items: center;
}
.details_text + .download_icon h3 {
	background: #f00;
	font-weight: normal;
	line-height: normal;
	font-size: 22px;
}
.details_text + .download_icon h3 > a {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px 80px 15px 100px;
	position: relative;
}

.details_text + .download_icon h3 > a::before {
	position: absolute;
	top: 17px;
	left: 70px;
	content: "";
	background: url("https://dev.v1decals.com/wp-content/uploads/2022/11/d_icon.png");
	width: 20px;
	height: 22px;
} 

.page-id-14035 .inner_pages header .header_airplane {
	position: absolute;
	top: auto;
	bottom: -70px;
}

.desc_text {
	padding-left: 20px;
}
.details_text .desc_text h3 + p + p, .details_text .desc_text h3 + p + p + p + p {
	display: none;
}

.inventory_status {
	display: none;
}
.single-product div.product .woosc-btn.woosc-btn-14155 {
	display: none;
}

.single-product div.product .woosw-btn.woosw-btn-14155 {
	display: none;
}

.product-block .shop-action {
	display: none !important;
}
.inventory_status {
	display: none !important;
}

.archive ul.products li.product .product-block .woosc-btn {
	display: none;
}

.archive ul.products li.product .product-block .button.wp-element-button {
	display: none;
}

#wpcf7-f14019-p628-o1 .col-md-6 {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.single-product div.product button.woosc-btn,
.single-product div.product button.woosw-btn{
	display:none;
}
table.shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_decal-size,
table.shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_mpn,
table.shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_ebay-title,
table.shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_ebaytitlecharacter,
table.shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_ebayprice{
	display:none;
}
.featured_decals,
.featured_top_category,
.page_wrapper.about_page .existing_deals,
.page_wrapper.about_page .gallery_section{
	display:none;
}
.existing_deals .promotion_btn,
.about_us .about_btn{
	margin: 0 auto;
    margin-top: 50px;
    display: block;
}
.about_us .about_btn {
    margin-top: 30px;
    max-width: 175px;
}
.about_us .home_about_image {
    position: relative;
    height: calc(100% - 30px);
}
.about_us .home_about_image .logo_image {
    max-width: 102px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.about_us .home_about_image .logo_image img {
    width: 100%;
    max-height: unset;
}
.about_us .about_btn i.fa {
    margin-left: 4px;
    font-size: 18px;
}
.gallery.inner_pages header .header_airplane{
    bottom: -60px;
}
.gallery.inner_pages .gallery_main,
.archive .inner_pages .gallery_main{
    margin-top: 90px;
}
.gallery.inner_pages .gallery_main .container>.d-flex,
.archive .inner_pages .gallery_main .container>.d-flex{
    background-color: #d20001;
    padding: 20px 30px;
    margin-bottom: 50px;
    align-items: self-end;
}
.gallery.inner_pages .gallery_main label,
.archive .inner_pages .gallery_main label{
    width: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
}
.gallery.inner_pages .gallery_main .search_blog input::placeholder,
.archive .inner_pages .gallery_main .search_blog input::placeholder{
     color: #fff;
}
.gallery.inner_pages .gallery_main input,
.gallery.inner_pages .gallery_main select,
.archive .inner_pages .gallery_main input,
.archive .inner_pages .gallery_main select{
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0;
    width: 100%;
    display: block;
    min-width: 280px; 
}
.gallery.inner_pages .gallery_main .banner_select_blog,
.archive .inner_pages .gallery_main .banner_select_blog{
   position: relative;
}
.gallery.inner_pages .gallery_main .banner_select_blog::after,
.archive .inner_pages .gallery_main .banner_select_blog::after{
	content: '\25BC';
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0px 15px;
    background-color: transparent;
    transition: .25s all ease;
    pointer-events: none;
    font-size: 22px;
    color: #fff;
    height: 75%;
}
.gallery.inner_pages .gallery_main select,
.archive .inner_pages .gallery_main select{
    -webkit-appearance: none; 
    -moz-appearance: none;
     appearance: none;
     color: #fff;
    background-color: #d20001;
}
.gallery.inner_pages .gallery_main button,
.archive .inner_pages .gallery_main button{
    background-color: #272727;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    height: 42.27px;
    border: none;
    border-radius: 0;
    line-height: 12px;
    min-width: 150px;
}
.gallery.inner_pages .gallery_main .post_list .blog-innner-box .img-block{
	height: 230px;
	min-height: 230px;
}
.gallery.inner_pages .gallery_main .post_list .blog-innner-box .img-block img{
	    height: 230px;
    min-height: 230px;
    width: 100%;
}
.gallery.inner_pages .gallery_main .post_list .blog-text-content,
.archive .inner_pages .gallery_main .post_list .blog-text-content{
    padding: 20px 0 30px;
}
.gallery.inner_pages .gallery_main .post_list .blog-text-content p,
.archive .inner_pages .gallery_main .post_list .blog-text-content p{
    font-size: 16px;
}
.gallery.inner_pages .gallery_main .post_list .blog-text-content p span,
.archive .inner_pages .gallery_main .post_list .blog-text-content p span{
color: #333333;
    font-weight: bold;
    width: 30%;
    display: inline-block;
}
.archive .inner_pages .gallery_main .blog-inner-box .img-block,
.archive .inner_pages .gallery_main .blog-inner-box .img-block img{
	height: 231px;
}
.pagination_blog{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.pagination_blog a{
    background-color: #6c6c6c;
    font-size: 17px;
    color: #ebebeb;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-right: 10px;
    padding: 5px 15px;
}
.pagination_blog a:hover,
.pagination_blog a:active{
   background-color: #d20000;
   text-decoration: none;
   color: #fff;
}
.product-inner-page .widget_product_categories ul.product-categories>li>label{
    color: #c9c9c9;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;

}
/*.product-inner-page .widget_product_categories ul.product-categories>li>ul.children>li input{
   -webkit-appearance: none; 
    -moz-appearance: none;
     appearance: none;
     display: none;
}*/
.product-inner-page .widget_product_categories ul.product-categories>li>ul.children>li>label{
    color: #c9c9c9;
font-size: 15px;
font-weight: 300;
position: relative;
}
.product-inner-page .widget_product_categories ul.product-categories>li>label input{
position: relative;
padding-left: 5px;

}
.product-inner-page .widget_product_categories ul.product-categories>li>label input, 
.product-inner-page .widget_product_categories ul.product-categories>li>ul.children>li>label input
{
	
-webkit-appearance: none; 
    -moz-appearance: none;
     appearance: none;

}
.product-inner-page .widget_product_categories ul.product-categories>li>label input:before,
.product-inner-page .widget_product_categories ul.product-categories>li>ul.children>li>label input:before{
    position: absolute;
    content: "";
    top: 3px;
    left: -15px;
    background: #d20000;
    width: 13px;
    height: 13px;
}
.product-inner-page .widget_product_categories ul.product-categories>li>ul.children>li>label input:checked::after,
.product-inner-page .widget_product_categories ul.product-categories>li>label input:checked::after{
    content: "";
    position: absolute;
    left: -12px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
.custom-made-models .entry-content,
.promotions .entry-content,
.contact-page .entry-content,
.custom-decals-new .entry-content,
.single.single-post .category-test,
.single.single-post #secondary{
    margin: 50px 0 70px;
    padding-top: 0;
}
.promotions .entry-content .bg_grey,
.promotions .entry-content .bg_white{
    padding: 30px;
    margin-top: 20px;
}
.promotions .entry-content .bg_grey h3,
.promotions .entry-content .bg_white h3{
    padding-bottom: 0;
}
.promotions .entry-content h3,
.custom-decals-new .entry-content h3,
.custom-made-models .entry-content h3,
.contact-page .entry-content h3,
.single-post .entry-content h2{
    color: #333333;
    font-size: 24px;
    font-weight: 700; 
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.promotions .entry-content h3 strong,
.single-post .entry-content h2 strong{
    color: #d30505;
}
.promotions .entry-content h4{
color: #333333;
    font-size: 23px;
    font-weight: 400;
    padding: 20px 0 0;
}
.promotions .entry-content h4 a,
.promotions .entry-content h4 a strong{
    color: #d30505;
}
.contact-page .entry-content p a,
.contact-page .entry-content p a strong{
    color: #0074a4 !important;
}
.contact-page .entry-content h4{
    color: #383838;
    font-size: 16px;
    font-weight: 700; 
    margin-bottom: 10px; 
}
.custom-made-models .entry-content p,
.promotions .entry-content p,
.contact-page .entry-content p,
.custom-decals-new .entry-content p,
.single-post .entry-content p{
    color: #696969;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
   /*margin-bottom: 0;*/
}
.contact-page form{
    max-width: 800px;
}
.contact-page #wpcf7-f14019-p628-o1 .col-md-6{
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.contact-page .wpcf7-submit{
    margin-top: 20px;
}



.woocommerce-product-gallery__wrapper img {
    display: inline-block !important; 
    vertical-align: top !important; 
}
.single-product div.product .woocommerce-product-gallery .flex-viewport{
    height: 500px !important;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {

    display: flex;

    align-content: center;

    align-items: center;

    height: 100%;

}



.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {

    display: block;

    text-align: center;

}


.gallery_section a.home-gallery-link {
    display: block;
    margin: 0 0 20px;
}
.gallery_section a.home-gallery-link img {
    display: block;
    width: 100%;
    aspect-ratio: 1.4;
    object-fit: cover;
}
.gallery_slider_arrow {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.gallery_slider_arrow button {
    border: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0.4);
}
.single.single-post .category-test h1{
    color: #333333;
    font-size: 32px;
}
.single .hentry header.entry-header {
    background: none !important;
    min-height: inherit;
}

/*Recovered form Old File*/

.bottom_header {
    margin-top: 40px;
}

.bottom_header select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    background-image: none;
    cursor: pointer;
    background: #d20000;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.bottom_header .banner_select.brown select {
    background-color: #d20000;
}

/* Remove IE arrow */
.banner_select::-ms-expand {
    display: none;
}

/* Custom Select wrapper */
.banner_select {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 420px;
    height: 3em;
    border-radius: 0;
    overflow: hidden;
    margin-right: 15px;
}

/* Arrow */
.banner_select::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0px 15px;
    background-color: transparent;
    transition: .25s all ease;
    pointer-events: none;
    font-size: 22px;
    color: #fff;
    border-left: 1px solid #fff;
    height: 75%;
}

.bottom_header .searchbox {
      width: 100%;
    max-width: 380px;
    height: 42px;
    border: 1px solid rgb(86, 86, 86);
}
.bottom_header .searchbox .ysm-smart-search-input-holder{
border: none !important;
}

.bottom_header .searchbox .ysm-smart-search-input-holder label {

    margin: 0;

    width: 100%;

}



.bottom_header .searchbox .ysm-smart-search-input-holder label input.search-field[type="search"] {

    height: 40px;

    padding: 10px 50px 10px 10px;

    border-color: rgba(255, 255, 255, .4);

}
.bottom_header .searchbox .ysm-search-widget .search-submit{
    height: 38px;
}
.bottom_header .searchbox .input-group {
    height: 48px;
    border: 1px solid #565656;
}

.bottom_header .searchbox input {
    height: 48px;
    border-radius: 0;
    background: transparent;
}

.bottom_header .searchbox .input-group-append {
    max-width: 50px;
    width: 100%;
}

.bottom_header .searchbox .input-group-append button {
    border-radius: 0;
    background-color: #d20000;
    border: none;
    width: 100%;
}
.my-account .woocommerce-customer-details .woocommerce-column.col-1,
.my-account .woocommerce-customer-details .woocommerce-column.col-2{ 
    max-width: 100%;
}
#tabs-disclaimer{
    margin-bottom: 50px;
}
#tabs-disclaimer ul.tabs.wc-tabs{ 
    margin-left: 0;
    list-style-type: none;
    margin-bottom: 10px;
}
#tabs-disclaimer ul.tabs.wc-tabs li a{
    font-size: 24px;
    font-weight: 700;
    padding: 11px 30px !important;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff !important;
    background: #ef3636;
}
#tabs-disclaimer .disclaimer-content{
    border: 1px solid #c4c4c4 !important;
    padding: 30px 30px;
}
#tabs-disclaimer .disclaimer-content p{
    color: #696969;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.woocommerce-shipping-methods li {
    display: flex !important;
    flex-direction: row !important; /* Ensures default left-to-right order */
    align-items: center !important;
    gap: 10px !important; /* Adjust spacing between radio button and label */
}

.woocommerce-shipping-methods input[type="radio"] {
    order: 1 !important; /* Radio button first */
}

.woocommerce-shipping-methods label {
    order: 2 !important; /* Label comes after radio button */
}
.cart.inner_pages .woocommerce-cart-form,
.cart.inner_pages .cart-collaterals{
    width: 100%; 
    float: none;
}
#shipping_method li input[type="radio"]:checked + label::after{
        left: 3px !important;
}
.inner_pages .bottom_header {
    padding: 40px 0;
    margin: 0;
}
.inner_pages .ysm-search-widget-1 .search-field[type="search"]{
    border: none !important;
}
.inner_pages .ysm-smart-search-input-holder>label{
    width: 100%;
}

/*************************** CUSTOM CSS FOR SINGLE POST PAGE **********************/
.single-post-content-wrapper {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    width: 100%;
}

.single-post-top-row {
    display: flex;
    width: 75%;
}

.single-post-top-row>div {
    width: 50%;
}

.single-post-top-row-left .flexslider {
    margin: 0 0 15px;
}

.single-post-top-row-left .flexslider .flex-direction-nav a {
    height: 60px;
}

.single-post-top-row-right {
    padding: 0 0 0 20px;
}

.single-post-top-row-right .details .meta-data p {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 28px;
}

.single-post-sidebar {
    width: 25%;
}

.single-post-sidebar .side-bar-wrapper {
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px;
    margin: 0 0 10px;
    grid-gap: 10px;
}

.single-post-sidebar .side-bar-wrapper .gallery_title {
    width: calc(100% - 120px);
}

.single-post-sidebar .side-bar-wrapper .gallery_title h6 {
    margin: 0;
}

.single-post-sidebar .side-bar-wrapper .gallery_title h6 a {
    color: #000;
}

.single-post-sidebar .side-bar-wrapper .gallery_title h6 a:hover,
.single-post-sidebar .side-bar-wrapper .gallery_title h6 a:focus {
    color: var(--primary);
}

.single-post-sidebar .side-bar-wrapper .gallery_image {
    width: 130px;
}

.single-post-sidebar .side-bar-wrapper .gallery_image a.home-gallery-link {
    display: block;
    height: 100%;
}

.single-post-sidebar .side-bar-wrapper .gallery_image a.home-gallery-link img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.related-products {
    margin: 0 0 40px;
}

.related-products .title_wrapper>span {
    margin: 0 0 10px;
    display: block;
}

.related-products .products {
    display: flex;
    margin: 0 -10px;
}

.related-products .products .product {
    width: 33.33%;
    padding: 0 10px;
}

/******************* CUSTOM MEGA MENUS CSS STARTS HERE *******************************/
.bottom_header-col {
    width: calc(33.33% - 20px);
    margin: 0 20px 0 0;
}

.bottom_header>.container {
    position: relative;
}

.bottom_header_title-field.active span.col-title-block {
    border: 1px solid #d20000;
    background-color: #d20000;
}

.bottom_header_title-field span.col-title-block {
    display: block;
    border: 1px solid #840003;
    background-color: #840003;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    font-family: "Gilroy";
    line-height: 24px;
    padding: 7px 40px 7px 10px;
    position: relative;
    height: 40px;
}

.bottom_header_title-field span.col-title-block::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0px 10px;
    background-color: transparent;
    transition: .25s all ease;
    pointer-events: none;
    font-size: 18px;
    color: #fff;
    border-left: 1px solid #fff;
    height: 75%;
    line-height: 30px;
}

.tax-filter-main {
    margin: 12px 0 0;
    background: rgba(210, 0, 0, .9);
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 35px;
    z-index: 999;
}

.tax-filter-main .menu-container {
    display: block;
    width: 100%;
    padding: 40px 25px;
    max-height: 790px;
    overflow-y: auto;
}

.tax-filter-main .menu-container>ul.accordion {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 15px;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item {
    width: 25%;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item>.menu-title {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    font-family: "Gilroy";
    line-height: 22px;
    letter-spacing: .5px;
    display: inline-block;
    position: relative;
    padding: 0 15px 0 20px;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item>.menu-title a{
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    font-family: "Gilroy";
    line-height: 22px;
    letter-spacing: .5px;
    display: inline-block;
    position: relative;
    padding: 0 15px 0 20px;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item.has-children>.menu-title::before,
.tax-filter-main .menu-container>ul.accordion>li.menu-item ul.submenu li.menu-item.has-children>.menu-title::before {
    content: " ";
    display: block;
    height: 22px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url("../images/white-arrow-right.png") no-repeat left center/10px auto;
    transition: all .5s;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item.has-children.active>.menu-title::before,
.tax-filter-main .menu-container>ul.accordion>li.menu-item ul.submenu li.menu-item.has-children.active>.menu-title::before {
    transform: rotate(90deg);
    top: 5px;
    left: -5px;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item ul.submenu {
    margin: 15px 0 0 15px;
    padding: 0;
    list-style-type: none;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item ul.submenu ul.submenu {
    margin: 15px 0 15px 15px;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item ul.submenu li.menu-item {
    display: block;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item ul.submenu li.menu-item .menu-title {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
    text-transform: none;
}

.tax-filter-main .menu-container>ul.accordion>li.menu-item ul.submenu>li.menu-item .menu-title::before {
    content: '-';
    position: absolute;
    left: 0;
    padding: 0;
    background-color: transparent;
    transition: .25s all ease;
    pointer-events: none;
    font-size: 20px;
    color: #fff;
    height: 100%;
    line-height: 18px;
}

.tax-filter-main .submenu,
.tax-filter-main {
    display: none;
}


.banner_section .carousel-control-next-icon {
    background-image: url('../images/banner_next_img.png');
    right: 20%;
    left: auto;
}

.home-slider .slick-dots li button::before {
    display: none;
}
#primary.product-inner-page {
    margin-bottom: 50px;
}

.woocommerce-info {
    display: none !important;
}

 /* Slick slider lines container */
 .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.slick-slider .slick-dots li { /* Adjust the spacing between lines */
    cursor: pointer;
    margin: 0 3px;
    width: auto;
    height: auto;
}

/* Custom line shape */
.slick-slider .slick-dots li button {
    width: 10px;
    padding: 0;
    height: 10px;
    margin: 0;
    background-color: #B4B1B1;
    border-radius: 100%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.slick-slider .slick-dots li:hover button {
    background-color: #f00; /* Change line color on hover */
    transform: scale(1.2); /* Slightly larger on hover */
}
.slick-slider .slick-dots li button:before {
	display: none;
}
/* Active line */
.slick-slider .slick-dots li.slick-active button {
    background-color: #d20000;
    width: 14px; 
    height: 14px;  
}


#preloader-new-arrivals {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* or any background color */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-new-arrivals {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #D20000; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.about_custom_decals .row:nth-child(even) .decals-btn {
    display: none;
}
.decals-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #d20000;
    line-height: 14px;
    border-radius: 0;
    border: 1px solid #d20000;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    padding: 20px 24px;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.decals-btn a:hover {
    background: #fff;
    color: #d20000;
}
.decals-btn {
    margin: 25px 0 0;
    display: block;
}
/******************* CUSTOM MEGA MENUS CSS STARTS HERE *******************************/
/*responsive css*/
@media (max-width: 1470px) {
	.page-template .container {
		padding: 0 30px;
	}
}
@media (max-width: 1299px) {
  .page-template .container {
    padding: 0 15px;
  }
  .gallery_section .gallery_block .gallery_left {
	width: 300px;
	}
	.gallery_section .gallery_block .gallery_right {
		width: calc(100% - 340px);
	}
	.existing_deals .three_box {
		margin-right: 30px;
	}
	p.galley_desc {
		font-size: 18px;
		line-height: 22px;
	}
	.about_us .about_btn {
		margin-top: 35px;
	}
	.review_slider.slick-slider .slick-list {
		margin: 0 -10px;
	}
	.review_slider .slick-slide {
		padding-left: 10px;
		padding-right: 10px;
	}
    .about.inner_pages .about_decals p, 
    .choose_us .choose_us_sec p {
        font-size: 15px;
        line-height: 23px;
    }
    .about.inner_pages .about_decals h3 {
        font-size: 17px;
        line-height: 23px;
        padding-bottom: 0px;
    }
    .about_custom_decals p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 10px;
    }
}
@media (max-width: 1023px) {
    .gallery_section {        
        padding: 60px 0;
    }
    .about_us .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .about_us .row .col-sm-6 {
        padding: 0 10px;
    }
    .about_us .about_section .about_block {
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }
    .newsletter_section .newsletter_form .subscribe_now, 
    .existing_deals .promotion_btn, 
    .about_us .about_btn {
        font-size: 14px;
        line-height: 36px;
        height: 48px;
    }
    .existing_deals .promotion_btn, .about_us .about_btn {
        margin-top: 40px;
    }
    .about_us .home_about_image {
        height: calc(100% - 20px);
    }
    .reviews_section .reviews_block .author_image {
        width: 70px;
        height: 70px;
        left: 35px;
    }
    .reviews_section .reviews_block .author_image img.avatar_img {
        width: 60px;
        height: 60px;
    }
    .reviews_section .reviews_block {
        padding: 35px 25px 30px;
    }
    .reviews_section .reviews_block .reviews_desc::before {
        top: -18px;
        width: 32px;
        height: 32px;
    }
    .review_slider .slick-slide {
        padding-top: 32px;
    }
    .about_us h2 {
        padding: 0 0 30px;
    }
    .about.inner_pages .about_decals {
        margin: 50px 0;
    }
}
@media (max-width: 991px) {
    .inner_pages .choose_us {
        padding: 60px 0 20px;
    }
  .existing_deals .three_box {
    margin-right: 15px;
  }
  .about_us .row1 {
    margin-left: -15px;
    margin-right: -15px;
    }
      .about_us .row1 > .col-sm-6 {
        max-width: 100%;
        flex: unset;
        padding: 0 15px;
    }
    .newsletter_section .col-md-6 {
        max-width: 100%;
        flex: unset;
    }
    .newsletter_section .newsletter_left {
        height: auto;
        margin: 30px 0 0;
    }
    .newsletter_section {
        padding: 60px 0;
    }
    .inner_pages .six_block_sec .six_block_img img {
        height: 55px;
    }
    .inner_pages .six_block_sec .six_block_desc h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .about_custom_decals {
        max-width: 700px;
        margin: 50px auto;
    }
    .about_custom_decals .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about_custom_decals .single-image {
        margin: 0 0 20px;
    }
    .about_custom_decals .row:nth-child(odd) {
        flex-direction: row;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .about_decals .about_left_image {
        margin: 0 0 20px;
    }
    .choose_us .six_block_sec .six_block {
        max-width: 50%;
        margin-bottom: 30px;
    }
    .choose_us .six_block_sec {
        padding-top: 15px;
    }
}
@media (max-width: 500px) {
    .choose_us .six_block_sec .six_block {
        max-width: 100%;
    }
}