/* Custom Css */
@font-face {
    font-family: roboto;
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: anton;
    src: url('../fonts/Anton-Regular.ttf');
}

body {
    font-family: roboto;
}
a{
    color: #9C3A94;
}
a,
button,
input,
::after,
::before,
.trans {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

.pageContainer {
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}
/**/
body.woocommerce-account .page-header{
	display: none!important
}
ul {
    list-style-position: inside;
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.details-column{
	display:none
}
/* Style the My Account navigation menu */
.woocommerce-MyAccount-navigation {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 6px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #9C3A94;
    color: #fff;
    border-color: #9C3A94;
}
.fixed-cart{
	position: fixed;
    z-index: 20;
    bottom: 30px;
    right: 30px;
}
.fixed-cart a{
	display:block;
	 background: #9C3A94;
    padding: 10px;
    border-radius: 10px;
	color:#fff
}
.product.woocommerce.add_to_cart_inline{
	padding:0!important;
	border:0!important;
	margin:0
}
.product.woocommerce.add_to_cart_inline .add_to_cart_button.ajax_add_to_cart{
	background-color: #9C3A94;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 26px 16px 26px;
	color:#fff!important
}
.added_to_cart.wc-forward{
	display:none!important
}
.product.woocommerce.add_to_cart_inline .woocommerce-Price-amount.amount{
	display:none;
}
.elementor-image-box-img{
    overflow: hidden;
}
.post-grid{
    margin: 15px 0;
}
.post-grid .body h3{
    font-family: "Anton", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-top: 20px;
}
.post-grid .body p{
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
}
.post-grid .footerr a{
    text-transform: uppercase;
     font-size: 15px;
    font-weight: 600;
    color: #1A1A1A;
}
.post-grid .img{
    overflow: hidden;
}
.post-grid .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
    display: block;
}
.post-grid:hover .body h3{
    color: #9C3A94;
    transition: all .3s ease-in-out;
}
.post-grid:hover .img img{
    transform: scale(1.2);
}
.filter {
    background: #fff;
    padding: 30px;
    margin-top: -65px;
    z-index: 9;
    position: relative;
    /*    border-radius: 5px;*/
    box-shadow: 0px 10px 10px rgb(0 0 0 / 9%);
    z-index: 10;
}
.filter #SearchProduct{
    height: 50px;
    outline: 0;
    background: #9C3A94;
    border-color: #9C3A94;
    height: 50px;
    padding: 13px 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.filter h3{
     color: #242424;
    font-family: 'anton';
    font-size: 32px;
}
.select-theme {
    color: black;
    border: 1px solid #ced4da;
    background-color: white;
    height: 50px;
    cursor: pointer;
    outline: 0;
    color: #242424;
    /* font-family: 'anton'; */
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.hero-slider{
/* 	 height: 100vh; */
}
/* Ensure all internal slider elements are locked to 100vh */
.hero-slider .owl-item,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage {
    height: 100% !important;
}
.hero-slider .hero-slide {
/*     height: 100vh; */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
}
.hero-slider .slide-content h2 {
    font-size: 62px;
    font-weight: 400;
    margin: 5px 0 20px;
    letter-spacing: 3px;
    color: #fff;
    font-family: 'Anton', sans-serif;
    max-width: 600px;
    text-transform: uppercase;
}
.hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.hero-slider .owl-nav button {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 25px;
    color: #fff!important;
    font-size: 30px!important;
}
.hero-slider .owl-prev{
    left: 20px;
}
.hero-slider  .owl-next{
    right: 20px;
}
/*nav*/

.nav-bar {
    padding: 30px 0 10px 0;
    background-color: transparent;
    color: #000;
}

.nav-bar ul li {
    margin: 0 10px;
}

.nav-bar ul li a {
    font-weight: bold;
    padding: 10px 0;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.016em;
    text-transform: uppercase;
    color: #000000;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* .nav-bar ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: -1;
    opacity: 0;
    height: 3px;
    border-radius: 3px;
    width: 20px;
    visibility: hidden;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: center;
}

.nav-bar ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
}

.nav-bar ul li.active a::after {
    opacity: 1 !important;
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    visibility: visible !important;
} */

.nav-bar ul li.active a,
.nav-bar ul li a:hover {
    color: #000;
}

/* 
.nav-bar ul li.dropdown ul {
    display: none;
}

.nav-bar ul li.dropdown {
    text-align: center;
}

.nav-bar ul li.dropdown a {
    display: inline-block;
    vertical-align: middle;
}

.nav-bar ul li.dropdown span {
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

.nav-bar ul li.dropdown span i {
    font-size: 14px;
} */

.nav-buttons a {
    padding: 16px!important;
    /* background: #9C3A94; */
    border: 2px solid #000;
    color: #000;
    display: inline-block!important;
}

.nav-buttons a::before {
    display: none;
}

.nav-buttons a img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.nav-buttons a:first-child {
    margin-right: 10px;
}

.nav-buttons a span {
    display: inline-block;
    vertical-align: middle;
}

.logo {
    max-width: 200px;
}

.is-menu-open .nav-links ul li {
    left: 0;
}
.password-input{
    width: 100%;
}
.woocommerce-form-login .form-row{
    display: block!important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none!important;
    display: block;
}
.nav {
    position: relative;
    z-index: 1;
}
/* Target menu items with children */
.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;  /* Add space for the arrow */
}

/* Add Font Awesome arrow */
/* .menu-item-has-children > a::after {
   content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
} */

.menu-item-has-children .sub-menu .menu-item-has-children > a::after {
   content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 20px 0;
    min-width: 180px;
    background: #fff;
    border-radius: 8px;
    list-style: none;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all 0.2s ease;
    pointer-events: none; /* Prevent ghost area issues */
    transform: translateY(30px);
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    left: 100%;
    top: 0;
}
.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.is-menu-open .nav-links {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.is-menu-open .menu__bg {
    width: 100vh;
    height: 100vh;
    transform: scale(2);
}

.menu__bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #000;
    transition: all .2s linear;
    z-index: 9998;
}
.breadcrumb {
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 300px 0 50px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}
.breadcrumb h2{
    font-family: 'anton';
    text-transform: uppercase;
    font-size: 50px;
}
/*main section 1*/
.site-main{
    max-width: 1360px;
    margin: auto;
    padding:60px  15px;
}
/* .woocommerce-cart .site-main{
    padding-top: 100px;
} */
 .woocommerce-breadcrumb{
    margin-bottom: 50px!important;
 }
 .related.products{
    padding-bottom: 0!important;
 }
 .related.products h2{
    font-family: "Anton", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #323232;
    margin-bottom: 30px;
 }
 .woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
    clear: none!important;
 }
.main-sec {
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 80px;
    padding-top: 30px;
}

.main-banner {
    min-height: 550px;
}

.main-banner-content {
    width: 100%;
}

.main-banner .txt label {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.main-banner .txt h2 {
    font-family: anton;
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 124%;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}

.main-banner .txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.012em;
    color: #323232;
}

.main-banner .image {
    max-width: 100%;
}

/*hover button*/
.hover , .nav-buttons a  {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hover::after , .nav-buttons a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: #9C3A94;
    transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    opacity: 0;
    visibility: hidden;
}

.hover2::after {
    background-color: #fff !important;
}

.hover:hover  , .nav-buttons a:hover{
    color: #fff !important;
}

.hover2 {
    border: 1px solid #9C3A94;
}

.hover2:hover {
    color: #9C3A94 !important;
}

.hover:hover::after  , .nav-buttons a:hover::after{
    transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
    visibility: visible;
}

/*shop section*/
.shop {
    padding: 80px 0 50px 0;
}

.shop .title h2 {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 124%;
    /* or 67px */
    text-transform: uppercase;
    color: #0A0A0A;
    margin-bottom: 30px;
}

.shop .title a,
.shop .text a {
    padding: 16px;
    width: 170px;
    color: #fff;
    background: #9C3A94;
    text-align: center;
}

.shop .text {
    padding-left: 20px;
}

.shop .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 33px */
    letter-spacing: 0.012em;
    color: #323232;
    margin-bottom: 30px;
}

.shop .image {
    margin-top: 40px;
}

.shop .image img {
    max-width: 100%;
}

/*collapsee*/
.collapsee {
    padding: 70px 0;
}

.collapsee .img {
    max-width: 100%;
}

.collapsee .content .card-header {
    background-color: transparent;
    border: 0;
    padding: 20px 0;
}

.collapsee .content .card {
    border: 0;
}

.collapsee .content .btn-link {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0A0A0A;
    text-decoration: none !important;
    display: block;
    position: relative;
    padding-right: 20px;
    width: 100%;
    text-align: left;
}

.collapsee .content .btn-link i {
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 12px;
    color: gray;
    display: inline-block;
}

.collapsee .content .btn-link.collapsed i {
    transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.collapsee .content .card-body {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    /* or 35px */
    letter-spacing: 0.012em;
    color: #323232;
    padding-top: 0;
}

/*latest*/
.latest {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.latest::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background-image: url(images/122.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.latest .bann-sec {
    height: 600px;
    background-position: center;
    background-size: cover;
    padding: 40px 20px;
}

.latest .bann-sec div {
    max-width: 650px;
    color: #fff;
}

.latest .bann-sec h2 {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.latest .bann-sec span {
    display: inline-block;
    width: 104px;
    height: 4px;
    background: #FFF100;
}

.latest .bann-sec p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 38px */
    text-align: center;
    letter-spacing: -0.004em;
    color: #FFFFFF;
}

.latest-content {
    margin-top: 60px;
}

.latest-content ul li {
    margin: 30px 0;
}

.latest-content ul li h3 {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0A0A0A;
    margin-bottom: 15px;
}

.latest-content ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    /* or 33px */
    letter-spacing: 0.012em;
    color: #323232;
}

/*products*/
.products {
    padding: 60px 0;
}

.sec-header {
    margin-bottom: 40px;
}

.sec-header h2 {
    font-family: 'teko';
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 98.5%;
    /* identical to box height, or 67px */
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
}

.sec-header span {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height */
    letter-spacing: -0.004em;
    color: #525252;
}
.single_add_to_cart_button{
    width: 130px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #9C3A94
}
.woocommerce div.product form.cart {
    margin-top: 30px;
}
/* .product_meta{
    display: none;
} */
 .product_meta a , .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    color: #9C3A94!important
 }
 .wc-block-components-product-name{
    color: #9C3A94!important
 }
 .woocommerce .quantity .qty{
    height: 45px;
 }
.woocommerce div.product .product_title{
    font-size: 30px;
    line-height: 40px;
    font-family: 'Anton';
}
.woocommerce div.product .product_title{
    margin-bottom: 20px;
}
.products-container .slide {
    margin: 0 10px;
    padding: 30px 20px;
    background: #F5F5F5;
    border: 1.5px solid #CDCDCD;
}

.products-container .slide .img {
    height: 250px;
    margin-bottom: 20px;
}

.products-container .slide .img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.col-1 , .col-2{
    max-width: 100%!important;
}
.products-container .slide .body h3 {
    margin:20px 0  10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
    /* identical to box height */
    text-transform: uppercase;
    color: #000000;
    font-family: 'anton';
}

.products-container .slide .body p {
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    color: #525252;
}

.products-container .slide .footerr {
    margin-top: 25px;
}
.products-container .slide .footerr a{
    text-transform: uppercase;
}

.products-container .slide .footerr a:last-child {
    width: 130px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #9C3A94;
}
.products-container .owl-nav button span {
    font-size: 40px;
    color: #9c3a94;
}
.products-container .owl-nav button{
    outline: 0;
    background:none!important;
}
.products-container .owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    outline: 0;
}

.products-container .owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
    outline: 0;
}

.products-container .owl-dots .owl-dot.active {
    background-color: #0A0A0A;
}

.products-container .owl-dots .owl-dot+.owl-dot {
    margin-left: 18px;
}

.products-container .owl-dots .owl-dot {
    width: 62px;
    height: 5px;
    background: #D8D8D8;
    text-align: center;
}

.products-container .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.products-container .owl-dots span {
    background: transparent !important;
}
/**/
footer {
    padding: 80px 0 50px 0;
    background-color: #0A0A0A;
    color: #fff;
}

footer ul li {
    margin: 6px 0;
}

footer ul li a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    /* or 31px */
    letter-spacing: -0.004em;
    color: #FFFFFF !important;
    opacity: .7;
    display: inline-block;
}

footer ul li a:hover {
    -ms-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}

footer .footer-h {
    font-family: 'anton';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.copyrights {
    padding: 20px 0;
    background: #141414;
    border-bottom: 6px solid #FFF100;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    letter-spacing: -0.004em;
    color: rgba(255, 255, 255, .7)
}
	.vehicle-header {
    text-align: center;
    margin-bottom: 40px;
}

.vehicle-image {
    max-width: 250px;
    margin-bottom: 15px;
}
	.vehicle-details{
		margin:25px 0
	}
.vehicle-details span.det-sec {
	display :block;
    margin: 10px 0;
	background:#eee;
	padding:13px;
	text-align:left
}
.vehicle-details br{
	display:none
}
	.subcategory-box {
		margin:15px 0
	}
.subcategory-box a {
   border: 1pt solid #9C3A94;
    padding: 15px;
	margin-top:20px;
    width: 100%;
	display :block
}
	.subcategory-box a:hover{
		color:#fff;
		background:#9C3A94;
	}
	.vehicle-category-page{
		padding-top:160px;
		padding-bottom:100px
	}
	.p-titles{
		display: flex;
		flex-wrap:wrap;
		border: 1pt solid #000;
		margin-bottom: 30px !important;
		justify-content: space-around;
		padding: 20px 0;
	}
	.p-titles span{
		padding:6px;
	}
	.withproducts{
		border-left: 3px solid #262626;
		border-right: 3px solid #262626;
		border-bottom: 3px solid #262626;
		background: #fff;
		margin-bottom:30px
	}
	.withproducts h3{
		font-size:28px;
		font-weight:bold;
		padding:15px;
		color:#fff;
		background:#9C3A94;
		text-align:center
	}
	.withproducts h4{
		background-color: #4d4d4d;
		padding: 15px 5px;
		text-align: center;
		color:#fff;
		text-align:center;
		position:relative
	}
.withproducts h4 span{
	position: absolute;
    right: 0;
    padding: 10px;
    display: flex;
    background: #262626;
    top: 0;
    height: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.pv-item a{
	display:flex;
	align-items:center;
	padding:15px 10px;
	border-bottom:1px solid #eee;
}
.pv-item a span{
	padding: 0 5px
}
.withproducts{
	height:calc(100% - 30px);
}
/**/
@media only screen and (max-width : 767px) {
	.vehicle-category-page {
		padding-top: 60px;}
	.withproducts h3 {
    font-size: 23px;
	}
	.filter{
		margin-top:30px;
	}
/* .owl-carousel .owl-item img {
    width: 700px!important;
    height: 500px!important;
	max-width: 700px!important;
} */
	.hero-slider .slide-content h2{
		font-size: 40px;
		line-height: 60px;
	}
	.hero-slider .owl-nav button {
    width: 30px;
    height: 30px;
	font-size: 20px !important;
	}
	.hero-slider .owl-nav{
		top:35%
	}
	.nav-bar{
		overflow-x:hidden;
		position:initial!important
	}
	.breadcrumb {
		padding : 100px 0 50px 0!important
    }
	.breadcrumb h2 {
		font-size: 30px;
	}
    .nav-links {
        position: fixed;
        z-index: 9999;
        padding: 70px 20px 20px 20px;
        /*overflow-y: scroll;*/
        /*overflow-x: hidden;*/
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        transition: all .3s linear;
		overflow-y:auto
    }

    .shop .text {
        padding-left: 0px;
    }

    .nav-links ul li a {
        display: block;
        text-align: center;
        padding: 4px;
        font-size: 23px;
        color: #FFFFFF;
    }

    .nav-links ul li {
        margin: 25px 0;
        text-align: center;
    }

    .close-menu {
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .nav-bar .container,
    .nav-bar {
        padding: 0;
    }

    .open-menu {
        cursor: pointer;
        float: right;
        margin-right: 15px;
        color: #000;
        font-size: 35px;
    }

	.menu-item-has-children .sub-menu{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		background:transparent;
		position:initial!important;
		width:100%
	}
	.menu-item-has-children .sub-menu li:not(.menu-item-has-children){
		padding:0!important;
		margin:10px 0!important
	}
	.menu-item-has-children .sub-menu li:not(.menu-item-has-children) a{
		font-weight:400!important;
		font-size:16px!important
	}
    .close-btn {
        width: 100%;
    }

    .main-sec {
        padding-top: 0;
    }

    .shop .title h2 {
        font-size: 40px;
        margin-top: 30px;
    }

    .collapsee {
        padding: 0;
    }

    .latest .bann-sec p {
        font-size: 18px;
    }

    .collapsee .content .btn-link,
    .collapsee .content .card-body {
        padding-left: 0;
    }

    .latest .bann-sec {
        height: 430px;
    }

    .copyrights span {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-sec {
        margin-bottom: 20px;
    }

    .latest .bann-sec h2 {
        font-size: 33px;
    }

    /* width */
    .nav-links::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .nav-links::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .nav-links::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .nav-links::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
	.form-select {
		margin-bottom:15px
	}
    .m-overlay {
        position: fixed;
        z-index: 29;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        bottom: 0;
        background: #375094;
        opacity: .35;
    }

    nav .logo {
        height: 90px;
    }

    .nav-bar {
        padding: 10px 0;
        border-bottom: 2px solid #eee;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}