/* 
 * 	Responsive CSS File
 *	v1.0
 */

/* clearfix */

 /* Media added by rk */
 @media (min-width: 1770px) {
    .container {
        width: 1740px;
    }

    .product-listing .inner-listing .item-width {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .banner.inner-banner1 {
        min-height: 1px;
    }

    
}

@media (max-width: 1770px) {
    
}
 /* Media added by RK */
@media only screen and (min-width: 1200px) and (max-width: 1769px) {

    .container {
        width: 1170px;
        max-width: 100%;
    }

    .col-lgmd-20per {
        max-width: 20%;
        flex: 0 0 20%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lgmd-60per {
        max-width: 60%;
        flex: 0 0 60%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lgmd-80per {
        max-width: 80%;
        flex: 0 0 80%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-listing .inner-listing .item-width-2col {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .product-list.col-xl-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .navbar-brand img {
        height: 50px;
    }

    .banner {
        margin-top: 124px;
    }

    .navbar-nav > li > a {
        padding: 50px 18px;
    }

    .header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
        padding: 47px 0;
    }

    .sub-banner1 .sub-banner-detail, .sub-banner.sub-banner4 .sub-banner-detail {
        padding: 10px 0;
    }

    .sub-banner.sub-banner1 .sub-banner-detail .sub-banner-title {
        font-size: 25px;
    }

    .sub-banner .sub-banner-detail .sub-banner-subtitle {
        font-size: 18px;
    }

    .sub-banner .sub-banner-detail .sub-banner-title {
        font-size: 18px;
    }

    .sub-banner.sub-banner2 .sub-banner-detail {
        left: calc(100% - 64%);
    }
    .banner-top {
        margin-bottom: 7px;
    }
    .sub-banner.sub-banner2 .sub-banner-detail, .sub-banner.sub-banner3 .sub-banner-detail {
        top: calc(100% - 80%);
    }

    .sub-banner.sub-banner3 .sub-banner-detail {
        left: 20px;
    }

    .feature-box {
        text-align: center;
    }
    .ser-feature-block .feature-icon {
        display: inline-block;
        float: none;
        margin-left: 0;
    }
    .product-listing .item-width {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .new-label, .sale-label {
        padding: 8px;
        font-size: 12px;
    }

    .feature-detail {
        padding-left: 0;
        padding-top: 0;
    }

    .newsletter-box {
        padding-right: 140px;
    }

    .newsletter-inner input {
        padding: 10px;
    }

    .footer .newsletter-inner form button {
        padding: 15px 18px;
    }

    .footer_social ul li i.fa {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: 35px;
        padding: 7px;
        width: 35px;
        font-size: 24px;
        color: #0fb7a4;
        padding: 12px 0;
        width: 27px;
    }

    .footer_social ul.social-icon li i.fa.fa-facebook:hover {
        color: #3b5998;
        background: none;
    }

    .footer_social ul.social-icon li i.fa.fa-twitter:hover {
        color: #1dcaff;
        background: none;
    }

    .footer_social ul.social-icon li i.fa.fa-linkedin:hover {
        color: #0077b5;
        background: none;
    }

    .footer_social ul.social-icon li i.fa.fa-rss:hover {
        color: #ff6600;
        background: none;
    }

    .footer_social ul.social-icon li i.fa.fa-pinterest:hover {
        color: #c8232c;
        background: none;
    }

    .footer-middle-right {
        padding-left: 40px;
    }

    .newsletter-inner .main_title {
        font-size: 20px;
        margin-top: -5px;
    }
}

@media (min-width: 1200px) {
    .menu-container {
        margin: 0 auto;
        width: 1170px;
    }

    .header-fixed .navbar-brand img {
        height: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    /* Header */
    
    /* Content */   
    .newsletter {
        padding: 0px;
    }

    .navbar-brand img {
        height: 40px;
    }

    .header-fixed .navbar-brand img {
        height: 40px;
    }

    .header-fixed .navbar-nav > li > a {
        padding: 33px 10px;
    }

    .header-fixed .header-right-link > ul > li > a {
        padding: 30px 0;
    }

    .cat-block .mlr_-25 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .cat-block .plr-25 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cate-banner2 .cate-banner-img {
        position: absolute;
        top: 100%;
        max-width: 100%;
    }

    .blog-main .blog-contant{
        margin-top: 0px;
    }

    .sub-banner .sub-banner-detail .sub-banner-title {
        font-size: 16px;
        line-height: 24px;
    }
    .sub-banner1 .sub-banner-detail, .sub-banner.sub-banner4 .sub-banner-detail {
        padding: 10px 5px;
    }

    .sub-banner.sub-banner1 .sub-banner-detail .sub-banner-title {
        font-size: 20px;
    }
    .sub-banner .sub-banner-detail .sub-banner-subtitle{
        font-size: 16px;
    }

    .sub-banner.sub-banner2 .sub-banner-detail {
        left: calc(100% - 70%);
    }
    .banner-top {
        margin-bottom: 5px;
    }
    .sub-banner.sub-banner2 .sub-banner-detail, .sub-banner.sub-banner3 .sub-banner-detail {
        top: calc(100% - 85%);
    }
    .sub-banner2 .sub-banner-title, .sub-banner3 .sub-banner-title {
        margin-bottom: 10px;
    }

    .show-item {
        float: right;
        margin-bottom: 20px;
    }

    .view {
        margin-bottom: 20px;
    }
    
    /* Footer */
    .footer-static-block .title {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .newsletter-inner .main_title {
        font-size: 20px;
        margin-top: -5px;
    }
    
}

@media (max-width: 1199px) {

    .column-20per {
        width: 30%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .column-80per {
        width: 70%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .container {
        padding: 0 15px;
    }

	/* Header */

    .header-fixed .nav > li:first-child a {
        padding-left: 0;
    }

    .navbar-nav > li > a {
        padding: 45px 10px;
    }

    .header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
        padding: 42px 0;
    }

    .header-fixed .navbar-nav > li > a {
        padding: 36px 10px;
    }

    .header-right-link > ul > li {
        padding: 0;
    }

    .sub-menu-slider {
        width: 160px;
    }

    /* Column */

    .banner {
        margin-top: 114px;
    }

    .ser-feature-block .feature-box {
        padding-left: 0;
        text-align: center;
    }

    .ser-feature-block .feature-icon {
        display: inline-block;
        float: none;
        margin-left: 0;
    }

    .feature-detail {
        padding-left: 0;
        padding-top: 0;
    }

    .homepage .banner {
        min-height: 100%;
    }

    .banner-detail {
        top: calc(100% - 75%);
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 40px;
    }
    .banner-detail .banner-detail-inner span.offer {
        font-size: 25px;
        margin-top: 10px;
    }
    .banner-detail .banner-detail-inner span.slogan {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .sub-banner1 .sub-banner-detail, .sub-banner.sub-banner4 .sub-banner-detail {
        width: calc(100% - 30px);
    }
    .sub-banner3 .sub-banner-detail span.line {
        margin: 25px 0;
    }

    .cate-detail a {
        font-size: 14px;
    }


    .price-box .price {
        font-size: 16px !important;
    }
    .price-box .price.old-price {
        font-size: 14px !important;
    }
    .heading-part > h2 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .pro-detail-info {
        margin-top: 0px;
    }

    .product-detail-inner {
        padding: 7px 0 3px;
    }

    .product-item.sold-out::after {
        font-size: 12px;
    }

    .new-label, .sale-label {
        padding: 8px;
        font-size: 12px;
    }
    .sidebar-contant .pro-detail-info > a {
        font-size: 14px;
    }

    .product-listing .product-item, .blog-listing .blog-item {
        margin-bottom: 0;
    }

    .list-types {
        padding: 0 2px;
    }

    .shorting .view {
        margin-right: 10px;
    }

    /*  .bottom-detail ul li a {
        font-size: 0;
    } */

    .short-by > span, .show-item > span {
        font-size: 15px;
    }


    .client-img.left-side {
        float: none;
        margin: 0;
    }

    .footer_social {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer_social ul li i.fa {
        height: 35px;
        padding: 7px;
        width: 35px;
    }

    .newsletter-box {
        padding-right: 140px;
    }

    .newsletter-inner input {
        padding: 10px;
    }

    .footer .newsletter-inner form button {
        padding: 15px 18px;
    }

    .footer, .footer a, .footer p {
        font-size: 16px;
    }

    .quote {
        border: none;
    }

    .homepage .blog-detail {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .blog-detail {
        margin-bottom: 30px;
    } 

    .about-detail h2.heading {
        font-size: 20px;
    }

    .product-page .product-item .detail-inner-left ul li {
        padding: 0 2px;
    }



    .product-page .product-detail-inner {
        padding: 10px 0 0;
    }

    
    .newsletter-inner input {
        margin-left: 0;
    }
	
	.payment{
		margin-top:9px;
	}
	
	.newsletter-inner{
		/* width:50%;
		margin-top:5px; */
	}
	
	.newsletter-title .title{
		display:none;
	}
	
	.newsletter-inner input{
		width:100%;
	}
	
    .ser-feature-block .feature-box {
        padding-left: 0;
        text-align: center;
    }

    .ser-feature-block .feature-icon {
        display: inline-block;
        float: none;
        margin-left: 0;
    }

    .feature-detail {
        padding-left: 0;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    /* .mobile-sub-menu {
        display: inline !important;
    } */

    .mobilemenu-content, .nav > li.level:hover .megamenu {
        display: block !important;
    }

    .sidebar-box .sidebar-contant {
        display: block !important;
    }

    .footer-static-block .footer-block-contant {
        display: block !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	
	/* Content */

    .special-products-block .pro-detail-main .bottom-detail {
        bottom: -90px;
    }
	
}
@media (max-width: 991px) {

    .container-full-sm .container {
        width: 100%;
    }

    .ptb-95 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pt-95 {
        padding-top: 60px;
    }

    .pb-95 {
        padding-bottom: 60px;
    }

    .center-sm {
        text-align: center;
    }

    .left-sm {
        text-align: left;
    }

	.float-none-sm {
        float: none !important;
    }

    .float-left-sm {
        float: left !important;
    }

    .float-right-sm {
        float: right !important;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }

    .ptb-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pt-sm-15 {
        padding-top: 15px;
    }

    .pb-sm-15 {
        padding-bottom: 15px;
    }

    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .m-smoll-0 {
        margin: 0px;
    }

    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

	/* Header */

    .menu-width {
        max-width: 0 !important;
        padding: 0;
    }

    .navbar-collapse {
        background: #0fb7a4;
        border-bottom: 0 none;
        bottom: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        display: inline-block !important;
        height: 100% !important;
        left: -250px;
        margin: 0 !important;
        position: fixed !important;
        top: 0 !important;
        width: 250px;
        z-index: 2;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

    /* .se-pre-con {
        opacity: 0;
        visibility: hidden;
    } */

    .modal.in .modal-dialog {
        text-align: center;
    }

    .modal-content, .modal-body {
        display: inline-block;
    }

    .modal-lg {
        height: auto;
    }

    #newslater-popup img {
        display: none;
    }

    .newsletter-inner > span {
        margin-top: 0;
    }

    #newslater-popup .newsletter-inner p {
        margin-top: 15px;
        margin-bottom: 0;
    }
    /* .nl-popup-main {
        padding: 30px;
    } */

    .header-middle .container {
        position: relative;
    }
    
    .header-bottom {
        display: block;
        margin-bottom: 0px;
    }

    .search-box input.input-text {
        opacity: 1;
        width: 250px;
    }

    .search-responsive {
        margin-right: 0;
    }

    .search-container input[type="text"] {
        font-size: 30px;
        padding: 0;
    }

    header#header {
        position: relative;
        padding: 0;
    }

    header#header.header-fixed {
        position: relative;
    }

    .navbar-brand > img {
        height: 40px;
    }

    .banner {
        margin: 0;
    }

    .main-banner .owl-pagination .owl-page > span {
        height: 4px;
        width: 20px;
    }

    /* .navbar-brand > img {
        height: 42px;
    } */

    .nav.navbar-nav.navbar-left {
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li {
        padding: 0;
    }

    .navbar-nav > li > a, .navbar-nav > li > a:focus {
        color: #fff;
        padding: 5px 18px;
    }

    .navbar-nav > li.dropdown > a::after {
        display: none;
    }

    .dropdown-menu .dropdown-inner {
        background-color: transparent;
        border-top: medium none;
        left: auto;
        opacity: 1;
        padding: 0 30px;
        position: relative;
        top: auto;
        transition: none 0s ease 0s ;
    }
    .dropdown-menu .dropdown-inner {
        box-shadow: none;
    }

    .sidebar-nav .list-unstyled > li > a:before {
        content: "";
        font-family: FontAwesome;
        left: -11px;
        position: absolute;
    }

    .navbar-toggle {
        display: block;
    }

    .header-right-part {
        margin: 0 0 14px;
    }

    .navbar-collapse.menu-open {
        left: 0;
        box-shadow: 450px 0 0 300px rgba(0, 0, 0, 0.5);
    }

    .navbar-collapse.in {
        display: block !important;
    }

    .navbar-nav > li {
        float: none;
        width: 100%;
    }

    .navbar-nav > li > a {
        width: 100%;
    }

    .nav > li:hover > a, .nav > li.active > a, .nav > li > a:focus {
        color: #006754;
    }

    .megamenu .sub-menu-level2 li.level3 > a {
        color: #fff !important;
    }

    .header-fixed .navbar-nav > li > a {
        padding: 5px 18px;
    }

    #header .nav > li:first-child a {
        padding-left: 15px;
    }

    /* .header-inner .navbar-collapse, .header-inner .navbar-collapse ul {
        width: 100%;
    } */

    .megamenu {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }

    .megamenu .level2 > a {
        color: #006754;
        margin-bottom: 2px;
        margin-right: 0;
        position: relative;
    }

    .header-right-part {
        display: inline-block;
        padding: 0 225px 0 0;
        width: 100%;
		margin-bottom:0px;
		position:relative;
    }

    #logo a {
        text-align: left;
    }

    .header-main-link {
        position: absolute;
        right: 170px;
        top: 0;
    }
	
	.top-search-bar {
		/* margin: 3px 0 15px; */
        padding: 18px 0;
	}

    .header-right-part ul li.content {
        padding: 15px 0;
    }

    .header-right-part ul li.mobile-view-search {
        width: 100%;
    }

    .search-box {
        padding: 0;
    }

    .search-box .search-btn {
       
    }
	
	.header-right{
		width:100%;
		padding: 0 15px;
	}
	
	#top.top-responsive {
		display: block;
		padding:0px;
		position:absolute;
		right:45px;
		top:30px;
	}
	
	
	/* Menu */

    .navbar-collapse {
        padding: 15px 15px 0 0px;
    }

    .megamenu .level2 > a {
        position: relative;
        margin-bottom: 2px;
    }

    .megamenu .level2 > a:before {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        left: -11px;
    }
    
    /* .nav > li:hover {
        overflow: hidden;
    } */

    .megamenu {
        background-color: transparent;
        border-top: none;
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        padding: 0px 30px;
        box-shadow: none;
        transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
    }

    .megamenu .sub-menu-level1 li.level2 {
        float: none;
        margin-bottom: 15px;
    }

    .megamenu .megamenu-inner-top .level2 {
        margin-bottom: 15px;
    }
    #menu{
        display: none;
        overflow: auto;
    }
    #wrapper {
        display: block !important;
    }

    .side-toggle {
        display: block;
    }

    .navbar-toggle {
        border: none;
        background: none;
        color: #333333;
        height: 42px;
        margin-right: 0;
        margin-top: 36px;
        padding: 8px 10px;
        width: 42px;
        display: block;
    }
	
	/* content */

    #slideshow0.owl-carousel .owl-buttons {
        display: none;
    }

    .main-banner .owl-pagination {
        bottom: 10px;
    }


    .owl-slider .owl-controls .owl-buttons .owl-prev, 
    .owl-slider .owl-controls .owl-buttons .owl-next {
        opacity: 1;
    }

    .product-slider .owl-prev, .product-slider .owl-next, 
    #brand-logo .owl-prev, #brand-logo .owl-next, 
    #our-sell-pro .owl-prev, #our-sell-pro .owl-next, 
    .banner .owl-prev, .banner .owl-next, 
    .client-main .owl-prev, .client-main .owl-next, 
    .sub-menu-slider .owl-prev, .sub-menu-slider .owl-next, 
    .pro_cat .owl-prev, .pro_cat .owl-next {
        height: 35px;
        width: 35px;
    }

    #our-sell-pro .owl-prev, .pro_cat .owl-prev {
        left: 0;
    } 

    #our-sell-pro .owl-next, .pro_cat .owl-next {
        right: 0;
    }

    .product-slider .owl-prev::after, .product-slider .owl-next::after, 
    #brand-logo .owl-prev::after, #brand-logo .owl-next::after, 
    #our-sell-pro .owl-prev::after, #our-sell-pro .owl-next::after, 
    .banner .owl-prev::after, .banner .owl-next::after, 
    .client-main .owl-prev::after, .client-main .owl-next::after, 
    .sub-menu-slider .owl-prev::after, .sub-menu-slider .owl-next::after, 
    .pro_cat .owl-prev::after, .pro_cat .owl-next::after {
        font-size: 23px;
        line-height: 32px;
    }

    .inner-banner {
        margin-top: 0;
         padding: 100px 0;
    }

    .flex-direction-nav {
        display: none;
    }

    .banner-detail {
        top: 25%;
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 35px;
    }

    .sub-banner {
        margin-bottom: 20px;
    }
    .banner-top {
        margin-bottom: 0;
    }

    .sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
        margin-top: 10px;
    }

    .sub-banner-block .sub-banner:hover img {
        transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    .sub-banner .sub-banner-effect {
        display: none;
    }

    .sub-banner.sub-banner4 .sub-banner-detail {
        bottom: 15px;
    }

    .special-products-block .pro-detail-main {
        min-height: 1px !important;
    }

    .cate-banner-detail .cate-banner-title {
        color: #fff !important;
    }

    .cate-banner .cate-banner-more a::before {
        width: 0 !important;
    }

    .cate-banner-detail .cate-banner-more a {
        color: #ffee00 !important;
    }

    .cat-img img, .cat-box-inner li .pro-media img {
        transform: scale(1) !important;
    }

	.newsletter {
		background-size: cover;
	}

	.newsletter-inner p {
		margin-bottom: 15px;
	}

	.header-inner button i.fa {
		font-size: 24px;
	}

    .header-inner {
        width: 100%;
        position: relative;
        /* display: inline-block; */
    }

    .navbar-header {
        width: 100%;
    }

    .product-slider .heading-part span {
        right: -80px;
        width: 70px;
        display: none;
    }

    .product-slider .heading-part > h2 {
        font-size: 20px;
    }

    /* .navbar-toggle {
        color: #fff;
        margin-top: 20px;
        margin-right: -12px;
        height: 45px;
        width: 45px;
    } */
	
	.perellex-title {
        font-size: 45px;
        line-height: 60px;
    }

    .error-block-bg {
        background: none;
    }

    .owl-carousel {
        overflow: hidden;
        /* padding-top: 7px; */
    }

    #slideshow0.owl-carousel {
        padding-top: 0;
    }

    .cat-block .owl-carousel {
        overflow: visible;
    }

    .client-main .owl-controls .owl-pagination {
        display: inline-block !important;
    }

    .client-main .owl-buttons {
        display: none;
    }

    /* .cat-block .product-slider .owl-next {
        right: 0;
    }
    
    .cat-block .product-slider .owl-prev {
        right: 40px;
    } */

    /* .client-main .owl-carousel {
        padding-top: 20px;
        margin-top: -20px;
    } */

    .border-right {
        border-right: medium none;
    }

    .col-md-6 .pagination-bar {
        margin-bottom: 10px;
    }

    .blog-item .blog-media img {
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .blog-main .blog-contant span {
        color: #000;
    }

    .blog-main .blog-detail {
        position: relative;
        bottom: auto;
    }

    .blog-main .blog-detail .post-info {
        position: relative;
        bottom: auto;
    }

    .blog-tag {
        display: inline-block;
    }

    .blog-main .blog-detail .blog-detail-inner {
        background-color: transparent;
        color: #7c7c7c;
    }

    .blog-main .blog-title a, .blog-main .blog-detail .post-info ul li a {
        color: #7c7c7c;
    }
	
	.blog-detail p,.blog-main .blog-title{
		margin-bottom:15px;
	}
	.blog-main.owl-slider .owl-controls .owl-buttons .owl-prev,.blog-main.owl-slider .owl-controls .owl-buttons .owl-next{
		bottom:5px;
	}

    #brand-logo .owl-controls .owl-buttons .owl-prev {
        left: 0;
    }

    #brand-logo .owl-controls .owl-buttons .owl-next {
        right: 0;
    }

    /* .product-item:hover .product-item-details {
        margin-top: 5px;
    } */

    .product-item .product-detail-inner {
        bottom: 0;
        opacity: 1;
    }

    .cat-box-inner .cart-link button {
        opacity: 1;
    }

    /* .product-item:hover .product-item-details {
        top: 0;
    } */

    .product-item .detail-inner-left ul li a, .product-item .detail-inner-left ul li button span {
        transform: perspective(1300px) rotateY(0deg);
        -webkit-transform: perspective(1300px) rotateY(0deg);
        -moz-transform: perspective(1300px) rotateY(0deg);
        -o-transform: perspective(1300px) rotateY(0deg);
    }

    .product-item .product-image img {
        -ms-transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }


    .product-slider .owl-prev, .product-slider .owl-next {
        opacity: 1;
    }

    /* .product-slider .owl-prev::after, .product-slider .owl-next::after {
        font-size: 23px;
        line-height: 22px;
    } */

    /* .product-slider .owl-prev {
        left: 0px;
    }
    
    .product-slider .owl-next {
        right: 0px;
    } */

    .product-thumb .product-item-action {
        display: none;
    }

    /* .client-main .owl-buttons {
        display: none;
    } */

    .cat-img {
        display: inline-block;
    }

    /* .show-item {
        width: 100%;
        margin-top: 20px;
    } */

    .shorting .view {
        display: inline-block;
        float: none;
    }

    .shorting .view, .show-item {
        margin-bottom: 0;
    }

    .show-item {
        width: 100%;
        margin-top: 20px;
    }

    .show-item .show-item {
        width: auto;
        margin-top: 0px;
    }

    .sidebar-title h3 {
        font-size: 20px;
    }

    .sidebar-box.gray-box {
        padding-bottom: 0;
    }

    .sidebar-box.gray-box .sidebar-contant {
        padding-top: 25px;
    }

    .sidebar-box {
        margin-bottom: 15px !important;
    }

    .sidebar-block .sidebar-box {
        position: relative;
    }

    .sidebar-box .sidebar-contant {
        display: none;
        margin-top: 8px;
    }

    .sidebar-box span.opener { 
        background:url(../images/sprite.png) no-repeat scroll 0 0; 
        height: 30px; 
        width: 30px; 
        display: inline-block; 
        position: absolute; 
        right: 0; 
        cursor:pointer;
    }
    .sidebar-box span.plus {background-position: -92px -375px;}
    .sidebar-box span.minus {background-position: -92px -413px;}

    .sidebar-box span.opener {
        top: 10px;
    }

    .about-title {
        font-size: 25px;
        line-height: 45px;
    }

    /*.newsletter-box {
        max-width: 440px;
        margin: 0 auto;
    }*/

    .newsletter-title .title span {
        display: none;
    }

    .newsletter-icon {
        display: none;
    }

    .newsletter-title {
        display: inline-block;
        margin-bottom: 15px;
    }

    .footer-static-block .title span {
        display: none;
    }
	
	.footer-top{
		/* padding-bottom:25px; */
	}
	
	.footer-top-outer{
		/* margin-bottom:25px;
        border-bottom: 1px solid #c7c7c7; */
        padding: 0;
	}

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

    .footer-inner {
        /* padding-top: 10px; */
    }

    .footer-middle .border-l {
        border-left: none;
    }

    .footer-middle-right {
        padding-left: 15px;
    }

    .footer-middle-left {
        border:none;
    }

    .footer-static-block {
        position: relative;
        /* border-bottom: 1px solid #51bcfc; */
        margin-bottom: 10px;
    }

    .footer-static-block .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .footer-static-block {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 10px;
        position: relative;
    }

    .footer-middle .f-logo {
        margin-bottom: 40px;
        padding-right: 50px;
    }

    .footer_social {
        margin-top: 30px;
    }

    .footer-static-block .footer-block-contant {
        display:none;
        margin-bottom: 20px;
    }

    .footer .f-col:last-child .footer-static-block {border-bottom:none;}
    .footer-static-block span.opener { 
        background:url(../images/sprite.png) no-repeat scroll 0 0; 
        height: 30px; 
        width: 30px; 
        display: inline-block; 
        position: absolute; 
        right: 0; 
        cursor:pointer;
        z-index: 1;
    }
    .footer-static-block span.plus {background-position: -92px -375px;}
    .footer-static-block span.minus {background-position: -92px -413px;}
    
    #menu .level {
        position: relative;
    }

    #menu .mobile-sub-menu {display:none;}
    /* .footer .f-col ul li:last-child {border-bottom:none;} */
    #menu span.opener {
        background:url(../images/sprite.png) no-repeat scroll 0 0; 
        height: 25px; 
        width: 25px; 
        display: inline-block; 
        position: absolute; 
        right: 0;
        top: 6px;
        cursor:pointer;
        z-index: 1;
    }
    #menu span.plus {background-position: -94px -378px;}
    #menu span.minus {background-position: -94px -416px;}

    /* .footer_social ul li i.fa {
        height: 35px;
        width: 35px;
        padding: 9px;
    } */
	
	.payment, .copyright{
		float:none;
		text-align:center;
	}
	
	.footer_social{
		 clear:both;
	}
	
	.newsletter-inner {
		width:100%;		
		/* margin: 10px 0; */
		display: inline-block;
	}

    /* News-letter PopUp */
    #newslater-popup .newsletter-inner {
        padding: 30px;
    }
	
	/* Footer */
	
	.toolbar .pagination-bar {
		margin-bottom: 7px;
		text-align: center;
	}
	
    .toolbar.page-results {
		text-align: center;
	}


    .ser-feature-block {
        -webkit-background-size: cover;
        background-size: cover;
    }
    .ser-feature-block .feature-box {
        display: inline-block;
        text-align: left;
        border-right: none;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .service-box {
        border-bottom: 1px solid #e1e1e1;
    } 

    .service-box:last-child {
        border: medium none;
    }

    .service-box:last-child .feature-box {
        padding-bottom: 0;
    }

    .ser-feature-block .feature-icon {
        margin-left: 0;
        float: left;
    }

    .feature-detail {
        padding-left: 20px;
        padding-top: 20px;
    }
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .product-list .product-image {
        width: 230px;
    }

    .cat-box-inner .pro-media {
        padding-right: 10px;
    }

    .cat-box-inner .cart-link {
        margin-top: 5px;
    }

    .cat-box-inner .cart-link button span {
        display: none;
    }
}


@media (max-width: 767px) {	

    .column-20per {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .column-80per {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .center-xs {
        text-align: center;
    }

	.float-none-xs {
        float: none !important;
    }

    .float-left-xs {
        float: left !important;
    }

    .float-right-xs {
        float: right !important;
    }

    .m-xs-0 {
        margin: 0;
    }
    .p-xs-0 {
        padding: 0;
    }

    .ptb-95 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-95 {
        padding-top: 50px;
    }

    .pb-95 {
        padding-bottom: 50px;
    }

    .mtb-40 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-40 {
        margin-top: 30px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }


    .ptb-xs-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pt-xs-0 {
        padding-top: 0px;
    }

    .pb-xs-0 {
        padding-bottom: 0px;
    }

    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-xs-30 {
        padding-top: 30px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }

    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mt-xs-20 {
        margin-top: 20px;
    }

    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }
	
    .newsletter-img {
        display: none;
    }

	/* Header */
    .header-right-part {
        padding: 0 130px 0 0;
    }

    .header-main-link {
        right: 70px;
    }

    .header-right-part .header-right-text, .header-right-part .header-price {
        display: none;
    }

    .header-right-part .cart-icon > a span {
        background-position: -44px -192px !important;
    }

    .navbar-header .navbar-brand {
        padding: 32px 0;
        margin-right: 0;
    }

    .header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
        padding: 37px 0;
    }

    .navbar-toggle {
        margin-top: 31px;
    }

	/* Content */
    /* .main-banner {
        margin-top: 15px;
    } */

    .inner-banner .banner-detail h1 {
        font-size: 30px;
    }

    h2.main_title {
        font-size: 21px;
    }

    .category-bar ul li a {
        font-size: 17px;
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 25px;
        line-height: 25px;
    }

    .banner-detail .banner-detail-inner span.offer {
        font-size: 14px;
        padding: 5px 20px;
        margin-top: 0;
        letter-spacing: 1px;
    }

    .banner-detail .banner-detail-inner span.slogan {
        margin-bottom: 10px;
    }

    .inner-banner1 {
        padding: 30px 0;
    }

    .bread-crumb .page-title {
        margin-bottom: 20px;
    }

    .banner-detail {
        top: 25%;
    }

    .banner-detail .banner-detail-inner span.offer {
        font-size: 14px;
        line-height: 14px;
        padding: 6px;
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 25px;
        line-height: 25px;
    }

    .banner-detail .banner-detail-inner .banner-subtitle {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .sub-banner {
        /* max-width: 590px; */
        margin: 0 auto 20px;
    }

    .col-xs-6 .sub-banner2, .col-xs-6 .sub-banner4 {
        float: right;
    }

    .col-xs-6 .sub-banner3, .col-xs-6 .sub-banner5 {
        float: left;
    }

    .blog-main .blog-contant {
        /* padding: 0 25px 0 0; */
        margin-top: 10px;
    }

    .special-products-block {
        text-align: center;
    }

    .special-products-block .product-image {
        /* display: inline-block; */
        float: none;
    }

    .special-products-block .pro-detail-main {
        min-height: 0px !important;
        margin-left: 0;
        margin-top: 30px;
        text-align: left;
    }

    .special-products-block .pro-detail-main .bottom-detail {
        position: relative;
        margin-top: 20px;
    }

    .special-products-block .product-item {
        float: none;
    }

    .shop-list-view .bottom-detail ul li {
        padding: 0 10px;
    }

    .shop-list-view .bottom-detail ul li:first-child {
        padding: 0;
    }

    .shop-list-view .bottom-detail ul li:last-child {
        padding-right: 0;
    }

    .shop-list-view .bottom-detail ul li > a {
        font-size: 0;
    }

    .shop-list-view .bottom-detail ul li > a span {
        margin-right: 0;
    }

    .partner-block ul li {
        width: 50%;
    }

    .partner-block ul li:nth-child(3n) {
        border-right: 1px solid #e8e8e8;
    }

    .partner-block ul {
        margin-right: -1px;
    }

    .checkout-step ul {
        display: inline-block;
    }

    .checkout-step ul li {
        float: none;
        margin-bottom: 15px;
    }

    .account-content {
        padding: 0;
    }

    .table-responsive {
        display: inline-block;
    }

    .account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
        border-width: 0px;
    }

    .account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
        right: 15px;
    }

    .error-block-detail .main-error-text {
        font-size: 220px;
        line-height: 180px;
    }

    .contact-info .p-0 {
        border-right: none;
        margin-bottom: 30px;
    }

    .contact-box span {
        margin-bottom: 10px;
    }

    #newslater-popup .newsletter-inner {
        padding: 30px 20px;
    }

    .newsletter-inner.sidebar-box .sidebar-contant {
        display: block !important;
    }

    #newslater-popup .newsletter-inner .main_title {
        font-size: 35px;
        width: 100%;
    }

    .cat-img {
        display: block;
    }

    .checkout-step ul li .step .line {
        display: none;
    }

    .checkout-step ul li {
        text-align: left;
    }

    .checkout-step ul li a {
        padding-left: 40px;
    }

    .checkout-step ul li .step .circle {
         transform: translateX(0%);
    }

    .checkout-step ul li span {
        display: inline-block;
    }

    .copy-right {
        padding: 15px 0;
    }
	
	.product-thumb .product-item-action{
		opacity:1;
		bottom:25px;
	}
	.product-thumb:hover .image > a:before{
		background:none;
		opacity:1;
	}
	.button-group.main-product-btn button,.product-thumb #quickview{
		background:#349fe2;
        color: #fff;
	}

    .story_img_part {
        height: 250px;
        margin-top: 20px;
    }
	
}
@media (max-width: 600px) {

    #newslater-popup {
        max-width: 480px;
    }

    /* .nl-popup-main {
        height: 480px;
    } */

    .newsletter-icon {
        height: 96px;
        width: 96px;
        padding: 30px 0;
        top: -47px;
    }

    .nl-popup-title {
        font-size: 40px;
        line-height: 35px;
        padding-bottom: 20px;
    }

    .newsletter-inner > span {
        font-size: 14px;
    }

    #newslater-popup .newsletter-inner .main_title {
        font-size: 27px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 35px;
        text-transform: none;
    }

    .live-search ul li .product-name, .live-search ul li .product-price {
        width: 100%;
        float: none;
        text-align: left;
    }

	/* Header */

    .header-top {
        padding: 0;
    }

    .header-right-link {
        right: 30px;
    }

    /* .header_search_toggle.mobile-view {
        display: block;
        margin-bottom: 20px;
    } */

    .navbar-header .navbar-brand {
        padding: 34px 0;
    }
    
    .navbar-brand img {
        height: 35px;
    }

    .header-right-link > ul {
        display: inline-flex;
        position: relative;
    }

    .header-right-link > ul > li {
        position: static;
    }

    .header-link-dropdown {
        opacity: 1 !important;
        display: none;
    }

    .header-right-link > ul > li:hover .header-link-dropdown {
        display: inline-block;
    }

    .header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
        padding: 37px 0;
    }

    .mobile-view .search-box input.input-text {
        background: #51bcfc;
        border: none;
        color: #000;
        opacity: 1;
        position: relative;
        right: auto;
        width: 100% !important;
    }

    .mobile-view .search-box button.search-btn {
        background-position: -11px -184px;
        position: absolute;
    }

    .mobile-view .search-box input.input-text::-webkit-input-placeholder {
        color: #fff;
    }

    .mobile-view .search-box input.input-text::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .live-search {
        width: 100%;
    }

    .header_search_toggle.desktop-view {
        display: none !important;
    }

    #search-form .search-box {
        display: inline-block;
        width: 100%;
    }

    .main_title span::before {
        width: 60px;
    }

    .main_title span::after {
        width: 60px;
    }

    .main_title span {
        padding: 0 70px;
    }

    .inner-banner .banner-detail h1 {
        font-size: 25px;
    }

    .cat-block .mlr_-25 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .cat-block .plr-25 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cat-img span {
        width: calc(100% - 30px);
    }

    .top-link ul li {
        display: inline-flex;
        border-right: 1px solid #ddd;
    }
    .top-link ul li:last-child {
        border-right: none;
    }

    .top-link ul li a {
        /* font-size: 0; */
        padding: 0;
    }

    .top-link ul li:first-child a {
        margin-left: 0;
    }

    .top-link ul li:last-child a {
        margin-right: 0;
    }

    .top-link ul li {
        border: none;
    }

    /* .top-link ul li a span {
        margin: 0 10px -4px;
    } */

    .banner-detail-inner a.btn{
        display: none;
    }

    .category-dropdown select {
        background-position: 72% 50% !important;
        width: 50px;
        padding: 7px 24px 7px 25px;
    }

    .tab-pane .row, .product-module .row, .blog-main .row.blog-grup, #product-category #content .row.product-listing-main {
        margin-left: -5px;
        margin-right: -5px;
    }

    .owl-slider .owl-carousel .owl-item, .product-grid.col-xs-4, .product-list.col-xs-12 {
        padding: 0 5px;
    }

    .product-listing .shop-list-view .product-item {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .shop-list-view .product-item-details {
        display: inline-block;
    }

    .product-item .detail-inner-left ul li:last-child {
        padding-right: 0 !important;
    }

    .error-block-detail .main-error-text {
        font-size: 150px;
        line-height: 120px;
        margin-bottom: 40px;
    }

    .client-img, .client-main .item .client-title {
        float: none;
    }

    .paypal-box {
        display: none;
    }

    .payment-top-box {
        margin-bottom: 0;
    }

    .footer-top p {
        margin-left: 0px;
        margin-top: 20px;
    }
	.product-list .product-thumb .image{
		margin-bottom:20px;
	}
	.product-list .product-thumb .caption {
		height: auto;
		clear: both;
		margin-left:0px;
	}

    .feature-detail {
        padding-left: 10px;
    }
	
    .product-page .product-listing .row {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 500px) {
    
    .product-item .product-detail-inner {
        display: none;
    }

    .product-detail-tab .nav-tabs > li {
        float: none;
    }

    .product-detail-tab .nav > li > a {
        padding: 7px 15px 7px 0px;
    }

    .blog-item .col-xs-5, .blog-item .col-xs-7 {
        width: 100%;
    }

    .nl-popup-main {
        /* padding: 60px 20px; */
        height: auto;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .nl-popup-title {
        display: none;
    }

    .nl-popup-main .sub-text {
        font-size: 18px;
        margin: 15px 0;
    }

    .product-detail-main .bottom-detail ul li > a {
        font-size: 0;
    }

    .product-detail-tab .nav > li > a {
        border: none;
        padding: 7px 15px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .product-detail-tab .nav > li:hover > a {
        border: none;
        background: #349fe2;
        color: #fff;
    }

    .product-detail-tab ul.nav {
        display: inline-block;
        width: 100%;
    }

    .product-detail-tab ul.nav li {
        width: 100%;
        padding: 0px;
        margin-bottom: 3px;
    }

    .product-detail-tab ul.nav li a {
        background: #efefef !important;
        border-bottom: none !important;
        display: inline-block;
        padding: 10px !important;
        width: 100%;
        font-size: 16px;
    }

    .product-detail-tab ul.nav li a.selected, .product-detail-tab ul.nav li:hover a {
        background: #0fb7a4 !important;
        color: #fff;
    }

    .sub-banner-block {
        margin-bottom: -20px;
    }

    .sub-banner1 .sub-banner-detail, .sub-banner.sub-banner4 .sub-banner-detail {
        padding: 10px 5px;
    }
    .sub-banner.sub-banner1 .sub-banner-detail .sub-banner-title {
        font-size: 22px;
    }
    .sub-banner .sub-banner-detail .sub-banner-subtitle {
        font-size: 15px;
    }
    .sub-banner .sub-banner-detail .sub-banner-title {
        font-size: 20px;
    }
    .sub-banner.sub-banner2 .sub-banner-detail, .sub-banner.sub-banner3 .sub-banner-detail {
        top: calc(100% - 75%);
    }

    .ser-feature-block .feature-box {
        padding-left: 0;
        text-align: center;
    }

    .ser-feature-block .feature-icon {
        display: inline-block;
        float: none;
        margin-left: 0;
    }

    .feature-detail {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }

    .perellex-title {
        font-size: 40px;
        line-height: 50px;
    }

    .perellex-offer {
        font-size: 30px;
    }
}
@media (max-width: 480px) {

    .tab-margin {
        margin-bottom: 70px;
    }
    
    .product-grid.col-xs-4 {
        width: 50%;
    }

    .category-bar ul li {
        width: 100%;
        padding: 0px;
        margin-bottom: 3px;
    }

    .category-bar ul li a {
        background: #efefef !important;
        border-bottom: none !important;
        display: inline-block;
        padding: 5px !important;
        width: 100%;
    }

    .category-bar ul li a.selected, .category-bar ul li:hover a {
        background: #0fb7a4 !important;
        color: #fff;
    }

    .tab-pane .owl-slider .owl-controls .owl-buttons .owl-prev, .tab-pane .owl-slider .owl-controls .owl-buttons .owl-next {
        left: 50% !important;
    }

    .tab-pane .owl-slider .owl-controls .owl-buttons .owl-prev {
        transform: translateY(-50%) translateX(-40px);
    }

    .tab-pane .owl-slider .owl-controls .owl-buttons .owl-next {
        /* transform: translateX(-40%); */
    }

    #newslater-popup .newsletter-inner input {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
    }

    .product-list .product-image {
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }

    .product-list .product-image a, .product-list .product-image img {
        width: 100%;
        display: inline-block;
    }
}

@media (max-width: 419px) {

    .btn, button {
        text-transform: none;
    }
    
    .product-listing .col-xs-6 {
        width: 100%;
    }

	/* Header */
	
	#top.top-responsive{
		left:40%;
		top:5px;
		right:auto;
	}
    .navbar-brand > img {
        height: 40px;
    }

    /* .header-right-link > ul > li:hover {
        position: static;
    } */

    .navbar-brand img {
        height: 25px;
    }

    .header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
        padding: 30px 0;
    }

    .navbar-toggle {
        margin-top: 24px;
    }

    .header-right-part .cart-icon {
        top: -67px;
    }

    .main-banner .owl-controls .owl-pagination {
        bottom: 10px;
    }

    .main_title span::before {
        width: 0px;
    }

    .main_title span::after {
        width:0px;
    }

    .main_title span {
        padding: 0 ;
    } 

    .email-box-main {
        max-width: 280px;
    }

    .inner-banner {
        padding: 80px 0;
    }

    .banner-detail .banner-detail-inner span.offer {
        display: none;
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .banner-detail .banner-detail-inner .banner-subtitle {
        font-size: 10px;
        line-height: 14px;
        margin: 0;
    }

    .banner-detail .banner-detail-inner .banner-subtitle span {
        display: inline-block;
    }

    .category-service-block .col-xs-6 {
        width: 100% !important;
    }

    .sub-banner .sub-banner-detail .sub-banner-title {
        font-size: 16px;
        line-height: 21px;
    }

    .sub-banner .sub-banner-detail .sub-banner-subtitle {
        font-size: 13px;
        line-height: 18px;
    }

    .sub-banner-block .col-xs-6 {
        width: 100%;
    }
    .sub-banner {
        max-width: 100%;
    }
    .sub-banner.sub-banner2 .sub-banner-detail, .sub-banner.sub-banner3 .sub-banner-detail{
        top: calc(100% - 88%);
    }
    .sub-banner .sub-banner-detail .sub-banner-title {
        font-size: 18px;
        line-height: 22px;
    }
    .sub-banner.sub-banner2 .sub-banner-detail {
        left: 75px;
    }
    .sub-banner.sub-banner3 .sub-banner-detail {
        left: 10px;
    }

    .perellex-banner span.line-bottom {
        margin: 0 0 15px;
    }

    .perellex-title {
        font-size: 30px;
        line-height: 40px;
    }

    
    .sub-category-block .col-xs-6 {
        width: 100% !important;
    }

    .newsletter-inner .main_title {
        font-size: 22px;
    }

    .cat-block .col-xs-6 {
        width: 100%;
    }

    .cate-banner-info {
        line-height: 20px;
    }

    .cat-img {
        display: inline-block;
        margin: 0 auto;
    }

    .error-block-detail .main-error-text {
        font-size: 120px;
    }

    .error-small-text {
        font-size: 30px;
    }

    .error-slogan {
        font-size: 22px;
    }

    .short-by, .select-item, .compare {
        display: inline-block;
    }

    .short-by > span, .show-item > span {
        display: none;
    }

    /* .tab_content {
        padding: 10px;
    } */

    .Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
        padding: 15px;
    }

    .product-thumb .product-item-action .hover-actions {
        display: none;
    }

    .product-thumb .price, .product-page-price .product-price {
        font-size: 17px;
    }

    .ser-feature-block .feature-box .ser-subtitle {
        font-size: 12px;
        letter-spacing: 0;
    }
}