/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
	
	.woocommerce-Price-amount {
    text-align: center;
}

}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.woocommerce-Price-amount {
    text-align: center;
}
	
    .header-area .menu-area nav ul li a { 
        font-size: 16px; 
    }
    .dropDown-menu:after {
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        border-top: 10px solid #ea4230;
        border-right: 10px solid transparent;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .footer-wiget.footer-links ul {
        margin-right: 39px;
        margin-left: 21px;
    }
}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

.woocommerce-Price-amount {
    text-align: center;
}

 
    .header-area .col-lg-9 {
        display: none;
    }
    .header-area .col-2 {
        display: block !important;
    }
    .responsive-header {
        display: block;
        position: fixed;
        z-index: 9999;
        background: #030c0c;
        width: 280px;
        height: 100vh;
        overflow: scroll;
        top: 0;
        left: 0;
        margin-left: -280px;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .responsive-header.siteBar {
        margin-left: 0;
    }
    .header-area .logo-area img {
        width: 140px;
    }
    a.bar-icon {
        color: #fff;
        font-size: 32px;
        margin-top: 45px;
        display: block;
    }
    .responsive-header .nav {
        margin-top: 50px;
    }
    
    .responsive-header .nav li {
        display: block;
        width: 100%;
    }
    
    .responsive-header .nav ul {
        width: 100%;
    }
    
    .responsive-header .nav li a {
        color: #fff;
        font-size: 22px;
        font-weight: 200;
        padding: 5px 30px;
        display: block;
        -webkit-transition: .3s;
        transition: .3s;
    }
    
    .responsive-header .nav li a:hover {
        color: #be3f30;
    }
    
    .responsive-header .nav li div#accordionExample .card {
        background: transparent;
        padding: 0px;
    }
    
    .responsive-header .nav li div#accordionExample .card div#headingOne {
        padding: 0 15px;
    }
    
    .responsive-header .nav li div#accordionExample .card div#headingOne h2.mb-0 button.btn.btn-link {
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        display: block;
        width: 100%;
        text-align: left;
        text-decoration: none;
    }
    .responsive-header nav ul.social li {
        display: inline-block;
    }
    
    .responsive-header nav ul.social {
        text-align: center;
        padding-top: 60px;
    }
    
    .responsive-header nav ul.social li a {
        color: #fff;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border: 2px solid #be3f30;
        display: inline-block;
        border-radius: 50%;
        line-height: 35px;
        -webkit-transition: .3s;
        transition: .3s;
        margin: 0 5px;
    }
    
    .responsive-header nav ul.social li a:hover {
        background: #be3f30;
        border-color: #be3f30;
    }
    .responsive-header a.bar-icon {
        position: absolute;
        right: 30px;
        top: -35px;
    }
    .footer-wiget.footer-links ul {
        margin-right: 23px;
        margin-left: 0px;
    }
    .subscribe-area .subscriube-form form .inp:last-child {
        width: 70%; 
    }
    .seling-img img {
        width: 100%;
        height: 260px;
        -o-object-fit: cover;
        object-fit: cover;
    }


#navbarNavDropdown {
	background: #EA3F30;
	padding: 10px 30px;
	border-radius: 9px;
}


.navbar-light .navbar-nav .nav-link {

	text-align: start;
}
#navbarNavDropdown .shop-icon {
	margin-left: 16px;
}
.social {
	margin-top: 12px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.navbar-brand img {
	max-width: 100px;
}
.bg-light {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
}







}
 

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	
.woocommerce div.product {
    text-align: center;
}	

.woocommerce-Price-amount {
    text-align: center;
}
.woocommerce-product-details__short-description {
	    text-align: left;
}

.woocommerce-Tabs-panel p {
	text-align: left;
}	
	
    .header-area .col-lg-9 {
        display: none;
    }
    .header-area .col-2 {
        display: block !important;
    }
    .responsive-header {
        display: block;
        position: fixed;
        z-index: 9999;
        background: #030c0c;
        width: 280px;
        height: 100vh;
        overflow: scroll;
        top: 0;
        left: 0;
        margin-left: -280px;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .responsive-header.siteBar {
        margin-left: 0;
    }
    .header-area .logo-area img {
        width: 80px;
    }
    a.bar-icon {
        color: #fff;
        font-size: 32px;
        margin-top: 15px;
        display: block;
    }
    .responsive-header .nav {
        margin-top: 50px;
    }
    
    .responsive-header .nav li {
        display: block;
        width: 100%;
    }
    
    .responsive-header .nav ul {
        width: 100%;
    }
    
    .responsive-header .nav li a {
        color: #fff;
        font-size: 22px;
        font-weight: 200;
        padding: 5px 30px;
        display: block;
        -webkit-transition: .3s;
        transition: .3s;
    }
    
    .responsive-header .nav li a:hover {
        color: #be3f30;
    }
    
    .responsive-header .nav li div#accordionExample .card {
        background: transparent;
        padding: 0px;
    }
    
    .responsive-header .nav li div#accordionExample .card div#headingOne {
        padding: 0 15px;
    }
    
    .responsive-header .nav li div#accordionExample .card div#headingOne h2.mb-0 button.btn.btn-link {
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        display: block;
        width: 100%;
        text-align: left;
        text-decoration: none;
    }
    .responsive-header nav ul.social li {
        display: inline-block;
    }
    
    .responsive-header nav ul.social {
        text-align: center;
        padding-top: 60px;
    }
    
    .responsive-header nav ul.social li a {
        color: #fff;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border: 2px solid #be3f30;
        display: inline-block;
        border-radius: 50%;
        line-height: 35px;
        -webkit-transition: .3s;
        transition: .3s;
        margin: 0 5px;
    }
    
    .responsive-header nav ul.social li a:hover {
        background: #be3f30;
        border-color: #be3f30;
    }
    .responsive-header a.bar-icon {
        position: absolute;
        right: 30px;
        top: -10px;
    }
    .footer-wiget.footer-links ul {
        margin-right: 82px;
        margin-left: 0px;
    }
    .footer-wiget.footer-links ul:last-child {
        margin-right: 0px; 
    }
    .subscribe-area .subscriube-form form .inp:last-child {
        width: 65%;
    }
    .subscribe-area .subscriube-form form .inp {
        width: 90%;
        position: relative;
        z-index: 2;
        margin-top: 30px;
        margin: auto;
        margin-top: 10px;
    }
    .footer-area .footer-wiget {
        margin-bottom: 50px;
    }   
    .section-title h2 {
        font-size: 34px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        margin-bottom: 10px;
    }
    .section-title {
        margin-bottom: 0px;
    }
    .subscribe-area .subscriube-form h3 {
        font-size: 19px; 
    }
    .subscribe-area .subscriube-form form {
        display: block;
        text-align: center;
    }
    .subscribe-area .subscriube-form form ::-webkit-input-placeholder{
        font-size: 16px;
    }
    .subscribe-area .subscriube-form form :-ms-input-placeholder{
        font-size: 16px;
    }
    .subscribe-area .subscriube-form form ::placeholder{
        font-size: 16px;
    }
 .subscribe-area .subscriube-form form input[type="button"] {
	font-size: 14px !important;
	padding-bottom: 5px !important;
	height: 40px;
	padding: 0 !important;
}
    .subscribe-area .subscriube-form form .inp input {
        width: 100%;
        padding: 5px 19px;
        padding-top: 5px;
    }
    .footer-area {
        padding-bottom: 50px !important;
    }

    .hero-area .hero-wrep .hero-item h2 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
    }
    .hero-area .hero-wrep {
        margin-top: 220px;
        margin-bottom: 80px;
        background: rgba(0,0,0,.2);
        -ms-flex-line-pack: center !important;
        align-content: center !important;
        padding-top: 10px;
    }
    .theme-btn { 
        font-size: 16px !important; 
    }
    .car-videos .single-car img {
        width: 100%;
    }
    .seling-img img {
        width: 100%;
        height: 250px; 
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }
    .footer-area .footer-wiget p {
        color: #fcfafb;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
    }
    .footer-wiget.footer-links ul li a {
        display: block;
        color: #fdfdfe;
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 5px;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .footer-wiget.contact-wiget ul li h6 {
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        color: #fcf7f7;
        margin-bottom: 20px;
        font-weight: 300;
    }
    .item-slider .owl-stage-outer {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }



#navbarNavDropdown {
	background: #EA3F30;
	padding: 10px 30px;
	border-radius: 5px;
}


.navbar-light .navbar-nav .nav-link {

	text-align: start;
}
#navbarNavDropdown .shop-icon {
	margin-left: 16px;
}
.social {
	margin-top: 12px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
    
.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}
.close {
	
	right: 0;
	top: -38px;
	
}  
    
.navbar-brand img {
	max-width: 100px;
}

.bg-light {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
}

.scroll-header .navbar-brand img {
	max-width: 55px;
}

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}



.seling-img {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}


.navbar-light .navbar-nav li.active-menu .nav-link {
	background: #fff;
	border-radius: 4px;
	color: #be3f30;
	line-height: 35px;
}


}
 

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .col-lg-9 {
        display: none;
    }
    .header-area .col-2 {
        display: block !important;
    }
    .responsive-header {
        display: block;
        position: fixed;
        z-index: 9999;
        background: #030c0c;
        width: 280px;
        height: 100vh;
        overflow: scroll;
        top: 0;
        left: 0;
        margin-left: -280px;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .responsive-header.siteBar {
        margin-left: 0;
    }
    .header-area .logo-area img {
        width: 140px;
    }
    a.bar-icon {
        color: #fff;
        font-size: 32px;
        margin-top: 45px;
        display: block;
    }
    .responsive-header .nav {
        margin-top: 50px;
    }
    
    .responsive-header .nav li {
        display: block;
        width: 100%;
    }
    
    .responsive-header .nav ul {
        width: 100%;
    }
    
    .responsive-header .nav li a {
        color: #fff;
        font-size: 22px;
        font-weight: 200;
        padding: 5px 30px;
        display: block;
        -webkit-transition: .3s;
        transition: .3s;
    }
    
    .responsive-header .nav li a:hover {
        color: #be3f30;
    }
    
    .responsive-header .nav li div#accordionExample .card {
        background: transparent;
        padding: 0px;
    }
    
    .responsive-header .nav li div#accordionExample .card div#headingOne {
        padding: 0 15px;
    }
    
    .responsive-header .nav li div#accordionExample .card div#headingOne h2.mb-0 button.btn.btn-link {
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        display: block;
        width: 100%;
        text-align: left;
        text-decoration: none;
    }
    .responsive-header nav ul.social li {
        display: inline-block;
    }
    
    .responsive-header nav ul.social {
        text-align: center;
        padding-top: 60px;
    }
    
    .responsive-header nav ul.social li a {
        color: #fff;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border: 2px solid #be3f30;
        display: inline-block;
        border-radius: 50%;
        line-height: 35px;
        -webkit-transition: .3s;
        transition: .3s;
        margin: 0 5px;
    }
    
    .responsive-header nav ul.social li a:hover {
        background: #be3f30;
        border-color: #be3f30;
    }
    .responsive-header a.bar-icon {
        position: absolute;
        right: 30px;
        top: -35px;
    }
    .footer-wiget.footer-links ul {
        margin-right: 23px;
        margin-left: 0px;
    }
    .subscribe-area .subscriube-form form .inp:last-child {
        width: 90%;
    }
    .subscribe-area .subscriube-form form .inp {
        width: 100%;
        margin: 0 5px;
        position: relative;
        z-index: 2;
        margin-top: 30px;
    }
    .footer-area .footer-wiget {
        margin-bottom: 50px;
    }
    .subscribe-area .subscriube-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }
    .hero-area .hero-wrep .hero-item h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        line-height: 52px;
    }
    .hero-area .hero-wrep {
        margin-top: 340px; 
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 93%;
    }
    .owl-carousel .owl-item img { 
        width: 100% !important;
    }











}

 