*{
	margin: 0;
	padding: 0;/* font-size: 14px; */
	transition: all .3s ease-in-out;
}
/*@font-face{
	font-family: 'avenirltstd-black';
	src: url('bootstrap/fonts/avenirltstd-black.otf');
}*/
body{
    font-family: "Maven Pro";
}
img{
	max-width: 100%;
	width: auto;
}
ins {
text-decoration: none;
}
header {
    background-color: #1f2c39;
    -webkit-box-shadow: 0px 9px 20px 2px rgba(0,0,0,0.24);
}
.custom-logo {
    width: 140px;
    height: 32px;
    overflow: hidden
}
.navbar-toggler {
background-color: transparent;
border: 1px solid #fff;
}
.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand img {
    width: 25%;
    height: auto;
}

.nav-link {
    color: #fff;
    text-transform: capitalize;
}
#menu-footer-menu .nav-link {
display: block;
padding: 0.5rem 0;
}
.nav-link:hover {
color: #f29559;
}

.topbar {
    background-color: #f29559;
    color: #fff;
}

.topbar ul {
    margin-bottom: 0;
}

.topbar i::before {
    margin-right: 5px;
}

.topbar ul li a {
    color: #fff;
    font-family: "Maven Pro";
}

.topbarbox1 {
    float: left;
}

.topbarbox2 {
    float: right;
}

.topbarbox1,
.topbarbox2 {
    padding: 12px 0;
}
.show-mobile {
    display: none !important;
}
.page-title-menu ul>li:first-child {
    margin-right: 5px;
}

.product {
    margin-bottom: 30px;
}

h2.text-center::after {
    background-color: #f29559;/* #df1d1c;*/
}

h2.text-center::after {
    content: "";
    height: 5px;
    width: 92px;
    left: 400px;
    bottom: 30px;
    position: absolute;
}

#section-two h2.text-center {
    color: #f29559;/* #df1d1c;*/
    text-transform: uppercase;
    padding-bottom: 30px;
    font-weight: 700;
}

#section-two h3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
}

#section-two.shop a {
    color: #222222;
    text-decoration: none;
}

#section-three {
    background-color: #191d21;
    padding: 30px 0 60px 0;
}

#section-three h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.price {
    text-align: center;
    font-size: 16px;
    color: #f29559;/* #df1d1c;*/
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -36px;
}

/* Carousel */
/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

/* Testimonial Section */
.testimonial-section2 {
    /*height: 600px;*/
    position: relative;
    padding: 50px 0;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #787878;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #df1d1c;
    border-color: #df1d1c;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #b2b2b2;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

/* Footer Section */
.context-dark,
.bg-gray-dark,
.bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic {
    padding: 30px 0;
}

.footer-classic a {
    color: #ffffff;
}

.footer-classic a:hover, .footer-classic a:focus,
.footer-classic a:active {
    color: #f29559;
    text-decoration: underline;
}

.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 18px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-list li a:before {
    /* content: "\f14f"; */
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}

.brand-logo-light {
    width: 50%;
    margin-bottom: 15px;
}

dt {
    text-transform: capitalize;
}

/* Single Product */
.s_product {
    margin-top: 72px;
}

.page-title-area {
    padding: 95px 0px;
    background-image: url(bootstrap/images/headerpic.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.page-title-menu ul span {
    color: #f29559;
    display: inline-block;
}
.page-title-menu ul li {
    color: #f29559;
    display: inline-block;
}

.page-title-menu ul li a {
    color: #f29559;
    font-weight: 400;
    padding-right: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

.page-title-menu ul li:last-child a, .page-title-menu ul li:last-child {
    color: #fff;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay::after {
    background-color: #1f2c39;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.92;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.gallery-wrap .img-small-wrap {
    text-align: center;
}

.gallery-wrap .img-small-wrap .item-gallery {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    margin: 7px 2px;
    display: inline-block;
    overflow: hidden;
}

.gallery-wrap .img-small-wrap img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.card {
    border: 0 none;
}

.rating-stars {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    clear: both;
}

.rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-stars li {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 1;
}

.rating-stars li.stars-active i {
    color: orange;
}

.rating-stars i {
    font-size: 14px;
    color: #ccc;
    display: inline;
}

#related-wrapper {
    background: #f2f2f2;
    padding-top: 72px;
    padding-bottom: 50px;
}

.section-title:before {
    content: " ";
    position: relative;
    display: table;
    margin: auto;
    width: 600px;
    top: 22px;
    border-bottom: 1px solid #ccc;
}

.section-title:after {
    content: " ";
    position: relative;
    bottom: 22px;
    display: table;
    margin: auto;
    width: 800px;
    border-bottom: 1px solid #ccc;
    z-index: 0;
}

.title-wrap {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding: 9.5px 45px;
    background: #f29559;
    z-index: 2;
}

.title-wrap:after {
    content: " ";
    width: 20px;
    right: -20px;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to top left, transparent 0%,transparent 47%,#f29559 52%,#f29559 100%);
}

.title-wrap:before {
    content: " ";
    width: 20px;
    left: -20px;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom right, transparent 0%,transparent 47%,#f29559 52%,#f29559 100%);
}

.section-title .title-wrap {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding: 9.5px 45px;
    background: #f29559;
    z-index: 2;
}

.cart-contents {
    color: #fff;
}
.cart-contents:before { /* font-family:WooCommerce;*/
    content: "view cart"; /*"\e01d"; font-size:28px;*/
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    color: #f29559;
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #2ecc71;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;/* top */
}

p.madeinusa {
    font-weight: 900;
    display: block;
    text-align: left;
    margin: 10px 0;
}
#siteseal.text-center {
text-align: center !important;
margin: 30px auto 0;
display: block;
}
.woocommerce-notices-wrapper, #order_comments_field > span.woocommerce-input-wrapper {
width: 100%;
display: block;
}
form.cart .btn-outline-primary {
color: #fff;
background-color: #f29559;
background-image: none;
border-color: #f29559;
}
.manufacture-logo {
    border: 1px solid #000;
    margin: 15px;
}
img.stripe-jcb-icon.stripe-icon, img.stripe-diners-icon stripe-icon {
    display: none;
}




body.tax-make article.mm_car_database {
display: block;
padding: 20px 0;
border-bottom: 1px solid #111;
margin-bottom: 20px;
}
h3.mm-title {
    color: #111111;
}
h3.mm-title a {
    color: #111111;
}
    
.mm-date {
    color: #111111;
}
.mm-date a {
    color: #aaa;
}

.mm-image-container {}
    
.mm-content {
    color: #111111;
}
.mm-content .mm-excerpt {
    color: #111111;
}
.mm-content .mm-read-more a {
color:  #f29559;
}
.cart-collaterals h2, .checkout.woocommerce-checkout h3 {
    font-weight: 900;
}

@media (max-width: 1200px){		
	.latest-design.about-l-design img{
		margin-left: 0;
		position: relative;
		right: -100px;
	}
	.about-l-design .latest-d-left {
		right: initial;
		left: -180px;
	}
}

@media screen and (max-width: 1201px) and (min-width: 992px) {
.navbar-brand {
width: 55%;
}
    .custom-logo {
    width: 140px;
    height: 32px;
    overflow: hidden
}
}

@media (max-width: 991px){
    .navbar-brand {
width: auto;
}
	header .top3 ul li{
		padding: 12px 20px;
	}
    .topbar {
        display: none !important;
}
    header {
background-color: #f29559;
color: #fff;
}
    #menu-header-menu .nav-link {
 font-size: 1.5rem;
        word-break: break-all;
}
.nav-link:hover {
color: #1f2c39;
}
    .cart-contents {
        display: none !important;
}
    .show-mobile {
        display: block !important;
}

	.latest-design h2{
		font-size: 55px;
	}
	.latest-design h3{
		font-size: 32px;
	}
	.latest-design .text-left>p{
		right: 0;
	}
	.banner-main .caption-main{
		position: static;
		transform: translateX(0%);
		color: #373737;
		padding: 25px 10px;
	}
	.banner-main .caption-main span{
		text-align: center;
	}
	.banner-main .caption-main span>p{
		color: #fff;
	}	
	.latest-design.about-l-design img{
		margin-left: 0;
		position: relative;
		right: -50px;
	}
	.about-l-design .latest-d-left {
		right: initial;
		left: -80px;
	}	
	.about-main .container{
		padding: 0 15px;
	}	
	.about-main .container h1{
		font-size: 35px;
	}
    .resonix-footer:first-child {
        -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
    }
    
    .resonix-footer {
        -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
    }
}
@media (max-width: 768px){
    
.custom-logo {
    width: auto;
    max-width: 181px;
    height: auto; /*42px;*/
    overflow: hidden
}
	.navbar-expand-sm .navbar-nav .nav-link{
		padding: 12px 10px;
	}
	.newsletter input[type="submit"]{
		font-size: 16px;
	}
	.latest-d-left{
		position: static;
		margin-top: 0; 
	}
	.latest-design h2{
		font-size: 45px;
	}
	.latest-design h3{
		font-size: 28px;
	}
}
@media (max-width: 767px){
.topbarbox1, .topbarbox2 {
padding: 12px 15px;
}
    .navbar-brand {
display: block;
width: 70%;
}
    .navbar-brand img {
width: auto; /* 60%; */
}
    .navbar-toggler {
position: absolute;
right: 15px;
top: 15px;
}
    .cart-contents {
        display: none !important;
    }
    h2.text-center::after {
content: "";
height: 5px;
width: 92px;/* left: 50%; bottom: 30px; position: absolute; right: 50%; */
margin: 0 auto;
display: block;
position: relative;
left: 0;
bottom: 0;
}
    
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
float: none !important;
width: 100% !important;
        display: block !important;
        margin-left: auto!important;
        margin-right: auto!important;
}  
    .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
float: none !important;
width: 100% !important;
        display: block !important;
        margin-left: auto!important;
        margin-right: auto!important;
clear: none;
}
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
float: none !important;
width: 100% !important;
        padding: 0 !important;
        display: block !important;
        margin-left: auto!important;
        margin-right: auto!important;
max-width: 100%;
}
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
float: none !important;
width: 100% !important;
        padding: 0 !important;
        display: block !important;
        margin-left: auto!important;
        margin-right: auto!important;
max-width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
width: 100% !important;
overflow: visible;
}
.woocommerce form .form-row label, .woocommerce form .form-row span {
line-height: 2;
width: 100% !important;
}
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
padding: 10px;
}
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        border-color: #000;
}
    .woocommerce table.shop_table {
border: 1px solid #000 !important;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 5px;
}
    
}
@media (min-width: 576px){
	.navbar-expand-sm {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}


@media (max-width: 580px){
    .social-container .col {
        width:100%;
    }
    
    .manufacture-logo {
        width:44%;
        margin: 15px 3%;
    }

}


@media (max-width: 576px){
	nav{
		position: relative;
	}
	.main-menu{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		bottom: 0;
		z-index: 99999;
		background: #000;
		right: 0;
		transition: height .5s;
		height: 0;
	}
	header .top3 ul li{
		display: block;
	}
	.top3 .hide{
		display: block;
	}
	.banner-main .caption-main span{
		font-size: 26px;
	}
	.newsletter input[type="submit"]{
		font-size: 14px;
	}
	.latest-design h2{
		font-size: 45px;
	}
	.latest-design h3{
		font-size: 22px;
	}
	.latest-design{
		text-align: center;
	}
	.latest-design img{
		width: 100%;
		margin-left: 0px;		
	}
	.latest-d-left .text-right{
		text-align: center !important;
	}
	.latest-design .text-left{
		text-align: center !important;
	}
	.latest-design .text-left>p{
		position: static;
	}
	footer{
		text-align: center;
	}
	.newsletter .container,
	footer .container{
		padding: 0 15px;
	}	
	.latest-design.about-l-design img{
		margin-left: 0;
		position: relative;
		right: 0px;
	}
    
    .resonix-footer {
        -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
    }
    .row.no-gutters.social-container {
        display: none !important;
    }
}
@media screen and (min-width:768px) {	
}
@media (min-width:1024px) {
}
@media (max-width:1200px) {
}
@media (max-width:1024px) {
}
@media (max-width:768px) {
}
@media (max-width:640px) {	
}
@media (max-width:480px) {
    
    .manufacture-logo {
        width: 90%;
        margin: 15px auto;
    }
    .manufacture-logo img {
        display: block;
        margin: 0 auto;
    }
    .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
width: 100% !important;
}
    #blogCarousel > div > div > div > div {
        margin-bottom: 20px;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
float: none !important;
width: 100% !important;
}
}
@media (max-width:320px) {	
}