@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600&display=swap');
body,ul,a {
	list-style: none;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	padding: 0px;
	text-decoration: none;
	outline: none !important;
	transition: 0.5s all;
}

ol,{
	list-style: block;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	padding: 0px;
	text-decoration: none;
	outline: none !important;
	transition: 0.5s all;
}

*:focus{
    outline: 0px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

/***********header**********/
.header-top {
    background-color: #0071C2;
    display: flex;
    justify-content: space-between;
    padding: 8px 100px;
}
.cus-navigation ul {
    display: flex;
    align-items: center;
}
.cus-navigation {
    display: flex;
    align-items: center;
}
.header-info ul {
    display: flex;
}
.header-info ul li a {
    color: #FFFFFF;
    margin-right: 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: lowercase;
}
/* .cus-navigation nav ul li:first-child a{
    display: none;
} */
.header-info ul li:last-child a {
    margin-right: 0px;
}
.header-info ul li a i {
    margin-right: 10px;
}
.cus-navigation ul li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    margin-right: 25px;
}
.login-signup ul li a {
    margin-right: 0px;
}
.login-signup ul li {
    font-size: 12px;
    color: #fff;
    padding: 0px 2px;
}
.header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 100px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 0.03);
}
.search-cart-flex {
    display: flex;
    align-items: center;
}
.cart-icon a {
    display: flex;
    align-items: center;
}
.search-input {
    display: flex;
    border: 1px solid #890000;
    width: 500px;
}
.search-input input[type="search"] {
    width: 92%;
    border: 0px;
    padding: 8px 15px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.search-input button {
    width: 8%;
    background-color: #890000;
    border: 0px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
}
.search-input input::placeholder {
    color: rgb(0 0 0 / 0.30);
}
.search-container {
    margin-right: 30px;
}
.cart-icon a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.cart-icon a img {
    margin-right: 10px;
    width: 17px;
}
.header-bottom>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
    justify-content: space-between;
}
.header-bottom>ul>li {
    padding: 0px 15px;
    text-align: center;
}

.header-bottom {
    background-color: #F2F2F2;
    padding: 0px 100px;
}
.header-bottom>ul>li>button,
.header-bottom>ul>li>a {
    display: inline-block;
    text-align: center;
    border-top: 4px solid transparent;
    padding: 13px 0px;
    position: relative;
}
.header-bottom>ul>li>button>h6,
.header-bottom>ul>li>a>h6 {
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.header-bottom>ul>li>button>span,
.header-bottom>ul>li>a>span {
    color: #0071C2;
    font-size: 13px;
    text-transform: uppercase;
}
.dropdown-menu.show {
    top: -4px !important;
}
.dropdown-item {
    white-space: break-spaces !important;
    font-size: 14px;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.dropdown-item {
    white-space: break-spaces !important;
}
.contentSliderBrand {
    margin-bottom: 40px;
}

.header-bottom>ul>li>a>i {
    position: absolute;
    top: 20px;
    right: -8px;
    font-size: 12px;
}

.header-bottom>ul>li>a:hover {
    border-top: 4px solid #890000;
}
ul.other-product-menu {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #f2f2f2;
    padding: 10px;
    left: 0px;
    right: auto;
}

/* ------------------------------------------------------------- */
/* WooCommerce checkout columns alignment fix                  */
/* Ensures billing/shipping fields sit side-by-side on desktop */
/* ------------------------------------------------------------- */

/* stronger specificity and !important in case minified CSS loads after theme */
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2,
body.woocommerce-page.woocommerce-checkout .col2-set .col-1,
body.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
    float: left !important;
    width: 48% !important;
}
body.woocommerce-checkout .col2-set .col-2,
body.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
    float: right !important;
}

/* keep stacked layout on small screens */
@media (max-width: 768px) {
    body.woocommerce-checkout .col2-set .col-1,
    body.woocommerce-checkout .col2-set .col-2,
    body.woocommerce-page.woocommerce-checkout .col2-set .col-1,
    body.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
        float: none !important;
        width: 100% !important;
    }
}
    min-width: 150px;
    top: 73px;
}
.header-bottom>ul>li:last-child:hover .other-product-menu {
    display: block;
}
.header-bottom>ul>li:last-child {
    position: relative;
}
ul.other-product-menu li a {
    color: #0071C2;
    font-size: 13px;
    margin-bottom: 3px;
    display: block;
}
ul.other-product-menu li:last-child a {
    margin-bottom: 0px;
}
.slideBanner {
	min-height: 670px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.buttonBanner {
    width: 100%;
    display: block;
    max-width: 210px;
    height: 50px;
    margin: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0071C2;
    font-weight: 600;
    padding-right: 20px;
    position: relative;
    font-size: 14px;
}

.buttonBanner::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border: 2px solid #0d76c4;
	position: absolute;
	right: 40px;
	transform: rotate(45deg);
	border-left: 0;
	border-bottom: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.buttonBanner {
    border: 2px solid #fff;
}

a.buttonBanner:hover {
    background: none;
    color: #fff;
    padding-right: 30px;
}

.buttonBanner:hover::after {
    border-color: #fff;
}
.slideBanner p {
    max-width: 700px;
    font-size: 21px;
    margin: 40px auto;
    line-height: 30px;
    font-weight: 300;
}

.slideBanner h2 {
    font-size: 54px;
    font-weight: 600;
    margin-top: 40px;
}
.slideBanner h6 {
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 21px;
    text-transform: uppercase;
}



.slideBanner.slick-active h2, 
.slideBanner.slick-active h6, 
.slideBanner.slick-active p, 
.slideBanner.slick-active a 
{
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: titleAnimation;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
}
.slideBanner h2, 
.slideBanner h6, 
.slideBanner p, 
.slideBanner a 
{
    opacity: 0;
}



@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
  }
  20% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  80% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}
.bannerContainer {
    position: relative;
}

.bannerContainer .slick-dots {
    position: absolute;
}
.banner-arrow-right.slick-arrow {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    margin: auto;
    height: max-content;
	z-index:999;
}
.banner-arrow-left.slick-arrow {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    margin: auto;
    height: max-content;
	z-index:999;
}
.banner-arrow-right.slick-arrow span,
.banner-arrow-left.slick-arrow span{
    color: #fff;
    font-size: 50px;
}

.bannerContainer .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    margin: auto;
    bottom: 45px;
    left: 0;
    right: 0;
}

.bannerContainer .slick-dots li {
    font-size: 0px;
    width: 8px;
    height: 8px;
    background: #fff;
    position: relative;
    transform: rotate(45deg);
    border: 2px solid #fff;
    cursor: pointer;
}
.bannerContainer .slick-dots li.slick-active{
    width: 10px;
    height: 10px;
}
.bannerContainer .slick-dots li button {
    display: none;
}

.bannerContainer .slick-dots li:nth-child(even) {
    margin: 0px 15px;
}

.bannerContainer .slick-dots li.slick-active::after {
	content: "";
	display: block;
	width: 4px;
    height: 4px;
	position: absolute;
	left: 0px;
	right: 0px;
	border: 0px solid #fff;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.bannerContainer .slick-dots li.slick-active {
    background: none;
    border: 1px solid #fff;
}
.shopByBrands {
    padding: 60px 0px 20px;
}

.shopByBrands {
    text-align: center;
}

.shopByBrands h6 {
    color: #890000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.shopByBrands h2 {
    color: #0071C2;
    font-weight: 700;
    font-size: 42px;
}

.shopByBrands p {max-width: 1000px;margin: auto;margin-bottom: 20px;font-size: 16px;opacity: 0.9;margin-top: 22px;}

.sliderShopByBrand {
    margin: 50px 0px 0px;
}


/* the slides */
.sliderShopByBrand .slick-slide {
	margin: 0 15px;
}
/* the parent */
.sliderShopByBrand .slick-list {
	margin: 0 -15px;
}
img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}
.containerButtonsShopByBrands {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    max-width: 82%;
    
}

.imagecontainerLSiderBrand {
    position: relative;
    overflow: hidden;
}

.containerButtonsShopByBrands a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}

.quickVIew {
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0071C2;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    border: 2px solid #fff;
}

a.addToCart {
    background: #0071C2;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #0071C2;
}

a.quickVIew:hover {
    margin-bottom: 30px;
}

a.addToCart:hover {
    margin-bottom: 10px;
}
.containerButtonsShopByBrands {
    bottom: -100%;
    transition: 0.8s all;
}

.contentSliderBrand:hover .containerButtonsShopByBrands {
    bottom: 10px;
    transition: 0.8s all;
}
a.quickVIew:hover {
    margin-bottom: 10px;
}
.imagecontainerLSiderBrand:hover {
	cursor: pointer;
}
span.sizeProduct {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: rgb(25 25 25 / 0.70);
}

.contentShopByBrandProduct {
    text-align: left;
    padding: 20px 15px;
}
.contentSliderBrand {
    border: 1px solid #E4E4E4;
}

body {
    color: #000;
}

.nameProduct {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
	min-height: 40px;
}

p.priceProduct {
    margin: 0px;
    color: #0071C2;
    font-weight: 400;
    font-size: 14px;
}
.poweredBy {
    display: flex;
    align-items: center;
    padding: 60px 0px;
}

.poweredBy .container {
    min-height: 514px;
    background: #000000a1;
    color: #fff;
    text-align: center;
    padding: 50px;
    display: flex;
    align-items: center;
}

.innerContainerPoweredBy p {
    font-size: 16px;
    line-height: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 100;
}

.innerContainerPoweredBy h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.innerContainerPoweredBy h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
}

.innerContainerPoweredBy .buttonBanner {
    margin: 60px auto 0px;
}
.aboutSectopn {
    padding: 60px 0px;
}

.contentAboutSection h6 {
    color: #890000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.aboutSectopn h2 {
    font-size: 39px;
    font-weight: 700;
    color: #0071C2;
    margin-bottom: 20px;
}

.aboutSectopn p {
    font-size: 14px;
    line-height: 28px;
}

.readmores {
    background: #0071C2;
    color: #fff;
    display: flex;
    max-width: max-content;
    height: 50px;
    align-items: center;
    padding: 0px 50px;
    justify-content: flex-start;
    padding-left: 30px;
    position: relative;
    margin: 30px 0px;
    border: 2px solid;
}

.readmores::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 29px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    transform: rotate(-45deg);
}

.readmores:hover {
    padding: 0px 50px;
    /* justify-content: flex-start; */
    padding-left: 30px;
    /* position: relative; */
    margin: 30px 0px;
    background: none;
    color: #0071c2;
    padding-right: 70px;
}

.readmores:hover:after {
    border-color: #0071c2;
}
.aboutSectopn img {
    width: 90%;
}
.testimonials {
    padding: 60px 0px;
    background: #f6f6f6;
    text-align: center;
}

.testimonials img {
    margin: 50px auto;
}

.testimonials h6 {
    color: #890000;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.testimonials h2 {
    color: #0071C2;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 700;
}

.testimonials strong {
    display: block;
    font-size: 18px;
}

.aboutAuthorInfo span {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.testimonials p {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}

.testimonials .slick-next {
    position: absolute;
    right: 0;
    top: -90px;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: 40px;
    height: 30px;
    border: none;
    font-size: 0;
    /* border: 1px solid #000; */
    background: none;
}

.testimonials .slick-next::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #0071C2;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.testimonials .slick-prev {
    position: absolute;
    left: 0;
    top: -90px;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: 40px;
    height: 30px;
    border: none;
    font-size: 0;
    /* border: 1px solid #000; */
    background: none;
}
.testimonials .slick-disabled{
    opacity: 0.20;
}
.testimonials .slick-prev::after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #0071C2;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-135deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
    margin: auto;
    z-index: 2;
}
.poweredBy {
    background-attachment: fixed;
    background-size: cover;
}
.class-to-style.slick-arrow .fa-angle-right{
    position: absolute;
    right: -60px;
    top: 30%;
    font-size: 30px;
    color: #0071C2;
    cursor: pointer;
}
.sliderShopByBrand .slick-disabled{
    opacity: 0.20;
}
.class-to-style.slick-arrow .fa-angle-left {
    position: absolute;
    left: -60px;
    top: 30%;
    font-size: 30px;
    color: #0071C2;
    cursor: pointer;
}
footer {
    background-color: #212529;
}
.footer-top {
    padding: 60px 100px;
    display: flex;
    justify-content: space-between;
}
.footer-logo-col p {
    max-width: 392px;
    color: rgb(255 255 255 / 0.70);
    margin-bottom: 25px;
    font-size: 14px;
}
.footer-logo a {
    display: inline-block;
    margin-bottom: 15px;
}
.f-social-icons ul {
    display: flex;
}
.f-social-icons ul li a {
    margin-right: 5px;
    color: rgb(255 255 255 / 0.50);
}
.footer-contact-info h6,
.quick-links h6 {
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.quick-links ul li {
    color: rgb(255 255 255 / 0.70);
    margin-bottom: 7px;
	font-size: 14px;
}

.quick-links ul li a {
    color: rgb(255 255 255 / 0.70);
	font-size: 14px;
}
.f-social-icons ul li a:hover {
    color: #fff;
}
.quick-links {
    padding-top: 30px;
}
.footer-contact-info ul li i {
    width: 20px;
    margin-right: 10px;
    margin-top: 4px;
}
.footer-contact-info ul li a {
    display: flex;
}
.footer-contact-info ul li {
    display: flex;
    margin-bottom: 20px;
}
.footer-contact-info ul li span {
    display: flex;
}
.footer-contact-info ul li span a {
    margin-right: 20px;
}
.footer-contact-info ul li span a:last-child {
    margin-right: 0px;
}
.footer-bottom p {
    margin-bottom: 0px;
    color: rgb(255 255 255 / 0.70);
	font-size: 14px;
}
.footer-bottom {
    padding: 10px 100px;
    border-top: 1px solid rgb(255 255 255 / 0.10);
}
.footer-contact-info ul li:last-child a {
    cursor: auto;
}
.select-category-div {
    background-color: #890000;
    padding: 20px 100px;
}

.category-breadcrumb ul {
    display: flex;
    justify-content: center;
}

.category-breadcrumb ul li {
    position: relative;
    padding-right: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.category-breadcrumb ul li::before {
    content: '/';
    right: 3px;
    position: absolute;
    font-size: 14px;
    top: 3px;
    bottom: 0px;
    margin: auto;
    font-weight: 400;
    color: #FFFFFF;
}

.category-breadcrumb ul li:last-child::before {
    display: none;
}

.category-breadcrumb ul li a {
    color: #fff;
}

.select-category-flex {
    display: flex;
    margin: 30px -20px 0px;
	justify-content: center
}
span.select2-selection.select2-selection--single {
    width: 100%;
    padding: 10px 10px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}

span#select2-product_cat-container {
    color: #FFFFFF;
}

span.select2-selection__placeholder {
    color: #FFFFFF !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected],
.select2-results__option {
    color: #fff;
    font-size: 14px;
    background-color:#890000;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color:#890000 !important;
}
.imagecontainerLSiderBrand img {
    width: 100%;
    height: 260px;
}

.select-category-col {
    width: 50%;
    padding: 0px 20px;
}

.select-category-col select {
    width: 100%;
    padding: 10px 10px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}
.product-section {
    padding: 60px 0px;
}
.product-section .contentSliderBrand {
    margin-bottom: 30px;
}
.product-section .contentShopByBrandProduct{
    padding: 20px 15px;
}
.product-section .priceProduct,
.product-section .nameProduct {
    font-size: 14px;
}
.cus-pagination ul{
    display: flex;
    justify-content: center;
}
.cus-pagination ul li a {
    width: 45px;
    height: 45px;
    border: 1px solid #0071C2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 10px;
    color: #0071C2;
}
.cus-pagination ul li.active a,
.cus-pagination ul li a:hover{
    color:#FFFFFF;
    background-color: #0071C2;
}
.cus-pagination ul li a i {
    font-size: 25px;
}
.cus-pagination {
    padding-top: 30px;
}
.contentSliderBrand:hover {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 0.07);
    border: 1px solid transparent;
}
/********product-detail-slider******/
.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.banner-slider .slider.slider-for {
  max-width: 80%;
}
.banner-slider .slider.slider-nav {
  max-width: 20%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: right;
}
.banner-slider .slider.slider-nav {
  overflow: hidden;
}
.slider-banner-image {
  height: 100%;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-banner-image {
    height: 100%;
}
.thumbnail-image.slick-slide.slick-active {
    opacity: 0.40;
}

.thumbnail-image.slick-slide.slick-current.slick-active {
    opacity: 1;
}
.slider-banner-image {
    padding-left: 15px;
}
.thumbImg {
    margin-bottom: 15px;
}
.product-detail-sec {
    padding: 60px 0px;
}
.product-slider-text span {
    color: #890000;
    margin-bottom: 7px;
    display: inline-block;
    font-style: italic;
    font-size: 14px;
}
.product-slider-text h4 {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}
.product-slider-text h5 {
    color: #0071C2;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}
.product-slider-text p {
    color: #191919;
    font-weight: 400;
    margin-bottom: 20px;
}
.select-color label {
    display: block;
    color: #000000;
    font-weight: 600;
}
.select-color select {
    width: 80%;
    border: 1px solid #DCDCDC;
    padding: 10px;
    color: rgb(0 0 0 / 0.30);
    margin-bottom: 20px;
}
.number {
    display: flex;
    align-items: center;
    width: 180px;
    height: 45px;
    border: 1px solid #DCDCDC;
}
.number input {
    width: 50%;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #DCDCDC;
    height: 100%;
    color: rgb(0 0 0 / 0.30);
    border-top: 0px;
    border-bottom: 0px;
}
.number span {
    color: rgb(0 0 0 / 0.30);
    width: 25%;
    text-align: center;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    background-color: #F6F6F6;
}
.add-to-cart-btn a {
    display: block;
    width: 80%;
    text-align: center;
    color: #FFFFFF;
    background-color: #0071C2;
    margin-bottom: 8px;
    padding: 10px;
    font-weight: 600;
    border: 1px solid transparent;
}
.add-to-cart-btn {
    margin-top: 30px;
}
.add-to-cart-btn a:last-child {
    border: 1px solid #0071C2;
    background-color: transparent;
    color: #0071C2;
}
.description-tabs .nav-tabs {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 25px;
}
.description-tabs {
    padding: 40px 0px 20px;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
.description-tabs ul li a {
    border: 1px solid #DCDCDC !important;
    border-radius: 0px !important;
    border-bottom: 0px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    margin-left: -1px !important;
    padding: 14px 20px !important;
}
.description-tabs ul li a.active {
    color: #890000 !important;
    border-top: 3px solid #890000 !important;
    border-radius: 0px !important;
}
div#description p {
    color: #191919;
}
.blog-img {
    height: 350px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-p-section {
    padding: 60px 0px;
}
.blog-col {
    border: 1px solid #E4E4E4;
    margin-bottom: 30px;
}

.blog-text {
    padding: 15px;
}

.user-date-flex span {
    color: #C8C8C8;
    margin-right: 15px;
    font-size: 14px;
}

.user-date-flex span i {
    margin-right: 10px;
}

.user-date-flex span:last-child {
    margin-right: 0px;
}

.user-date-flex {
    margin-bottom: 10px;
}

.blog-text h4 {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    min-height: 53px;
}

.blog-text p {
    color: #191919;
    font-weight: 400;
    font-size: 14px;
    min-height: 106px;
}
.blog-text a {
    background-color: #0071C2;
    padding: 9px 30px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    max-width: 160px;
    justify-content: center;
    border:1px solid transparent;
}
.get-in-touch-form button:hover,
.blog-text a:hover{
    background: none;
    color:  #0071C2;
    min-width: 180px;
    border:1px solid #0071C2;
}
.blog-text a:hover i{
    margin-left: 15px;
}
.blog-p-section {
    padding: 60px 0px 40px;
}
.blog-text a i {
    margin-left: 7px;
    font-size: 16px;
    /* margin-bottom: 0px; */
}
.blog-col:hover {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 0.07);
    border: 1px solid transparent;
}
.contact-p-section {
    padding: 60px 0px;
}
.contact-map {
    margin-bottom: 40px;
}
.contact-info-col .contact-info-list li a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #363636;
}
.contact-info-col .contact-info-list li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #890000;
    font-size: 13px;
    margin-right: 10px;
    border: 1px solid #890000;
}
.contact-info-col .contact-info-list li a:hover i {
    background-color: #890000;
    color: #fff;
}
.contact-info-col .contact-info-list li:last-child a {
    cursor: auto;
}
.contact-info-col h4 {
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-info-col p {
    color: #191919;
}
.contact-info-list {
    margin-bottom: 30px;
}
.contact-info-social-icons {
    display: flex;
}
.contact-info-social-icons li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #890000;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
    color: #890000;
}
.contact-info-social-icons li a:hover {
    background-color: #890000;
    color: #fff;
}
.get-in-touch-form input, .get-in-touch-form textarea {
    width: 100%;
    border: 1px solid #DCDCDC;
    padding: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.get-in-touch-form input::placeholder {
    color: rgb(0 0 0 / 0.30);
}

.get-in-touch-form textarea::placeholder {
    color: rgb(0 0 0 / 0.30);
    /* resize: none; */
}

.get-in-touch-form textarea {
    resize: none;
    min-height: 120px;
    margin-bottom: 20px;
}

.get-in-touch-form button {
    background-color: #0071C2;
    border: 0px;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    /* display: block; */
    margin-left: auto;
}

.get-in-touch-form button i {
    margin-left: 10px;
}
.menu-bar{
    display: none;
}
button#dropdownMenuButton {
    border: 0px;
    border-top: 4px solid transparent;
}
.dropdown-toggle::after {
    position: absolute;
    bottom: 40px;
    border-top: .3em solid #0071C2;
    right: -12px;
}
button:focus{
    outline: none;
}
.gallery-section{
    padding: 60px 0px;
}
.gallery-links .nav a {
    color:#000000;
    font-size: 16px;
    padding: 15px 15px;
    margin: 0px;
    border: 1px solid #DCDCDC;
    background-color: #FFFFFF;
    border-radius: 0px !important;
    font-weight: 500;
}
.gallery-links .nav-pills .nav-link.active,.gallery-links .nav-pills .show>.nav-link{
   border-left: 3px solid #890000;
   border-radius: 0px !important;
   color:#890000;
   background-color: #FFFFFF;
}
.gallery-images {
    height: 350px;
    margin-bottom: 30px;
    border-radius: 7px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px -5px 20px;
}
.about-content-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-content-text {
    padding: 60px 0px 60px 30px;
}
.about-content-sec {
    padding: 60px 0px;
}
.about-col-direction:nth-child(even) {
    flex-direction: row-reverse;
}
.about-col-direction:nth-child(even) .about-content-text{
   padding: 60px 30px 60px 0px;
}
.form-install-col-text ul li,
.about-content-text ul li {
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    color: #191919;
    padding-left: 25px;
}
.about-content-text h6 {
    margin-bottom: 20px;
}
.form-install-col-text ul li::before,
.about-content-text ul li::before {content: '';position: absolute;left: 0px;top: 5px;margin: auto;width: 14px;height: 14px;background-color: #fff;padding: 0px;border: 1px solid #0071C2;transform: rotate(45deg);}
.form-install-col-text ul li::after,
.about-content-text ul li::after {content: '';position: absolute;left: 5px;top: 10px;background-color: #0071C2;width: 4px;height: 4px;margin: auto;/* bottom: 0px; */transform: rotate(45deg);}
.our-mission-text {
    background-color: rgb(0 0 0 / 0.60);
    color: #fff;
    padding: 60px 40px;
    text-align: center;
}
.our-mission-overlay {
    background-color: rgb(0 0 0 / 0.25);
    padding: 40px 0px;
}
.our-mission-text h6 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.our-mission-text h1 {
    font-weight: 700;
    margin-bottom: 20px;
}
.form-install-content-sec {
    padding: 60px 0px;
}
.form-install-title h6 {
    color: #890000;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 40px;
}
.form-install-title h1 {
    color: #0071C2;
    font-weight: 700;
    margin-bottom: 25px;
}
.form-install-content-sec p {
    color: #191919;
    font-size: 14px;
}
.form-install-col-text ul li span {
    color: #890000;
    font-weight: 500;
}
.form-install-col-text ul li {
    color: #191919;
}
.form-install-content-sec p i {
    font-weight: 500;
}
.form-install-col-text ul {
    margin-bottom: 30px;
}
.form-install-video {
    height: 430px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.home-video-overlay {
    background-color: rgb(0 0 0 / 0.30);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-video-overlay a {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #890000;
    color:#FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 7px rgb(255 255 255 / 0.19);
}
.form-install-pro {
    margin-top: 40px;
}
.form-install-pro h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.form-install-title {
    margin-left: -50px;
}
.form-install-pro-col h4 {
    background-color: #0071C2;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    width: 40px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-install-content-sec h4 {
    font-weight: 700;
}
.form-install-pro-col h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.form-install-pro-col {
    margin-bottom: 30px;
}
.form-install-pro-col {
    border-right: 1px solid rgb(0 0 0 / 0.10);
}
.form-install-pro-col {
    min-height: 100%;
    padding-right: 30px;
}
.form-install-pro-col p {
    padding-right: 15px;
}
.properties-list .col-md-4 {
    margin-bottom: 40px;
}
.properties-list .col-md-4:nth-child(6) .form-install-pro-col,
.properties-list .col-md-4:nth-child(3) .form-install-pro-col{
    border-right: 0px;
}
.form-install-pro-image {
    margin-bottom: 20px;
}
.form-install-content-sec .shopByBrands {
    padding: 0px;
}

.form-install-content-sec .sliderShopByBrand {
    margin: 0px;
}
.form-install-col-text h4 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 22px;
}
.form-install-content-sec .col-md-12 {
    margin-bottom: 40px;
}
.form-install-col-text {
    margin-bottom: 30px;
}
.properties-list .col-md-6:nth-child(2) .form-install-pro-col{
    border:none; 
}
.contact-map{
    margin-top: 40px;
}
.about-content-text {
    padding: 40px 0px 40px 20px;
}
.about-col-direction:nth-child(even) {
    flex-direction: row-reverse;
    margin-right: 42px;
}
.form-install-col-text ul li::before, .about-content-text ul li::before{
    width: 12px;
    height: 12px;
}
.form-install-col-text ul li::after, .about-content-text ul li::after{
    width: 3px;
    height: 3px;
    left: 5.9px;
    top: 8.5px;
}
.accordion_container {
    padding-left: 40px;
}
.accordian-tabs {
    border-bottom: 1px solid rgb(112 112 112 / 0.10);
    padding: 10px 0px;
}
.accordion_head h6 span {
    margin-right: 10px;
}
.accordion_head h6{
    margin-bottom: 0px;
    color:#000000;
    font-weight: 500;
    display: flex;
}
.accordion_head {
    cursor: pointer;
}

.accordion_body p {
    font-size: 14px;
    margin: 0px;
    margin-left: 20px;
    padding-top: 10px;
}
.properties-list .col-md-6:last-child .form-install-pro-col {
    border-right: 0px;
}
.form-install-video.pvc-intall-videos {
    height: 220px;
}

.form-install-video.pvc-intall-videos .home-video-overlay a {
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 0.19);
    font-size: 12px;
}
.properties-list .col-md-4:last-child .form-install-pro-col{
    border-right: 0px;
}
.form-install-img{
    margin-bottom: 20px;
}
.easy-steps-text h4 span {
    color: #890000;
    /* margin-bottom: 28px; */
}

.easy-steps-text h4 {
    margin-bottom: 15px;
}
.easy-steps-list .form-install-pro-col {
    display: flex;
    flex-direction: column;
}
.properties-list .col-md-12 .form-install-pro-col{
    border-right: 0px;
}
.finished-install h4 {
    margin-bottom: 15px;
}
.blog-detail-section .blog-img {
    height: 500px;
}
.blog-detail-section .blog-col {
    border:0px;
    box-shadow: none;
}
.blog-detail-section .blog-text p{
    min-height: 0px;
}
.blog-detail-section .blog-text{
    padding: 0px;
}
.blog-detail-section .blog-text{
    margin-top: 20px;
}
.prev-next-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.prev-next-flex a {
    border: 1px solid #0071C2;
    padding: 9px 20px;
    font-size: 14px;
    color: #0071C2;
    font-weight: 600;
}
.prev-next-flex a:hover{
    background-color: #0071C2;
    color:#FFFFFF;
}
.prev-next-flex a i {
    margin-left: 10px;
    font-weight: 600;
}
img.attachment-shop_single.size-shop_single.wp-post-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.thumbnails.columns-3 {
    display: flex;
    /* position: absolute; */
    /* bottom: 0px; */
}

#wcqv_contend .product .images .thumbnails {
    bottom: -110px !important;
}

#wcqv_contend .product .images .thumbnails a {
    margin-right: 10px;
}
#wcqv_contend .images {
    overflow-y: auto;
    overflow-x: hidden;
}
#wcqv_contend .product .images .thumbnails {
    padding-right: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    height: 100px;
    overflow-x: auto;
}

#wcqv_contend .product .images .thumbnails a:last-child {
    margin-right: 0px;
}
#wcqv_contend .product .images .thumbnails a {
    margin-right: 10px;
    width: 15% !important;
}
.accordian-tabs.active .accordion_head h6 {
    color: #890000;
}
.innerContainerPoweredBy p span {
    color: #fff;
    font-weight: 400;
}
nav.woocommerce-breadcrumb{
	text-transform:uppercase;
}
span.onsale {
    position: absolute;
    background-color: #000;
    font-size: 14px;
    padding: 4px 14px;
    color: #fff;
}
.product-section {
    padding: 40px 0px 60px;
}
span.page-numbers.dots {
    margin-right: 10px;
}
.cus-pagination ul{
	align-items:center;
}
p.comment-form-comment {
    display: flex;
    flex-direction: column;
}
td.woocommerce-product-attributes-item__value p {
    margin-bottom: 0px;
    margin-left: 10px;
}
td.woocommerce-product-attributes-item__value p {
    margin-bottom: 0px;
    margin-left: 10px;
}

input#submit {
    color: #fff;
    background-color: #890000;
    border: 0px;
    padding: 7px 15px;
}

label {
    font-weight: 500;
}
.shop_table button {
    color: #fff !important;
}
.shop_table button:hover{
    background-color:#000 !important;
}
.dropdown-menu.show {
    height: 350px;
    overflow-y: scroll;
}
.dropdown-menu.show {
    top: -6px !important;
    left: -20px !important;
    right: 0px !important;
}
ul.sub-menu {
    display: none;
    align-items: center;
    text-align: center;
}

li#menu-item-16936 {
    text-align: center;
}
.product-detail-slider-col span.onsale {
    top: -35px;
	z-index: 2;
}
.thumbnail-image.slick-slide.slick-active {
    opacity: 0.80;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #007bff !important;
}

.mailing-flex {
    display: flex;
    margin: 0px -15px;
	max-width: 460px;
}
.mailing-col {
    padding: 15px;
	width: 50%;
}
.mailing-col h6 {
    color: rgb(255 255 255 / 1);
}
.form-install-content-sec p strong {
    margin-top: 10px;
    display: inline-block;
}
.loading a {
    background-color: #890000;
    padding: 8px 10px;
    color: #fff !important;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    margin: 10px auto 0px;
    max-width: max-content;
    display: block;
}

/*********Media Query*********/
@media screen and (min-width:991px){
	ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #0071c2;
    z-index: 2;
    padding: 10px;
    align-items: flex-start;
	opacity:0;
	visibility:hidden;
    min-width: 270px;
	left:0px;
    right:0px;
}
li#menu-item-16936:hover ul.sub-menu{
	opacity:1;
	visibility:visible;
}
li#menu-item-16936 {
    position: relative;
}

ul.sub-menu li a {
    font-size: 14px;
    margin-right: 0px;
    text-align: left;
}
}
@media screen and (max-width:1400px){
    .header-top{
        padding: 8px 50px;
    }
    .header-middle{
        padding: 15px 50px;
    }
    .header-bottom{
        padding: 0px 50px;
    }
    .contact-p-section {
    padding: 60px 0px 40px;
}
	

}
@media screen and (max-width:1199px){
    .header-top {
    padding: 8px 15px;
}
.header-info ul li a{
    font-size: 12px;
}
.header-info ul li a{
    margin-right: 15px;
}
.cus-navigation ul li a{
    font-size: 12px;
    margin-right: 15px;
}
.logo a {
    max-width: 150px;
    display: inline-block;
}
.search-input{
    width: 400px;
}
.search-input button {
    width: 10%;
}
.search-container {
    margin-right: 20px;
}
.cart-icon a{
    font-size: 12px;
}
.header-middle {
    padding: 8px 15px;
}
.header-bottom {
    padding: 0px 15px;
}
.header-bottom>ul>li {
    padding: 0px 10px;
}
.header-bottom>ul{
    margin: 0px -10px;
}
.header-bottom>ul>li>a>h6 {
    font-size: 14px;
}
.header-bottom>ul>li>a {
    border-top: 2px solid transparent;
    padding: 10px 0px;
}
.header-bottom>ul>li>a>span{
    font-size: 11px;
}
.slideBanner {
    min-height: 550px;
}
.slideBanner h6{
    font-size: 18px;
}
.slideBanner h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 25px;
}
.bannerContainer .slick-dots{
    bottom:50px;
}
.slideBanner p{
    margin: 30px auto;
}
.shopByBrands {
    padding: 30px 0px;
}
.shopByBrands h2{
    font-size: 32px;
}
.shopByBrands h6{
    font-size: 14px;
}
.class-to-style.slick-arrow .fa-angle-right {
    position: absolute;
    right: 0px;
    top: auto;
    bottom: -40px;
    left: 70px;
}
.class-to-style.slick-arrow .fa-angle-left {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: -40px;
    right: 70px;
}
.aboutSectopn img {
    width: 100%;
}
.aboutSectopn h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.aboutSectopn {
    padding: 50px 0px 20px;
}
.innerContainerPoweredBy h2{
    font-size: 30px;
}
.testimonials {
    padding: 60px 0px;
}
.testimonials p {
    max-width: 90%;
}
.testimonials h2{
    font-size: 32px;
}
.testimonials img {
    margin: 40px auto;
    width: 80px;
}
.footer-top {
    padding: 40px 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-bottom {
    padding: 10px 35px;
}
	.accordion_container {
    padding-left: 0px;
}
	.accordion_head h6{
		font-size:14px;
	}
	
}
@media screen and (max-width:991px){
    .menu-bar{
        display: block;
    }
    .menu-bar i{
        font-size: 20px;
        color:#FFFFFF;
    }
    .cus-navigation  {
    display: none;
    }
    .cus-navigation {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
    background-color: #0071c2;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    border-top: 1px solid #fff;
    padding: 15px;
}

.cus-navigation ul {
    flex-direction: column;
}

.cus-navigation ul li a {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 0px;
}

.login-signup ul {
    flex-direction: row;
    justify-content: center;
}
.search-input {
    width: 300px;
}
.search-input input[type="search"] {
    padding: 8px 10px;
    font-size: 12px;
}
.search-input button {
    width: 14%;
}
.header-bottom ul li:nth-child(5),.header-bottom ul li:nth-child(6), .header-bottom ul li:nth-child(7), .header-bottom ul li:nth-child(8) {
    display: none;
}
.slideBanner {
    min-height: 500px;
}
.login-signup ul li:nth-child(2) {
    margin-top: -8px;
}
.slideBanner h6 {
    font-size: 16px;
}
.slideBanner h2{
    margin-top: 10px;
    font-size: 35px;
}
.slideBanner p {
    margin: 20px auto;
    font-size: 15px;
    max-width: 80%;
}
.buttonBanner{
    max-width: 180px;
    height: 45px;
    font-size: 14px;
}
.buttonBanner::after{
    right: 25px;
}

.bannerContainer .slick-dots li.slick-active::after {
    width: 6px;
    height: 6px;
}
.shopByBrands {
    padding: 20px 0px;
}
.shopByBrands h2 {
    font-size: 28px;
}
.shopByBrands p{
    margin-top: 15px;
}
.sliderShopByBrand {
    margin: 30px 0px 0px;
}
.sliderShopByBrand .slick-slide {
    margin: 0 6px;
}
.shopByBrands {
    padding: 20px 0px 40px;
}
.class-to-style.slick-arrow .fa-angle-right{
    left: 40px;
}
.class-to-style.slick-arrow .fa-angle-left{
    right: 40px;
}
.poweredBy{
    min-height: 600px;
}
.poweredBy .container{
    padding: 20px;
}
.innerContainerPoweredBy h2 {
    font-size: 25px;
}
.innerContainerPoweredBy p {
    font-size: 14px;
}
.aboutSectopn h2 {
    font-size: 25px;
}
.aboutSectopn p {
    font-size: 14px;
    line-height: 24px;
}
.readmores {
    height: 45px;
    padding: 0px 30px;
    margin: 20px 0px;
    border: 1px solid;
}
.readmores::after{
    display: none;
}
.testimonials {
    padding: 40px 0px;
}
.testimonials h2 {
    font-size: 28px;
}
.testimonials img {
    margin: 20px auto;
    width: 50px;
}
.testimonials p {
    max-width: 90%;
    margin-bottom: 25px;
    font-size: 14px;
}
.footer-logo-col {
    width: 50%;
}

.quick-links {
    width: 40%;
}
.cus-navigation ul li:first-child a{
    display: inline-block;
}
.header-bottom {
    display: none;
}
.class-to-style.slick-arrow .fa-angle-right {
    right: 320px;
    left: auto;
}
.poweredBy {
    padding: 40px 0px;
}
.innerContainerPoweredBy .buttonBanner {
    margin: 30px auto 0px;
}
.innerContainerPoweredBy h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.select-category-div {
    padding: 20px 15px;
}
.select-category-col {
    width: 25%;
    padding: 0px 8px;
}
.select-category-flex {
    margin: 20px -8px 0px;
}
.product-section {
    padding: 40px 0px;
}
.slider-banner-image {
    height: 273px;
}
/* .slick-slide {
    float: none;
    display: flex;
    flex-direction: column;
}
.thumbImg img {
    width: 100%;
    height: 100px;
} */
.category-breadcrumb ul li {
    font-size: 12px;
}
.category-breadcrumb ul li::before{
    font-size: 10px;
}
.thumbImg {
    margin-bottom: 3px;
}
.product-detail-sec {
    padding: 40px 0px;
}
.select-category-div {
    padding: 12px 5px;
}
.product-slider-text span{
    font-size: 10px;
    margin-bottom: 4px;
}
.product-slider-text h4{
    font-size: 18px;
    margin-bottom: 10px;
}
.product-slider-text h5 {
    font-size: 12px;
    margin-bottom: 10px;
}

.product-slider-text p {
    font-size: 12px;
    margin-bottom: 10px;
}

.select-color label {
    font-size: 12px;
}

.select-color select {
    padding: 4px;
    margin-bottom: 10px;
}

.number {
    width: 160px;
    height: 40px;
}

.number span {
    margin-bottom: 0px;
}

.add-to-cart-btn {
    margin-top: 10px;
}

.add-to-cart-btn a {
    padding: 6px;
    font-size: 12px;
}
.description-tabs ul li a {
    font-size: 12px;
    padding: 10px 15px !important;
}
.description-tabs {
    padding: 30px 0px 20px;
    font-size: 14px;
}
.description-tabs .nav-tabs {
    margin-bottom: 10px;
}
div#description p {
    font-size: 12px;
}
.product-slider-text p {
    font-size: 12px;
}
.select-color select {
    font-size: 12px;
}
.product-detail-sec {
    padding: 40px 0px 0px;
}
.h4, h4{
    font-size: 18px;
}
.blog-text h4{
    font-size: 18px;
}
.blog-img {
    height: 250px;
}

.user-date-flex span {
    font-size: 12px;
}

.user-date-flex span i {
    margin-right: 5px;
}

.blog-text h4 {
    font-size: 18px;
}

.blog-text p {
    font-size: 12px;
}
.blog-text a {
    font-size: 12px;
    max-width: 140px;
}

.blog-text a:hover {
    min-width: 150px;
}
.blog-p-section {
    padding: 40px 0px 20px;
}
.contact-p-section {
    padding: 40px 0px;
}
.get-in-touch-form.contact-info-col {
    margin-top: 30px;
}
.get-in-touch-form textarea{
    min-height: 100px;
}
.contact-map iframe {
    height: 400px;
    display: block;
}
.contact-p-section {
    padding: 40px 0px 20px;
}
.gallery-images {
    height: 220px;
}
.gallery-links .nav a {
    font-size: 12px;
    padding: 10px 10px;
}
.gallery-section {
    padding: 40px 0px;
}
.form-install-col-text ul li, .about-content-text ul li {
    font-size: 12px;
    position: relative;
    margin-bottom: 8px;
    color: #191919;
    padding-left: 20px;
}
.about-content-text {
    padding: 30px 0px 30px 0px;
}
.about-col-direction:nth-child(even) {
    margin-right: 24px;
}
.about-content-text p {
    font-size: 14px;
}
.about-col-direction:nth-child(even) .about-content-text {
    padding: 40px 0px 40px 0px;
}
.h1, h1{
    font-size: 30px;
}
.our-mission-text {
    padding: 40px 20px;
}
.our-mission-text p {
    font-size: 14px;
}
.about-content-sec {
    padding: 40px 0px;
}
.form-install-title {
    margin-left: 0px;
}
.form-install-title h1{
    margin-bottom: 15px;
}
.form-install-col-text h4{
    font-size: 18px;
}
.form-install-col-text ul li::after {
    width: 3px;
    height: 3px;
    left: 4.9px;
    top: 9.5px;
}
.form-install-content-sec {
    padding: 40px 0px;
}
.properties-list .col-md-6:last-child .form-install-pro-col {
    border-right: 0px;
}
.shopByBrands {
    padding: 20px 0px 60px;
}
.form-install-title h6{
    font-size:30px;		
}
}
@media screen and (max-width:767px){
    .header-info ul li a {
    font-size: 10px;
}
.header-middle {
    flex-wrap: wrap;
}
.search-input {
    width: 100%;
}
.search-container {
    width: 80%;
}

.cart-icon {
    width: 20%;
}

.search-cart-flex {
    width: 100%;
}
.header-bottom>ul>li:nth-child(4),
.header-bottom>ul>li:nth-child(3){
    display: none;
}
.slideBanner {
    min-height: 400px;
}
.slideBanner h6 {
    font-size: 14px;
    letter-spacing: 1px;
}
.slideBanner h2 {
    margin-top: 8px;
    font-size: 25px;
}
.slideBanner p {
    margin: 15px auto;
    font-size: 14px;
    max-width: 100%;
}
.buttonBanner::after{
    display: none;
}
.buttonBanner{
    padding-right: 0px;
}
.contentSliderBrand {
    margin: 0px 15px;
}
.innerContainerPoweredBy p {
    font-size: 14px;
    line-height: 25px;
}
.innerContainerPoweredBy .buttonBanner {
    margin: 30px auto 0px;
}
.innerContainerPoweredBy h2 {
    font-size: 20px;
}
.aboutSectopn img {
    width: 100%;
    margin-bottom: 25px;
}
.aboutSectopn h2 {
    font-size: 22px;
}
.testimonials h2 {
    font-size: 22px;
}
.shopByBrands h6,
.innerContainerPoweredBy h6,
.testimonials h6{
    font-size: 14px;
    letter-spacing: 1px;
}
.shopByBrands h2 {
    font-size: 22px;
}
.footer-logo-col {
    width: 100%;
}
.quick-links {
    width: 100%;
}
.footer-top {
    padding: 30px 15px;
}
.footer-bottom {
    padding: 10px 15px;
}
.footer-bottom p{
    font-size: 12px;
    text-align: center;
}
.footer-top {
    padding: 30px 15px 10px;
}
.dropdown-menu.show {
    left: 0px !important;
    transform: translate3d(-118px, 68px, 29px);
}
.header-bottom {
    display: none;
}
.header-info ul li a i {
    margin-right: 7px;
}
.bannerContainer .slick-dots {
    bottom: 30px;
}
.class-to-style.slick-arrow .fa-angle-right {
    right: 150px;
    left: auto;
}
.testimonials .slick-next {
    top: auto;
    bottom: -26px;
    right: 130px;
}
.testimonials .slick-prev{
    top: auto;
    bottom: -26px;
    left: 130px;
}
.aboutAuthorInfo {
    margin-bottom: 25px;
}
.testimonials p {
    max-width: 100%;
}
.select-category-col {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
}
.select-category-flex {
    flex-wrap: wrap;
}
.category-breadcrumb ul li{
    font-size: 10px;
}
.category-breadcrumb ul li::before {
    font-size: 8px;
    top: 3px;
}
.select-category-col select {
    font-size: 12px;
}
.select-category-flex {
    margin: 10px -5px 0px;
}
.select-category-div {
    padding: 15px 15px 5px;
}
.cus-pagination ul li:last-child a{
    margin-right: 0px;
}
.category-breadcrumb ul li {
    padding-right: 6px;
    font-size: 8px;
}
.category-breadcrumb ul li::before {
    font-size: 5px;
}
.slider-banner-image {
    height: 285px;
}
.select-color {
    text-align: center;
}

.number {
    margin: auto;
}

.add-to-cart-btn a {
    text-align: center;
    margin: auto;
    margin-bottom: 7px;
}

.description-tabs ul li a {
    font-size: 9px;
    padding: 7px 10px !important;
}
.blog-p-section {
    padding: 40px 0px 20px;
}
.about-content-img {
    height: 350px;
}
.form-install-col-text ul li::after, .about-content-text ul li::after {
    width: 3px;
    height: 3px;
    left: 4.9px;
    top: 9.5px;
}
.about-content-text h6 {
    margin-bottom: 15px;
    font-size: 14px;
}
.about-col-direction:nth-child(even) {
    margin-right: 0px;
}
.about-col-direction:nth-child(even) {
    margin-right: -15px;
}
.about-col-direction:nth-child(even) .about-content-text {
    padding: 30px 0px 0px 0px;
}
.form-install-video {
    height: 350px;
}
.home-video-overlay a {
    width: 60px;
    height: 60px;
}
.form-install-pro-col {
    margin-bottom: 0px;
}
.gallery-links {
    margin-bottom: 30px;
}
		.search-container {
    width: 70%;
    margin-right: 10px;
}
	.cart-icon {
    width: 27%;
}
	.mailing-col {
    padding: 10px;
    padding-bottom: 0px;
    width: 50%;
}

.mailing-col p {
    margin-bottom: 0px;
    font-size: 11px;
}
	.form-install-col-text ul {
    margin-bottom: 10px;
}
	.form-install-col-text {
    margin-bottom: 0px;
}
	.properties-list.px-5 {
    padding: 0px 0px !important;
}
.form-install-pro-col {
    padding-right: 0px;
    border: none;
}
.form-install-col-text.mt-5 {
    margin-bottom: 30px;
}

.form-install-video.pvc-intall-videos {
    margin-bottom: 20px;
}
	.finished-install img {
    margin-bottom: 15px;
}
}	
/* 	new css after wordpress */
	.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: 18px;
}

.woocommerce-tabs.wc-tabs-wrapper p {
    font-size: 12px;
}

.quantity-box {
    margin-bottom: 10px;
}

button.wsb-button.js-wsb-add-to-cart {
    width: 100%;
    font-size: 14px;
}

.single_add_to_cart_button {
    width: 100%;
    font-size: 14px;
}
	.gallery-links {
    margin-bottom: 20px;
}
	li#menu-item-16936 {
    text-align: center;
}






.gallery-section .content:nth-child(-n+10) {
    display: block;
}

.gallery-section .content {
    display: none;
}

#tab-description ul li {
    list-style: circle !important;
}