
/* ----------------------------------------------
	1.3 Spacing 
----------------------------------------------- */

.box {
    margin: 0 -10px;
}
.no-space {
    padding: 0;
    margin: 0;
}
.no-margin {
    margin: 0;
}

/* =====  margin top  ===== */

.mtblr_20 {
    margin: 20px;
}
.mt_0 {
    margin-top: 0;
}
.mt_10 {
    margin-top: 10px;
	margin-bottom: 20px;
	
}
.mt_20 {
    margin-top: 20px;
}
.mt_25 {
    margin-top: 25px;
}
.mt_30 {
    margin-top: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.mt_50 {
    margin-top: 50px;
}
.mt_60 {
    margin-top: 60px;
}
.mt_70 {
    margin-top: 70px;
}
.mt_80 {
    margin-top: 80px;
}
.mt_90 {
    margin-top: 90px;
}
.mt_100 {
    margin-top: 100px;
}

/* =====  margin bottom  ===== */

.mb_0 {
    margin-bottom: 0;
}
.mb_10 {
    margin-bottom: 10px;
	margin-top: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_60 {
    margin-bottom: 60px;
}
.mb_70 {
    margin-bottom: 70px;
}
.mb_80 {
    margin-bottom: 80px;
}
.mb_90 {
    margin-bottom: 90px;
}
.mb_100 {
    margin-bottom: 100px;
}

/* =====  margin top bottom ===== */

.mtb_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtb_20 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.mtb_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb_40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mtb_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mtb_60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mtb_70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.mtb_80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mtb_90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.mtb_100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* =====  padding  ===== */

.no-padding {
    padding: 0;
}

/* =====  padding top ===== */

.pt_10 {
    padding-top: 10px;
}
.pt_20 {
    padding-top: 20px;
}
.pt_30 {
    padding-top: 30px;
}
.pt_40 {
    padding-top: 40px;
}
.pt_50 {
    padding-top: 50px;
}
.pt_60 {
    padding-top: 60px;
}
.pt_70 {
    padding-top: 70px;
}
.pt_80 {
    padding-top: 80px;
}
.pt_90 {
    padding-top: 90px;
}
.pt_100 {
    padding-top: 100px;
}

/* =====  padding bottom ===== */

.pb_10 {
    padding-bottom: 10px;
}
.pb_20 {
    padding-bottom: 20px;
}
.pb_30 {
    padding-bottom: 30px;
}
.pb_40 {
    padding-bottom: 40px;
}
.pb_50 {
    padding-bottom: 50px;
}
.pb_60 {
    padding-bottom: 60px;
}
.pb_70 {
    padding-bottom: 70px;
}
.pb_80 {
    padding-bottom: 80px;
}
.pb_90 {
    padding-bottom: 90px;
}
.pb_100 {
    padding-bottom: 100px;
}

/* =====  padding top bottom ===== */

.ptb_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* ----------------------------------------------
	1.4 Button 
----------------------------------------------- */

.btn{
    background: #1A1B1C none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
}


.btn:hover, .btn:focus, .btn.focus{
    background: #EA5000 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
	
	
}
.btn-link-b, .btn-link-w {
    background: transparent;
    border-bottom: 1px solid;
    padding: 0 0 10px;
    letter-spacing: 0;
}
.btn-link-b {
    color: #000;
}
.btn-link-w {
    color: #fff;
}
.btn-link-w:hover, .btn-link-w:focus, .btn-link-b:hover, .btn-link-b:focus {
    text-decoration: none;
    border-bottom: 1px solid;
}
.btn-dark {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.btn-light {
    background: #fff none repeat scroll 0 0;
    color: #000;
}
.btn-border {
    border: 1px solid;
    background-color: transparent;
}



/* ----------------------------------------------
	1.9 Inputs
----------------------------------------------- */

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], input[type="file"], textarea, select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e5e5e5;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    color: #888;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    transition: all 0.2s ease 0s;
    padding: 8px 10px;
    min-width: 40px;
}
input[type="radio"], input[type="checkbox"] {
    min-width: auto;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
textarea {
    min-height: 140px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
    opacity: 1
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    opacity: 1
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
    opacity: 1
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    opacity: 1
}
input:focus, textarea:focus {
    border-color: #000;
}
.full-with-form {
    width: 100%;
    max-width: 100%;
}

/* =====  Select  =====*/

.form-control {
    border-radius: 0px;
    box-shadow: none;
    max-width: 100%;
}
.form-control:focus {
    box-shadow: none;
    border-color: #000;
}





/* ----------------------------------------------
	1.10 Newslatter popup
----------------------------------------------- */

.newsletters {
    display: inline-block;
    width: 100%;
}

.news-head{
	size: 100%;
}

.newsletters h2 {
    font-size: 20px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}

.new-desc{
font-size: 16px;
}
	.newsletters input {
    background: #F5F5F5 none repeat scroll 0 0;
    border: medium none;
    color: #000;
    height: 55px;
    margin: 0;
    padding: 0 20px;
    width: 390px;
}
.newsletters button {
    
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    height: 55px;
    float: right;
    width: 180px;
    border: 1px solid #000;
    transition: 0.5s;
    letter-spacing: 0.5px;
}
.newsletters button:hover, .newsletters button.btn-default:focus {
    background: #fff;
    border-color: #000;
    color: #000;
    transition: 0.5s;
    box-shadow: none;
}
.newsletter-popup .popup-text {
    text-align: center;
}
.newsletter-popup .popup-image {
    margin-bottom: 35px;
}
.newsletter-popup .checkbox label {
    color: #000000;
}
.newsletter-popup .popup-title {
    font-family: "Open Sans";
    font-size: 80px;
    line-height: 60px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
    padding-bottom: 0px;
    float: left;
}
.newsletter-popup .popup-title span {
    font-size: 24px;
    margin-left: -20px;
    color: #e40001;
}
.newsletter-popup, .success_msg {
    background: #f0f0f0;
    box-shadow: 0 4px 5.94px 0.06px rgba(0, 0, 0, 0.13);
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 25px;
    position: fixed;
    right: 0;
    top: 20%;
    width: 750px;
}
.newsletter-popup-top {
    float: right;
    margin: 55px auto 0 20px;
    overflow: visible;
    padding: 0 0 50px;
    width: 290px;
}
.newsletter-popup-top .btn-default, .newsletter-popup-top .btn-default:hover {
    border: 0;
    transition: all 0.5s ease 0s;
    padding: 10px 18px;
    margin: 20px 0 0;
    float: left;
}
.newsletter-popup-top .popup-desc {
    padding: 20px 20px;
    margin: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-bottom: 30px;
    line-height: 17px;
    text-align: left;
    clear: left;
}
.newsletter-popup-top .popup-desc span {
    font-weight: bold;
}
.newsletter-popup-top input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 5px 18px;
    width: 100%;
}

#xout {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
}
#xout:hover {
    color: #555;
}
#checkme {
    margin: 20px 5px 0 0;
    width: 20px;
}
label.checkme {
    clear: left;
    display: block;
    float: left;
    color: #e40001;
    font-weight: normal;
}



/* ----------------------------------------------
	3.2.2 CMS-Banner
----------------------------------------------- */

.banner {
    overflow: hidden;
}
.sub-img {
    position: relative;
}
.bannertext {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.bannertext>h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    transition: all 0.5s ease 0s;
}
.bannertext>p {
    font-size: 16px;
    color: #F37601;
}
.bannertext .cms_btn {
    opacity: 0;
}

.sub-hover {
    overflow: hidden;
    position: relative;
}
.sub-hover:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}
.sub-hover:hover .cms_btn {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.sub-hover:hover .bannertext {
    top: 13%;
    transition: all 0.5s ease 0s;
}
.sub-hover:hover .bannertext> h2 {
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.sub-hover:hover .bannertext>p {
    opacity: 0;
    transition: all 0.5s ease 0s;
}




h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
h1 {
    font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h3 {
    font-size: 22px;
    line-height: 26px;
}
h4 {
    font-size: 18px;
    line-height: 22px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
.uppr {
    text-transform: uppercase;
}
.lower {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}

/* =====  margin top  ===== */


.mb_10 {
    margin-bottom: 10px;

}

/* ----------------------------------------------
	3.2.3 Home product
----------------------------------------------- */

.main_title {
    font-size: 25px;
    float: left;
    color: #000;
    font-weight: 670;
    text-transform: uppercase;
	font-family: 'Lato Bold';
}
.main_title:after {
    border-bottom: 3px solid #F37601;
    content: "";
    display: block;
    margin-bottom: -3px;
    padding: 1px;
}
.heading-part {
    border-bottom: 3px solid #e5e5e5;
    display: inline-block;
    width: 100%;
}









/* =====  RESPONSIVE CSS START  =====*/

@media (max-width:1199px) {
    .four-col-work .grid-item {
        width: 33.33%;
    }
    .product-list .product-thumb .button-group {
        bottom: 0;
    }
    .product-layout.product-list .image.product-imageblock {
        width: 46%;
    }
    .product-list .product-thumb .caption {
        width: 50%;
    }
    .newsletters input {
        width: 280px;
    }


.mtb_20 {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-title {
        font-size: 40px;
        line-height: 55px;
    }
}

/*----------------------------------*/

@media (max-width:991px) {

    .mega-dropdown-menu .carousel.slide {
        display: none;
    }
    .mega-dropdown-menu{
        padding: 25px 0;
    }
    .bannertext>h2 {
        font-size: 20px;
    }
    .product-list .product-thumb .caption {
        width: 100%;
        margin-top: 20px;
    }

    .toggle.active .toggle_div::before {
        color: #fff;
        content: "\f055";
        font-family: "FontAwesome";
        font-size: 22px;
        padding: 0;
        position: absolute;
        right: 0;
    }
    .toggle .toggle_div::before {
        color: #fff;
        content: "\f056";
        font-family: "FontAwesome";
        font-size: 22px;
        padding: 0;
        position: absolute;
        right: 0;
    }
    #product-tab .owl-nav {
        top: -79px;
    }
    #product-tab .nav {
        right: auto;
        top: 47px;
    }
    #product-tab .heading-part {
        margin-bottom: 40px;
    }
    .newsletters input {
        width:100%;
    }
    .newsletters button {
        width:100%;
    }
    .footer-logo, .client-avatar{
        float: none;
    }

    .footer-block ul {
        display: none;
    }
    .footer .form-group>input {
        float: left;
    }
    .footer .form-group .btn {
        float: left;
        margin-left: 15px;
        padding: 10px 20px;
    }
    .footer .form-group>input {
        width: 280px;
    }

    .footer-title {
        cursor: pointer;
        position: relative;
    }
}


/*-----------------------------------*/

@media (max-width: 767px) {
    
    .header-top-left, .header-top-right {
        text-align: center;
    }
    .main-search{
        width: auto;
        margin-top: 20px;
    }
    .navbar-brand{
        float: left;
    }
    .navbar-nav > li{
    display:block;
    }
    .navbar > p {
        display: block;
    }
    #menu{
        height:auto;
        text-align: left;
    }
    .navbar-collapse {
    width: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.92);
    top: 50px;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        z-index:3;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .mega-dropdown-menu, #menu .dropdown-menu {
        position: relative;
        width: 100%;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #menu > li > a{
        padding: 10px 18px;
    }
    .collapse.in {
        display: block !important;
    }
    .main-banner .owl-dots {
        bottom: 0;
    }
    #category-menu-responsive {
        display: none;
    }
    #category-menu {
        display: none !important;
    }
    .left_banner {
        display: none;
    }
    .three-col-work .grid-item, .three-col-blog .blog-item, .two-col-work .grid-item, .two-col-blog .blog-item, .four-col-work .grid-item {
        width: 100%;
    }
    .product-thumb .button-group {
        bottom: -21px;
        left: 0;
        opacity: 0;
        right: 0;
        top: auto;
        transition: all 0.6s ease 0s;
    }
    .product-thumb:hover .button-group{
        left: 0;
        right: 0;
    }
    .product-thumb .button-group .wishlist, .product-thumb .button-group .quickview, .product-thumb .button-group .compare, .product-thumb .button-group .add-to-cart{
        display: inline-block;
        height: 34px;
        margin: -1px;
        width: 34px;
    }
    .caption.product-detail{
        margin-top: 25px;
    }
    #Blog .post-info{
        position: relative;
    }
    #Blog .post-info > p, .write-comment a, .read-more a{
        color: #494b4c;

    }
    .blog .thumb:hover .post-image-hover{
        background:transparent;
    }
    .view-blog{
        border-color: #ccc; 
    }
    .newsletter-popup-top {
        width: 50%;
        margin: 0;
        padding: 0;
    }
    .newsletter-popup-top .popup-desc {
        padding: 10px 0;
    }
    .offer {
        width: 45%;
        float: left;
    }
    .newsletter-popup .popup-title span {
        margin-left: 0;
    }
    .newsletter-popup .popup-title {
        font-size: 50px;
    }
    .newsletter-popup {
        margin: 30px;
        width: auto;
    }
    .newsletters div.news-form.pull-right {
        float: left !important;
        margin: 10px 0 0;
		size: 100%;
		margin-left: 10px;
    }
    .newsletters input {
        width:100%;	
    }
	
	.news-head{
	size: 100%;
	margin-left: 10px;
}
	
    .Testimonial {
        margin-top: 50px;
    }
    .payment-icon, .copyright-part, .social_icon {
        text-align: center;
    }
    .copyright-part{
        margin: 10px 0;
    }
}

.mb_10 {
    margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	
}




/*-----------------------------------*/

@media (max-width:650px) {
    .logo {
        margin-left: 50px;
    }
    .logo a {
        padding: 10px 0 10px 10px;
    }
    .cms_banner>div {
        width: 100%;
        margin: 0;
    }

    #subbanner1, #subbanner2, #subbanner4, #subbanner5 {
        float: left;
        margin: 10px;
        width: 45%;
    }

}

/*-----------------------------------*/

@media (max-width:480px) {

    .navbar-header,.shopcart {
        width: 100%;
        text-align: center;
    }
    .navbar-brand, .header-right {
        width: 100%;
    }
    .navbar-brand>img {
        display: inline-block;
    }
    #cart > .btn{
        float: none;
    }
    .navbar-header {
        margin: 0;
    }
    .header-right.pull-right.mtb_50 {
        margin: 0 0 20px;
    }
    #subbanner1, #subbanner2, #subbanner4, #subbanner5{
        width: auto;
    }

    .bannertext>h2 {
        font-size: 16px;
    }
    .bannertext>p {
        font-size: 14px;
        line-height: 1;
    }

    .product-layout.product-list .image.product-imageblock {
        width: 100%;
    }
    .category-page-wrapper>div {
        width: 100%;
    }
    .footer .form-group .btn {
        float: none;
        margin-left: 0;
    }
    .newsletter-popup {
        padding: 25px;
    }
    .offer {
        display: none;
    }
    .newsletter-popup .popup-title span {
        margin: 0;
    }
    .newsletter-popup .popup-title {
        font-size: 40px;
    }
    .newsletter-popup-top .popup-desc, .newsletter-popup {
        text-align: center;
    }
    .newsletter-popup-top .btn-default, .newsletter-popup-top .btn-default:hover, label.checkme, .newsletter-popup-top,
    .newsletter-popup .popup-title {
        float: none;
    }
    .newsletter-popup-top {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .newsletters input {
        width: 310px;
    }
}

@media (max-width:360px) {
    .header-top-left li, .header-top-right li {
        padding: 0 10px;
    }
    .nav>li>a {
        padding: 6px;
    }
    .newsletters input {
    width: 150px;
    }
}
    /* =====  END RESPONSIVE CSS  =====*/