/*!
Theme Name: Vivin Computers
Theme URI: http://vivincomputers.com/
Author: Vivincomputers.com
Author URI: http://vivincomputers.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vivincomputers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Vivin Computers is based on Vivin Computers http://vivincomputers.com/, (C) 2012-2020 Automattic, Inc.
Vivin Computers is distributed under the terms of the GNU GPL v2 or later.
*/
/* 

* BASIC STYLE

  - General Style    

  - Headings Style    

  - Button Style    

  - Form Style    

  - Spacer Style

      

* HEADER 

  - Header Style

  - Navigation Menu Style

  - Megamenu Style



* CONTANT

  - Banner Style

  - Bread-crumb

  - Sub-banner

  - Product Box

  - Site Services Features Block   

  - Special Product Block          

  - Custom News Letter

  - Testimonial

  - Video

  - Blog

  - Brand-Logo

  - Perellex-Banner

  - Sidebar

  - Sorting

  - Product Detail Page

  - Cart Page

  - Checkout Page

  - Login Register Page  

  - Account Page

  - Blog Page

  - About Page

  - 404 Page

  - Contact Page

  - Scroll-Top Arrow

  - Comment Block



* FOOTER

*/



/*_______________________________________________________

// BASIC STYLE  //----------------------------

_______________________________________________________*/



 /* - Google Fonts //---------------- */ 



 @import url('https://fonts.googleapis.com/css?family=Anton|Open+Sans:300i,400,400i,600,600i,700,700i,800');



 /* - General Style //---------------- */ 



 ::-moz-selection {

    background-color: #00ad73;

    color: #FFF;

}



::selection {

    background-color: #00ad73;

    color: #FFF;

}



body, html {

    height: 100%;

    margin: 0;

    padding: 0;

}



body {

    background: url(../images/background.jpg);

    line-height: 24px;

    color: #000;

    font-size: 15px;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    /* letter-spacing: 1px; */

}













.callus {

	

	padding-top:9px;

	

}



.container {

    padding-left: 0;

    padding-right: 0;

}



.no-js #loader {

    display: none;

}

.js #loader {

    display: block;

    position: absolute;

    left: 100px;

    top: 0;

}

.se-pre-con {

    position: fixed;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    z-index: 9999;

    background: url(../images/Preloader_2.gif) center no-repeat #fff;

}



.main {

    position: relative;

    overflow: hidden;

    border-left: 40px solid #ffffff;

    border-right:40px solid #ffffff;

}



img {

    height: auto;

    max-width: 100%;

    border: none;

    outline: none;

    transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

}



a, a:focus, a:active, a:link, img {

    outline: none;

    text-decoration: none;

}



a {

    cursor: pointer;

    text-decoration: none;

    color: #1c91cf;

    transition: all 0.25s ease 0s;

    -moz-transition: all 0.25s ease 0s;

    -webkit-transition: all 0.25s ease 0s;

    -o-transition: all 0.25s ease 0s;

}



    a:hover {

        color: #00ad73;

        text-decoration: none;

        transition: all 0.25s ease 0s;

        -moz-transition: all 0.25s ease 0s;

        -webkit-transition: all 0.25s ease 0s;

        -o-transition: all 0.25s ease 0s;

    }



br {

    font-size: 0;

    line-height: 0;

}



hr {

    margin-bottom: 25px;

    margin-top: 0px;

    border-top: 1px solid #cad2d4;

    border-bottom: none;

    border-left: none;

    border-right: none;

}



ul {

    list-style: none;

    padding-left: 0px;

    margin-bottom: 0;

}



.position-r {

    position: relative;

}



.align-center {

    text-align: center;

}



.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {

    color: #fff;

}



.dark-bg {

    background: #2f455d;

    color: #fff;

}



.gray-bg {

    background: #f5f5f5;

}



.white-bg {

    background: #ffffff;

}



.middle-800 p {

    display: inline-block;

    max-width: 800px;

}

.middle-580 p {

    display: inline-block;

    max-width: 580px;

}









.para {

	

	

}



/* - Headings Style   //---------------- */



h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

    color: #2f455d;

    font-weight: 400;

    margin-top: 0px;

    margin-bottom: 10px;

    letter-spacing: 0px;

}



h1 {

    font-size: 43px;

    letter-spacing: 1px;

    line-height: 40px;

}



h2 {

    font-size: 30px;

    line-height: 35px;

    margin-bottom: 20px;

}



h3 {

    font-size: 22px;

    line-height: 32px;

}



h2.heading {

    font-size: 25px;

    line-height: 32px;

}



h4 {

    font-size: 17px;

    line-height: 22px;

}



h5 {

    font-size: 15px;

    line-height: 23px;

    font-weight: 600;

}



h6 {

    font-size: 13px;

    line-height: 17px;

    font-weight: 600;

}



.main_title {

    display: inline-block;

    margin-bottom: 0;

}

.main_title1 {

	

	color:#fff;

}



.main_title span {

    font-weight: bold;

    padding-left: 32px;

    position: relative;

}



.main_title span:before {

    background: #00ad73;

    content: "";

    position: absolute;

    left: 0;

    top: 50%;

    height: 4px;

    width: 20px;

}







/* - Button Style  //----------------*/ 



.btn, button {

    padding: 13px 15px;

    line-height: 16px;

    font-weight: 500;

    transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    border-radius: 0;

}



.btn.full {

    width: 100%;

    text-align: center;

}



.btn.big-width {

    padding: 13px 30px;

}



.btn.big {

    padding: 18px 30px;

}



.btn.small {

    padding: 5px 10px;

}



.btn i.fa {

    font-size: 18px;

    margin: 0 5px;

}



.btn-black {

    color: #fff;

    background: #2f455d;

    border: none;

}



    .btn-black:hover {

        color: #fff;

        background: #00ad73;

    }



.btn-color{

    color: #fff !important;

    background: #1c91cf;

    border: none;

}



    .btn-color:hover {

        color: #fff !important;

        background: #2f2f2f;

    }





.btn-yellow{

    color: #2f455d !important;

    background: #ffe547;

    border: none;

}



    .btn-yellow:hover {

        color: #ffe547 !important;

        background: #2f455d;

    }





.btn-white {

    color: #2f455d;

    background: rgba(255,255,255,1);

    border: none;

}



    .btn-white:hover {

        color: #2f455d;

        background: #00ad73;

    }



.btn-loffer {

    display: inline-block;

    color: #2f2f2f;

    background: #eeeeee;

    border-radius: 0;

    text-transform: uppercase;

    font-weight: 700;

    padding: 12px 24px;
    margin-left:25px;
}



    .btn-loffer:hover {

        color: #3f5368;

    }


    .btn-loffer:last-of-type{
        color: #ce1616;
    }
       
    
.btn-banner, .btn-banner:hover {

    background-color: rgba(47,69,93,0.8);

    color: #fff;

} 



/* - Form Style //---------------- */

select {

    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    border: 1px solid #eaeaea;

    padding: 7px 24px 7px 10px;

}



.full select {

    width: 100%;

}



.main-form input, .main-form textarea, .main-form select {

    background: #fff;

    padding: 8px 15px;

    width: 100%;

    border: 1px solid #eaeaea;

    min-height: 40px;

}



.main-form textarea {

    max-width: 100%;

}



.check-box label {

    color: #2f455d;

    display: inline;

    font-size: 15px;

    font-weight: 400;

}



.checkout-section .check-box input[type="checkbox"] {

    margin: 5px 0 0;

    min-height: 1px;

}





/* - Spacer Style  //---------------- */



.right-side {

	float: right;

}



.left-side {

	float: left;

}







.plr-8 {

    padding-left: 8px;

    padding-right: 8px;

}



.mlr_-8 {

    margin-left: -8px;

    margin-right: -8px;

}







.plr-20 {

    padding-left: 10px !important;

    padding-right: 10px !important;

}



.mlr_-20 {

    margin-left: -10px !important;

    margin-right: -10px !important;

}







.plr-25 {

    padding-left: 25px;

    padding-right: 25px;

}



.mlr_-25 {

    margin-left: -25px;

    margin-right: -25px;

}



.ptb-40 {

    padding-top: 40px;

    padding-bottom: 40px;

}



.ptb-95 {

    padding-top: 45px;

    padding-bottom: 45px;

}



.pt-95 {

    padding-top: 50px;

}



.pb-95 {

    padding-bottom: 45px;

}



.p-0 {

    padding: 0px;

}



.mtb-60 {

    margin-top: 60px;

    margin-bottom: 60px;

}



.mt-60 {

    margin-top: 60px;

}



.mb-60 {

    margin-bottom: 60px;

}



.mtb-40 {

    margin-top: 40px;

    margin-bottom: 40px;

}



.mt-40 {

    margin-top: 40px;

}



.mb-40 {

    margin-bottom: 40px;

}



.mtb-30 {

    margin-top: 30px;

    margin-bottom: 30px;

}



.mt-30 {

    margin-top: 30px;

}



.mb-30 {

    margin-bottom: 30px;

}



.mtb-20 {

    margin-top: 20px;

    margin-bottom: 20px;

}



.mt-20 {

    margin-top: 20px;

}



.mb-20 {

    margin-bottom: 20px;

}



.m-0 {

    margin: 0px;

}



/* - Newsletter   //----------------- */



#newslater-popup {

    max-width: 715px;

    margin: 0 auto;

    position: relative;

}



.nl-popup-main {

    color: #fff;

    background: #00ad73;

    padding: 20px;

}



.nl-popup-inner {

    border: 2px solid rgba(255,255,255,0.3);

    padding: 70px 20px;

}



.nl-popup-title {

    font-size: 50px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 40px;

}



.nl-popup-main .sub-text {

    font-size: 18px;

    margin: 7px 0 16px;

}



.email-box {

    padding-right: 48px;

    position: relative;

}



.email-box-main {

    max-width: 360px;

    margin: 0 auto;

}



.email-box input.input-text {

    border: none;

    color: #666;

    padding: 6px 0 6px 16px;

    height: 45px;

    width: 100%;

}



.email-box button.email-btn {

    background: url("images/sprite.png") no-repeat scroll -102px -222px #ffe547;

    border: medium none;

    height: 45px;

    position: absolute;

    right: 0;

    top: 0;

    width: 45px;

}



.email-box button.email-btn:hover {

    background-color: #2f455d;

    background-position: -102px -252px;

}



#newslater-popup .mfp-close {

    background-color: #00ad73;

    color: #fff;

    opacity: 1;

    top: 5px;

}



.column-20per {

    width: 20%;

    float: left;

    padding-left: 10px;

    padding-right: 10px;

}



.column-80per {

    width: 80%;

    float: left;

    padding-left: 10px;

    padding-right: 10px;

}





/*_______________________________________________________

// HEADER  //----------------------------

_______________________________________________________*/



/* - Header Style  //---------------- */



.header-top {

    padding: 4px 0;

    background-color: #ffffff;

}



.top-link ul li {

    float: left;

}



.top-link ul li a {

    border-right: 1px solid #ddd;

    line-height: 17px;

    padding: 0 12px;

}



.top-link ul li:first-child a {

    padding-left: 0;

}



.top-link ul li:last-child a {

    border-right: none;

    padding-right: 0;

}



.header-middle {

    background: #1c91cf;

    padding: 25px 0;

}



.navbar-header .navbar-brand {

    height: auto;

    padding: 22px 0;

    margin-top: 0 !important;

    margin-left: 0 !important;

}



.navbar {

    border: none;

    margin-bottom: 0; 

}



header {

    position: relative;

}



.header-right-part {

    /* padding: 0 160px 0 303px; */
    padding: 0 160px 0 180px;

    position: relative;

    /* margin: 8px -150px; */
    display: block;
    margin: -4px -200px;

}

.header-right-part h2{
    font-size:23px;
    text-align: center;
}

.latestoffrweek {

    margin-top: 15px;

    margin-right: 5px;

    position: relative;

    display: flex;

}



.latestoffrweek a span {

    background: url("images/sprite.png") no-repeat scroll -79px -746px;

    height: 20px;

    width: 20px;

    display: inline-block;

    margin-bottom: -4px;

}



.latestoffrweek:hover .line-hover {

    display: block;

}



.line-hover {

    border: 1px dashed #3f5368;

    position: absolute;

    height: calc(100% - 10px);

    width: calc(100% - 10px);

    left: 5px;

    top: 5px;

    display: none;

}

.category-dropdown {

    position: absolute;

    left: 0;

    top: 0;

}



.category-dropdown select {

    border: 0;

    height: 45px;

    width: 300px;

}

.search-box {

	position: relative;

    padding-right: 48px;

}



.header-right-part .cart-icon {

    padding: 0 0 30px;

    position: absolute;

    overflow: hidden;

    right: 0;

    top: 0;

}



.header-right-part .cart-icon:hover {

    overflow: visible;

}



.header-right-part ul li.main-search {

    overflow: visible;

}



.search-box input.input-text {

    border: none;

    width: 100%;

    padding: 6px 6px 6px 10px;

    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;

    height: 45px;

}



/* .search-box:hover input.input-text, .search-box input.input-text:focus {

    width: 250px;

    opacity: 1;

}

 */

.search-box button.search-btn {

	background: url("images/sprite.png") no-repeat scroll -3px -83px #ffe547;

	border: none;

	height: 45px;

	width: 45px;

	position: absolute;

	right: 0;

	top: 0px;

}



.search-box button.search-btn:hover {

    background-position: -3px -118px;

    background-color: #2f455d;

}



.header-right-part .cart-icon a span {

    background: url("images/sprite.png") no-repeat scroll 0 0 transparent;

    height: 44px;

    width: 35px;

    display: inline-block;

    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;

}



.header-right-part i.account-icon > a span {

    background-position: -14px -235px;

}



.header-right-part .cart-icon > a span {

    background-position: -70px -633px;

    position: relative;

    float: left;

    margin-right: 10px;

}



.header-right-part .cart-text {

    color: #fff;

    float: left;

    font-size: 15px;

    font-weight: 700;

    line-height: 19px;

    margin-top: 6px;

}



.header-right-part .account-icon:hover > a span {

    background-position: -14px -273px;

}



.header-right-part .cart-icon:hover > a span {

    background-position: -110px -633px;

}



.header-right-part .cart-icon > a span small.cart-notification {

    color: #fff;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    -o-border-radius: 50%;

    height: 15px;

    line-height: 13px;

    position: absolute;

    right: 9px;

    text-align: center;

    top: 18px;

    width: 15px;

    font-size: 14px;

    font-weight: 700;

}



/* - Navigation Menu Style //---------------- */ 

.navbar-collapse {

    border-bottom: 2px solid #cad2d4;

    padding: 0;

    width: 100%;

    position: relative;

}



.navbar-nav > li {

    padding: 0 28px;

}



.navbar-nav > li > a {

    border-bottom: 2px solid transparent;

    padding: 30px 0;

    text-transform: uppercase;

    font-weight: 700;

    color: #2f455d;

    font-size: 15px;

    margin-bottom: -2px;

}



.navbar-nav > li:first-child {

    padding-left: 0;

}



.nav li:last-child {

  position: relative !important;

}



.nav > li {

    position: inherit;

}

.nav > li.active > a {
    background: #26537f;
    color:#fff;
}

.nav > li:hover > a, .nav > li.active > a, .nav > li > a:focus {

    border-color: #00ad73;

    background: none;

    color: #00ad73;

}



/* .header_search_toggle.mobile-view {

    display: none;

} */



.header-link-dropdown {

    background: #fff;

    border: 1px solid #f1f1f1;

    /* color: #fff; */

    position: absolute;

    width: 320px;

    display: inline-block;

    right: 0;

    top: 100%;

    padding: 35px;

    opacity: 0;

    transition: all 0.4s ease-in-out 0s;

    -webkit-transition: all 0.4s ease-in-out 0s;

    -moz-transition: all 0.4s ease-in-out 0s;

    -o-transition: all 0.4s ease-in-out 0s;

    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);

    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);

    z-index: 3;

}

.header-right-part .cart-icon:hover .header-link-dropdown {

    opacity: 1;

}

.header-right-part .link-dropdown-list > li {

    position: relative;

    padding-bottom: 15px;

    margin-bottom: 15px;

    border-bottom: 1px solid #e8e8e8;

}



.header-right-part .link-dropdown-list > li a.close-cart i.fa {

    font-size: 18px;

}



.cart-dropdown a, .cart-dropdown strong {

    color: #6d6d6d;

}

.cart-dropdown ul li a:hover {

    color: #00ad73;

}

.cart-dropdown .cart-list li .media {

    padding-right: 25px;

    margin-top: 0;

}

.cart-dropdown .media-body span {

    font-weight: 500;

    margin-bottom: 5px;

    font-size: 14px;

    line-height: 18px;

    display: inline-block;

}

.cart-dropdown .cart-list li .media .pull-left {

    width: 95px;

    padding-right: 20px;

}

.cart-dropdown .cart-list li .media .pull-left img {

    max-width: 100%;

}

.close-cart {

    color: #fff;

    height: 15px;

    position: absolute;

    right: 0;

    top: 0;

    width: 15px;

}



.cart-dropdown .input-text.qty {

    background-color: transparent;

    padding: 0 3px;

}



.cart-dropdown .cart-price {

    color: #2f455d;

    font-weight: 700;

    font-size: 16px;

}



.account-link-dropdown {

    width: 280px;

}



.header-link-dropdown .dropdown-title {

    color: #00ad73;

    display: inline-block;

    font-weight: 600;

    margin-bottom: 10px;

    text-transform: uppercase;

}



.account-link-dropdown, .account-link-dropdown a {

    color: #a6a6a6;

}



.account-link-dropdown a:hover, .account-link-dropdown a.active {

    color: #00ad73;

}



.account-link-dropdown .link-dropdown-list > li:last-child {

    border-bottom: none;

    margin-bottom: 0;

    padding-bottom: 0;

}



/* - Megamenu Style //---------------- */

.nav > li {

    overflow: hidden;

    position: relative;

}



.nav > li:hover {

    overflow: visible;

    position: inherit;

}



.megamenu {

    /* background: #00ad73; */

    background: #fff;

    border-top: 2px solid #00ad73;

    color: #a4a4a4;

    opacity: 0;

    padding: 20px 30px;

    position: absolute;

    top: 100%;

    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;

    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);

    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);

    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);

    transform: perspective(1300px) rotateY(-45deg);

    -webkit-transform: perspective(1300px) rotateY(-45deg);

    -moz-transform: perspective(1300px) rotateY(-45deg);

    -o-transform: perspective(1300px) rotateY(-45deg);

}



.megamenu.full {

    left: 0;

    width: 75%;

}



.nav > li.level:hover .megamenu {

    opacity: 1;

    transform: perspective(1300px) rotateY(0deg);

    -webkit-transform: perspective(1300px) rotateY(0deg);

    -moz-transform: perspective(1300px) rotateY(0deg);

    -o-transform: perspective(1300px) rotateY(0deg);

}



.megamenu-inner-top {

    display: inline-block;

    width: 100%;

}



.megamenu .sub-menu-level1 li.level2 {

    float: left;

    min-width: 220px;

}



.megamenu .sub-menu-level1 li.level2:last-child {

    min-width: 170px;

}



.megamenu .level2 > a {

    display: inline-block;

    margin-right: 35px;

    color: #1c91cf;

    font-weight: 600;

    text-transform: uppercase;

    font-weight: 600;

    margin-bottom: 30px;

    max-width: 100%;

}



.megamenu .sub-menu-level2 li.level3 > a {

    /* color: #a6a6a6; */

    color: #7c7c7c;

    display: inline-block;

    padding: 4px 0;

}



.megamenu .sub-menu-level2 li.level3 > a:hover {

    color: #00ad73;

}



.megamenu .sub-menu-level2 li.level3 > a span {

    float: left;

    font-size: 9px;

    margin-right: 9px;

    margin-top: -1px;

}





/*_______________________________________________________

// Contant  //----------------------------

_______________________________________________________*/



/* - banner Style  //---------------- */

.banner {

    overflow: hidden;

    position: relative;

}



/* main-banner icon start */

.banner .owl-prev, .banner .owl-next {

    background: url(images/sprite.png) no-repeat scroll 0 0 rgba(0,0,0,0) !important;

    color: #2f455d;

    font-weight: bold;

    text-transform: uppercase;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -0-transform: translateY(-50%);

    overflow: visible;

    height: 35px;

    width: 35px;

    font-size: 0;

    margin-top: 0;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    -o-border-radius: 50%;

}

.banner .owl-next {

    background-position: -107px -15px !important;

    right: 10px;

}

    .banner .owl-next:hover {

        background-position: -107px -68px !important;

    }

.banner .owl-prev {

   background-position: -106px -120px !important;

   left: 10px;

}

    .banner .owl-prev:hover {

        background-position: -106px -173px !important;

    }





.main-banner .owl-controls .owl-pagination {

    position: absolute;

    bottom: 20px;

    text-align: center;

    left: 50%;

    -moz-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -0-transform: translateX(-50%);

    transform: translateX(-50%);

}

.main-banner .owl-pagination .owl-page > span {

    height: 5px;

    width: 30px;

}

/* main-banner icon end */



.banner-detail {

    position: absolute;

    top: 25%;

    width: 100%;

}



.banner-detail .banner-detail-inner {

    color: #fff;

    /* font-family: 'Anton', sans-serif; */

    letter-spacing: 0;

}



.banner-detail .banner-detail-inner .banner-title {

    color: #00ad73;

    /* text-transform: uppercase; */

    font-size: 60px;

    letter-spacing: 0;

    line-height: 50px;

    font-weight: 700;

}



.banner-detail .banner-detail-inner span.slogan {

    color: #3f5368;

    display: inline-block;

    font-size: 25px;

    margin-bottom: 10px;

    width: 100%;

}



.banner-detail .banner-detail-inner span.offer {

    background: rgba(47,69,93,0.8);

    padding: 20px;

    font-size: 30px;

    /* text-transform: uppercase; */

    display: inline-block;

    margin-top: 10px;

    /* letter-spacing: 3px; */

}



/* .banner-2 .banner-detail .banner-detail-inner .banner-title {

    color: #2f455d;

} */



/* .banner-2 .banner-detail .banner-detail-inner span.offer {

    background: #00ad73;

} */



.inner-banner {

    background: url(../images/pro-ban.jpg) no-repeat scroll center center;

    padding: 72px 0;

}



.inner-banner .banner-detail {

    position: relative;

}



.inner-banner .banner-detail h1 {

    color: #fff;

    display: inline-block;

    font-size: 25px;

    background: #3d3f3e66;
    padding: 5px 10px;

    font-weight: 700;

}



/* - Bread-crumb Starts //---------------- */

.inner-banner .bread-crumb {

  margin-top: 10px;

}



.bread-crumb ul li {

    display: inline-block;

    color: #7c7c7c;

}



.bread-crumb ul li a {

    color: #7c7c7c;

}



.bread-crumb ul li a, .bread-crumb ul li span {

    margin: 0 10px;

    font-weight: 500;

}



.bread-crumb ul li a:hover {

    color: #00ad73;

}



.bread-crumb ul li:first-child {

    padding-left: 0;

}

.bread-crumb ul li span {

    color: #00ad73;

}



/* - Bread-crumb Ends //---------------- */



/* - Sub-banner Style  //---------------- */



.sub-banner-block .sub-banner:hover img {

    transform: scale(1.1);

    -moz-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -o-transform: scale(1.1);

}



.sub-banner {

    background: #2f455d;

	position: relative;

	margin-top: 16px;

    overflow: hidden;

}



/* .sub-banner:hover {

   -webkit-box-shadow: 0 0 0 2px #00ad73;

   -moz-box-shadow: 0 0 0 2px #00ad73;

   box-shadow: 0 0 0 2px #00ad73;

} */



/* .sub-banner .sub-banner-effect {

    border: 1px solid #fff;

    position: absolute;

    height: calc(100% - 30px);

    width: calc(100% - 30px);

    transform: scale(1.5) rotate(45deg);

    -moz-transform: scale(1.5) rotate(45deg);

    -webkit-transform: scale(1.5) rotate(45deg);

    -o-transform: scale(1.5) rotate(45deg);

    top: 15px;

    left: 15px;

    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;

    opacity: 0;

}



.sub-banner:hover .sub-banner-effect {

    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-detail {

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

}



.sub-banner .sub-banner-detail {

	left: 30px;

}



.sub-banner.sub-banner1 .sub-banner-detail {

	right: 30px;

    left: auto;

    text-align: right;

}



.sub-banner.sub-banner3 .sub-banner-detail {

	width: 100%;

}



.sub-banner a {

	color: #ffffff;

}



.sub-banner .sub-banner-detail .sub-banner-type, .sub-banner .sub-banner-detail .sub-banner-subtitle {

	font-weight: 600;

	font-size: 18px;

	font-style: italic;

}

.sub-banner .sub-banner-detail .sub-banner-title {

	font-size: 30px;

	font-weight: 700;

	font-style: italic;

}



.sub-banner.sub-banner1 .sub-banner-detail .sub-banner-title {

	font-weight: 600;

	font-size: 20px;

}



.sub-banner .sub-banner-detail span {

	background: #00ad73;

	display: inline-block;

}



.sub-banner-title-color {

	color: #f4e540;

}



.big.sub-banner-title-color {

	font-size: 20px;

	font-weight: bold;

	font-style: italic;

    display: inline-block;

}



.big.sub-banner-title-color span {

	font-size: 18px;

    font-style: normal;

    margin: 0;

    text-align: center;

    width: 25px;

    display: inline-block !important;

}



/* - Product Box //---------------- */



.featured-product {

    display: inline-block;

    margin-bottom: -30px;

    max-width: 100%;

}



.category-bar ul li {

    display: inline-block;

}



.category-bar ul li.active {

    pointer-events: none;

}



.category-bar ul li a {

    padding: 0 10px;

}



.category-bar ul li.active a {

    color: #00ad73;

}



.pro_cat {

    position: relative;

}



.owl-carousel .owl-wrapper-outer {

    display: inline-block;

    padding-top: 7px;

    margin-top: -7px;

}



.banner .owl-carousel .owl-wrapper-outer {

    display: block;

}



.product-listing .product-item, .blog-listing .blog-item {

    margin-bottom: 30px;

}



.blog-listing .blog-item {

    margin-bottom: 40px;

}



.product-item {

    position: relative;

    overflow: hidden;

    padding-top: 7px;

    margin-top: -7px;

}



.pro_cat .product-slider-main {

    position: absolute;

    top: 0;

    width: 100%;

}



.product-slider .item {

    padding-left: 10px;

    padding-right: 10px;

}



.product-image {

    position: relative;

    overflow: hidden;

    min-width: 70px;

}



.product-image img {

    transition: none 0s ease 0s;

    -moz-transition: none 0s ease 0s;

    -webkit-transition: none 0s ease 0s;

    -o-transition: none 0s ease 0s;

}



.product-item:hover .product-image img {

    -ms-transform: scale(1.5);

    -webkit-transform: scale(1.5);

    transform: scale(1.5);

}



.sale-label {

    background: #1c91cf;

    color: #fff;

    font-size: 12px;

    font-weight: 600;

    line-height: 12px;

    padding: 6px 10px;

    position: absolute;

    right: 15px;

    text-transform: uppercase;

    top: 0px;

    z-index: 1;

}



.product-detail-inner {

    position: absolute;

    width: 100%;

    bottom: -49px;

    padding-top: 8px;

    transition: all 0.2s ease 0s;

    -moz-transition: all 0.2s ease 0s;

    -webkit-transition: all 0.2s ease 0s;

    -o-transition: all 0.2s ease 0s;

}



.product-item:hover .product-detail-inner {

    bottom: -9px;

}



.product-item-details {

    background: url(../images/background.jpg);

    margin-top: 5px;

    position: relative;

    top: 0;

    vertical-align: middle;

    transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

}



.btn.btn-color.small.right-side {

    margin-top: 10px;

}



.shop-list-view .product-item-details {

  display: table-cell;

  padding: 0 20px;

}



.product-item:hover .product-item-details {

    top: -40px;

}



.special-products-block .product-item-details {

    margin-top: 0;

}



.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a, .cat-box-inner li:hover .pro-detail-info > a {

    color: #2f455d;

}



.product-item-details .price-box .price {

    margin-right: 5px;

}



.price-box .price {

    font-size: 16px;

    font-weight: 700;

    color: #2f455d;

}



.product-item-details .price-box .price.old-price {

    font-size: 14px;

    font-weight: 400;

    color: #7c93b2;

}



.detail-inner-left ul {

    display: inline-block;

}



.detail-inner-left ul li {

    float: left;

    padding: 0 5px;

    position: relative;

    transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

}



.detail-inner-left ul li:first-child {

    padding-left: 0;

}



.detail-inner-left ul li:last-child {

    padding-right: 0;

}



.detail-inner-left ul li a {

    background: url("images/sprite.png") no-repeat scroll 0 0;

    display: inline-block;

    height: 25px;

    width: 30px;

    margin-top: 4px;

    transition: all 0.6s ease 0s;

    -moz-transition: all 0.6s ease 0s;

    -webkit-transition: all 0.6s ease 0s;

    -o-transition: all 0.6s ease 0s;

}



.product-item .detail-inner-left ul li a, .product-item .detail-inner-left ul li button span {

    transform: perspective(1300px) rotateY(180deg);

    -webkit-transform: perspective(1300px) rotateY(180deg);

    -moz-transform: perspective(1300px) rotateY(180deg);

    -o-transform: perspective(1300px) rotateY(180deg);

}



.product-item:hover .detail-inner-left ul li a, .product-item:hover .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);

}



/* .detail-inner-left ul li a:before {

    position: absolute;

    content: "";

    left: 0;

    height: 25px;

    width: 1px;

    background: #dedede;

} */



.detail-inner-left ul li button {

    background-color: transparent;

    color: #2f455d;

    padding: 0;

    display: inline-block;

    border: none;

    margin-top: 5px;

    transition: all 0.4s ease 0s;

    -moz-transition: none 0s ease 0s;

    -webkit-transition: none 0s ease 0s;

    -o-transition: none 0s ease 0s;

}



.detail-inner-left ul li button span {

    background: url("images/sprite.png") no-repeat scroll -11px -327px;

    display: inline-block;

    margin-bottom: -7px;

    margin-right: 5px;

    height: 25px;

    width: 30px;

    transition: all 0.6s ease 0s;

    -moz-transition: all 0.6s ease 0s;

    -webkit-transition: all 0.6s ease 0s;

    -o-transition: all 0.6s ease 0s;

}



.detail-inner-left ul li button:hover {

    color: #00ad73;

}



.detail-inner-left ul li button:hover span {

    background-position: -11px -361px;

}



.detail-inner-left ul li.pro-wishlist-icon a {

    background-position: -11px -390px;

}



.detail-inner-left ul li.pro-wishlist-icon a:hover {

    background-position: -11px -424px;

}



.detail-inner-left ul li.pro-wishlist-icon.active a {

    background-position: -45px -424px;

}



.detail-inner-left ul li.pro-compare-icon a {

    background-position: -11px -458px;

}



.detail-inner-left ul li.pro-compare-icon a:hover {

    background-position: -11px -492px;

}



.rating-summary-block {

    padding: 5px 0;

}



.rating-summary-block .rating-result {

    display: inline-block;

    position: relative;

    width: 74px;

}



.rating-summary-block.big .rating-result {

    width: 88px;

}



.rating-summary-block .rating-result:before {

    color: #c7c7c7;

    content: "ï€…" "ï€…" "ï€…" "ï€…" "ï€…";

    display: block;

    font-family: FontAwesome;

    font-size: 16px;

    font-style: normal;

    font-weight: normal;

    height: 16px;

    left: 0;

    letter-spacing: 2px;

    line-height: 16px;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 1;

}



.rating-summary-block .rating-result > span {

    display: block;

    overflow: hidden;

}



.rating-summary-block .rating-result > span::before {

    color: #ffc600;

    content: "ï€…" "ï€…" "ï€…" "ï€…" "ï€…";

    display: block;

    font-family: FontAwesome;

    font-size: 16px;

    font-style: normal;

    font-weight: normal;

    height: 16px;

    letter-spacing: 2px;

    line-height: 16px;

    position: relative;

    z-index: 1;

}



.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {

    font-size: 13px;

    height: 13px;

    line-height: 13px;

}



.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {

    font-size: 17px;

    height: 17px;

    line-height: 17px;

}



.product-slider .owl-prev, .product-slider .owl-next, #brand-logo .owl-prev, #brand-logo .owl-next {

    background: #fff;

    position: absolute;

    border: 2px solid #c2c2c2;

    height: 35px;

    width: 35px;

    text-align: center;

    margin-top: -30px;

    opacity: 0;

    top: 50%;

    padding: 4px 10px;

    font-size: 0;

    transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    -o-border-radius: 50%;

    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;

}



#brand-logo .owl-prev, #brand-logo .owl-next {

    opacity: 1;

}



#brand-logo .owl-prev, #brand-logo .owl-next {

    margin-top: 0;

    background: transparent;

}



.product-slider .owl-prev:hover, .product-slider .owl-next:hover, #brand-logo .owl-prev:hover, #brand-logo .owl-next:hover {

    border-color: #00ad73;

}



.product-slider .owl-next {

    right: -40px;

}



#brand-logo .owl-next {

    right: -50px;

}



.product-slider .owl-prev {

    left: -40px;

}



#brand-logo .owl-prev {

    left: -50px;

}



.product-slider .owl-prev:after, .product-slider .owl-next:after, #brand-logo .owl-prev:after, #brand-logo .owl-next:after {

    color: #c2c2c2;

    font-family: FontAwesome;

    font-size: 24px;

    font-weight: bold;

    line-height: 20px;

    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;

}



.product-slider .owl-prev:after, #brand-logo .owl-prev:after {

    content: "ï„„";

}



.product-slider .owl-next:after, #brand-logo .owl-next:after {

    content: "ï„…";

}



.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after {

    color: #00ad73;

}



.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after {

    color: #00ad73;

}



.product-slider .product-slider-main:hover .owl-prev, .product-slider .product-slider-main:hover .owl-next, #brand-logo:hover .owl-prev, #brand-logo:hover .owl-next {

    opacity: 1;

}



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

.shop-list-view {

    margin-bottom: 40px;

    display: table;

}



.shop-list-view .product-item {

    float: left;

    width: 280px;

    z-index: 1;

}



.shop-list-view .product-item-name {

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 12px;

}



.shop-list-view .detail-inner-left {

    border-left: 1px solid #ddd;

    display: inline-block;

    padding: 10px 0;

    width: 100%;

}



.shop-list-view .price-box {

    margin: -2px 0 15px;

}



.shop-list-view .rating-summary-block {

    padding: 0;

}



.shop-list-view .bottom-detail {

    margin-top: 15px;

    display: inline-block;

}



.shop-list-view .product-item-details, .product-detail-main .product-item-details {

    margin-top: 0;

}



/* - Perellex-Banner //---------------- */



.perellex-banner {

    background: url("../images/perellex.jpg") no-repeat fixed center center;

}



.perellex-bg {

    background: rgba(28, 145, 207, 0.9);

    padding-left: 30px;

    padding-right: 30px;

}



.perellex-bg  .perellex-title {

    color: #fff;

    font-size: 30px;

    line-height: 35px;

}



.perellex-bg  .perellex-title span {

    font-weight: 700;

}



.perellex-banner .btn-black:hover {

    background: #fff;

    color: #2f455d;

}



/* perellex-banner End */



/* - Site Services Features Block //---------------- */



.ser-feature-block {

    background: #ffffff;

    padding: 30px 25px;

}



.ser-feature-block .col-md-4:last-child .feature-box {

    border: none;

}



.ser-feature-block .feature-box {

    background: url("images/shipping_icon.png") no-repeat scroll 0 0;

    padding-left: 80px;

    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;

}



.ser-feature-block .feature-box .ser-title {

    color: #1c91cf;

    font-size: 20px;

    font-weight: 600;

    margin-top: 5px;

    display: inline-block;

}



.ser-feature-block:hover .feature-box .ser-title {

    color: #00ad73;

}



.ser-feature-block .feature-box.feature1 {

    background-position: 5px 7px;

}



.ser-feature-block .feature-box.feature2 {

    background-position: 5px -120px;

}



.ser-feature-block .feature-box.feature3 {

    background-position: 5px -246px;

}



.ser-feature-block:hover .feature-box.feature1 {

    background-position: 5px -57px;

}



.ser-feature-block:hover .feature-box.feature2 {

    background-position: 5px -180px;

}



.ser-feature-block:hover .feature-box.feature3 {

    background-position: 5px -318px;

}



/* Site Services Features Block css Ends */





/* - Special Product Block //---------------- */

.special-products-block {

    position: relative;

    overflow: hidden;

    margin-top: -7px;

    padding-top: 7px;

}



.special-products-block .product-item {

    max-width: 338px;

    float: left;

    margin-right: 30px;

}



.special-products-block .pro-detail-main {

    margin-left: 368px;

    position: relative;

}



.special-products-block .product-item-details .product-item-name {

    font-size: 22px;

    margin-bottom: 15px;

}





.product-item-name {

	

	color:#1c91cf !important;

	font-size:18px;

	font-weight:600;

	

}





.special-products-block .product-item-details .price-box .price {

    font-size: 20px;

}



.special-products-block .product-item-details .price-box .price.old-price {

    font-size: 16px;

}



.special-products-block .rating-summary-block {

    margin-top: 10px;

    margin-bottom: 10px;

}



.special-products-block .label-review {

    color: #8f8f8f;

    font-size: 12px;

    font-style: italic;

}



.bottom-detail ul li {

    border-right: 1px solid #ccc;

    display: inline-block;

    padding: 20px 14px;

}



.bottom-detail ul li:first-child {

    padding-left: 0;

}



.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {

    padding-right: 0;

    border-right: none;

}



.special-products-block .bottom-detail .pro-compare-icon {

    margin-top: 10px;

}



.special-products-block .pro-detail-main .bottom-detail {

    position: absolute;

    bottom: 0;

    width: 100%;

}



/* .product-item-details .bottom-detail {

    border-top: 1px solid #dedede;

    border-bottom: 1px solid #dedede;

    padding: 10px 0;

} */



.product-detail-main .product-item-details .product-qty ~ .bottom-detail {

    border: none;

    padding: 0;

}



.product-detail-main .product-item-details .bottom-detail {

    display: inline-block;

}



.bottom-detail ul li span {

    background: url(images/sprite.png) no-repeat scroll 0 0;

    display: inline-block;

    height: 23px;

    width: 23px;

    margin-bottom: -5px;

    margin-top: -5px;

    margin-right: 7px;

}



.bottom-detail ul li.pro-cart-icon span {

    background-position: -80px -327px;

}



.bottom-detail ul li.pro-wishlist-icon span {

    background-position: -14px -392px;

}



.bottom-detail ul li.pro-compare-icon span {

    background-position: -14px -459px;

}



.bottom-detail ul li.pro-email-icon span {

    background-position: -49px -462px;

}



.bottom-detail ul li.pro-wishlist-icon:hover span {

    background-position: -14px -426px;

}



.bottom-detail ul li.pro-compare-icon:hover span {

    background-position: -14px -493px;

}



.bottom-detail ul li.pro-email-icon:hover span {

    background-position: -49px -496px;

}



#special-pro .owl-prev, #special-pro .owl-next {

    position: absolute;

    top: -85px;

    font-size: 0;

}



#special-pro .owl-prev {

    right: 50px;

}



#special-pro .owl-next {

    right: 20px;

}



#special-pro .owl-prev:after, #special-pro .owl-next:after {

    color: #c2c2c2;

    font-family: FontAwesome;

    font-size: 28px;

    line-height: 55px;

    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;

}



#special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {

    color: #8a8a8a;

}



#special-pro .owl-prev:after {

    content: "ï„„";

}



#special-pro .owl-next:after {

    content: "ï„…";

}

/* Special Product Block css Ends */



/* - Custom News Letter //---------------- */

.newsletter {

    background: #00ad73;

}



.newsletter-inner {

    color: #fff;

    padding: 25px 0;

}



.newsletter-inner .main_title {

    color: #fff;

    font-size: 30px;

    font-weight: 600;

    margin-bottom: 5px;

}



.newsletter-box {

    position: relative;

    padding-right: 100px;

    margin-top: 15px;

}



.newsletter-inner input {

    color: #6f6f6f;

    width: 100%;

    border: none;

    padding: 9px;

}



.newsletter-inner button {

    position: absolute;

    right: 0;

    top: 0;

}

/* Custom News Letter CSS End */



/* - Testimonial //---------------- */

.client-bg .owl-carousel .owl-wrapper-outer {

    margin-top: -20px;

    padding-top: 20px

}



.client-main .item {

    margin-right: 30px;

    display: inline-block;

}



.client-main .item p {

    font-size: 16px;

    font-style: italic;

    letter-spacing: 1px;

}



.user-detail-inner {

    display: inline-block;

    margin-top: 30px;

}



.quote {

    background: #fff;

    padding: 30px;

    margin-bottom: 20px;

    position: relative;

}



.quote:before {

    background: url(../images/blockquote.png) no-repeat scroll 0 0;

    content: "";

    width: 45px;

    height: 42px;

    position: absolute;

    left: 20px;

    top: -20px;

}



.client-main .item .client-title {

    color: #00ad73;

    font-weight: 700;

    margin-bottom: 0;

}



.client-main .item .designation {

    font-style: italic;

}



.owl-pagination {

    display: inline-block;

    margin-top: 20px;

}



.owl-pagination .owl-page {

    float: left;

    margin: 0 3px;

}



.owl-pagination .owl-page > span {

    background: #7d7d7c;

    display: inline-block;

    height: 4px;

    width: 20px;

}



.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {

      background: #00ad73;

}



.client-main {

    background: #fff;

    position: relative;

}



.client-main .owl-carousel {

    position: inherit;

}



.client-main .owl-prev, .client-main .owl-next {

    /* color: #2f455d;

    font-weight: bold;

    text-transform: uppercase; */

    position: absolute;

    bottom: 10%;

    font-size: 0;

    /* -moz-transform: translateY(-50%) rotate(-90deg);

    -webkit-transform: translateY(-50%) rotate(-90deg);

    -0-transform: translateY(-50%) rotate(-90deg);

    transform: translateY(-50%) rotate(-90deg); */

}



.client-main .owl-next {

    right: 40px;

}



.client-main .owl-prev {

    right: 65px;

}



.client-main .owl-next:before, .client-main .owl-prev:before {

    /* position: absolute;

    content: "";

    transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    -0-transform: rotate(90deg);

    z-index: -1;  */

    color: #c2c2c2;

    font-family: FontAwesome;

    font-size: 24px;

    font-weight: bold;

    line-height: 20px;

    transition: all 0.4s ease 0s;

}



.client-img {

    display: inline-block;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    -o-border-radius: 50%;

    overflow: hidden;

    float: left;

    margin-right: 20px;

}



.client-main .owl-next:before {

    /* border-color: #fff #fff transparent transparent;

    border-style: solid;

    border-width: 50px 20px;

    bottom: -22px; */

    content: "ï„…";

}



.client-main .owl-next:hover::before, .client-main .owl-prev:hover::before {

    color: #00ad73;

}



.client-main .owl-prev:before {

    /* border-color: transparent transparent #fff #fff;

    border-style: solid;

    border-width: 50px 20px;

    top: -22px; */

    content: "ï„„";

}



.client-main .owl-pagination {

  display: none;

}



/* Testimonial CSS End */



/* - Video //---------------- */

.video-block {

    background: #fff;

    padding: 23px;

}



.video-block p {

    font-size: 16px;

    font-style: italic;

    margin-bottom: 0;

    margin-top: 15px;

    letter-spacing: 1px;

}

/* video-block CSS End */



/* cat-box css Start */

.cat-img {

    margin-bottom: 40px;

    position: relative;

    text-align: center;

    overflow: hidden;

}



.cat-img span {

    background: #00ad73;

    color: #ffffff;

    position: absolute;

    bottom: 18px;

    font-size: 18px;

    font-weight: 600;

    width: calc(100% - 80px);

    padding: 13px 0;

    left: 50%;

    transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    -ms-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

}



.cat-img:hover span {

    -ms-transform: translateX(-50%) scale(0.9);

    -webkit-transform: translateX(-50%) scale(0.9);

    -o-transform: translateX(-50%) scale(0.9);

    transform: translateX(-50%) scale(0.9);

}



.cat-box-inner .pro-media img {

    transition: none 0s ease 0s;

    -moz-transition: none 0s ease 0s;

    -webkit-transition: none 0s ease 0s;

    -o-transition: none 0s ease 0s;

}



.cat-img:hover img, .cat-box-inner li:hover .pro-media img {

    -ms-transform: scale(1.5);

    -webkit-transform: scale(1.5);

    -o-transform: scale(1.5);

    transform: scale(1.5);

}



.cat-box-inner .pro-media {

    margin-right: 20px;

    width: 115px;

    overflow: hidden;

}



.cat-box-inner ul li {

    display: inline-flex;

    margin-bottom: 5px;

    padding: 15px 0px;

}



.cat-box-inner ul li:first-child {

    padding-top: 0;

}



.cat-box-inner ul li:last-child {

    padding-bottom: 0;

}



.cat-box-inner .cart-link button {

    color: #00ad73;

    background-color: transparent;

    border: medium none;

    letter-spacing: 0;

    padding: 0;

    margin-top: 12px;

}



.cat-box-inner .cart-link button:hover {

    color: #2f455d;

}

/* cat-box css End */



/* - Blog //---------------- */

.blog-media {

    overflow: hidden;

    background: #2f455d;

    position: relative;

}



.blog-item .blog-media img {

    transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

}



.blog-item:hover .blog-media img {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

    opacity: 0.5;

    filter: alpha(opacity=50);

}



.blog-item a.read {

    left: 50%;

    opacity: 0;

    position: absolute;

    top: 50%;

    transform: translateY(-50%) translateX(-50%);

    transition: all 0.4s ease 0s;

}



.blog-item:hover a.read {

    opacity: 1;

}



.blog-item a.read::after {

    border: 2px solid #fff;

    border-radius: 50%;

    color: #ffffff;

    content: "ïƒ";

    display: inline-block;

    font-family: "FontAwesome";

    font-size: 16px;

    height: 45px;

    padding: 10px;

    text-align: center;

    width: 45px;

}



.blog-detail {

    margin-top: 13px;

}



.blog-main .blog-detail {

    height: 100%;

    margin: 0;

    position: absolute;

    top: 0;

    width: 100%;

}



.blog-main .blog-detail .row {

    height: 100%;

}



.blog-main .blog-detail .blog-detail-inner {

    background: rgba(57,69,84,0.9);

    color: #fff;

    height: 100%;

}



.blog-main .blog-contant {

    height: 100%;

    padding: 35px 0;

    margin-left: 10px;

    position: relative;

}



.blog-main .blog-title a {

    color: #fff;

    font-weight: 700;

}



.post-date {

    color: #00ad73;

    font-style: italic;

}



.blog-detail p {

    margin-bottom: 20px;

}



.blog-tag {

    margin-bottom: 15px;

}



.blog-tag span {

    background: #ffe547;

    color: #2f455d;

    font-size: 13px;

    padding: 0 5px;

}



.blog-detail .post-info {

    margin-top: 15px;

}



.blog-detail .post-info ul li {

    display: inline-block;

    margin-right: 15px;

    font-style: italic;

}



.blog-main .blog-detail .post-info {

    position: absolute;

    bottom: 35px;

}



.blog-main .blog-detail .post-info ul li a {

  color: #ffe547;

}



.blog-main .blog-detail .post-info ul li a:hover {

  color: #fff;

}

/* Blog CSS End */





/* - Brand-Logo //---------------- */

.brand {

    padding: 0 50px;

}



.brand .item {

    text-align: center;

	border:1px solid #7a7a7a;

}



.brand .item img {

    opacity: 0.5;

}



.brand .item img:hover {

    opacity: 1;

}

/* Brand-Logo CSS End */



/* - Sidebar //---------------- */

.gray-box {

    background: #f0f0f0;

    padding-bottom: 25px;

}



.sidebar-title {

    padding: 0 0 8px;

    margin-bottom: 15px;

}



.sidebar-title h3 {

    margin-bottom: 0;

}



.listing-box ul li:last-child {

    border-bottom: none;

}



.listing-box ul li a {

    padding: 6px 0;

    display: inline-block;

    width: 100%;

}



.listing-box ul li:first-child a {

    padding-top: 0;

}



.gray-box .sidebar-contant {

    padding: 0 17px;

}



.inner-title {

    color: #2f455d;

    margin-bottom: 8px;

    display: inline-block;

    font-weight: 700;

}



.price-range .price-txt {

    color: #00ad73;

    font-weight: 600;

}



.filter-sidebar .filter-inner-box ul li {

    cursor: pointer;

    display: inline-flex;

    width: 100%;

}



.filter-inner-box ul li.active > span, .filter-inner-box ul li:hover > span {

    background: none repeat scroll 0 0 #00ad73;

}



.filter-inner-box ul li > span {

    border: 1px solid #b6b6b6;

    box-shadow: 0 0 0 1px #fff inset;

    display: inline-block;

    height: 12px;

    margin-right: 7px;

    margin-top: 1px;

    width: 12px;

    z-index: 0;

}



.filter-inner-box ul li span input[type="checkbox"] {

    margin-top: 0;

    min-height: auto;

    opacity: 0;

}



.filter-inner-box ul li.active label {

    color: #00ad73;

}



.filter-inner-box ul li label {

    color: #666;

    cursor: pointer;

    font-weight: normal;

    margin-top: -5px;

    width: 100%;

}





.sidebar-item ul li {

    display: inline-flex;

    padding: 7px 0;

    margin-bottom: 5px;

}



.sidebar-item ul li:first-child {

    padding-top: 0;

}



.sidebar-item .pro-media {

    padding: 0 10px 0 0;

    width: 108px;

}



.sidebar-item-wide .pro-media {

    width: 110px;

}



.pro-detail-info .price-box .price {

    color: #2f455d;

    font-size: 14px;

    font-weight: 700;

    margin-right: 5px;

}



.pro-detail-info .rating-summary-block {

    padding: 0;

}



.sidebar-item .cart-link button {

    background-color: transparent;

    border: none;

    padding: 0;

    font-size: 13px;

    letter-spacing: 0;

    font-weight: 400;

}



.sidebar-item .cart-link button:hover, .sidebar-item ul li:hover .cart-link button {

    color: #00ad73;

}



.cat-box-inner li:hover .pro-detail-info > a, .sidebar-contant ul li:hover .pro-detail-info a {

    color: #00ad73;

}



/* Sidebar CSS END */



/* - Sorting //---------------- */

.shorting {

    padding-bottom: 15px;

}



.shorting select {

    padding: 5px 24px 5px 5px;

}



.shorting .view {

    float: left;

    margin-right: 20px;

}



.list-types {

    display: inline-flex;

    float: left;

    margin: 3px 0px 0;

    padding: 0 5px;

}



.list-types-icon {

    background: url(../images/grid-list.png) no-repeat scroll 0 0 #ffffff;

    border: 1px solid transparent;

    display: inline-block;

    height: 30px;

    width: 30px;

}



.list-types.active .list-types-icon {

    background-color: #fff;

    border: 1px solid #00ad73;

}



.grid-icon {

    background-position: 1px 1px;

}



.list-icon {

    background-position: -33px 1px;

}



.grid-icon:hover, .list-types.active .grid-icon {

    background-position: 1px -24px;

}



.list-icon:hover, .list-types.active .list-icon {

    background-position: -33px -24px;

}



.list-types a {

    display: inline-flex;

}



.shorting select {

    font-size: 14px;

}

.short-by, .select-item {

    float: left;

    position: relative;

}

.short-by > span, .show-item > span {

    float: left;

    margin: 5px 10px 3px;

}



.compare {

    float: right;

}



.compare .btn {

    padding: 8px 15px;

}



.pagination-bar {

    margin-top: 20px;

}

.pagination-bar ul {

    display: inline-flex;

}

.pagination-bar ul li {

    float: left;

    margin: 0 2px;

}

.pagination-bar ul li a {

    background: #ffffff;

    height: 35px;

    width: 35px;

    display: inline-block;

    line-height: 35px;

    text-align: center;

}

.pagination-bar ul li.active a {

    background: #2f455d;

    color: #fff;

}

/* Sorting CSS End */



/* - Product Detail Page //---------------- */



/* -- Product Zoom Slider Start -- */

.fotorama__nav--thumbs {

    margin-top: 15px;

}



.fotorama__nav__frame.fotorama__nav__frame--thumb {

    height: auto !important;

    margin: 0 8px;

    opacity: 0.3;

}



.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {

    opacity: 1;

}



.fotorama__img {

    position: relative;

    top: 0 !important;

}



.fotorama__thumb-border {

    display: none !important;

}



.fotorama__nav::before, .fotorama__stage::before {

    background-image: none;

}



.fotorama__nav::after, .fotorama__stage::after {

    background-image: none;

}



.fullscreen {

    background-color: transparent;

}



.fotorama--fullscreen {

    background: rgba(0,0,0,0.7);

}



.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {

    background-color: transparent;

}



.fotorama__nav.fotorama__nav--thumbs {

    background: #fff;

}



.fotorama__fullscreen-icon {

    background: url(images/sprite.png) no-repeat scroll -107px -289px #ffe547;

    height: 40px;

    width: 40px;

}



.fotorama--fullscreen .fotorama__fullscreen-icon {

    background-position: -108px -328px;

}

/* -- Product Zoom Slider End -- */



.product-detail-main .product-item-details .product-item-name {

    font-size: 22px;

    margin-bottom: 0;

    letter-spacing: 0;

}



.product-listing .shop-list-view .product-item {

    margin-bottom: 0;

}



.product-detail-main .price-box .price {

    font-size: 22px;

}



.product-detail-main .rating-summary-block {

    margin-bottom: 20px;

}



.product-info-stock-sku {

    margin-top: 20px;

    margin-bottom: 20px;

}



.product-info-stock-sku > div {

    display: inline-block;

    margin-right: 20px;

}



.product-info-stock-sku label {

    font-weight: 400;

}



.product-info-stock-sku .price-box {

    display: inline-block;

}



.product-info-stock-sku .info-deta {

    text-transform: uppercase;

    font-weight: bold;

}



.form-control {

    border-color: #dedede;

    border-radius: 0px;

    -moz-border-radius: 0px;

    -webkit-border-radius: 0px;

    -o-border-radius: 0px;

    height: 40px;

}



.form-control:focus {

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    border-color: #ccc;

}



.product-qty {

    float: left;

    margin-right: 20px;

    margin-bottom: 10px;

}



.custom-qty {

    display: inline-flex;

}



.increase.items, .reduced.items {

    /* background: transparent; */

    border: none;

    color: #888;

    padding: 13px 15px 12px;

    float: left;

    margin: 0 2px;

}



.input-text.qty {

    border: 1px solid #dedede;

    max-width: 45px;

    padding: 4px 13px;

    float: left;

    text-align: center;

    margin: 0;

}



.share-link {

    margin-top: 30px;

}



.share-link label {

    font-weight: 400;

    float: left;

    margin-top: 6px;

    margin-right: 10px;

}



/* Product Page Tab CSS Start */

.nav-tabs {

    border-bottom: 1px solid #e1e1e1;

}

.nav-tabs > li > a {

    border-color: #eee #eee #ddd;

}



.product-detail-tab {

    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;

}



.product-detail-tab .nav > li > a {

    background-color: transparent;

    text-decoration: none;

    border-radius: 0;

    -moz-border-radius: 0;

    -webkit-border-radius: 0;

    -o-border-radius: 0;

    border: none;

    border-bottom: 2px solid transparent;

    font-size: 20px;

    letter-spacing: -0.5px;

    color: #2f455d;

}

.product-detail-tab .nav > li:first-child > a {

    padding-left: 0;

}

.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {

    border-bottom: 2px solid #00ad73;

    color: #00ad73;

}

.tab_content {

    border-bottom: 1px solid #e1e1e1;

    border-top: 0;

    padding: 30px 0;

}

.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {

    /* padding: 30px 0; */

    line-height: 25px;

}

.tab_content ul li strong {

    font-weight: 500;

    color: #2f455d;

}

.items-Description, .items-Product-Tags, .items-Reviews {

    display: none;

}

.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {

    display: block;

}

.product-item-details label {

  color: #2f455d;

}

/* Product Page Tab CSS End */



/* - Comment Block //---------------- */

.comment-list > li {

    padding-top: 20px;

    border-top: 1px solid #e1e1e1;

}

.comments-area > .comment-list > li:first-child {

    border: none;

    padding-top: 0;

}

.comment-user {

    float: left;

    margin-right: 20px;

}

.comment-detail {

    display: table-cell;

    padding-bottom: 10px;

}

.comment-detail .user-name {

    text-transform: uppercase;

    color: #00ad73;

    font-size: 13px;

    font-weight: bold;

    line-height: 1.1;

}

ul.child-comment {

    margin-left: 0px;

}



.comment-detail .post-info ul {

    display: inline-flex;

}



.comment-detail .post-info ul li {

    float: left;

    margin-right: 15px;

    font-size: 14px;

    padding: 0;

}







.bar {

	border:2px solid #1c91cf;

	padding-left:15px;

}





.comment-detail .post-info ul li i.fa {

    margin-right: 5px;

}

/* --------------- Comment CSS End ------------------ */



/* Product Detail Page CSS End */



/* - Contact Page //---------------- */



.checkout-section .input-box {

    margin-bottom: 23px;

}



.check-box span {

    display: inline-block;

    float: left;

    height: 18px;

    margin-right: 2px;

    width: 18px;

    z-index: 0;

}



.check-box.left-side {

    margin-top: 10px;

}



.forgot-password {

    color: #0040a5;

    text-decoration: underline;

    font-weight: 600;

    display: inline-block;

}



.contact-info .p-0 {

    border-right: 1px solid #e1e1e1;

}



.contact-info .p-0:last-child {

    border: medium none;

}



/* - Contact Page Ends //---------------- */



/* - Cart Page //---------------- */

.commun-table th span {

    float: left;

    font-size: 14px;

    font-weight: 400;

    clear: both;

}



.commun-table td .product-title {

    min-width: 300px;

}



table.table{

    border: 2px solid #1c91cf;

    

    margin-bottom: 0;

}



.complete-order-detail table.table {

    border-top: 15px solid #ffffff;

}



.commun-table .table thead tr th {

    background: #1c91cf;

    border-bottom: none;

    padding: 22px 20px;

	color:#fff;

}



.cart-item-table .table tbody tr td {

    padding: 20px 25px;

    vertical-align: middle;

}



.cart-total-table .table tbody tr td {

    padding: 10px 25px;

    vertical-align: middle;

}



.cart-total-table .table thead tr th {

    padding: 15px 25px;

    vertical-align: middle;

}



.commun-table .table tbody tr:first-child td {

    border-top: medium none;

}



.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {

    max-width: 110px;

}



.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {

    text-align: center;

}



.commun-table th ul li {

    text-align: left;

    float: left;

    margin-right: 30px;

}



.commun-table th ul li .price {

    font-size: 14px;

}



.commun-table th ul li:last-child {

    margin-right: 0;

    float: right;

}



.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {

    text-align: left;

}



.commun-table .table tbody tr td i.cart-remove-item {

    color: #ff0000;

    font-size: 18px;

    cursor: pointer;

}



.commun-table tbody tr td .input-box select {

    width: 100px;

    padding: 5px;

}



.cart-total-table .table tbody tr td b {

    font-size: 16px;

    color: #2f455d;

}



.cart-total-table .table tbody tr td .price {

    color: #2f455d;

    font-size: 14px;

    font-weight: 500;

}



.estimate select {

    padding: 12px 10px;

}

/* Cart Page CSS Start */



/* - Checkout Page //---------------- */



.checkout-step{

    display: inline-block;

    width: 100%;

}



.checkout-step ul{

    display: table;

    margin: 0px auto 25px;

}



.checkout-step ul li{

    float: left; 

    font-size: 15px; 

    color: #00ad73;

    cursor: pointer;

    text-align: center;

    margin: 0 1px;

}

.checkout-step ul li .step{

    float: left;

    position: relative;

    margin-bottom: 10px;

}

.checkout-step ul li .step .circle{

    background: #00ad73; 

    color: #fff; 

    display: inline-block; 

    width: 32px; 

    height: 32px; 

    padding: 3px 11px;

    font-weight: 500;

    font-size: 16px;

    position: absolute;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

    text-align: left;

    left: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

}

.checkout-step ul li .step .line {

    background: #00ad73 none repeat scroll 0 0; 

    float: left; 

    height: 7px; 

    margin: 12px -1px 12px 0; 

    width: 155px;

}

.checkout-step ul li:first-child .step .line{

    width: 155px;

}

.checkout-step ul li:last-child .step .line{

    width: 155px;

    background: #2f455d;

}

.checkout-step ul li span {

    color: #00ad73; 

    display: block; 

    padding:6px 15px 6px 6px;

    line-height: 20px;

}

.checkout-step ul li.step-done{color: #26537f;}

.checkout-step ul li.active{color: #00ad73; }

.checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line{background: #26537f;}

.checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line{background: #00ad73;}



.checkout-step li.active + li .circle, 

.checkout-step li.active + li + li .circle, 

.checkout-step li.active + li + li + li .circle, 

.checkout-step li.active + li .line, 

.checkout-step li.active + li + li .line, 

.checkout-step li.active + li + li + li .line {

    background: #2f455d; 

}



.checkout-step li.active + li span, 

.checkout-step li.active + li + li span, 

.checkout-step li.active + li + li + li span {

    color: #2f455d;

}



.heading-bg h2.heading {

    border-bottom: 1px solid #cad2d4;

    padding: 0 17px 8px 0;

}



.checkout-section h2.heading {

    letter-spacing: 0px;

    font-weight: 600;

}



.payment-option-box {

    padding: 20px;

    border: 1px solid #cad2d4;

}



.payment-option-box-inner {

    padding: 20px;

    display: inline-block;

    width: 100%;

}



.payment-top-box {

    display: inline-block;

    width: 100%;

    margin-bottom: 20px;

}



.paypal-box {

    border: 1px solid #ddd;

    float: left;

    padding: 10px;

    position: relative;

    margin-left: 10px;

}



.paypal-top {

    background: #ffffff;

    position: absolute;

    top: -15px;

    left: 5px;

    padding: 0 10px;

}



/* Checkout Page Ends */



/* - Login Register Page //---------------- */

.new-account .link {

    text-decoration: underline;

    color: #2f455d;

}



.new-account .link:hover {

    color: #00ad73;

}

/* Login Register Page Ends */



/* - Account Page //---------------- */

.account-tab > .tab-title-bg {

    border-bottom: 1px solid #cad2d4;

    color: #2f455d;

    display: inline-block; 

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 13px;

    padding: 10px 15px; 

    width: 100%;

}



.account-tab > span .sub-title {

    font-size: 18px;

}



.account-sidebar .sub-title span {background: url("images/sprite.png") no-repeat scroll -97px -456px; display: inline-block; height: 21px; margin-bottom: -5px; width: 21px;}

.account-sidebar.account-tab .account-tab-inner {padding:0px;}

.account-sidebar.account-tab > .tab-title-bg {padding: 4px 15px 12px 0;}

.account-sidebar ul{width: 100%;}

.account-sidebar ul li {

    background: #fff; 

    position: relative;

    margin-bottom: 1px;

}

.account-sidebar ul li:last-child{border-bottom: none;}

.account-sidebar ul li a {padding: 8px 15px; display: inline-block; width: 100%;}

.account-sidebar ul li a .fa{position: absolute; right: 15px; top: 12px;

    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;

}

.account-sidebar ul li a:hover{color: #26537f;}



.account-sidebar ul li.active a, .account-sidebar ul li:hover a{

    color: #fff; background: #1c91cf none repeat scroll 0 0

}

.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {

    color: #fff;

    right: 0px;

}

.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {

    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c91cf; 

    border-style: solid; 

    border-width: 20px 22px 20px 15px; 

    top: 0px; 

    content: ""; 

    right: -37px; 

    position: absolute;

}

.account-content { /* border: 1px solid #dbdbdb;  border-radius: 3px;*/ padding: 0px 30px;}

.account-content .heading-section{display: inline-block; width: 100%;}

.account-content .heading-section .heading{padding: 2px 0px;}

.account-content .heading-section .common-btn{margin-top: -4px;}



.account-content p, .address-box p {margin-bottom: 0px; margin-top: 5px;}

.account-content hr{margin-top: 5px;}



.address-box .inner-heading {

    margin-bottom: 10px;

}

/* - Account Page Ends //---------------- */



/* - Blog Page //---------------- */

.sidebar-box .search-box input.input-text {

    border: 1px solid #e8e8e8;

    width: 100% !important;

    opacity: 1;

    position: relative;

}

.sidebar-box .search-box button.search-btn {

    position: absolute;

    right: 0;

    top: 0;

}

/* - Blog Page Ends //---------------- */



/* - About Page //---------------- */

.about-title {

    color: #6b6b6b;

    font-size: 35px;

    font-weight: 300;

    line-height: 55px;

}



.partner-detail-main {

    height: 100%;

}



.partner-block  {

    display: inline-flex;

    overflow: hidden;

}



.partner-block ul {

    margin-bottom: -1px;

}



.partner-block ul li {

    border-bottom: 1px solid #e5e5e5;

    border-right: 1px solid #e5e5e5;

    float: left;

    width: 33.33%;

    text-align: center;

    padding: 16px;

}

.partner-block ul li:nth-child(3n) {

    border-right: none;

}



.partner-block ul li span {

    display: inline-block;

    padding: 23px 0;

    width: 100%;

    opacity: 0.5;

    transition: all 0.4s ease 0s;

}



.partner-block ul li span:hover {

  opacity: 0.8;

}



.partner-block ul li.owner-logo span {

    background: #ffffff;

    opacity: 1;

    filter: grayscale(100%);

}



.partner-block ul li.owner-logo span:hover {

    background-color: transparent;

    filter: grayscale(0%);

}



/* - About Page Ends //---------------- */



/* - 404 Page //---------------- */



.error-block {

    min-height: 965px;

    position: relative;

    overflow: hidden;

}

.error-block > img {

    height: auto;

    left: -100%;

    margin: auto;

    position: absolute;

    right: -100%;

    top: 0;

}

.error-block-detail {

    text-align: center;

}



.error-block-bg {

    

}



.error-block-detail .main-error {

    font-size: 230px;

    color: #2f455d;

    line-height: 180px;

    font-weight: 500;

    margin-bottom: 60px;

}

.error-small-text {

    font-size: 35px;

    text-transform: uppercase;

    margin-bottom: 25px;

}

.error-slogan {

    font-size: 25px;

    font-weight: 300;

    margin-bottom: 30px;

    line-height: 30px;

}

.error-block-detail .social_icon {

    margin-bottom: 20px;

}

.big-btn a {

    display: inline-block;

    color: #2f455d;

    background: #dcbd71;

    padding: 20px 50px;

    font-size: 14px;

}

.big-btn a:hover {

    background: #fff;

}

/* - 404 Page Ends //---------------- */



/* Contact Page CSS Start */

.map .map-part .map-inner-part {

    min-height: 450px;

    width: 100%;

}



.contact-box .contact-icon {

    height: 27px;

    width: 27px;

    display: inline-block;

    background: url(images/sprite.png) no-repeat scroll 0 0;

}

.contact-box span {

    display: inline-block;

    font-size: 18px;

    color: #2f455d;

    line-height: 1.1;

    margin-bottom: 20px;

    width: 100%;

}



.contact-box p {

    margin-bottom: 0;

}



.contact-box .contact-phone-icon {

    background-position: -101px -502px;

}

.contact-box .contact-mail-icon {

    background-position: -101px -543px;

}

.contact-box .contact-open-icon {

    background-position: -101px -583px;

}

.contact-info .no-padding {

    border-right: 1px solid #e1e1e1;

}

.contact-info .no-padding:last-child {

    border: none;

}

.read-more a {

    font-weight: 600;

}



.contact-address span {

    background: url(images/sprite.png);

    height: 25px;

    width: 25px;

    display: inline-block;

    margin-right: 10px;

    float: left;

}



.contact-address .location-icon {

    background-position: -101px -583px;

}



.contact-address .address-icon {

    background-position: -102px -503px;

}



.contact-address .mail-icon {

    background-position: -102px -543px;

}



.contact-info .read-more a {

    color: #00ad73;

} 

.contact-info .read-more a:hover {

    color: #2f455d;

}



/* Contact Page CSS End */



/* Footer CSS Start */

.footer{

     padding-top: 30px;

}



.footer, .footer a, .footer p {

    color: #7c7c7c;

}



.footer a:hover {

    color: #00ad73;

}



/* .footer-top {

    background: #333;

    padding: 32px 50px;

} */



.footer-top .f-logo {

    margin-right: 50px;

}



.footer-top p {

    color: #7c7c7c;

    line-height: 20px;

    margin-bottom: 0;

    margin-left: 240px;

}



ul.social-icon li {

    display: inline-block;

    margin-right: 5px;

}



ul.social-icon li i.fa {

    border: 1px solid transparent;

    color: #fff;

    padding: 5px;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    -o-border-radius: 50%;

    font-size: 22px;

    height: 33px;

    width: 33px;

    text-align: center;

    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;

}



.social-link ul.social-icon li i.fa {

    /* color: #a7a7a7; */

    font-size: 18px;

    height: 36px;

    width: 36px;

    padding: 8px;

}



ul.social-icon li i.fa.fa-facebook {

    background: #3b5998;

}



ul.social-icon li i.fa.fa-twitter {

    background: #1dcaff;

}
ul.social-icon li i.fa.fa-instagram {

    background: #ff0a0a;

}


ul.social-icon li i.fa.fa-linkedin {

    background: #0077b5;

}



ul.social-icon li i.fa.fa-rss {

    background: #ff6600;

}



ul.social-icon li i.fa.fa-pinterest {

    background: #c8232c;

}



ul.social-icon li i.fa:hover {

    background: transparent;

    color: #fff;

    transform: perspective(1300px) rotateY(360deg);

    -webkit-transform: perspective(1300px) rotateY(360deg);

    -moz-transform: perspective(1300px) rotateY(360deg);

    -o-transform: perspective(1300px) rotateY(360deg);
color: #ff0a0a;
border:1px solid #ff1d3f;
}



ul.social-icon li i.fa.fa-facebook:hover {

    border: 1px solid #3b5998;

    color: #3b5998;

}



ul.social-icon li i.fa.fa-twitter:hover {

    border: 1px solid #1dcaff;

    color: #1dcaff;

}



ul.social-icon li i.fa.fa-linkedin:hover {

    border: 1px solid #0077b5;

    color: #0077b5;

}



ul.social-icon li i.fa.fa-rss:hover {

    border: 1px solid #ff6600;

    color: #ff6600;

}



ul.social-icon li i.fa.fa-pinterest:hover {

    border: 1px solid #c8232c;

    color: #c8232c;

}



.footer-middle {

    margin: 75px 0 55px 0;

}



.footer-middle .f-logo {

    margin-bottom: 25px;

}



.footer-static-block .title {

    font-size: 22px;

    color: #2f455d;

    margin-bottom: 15px;

}



.footer-static-block ul.address-footer li:first-child {

    margin-bottom: 20px;

}



/* .footer hr {

    border-top: 1px solid #444;

} */



.footer-static-block li i.fa {

    float: left;

    font-size: 20px;

    color: #00ad73;

    margin-top: 5px;

}



.footer-static-block li p {

    margin-bottom: 0px;

}



.footer-block-contant > p {

  max-width: 322px;

}



ul.tagcloud li {

    display: inline-block;

    margin-right: 5px;

    margin-bottom: 5px;

}



ul.tagcloud li a {

    border: 1px solid #444444;

    display: inline-block;

    padding: 5px 10px;

}



.sidebar-block ul.tagcloud li a {

    border-color: #cad2d4;

}



ul.tagcloud li a:hover {

    border-color: #00ad73;

}



.footer-static-block li a span {

    font-size: 9px;

    float: left;

    margin-top: -1px;

    margin-right: 9px;

    color: #505050;

}



.footer-static-block li a:hover span {

    color: #00ad73;

}



.footer-static-block .field {

    margin-bottom: 5px;

}



.footer-static-block input, .footer-static-block textarea {

    background-color: transparent;

    border: 1px solid #444;

    width: 100% !important;

    padding: 5px;

}



.footer-bottom .site-link li {

    display: inline-block;

}



.footer-bottom .site-link li a {

    padding: 0 12px;

}



.copy-right {

    margin-top: 3px;

    letter-spacing: 0;

}



/* .payment {

    margin-top: 30px;

} */



.payment ul li {

    display: inline-block;

}



.payment ul li a {

    background: url(images/sprite.png) no-repeat scroll 0 0;

    display: inline-block;

    height: 30px;

    width: 48px;

}



.payment ul li.discover a {

    background-position: -6px -684px;

}



.payment ul li.visa a {

    background-position: -6px -725px;

}



.payment ul li.mastro a {

    background-position: -6px -767px;

}



.payment ul li.paypal a {

    background-position: -6px -805px;

}



.footer-inner > .footer-bottom {

    background-color: #ffffff;

    padding: 30px 0;

}

/* Footer CSS Start */



/* - Scroll-Top Arrow //---------------- */

.scroll-top {

    bottom: 20px;

    position: fixed;

    right: 20px;

    z-index: 1;

}



.scroll-top #scrollup:before {

    color: #ffffff;

    content: "ï„†";

    font-family: "FontAwesome";

    font-size: 18px;

}



.scroll-top #scrollup {

    background: #1c91cf;

    padding: 8px 15px;

    display: none;

    cursor: pointer;

}

.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.entry-header, .entry-title-only
{
    padding: 35px 100px;
    background: #E9E9E9;
    text-align:center;
}
.entry-header h1, .entry-title-only h1
{
    margin: 0;
    color: #2f455d;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.postcontainer
{
    padding: 85px 100px;
        padding-top: 85px;
}
.post-content
{
	width:70%;
}
.post-content ul
{
	
}
.post-content ul li
{
    color: #000;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
	position:relative;
	padding-left:16px;
}
.post-content ul li:before
{
    content:" ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #8e6435;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.post-content-inner
{
    background: #fef8f1;
    margin: 0 30px;
    padding: 30px;
    position: relative;
    top: -30px;
}
.post-sidebar
{
	width:30%;
	padding-left:0;
}
.containerblog, .postlist
{
	margin:-15px
}
.containerblog h2, .postlist h2, .post-sidebar h2, .post-content h2
{
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #2f455d;
    position: relative;
}
.containerblog h2:before, .postlist h2:before, .post-sidebar h2:before, .post-content h2:before
{
    content: " ";
    position: absolute;
    top: 18px;
    left: -20px;
    right: 0;
    height: 3px;
    width: 16px;
	background:#00ad73;
}
.post-content h3
{
    font-size: 18px;
    font-weight: 700;
    color: #8e6435;
}
.containerblog h2:before
{
    display:none;
}
.containerblog article, .postlist article
{
	padding:15px;
    width: 50%;
    float: left;
}
.containerblog article figure, .postlist article figure
{
    position: relative;
}
.containerblog article aside, .postlist article aside
{
    background: #fff;
    margin: 0 20px;
    padding: 20px;
    position: relative;
    top: -30px;
}
.entry-title
{
    font-size: 30px;
    color: #20238a;
    font-weight: 700;
}
.entry-meta
{
    margin-bottom: 15px;
}
.entry-meta h4
{
    color: #666;
	text-transform:uppercase;
	font-size:12px;
	margin-right:10px;
}
.entry-meta h4 a
{
    color: #8e6435;
}
.entry-meta h4
{
    color: #666;
	text-transform:uppercase;
	font-size:12px;
	margin-right:10px;
}
.post-navigation
{
	
}
.post-navigation .screen-reader-text
{
	display:none;
}
.categ
{
	
}
.categ h5
{
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
	border-bottom:solid 2px #00ad73;
    display: inline-block;
    padding:3px 0px;
	margin-bottom:3px;
}
.next-prev-button
{
    border-top: solid 5px #f0f0f0;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
}
.nav-links
{
	
}
.next-prev-button a, .nav-links a
{
    background: none;
	border:solid 2px #000;
    width: 140px;
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 30px;
	position:relative;
	text-align:right;
}
.nav-links a
{
    width: 170px;
}
.next-prev-button a:nth-of-type(2)
{
    margin-left:auto;
	text-align:left;
}
.next-prev-button a:after, .nav-links a:after
{
    content: "\f060";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 100;
    font-size: 18px;
}
.next-prev-button a:nth-of-type(2):after, .nav-next a:after
{
    content: "\f061";
    left: auto;
    right: 15px;
}
.nav-previous
{
	float:left;
}
.nav-next
{
	float:right;
}
.nav-next a
{
	text-align:left;
}
.postview-and-time
{
    margin: 0 0 20px 0px;
}
.postview-and-time span
{
    display: inline-block;
    border:solid 2px #000;
	background:#fff;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px;
    font-size: 14px;
}
.postview-and-time span i
{
    margin-right:5px;
}
.widget_categories
{
	
}
.widget_categories ul, ul.wp-block-categories
{
	padding:0;
	margin:0;
}
.widget_categories ul li, ul.wp-block-categories li
{
	
}
.widget_categories ul li a, ul.wp-block-categories li a
{
    color: #000;
    line-height: 26px;
    font-size: 18px;
    position: relative;
    font-weight: 500;
}
.widget_categories ul li a:before, , ul.wp-block-categories li a:before
{
    content: " ";
    position: absolute;
    top: 11.5px;
    left: -12px;
    width: 8px;
    height: 2px;
    background: #20238a;
}
.widget_categories ul li a:hover:before, , ul.wp-block-categories li a:hover:before
{
    background: #ed1218;
}
.widget_categories ul li a:hover
{
    color: #000;
}
.post_tags
{
	
}
.post_tags a
{
	display:inline-block;
	border:solid 1px #20238a;
	padding:5px 8px;
	border-radius:30px;
	color:#20238a;
	margin:5px 0;
}
.recent-post
{
    border: 2px solid #E9E9E9;
	border-radius:5px;
	margin-top:30px;
}
.recent-post h2
{
    margin:0;
}
.recent-post ul
{
	padding:0;
	margin:0;
}
.recent-post ul li
{
}
.recent-post ul li a
{
    padding: 10px;
    display: flex;
    align-items: center;
	margin:2px 0;
}
.recent-post ul li a figure
{
	width:20%;
	float:left;
}
.recent-post ul li a figure img
{
	width:100%;
	height:100%;
	object-fit: cover;
    border-radius: 6px;
}
.recent-post ul li a h3
{
    width: 80%;
    margin: 0;
    padding-left: 10px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.posted-on time + time { display: none; }
a.button
{
    border: solid 2px #1c91cf;
    color: #000;
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px;
}
a:hover.button
{
    color: #fff;
    border: solid 2px #1c91cf;
	background:#1c91cf;
}
.searchwrapper
{
	
}
.wp-block-search .wp-block-search__label
{
	display:none;
}
.post-sidebar .wp-block-search .wp-block-search__inside-wrapper
{
    display: block;
    flex: inherit;
    flex-wrap: inherit;
    max-width: 100%;
}
.post-sidebar .wp-block-search .wp-block-search__input
{
    min-width: 3em;
    border: 2px solid #E9E9E9;
    width: 100%;
    padding: 12px;
    outline: 0;
}
.post-sidebar .wp-block-search .wp-block-search__button
{
    background: #000;
    border: none;
    padding: .375em .625em;
    color: #fff;
    margin-left: 0;
    word-break: normal;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 15px;
    cursor: pointer;
}
/* - Scroll-Top Arrow Ends //---------------- */

@media (min-width: 1350px) {

    .container {

        width: 1350px;

    }

}



@media (max-width: 1300px) {

    .main {

        border-left-width: 20px;

        border-right-width: 20px;

    }

}



@media only screen and (min-width: 1200px) and (max-width: 1379px) {

    .container {

        width: 1200px;

        max-width: 100%;

        padding: 0 15px;

    }



    .sidebar-title h3 {

        font-size: 19px;

    }

}



@media (max-width: 1280px) {

    .nav > li.level:last-child .megamenu {

        right: 0;

    }

}



@media (min-width: 1200px) {



    .col-lg-20per {

        width: 20%;

        float: left;

        padding-left: 15px;

        padding-right: 15px;

    }



    .col-lg-80per {

        width: 80%;

        float: left;

        padding-left: 15px;

        padding-right: 15px;

    }



    .banner {

        min-height: 347px;

    }



    .banner.inner-banner {

        min-height: 1px;

    }

}



@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;

        max-width: 100%;

    }



	/* Header */

    .header-right-part {

        padding: 0 170px 0 223px;

    }



    .category-dropdown select {

        width: 220px;

    }



	/* Column */

    .ser-feature-block {

        padding: 35px 10px;

    }



    .ser-feature-block .feature-box {

        padding-left: 75px;

    }



    .shop-list-view .detail-inner-left {

        border-left: none;

    }



    .shop-list-view .detail-inner-left .right-side {

        float: none;

    }



    .latestoffrweek {

        display: none;

    }



	

}



@media (min-width: 992px) {

    

    .col-md-20per {

        width: 20%;

        float: left;

        padding-left: 15px;

        padding-right: 15px;

    }



    .col-md-80per {

        width: 80%;

        float: left;

        padding-left: 15px;

        padding-right: 15px;

    }



    .mobile-sub-menu {

        display: inline !important;

    }

}



@media only screen and (min-width: 992px) and (max-width: 1199px){

	/* Header */



    /* .navbar-nav > li {

        padding: 0 22px;

    } */

	

	/* Content */	

	.newsletter {

		padding: 15px;

	}



	.newsletter-inner .main_title {

		font-size: 26px;

	}



    .cat-block .mlr_-25 {

        margin-left: -15px;

        margin-right: -15px;

    }



    .cat-block .plr-25 {

        padding-left: 15px;

        padding-right: 15px;

    }



    .cat-img span {

        font-size: 16px;

    }



    /* Blog */

    .blog-main .blog-contant {

        padding: 10px 0;

    }

    .blog-tag {

        margin-bottom: 6px;

    }

    .blog-main .blog-title a {

        font-size: 15px;

    }

    .blog-main .blog-detail .post-info {

        bottom: 20px;

        margin-top: 0;

    }



    /* main-banner */

    .banner-detail {

        top: 20%;

    }

    .banner-detail .banner-detail-inner .banner-title {

        font-size: 40px;

        /* font-weight: 400; */

        line-height: 40px;

    }



    .banner-detail .banner-detail-inner span.offer {

        font-size: 22px;

        padding: 15px 20px;

    }



    .banner-detail .banner-detail-inner span.slogan {

        font-size: 20px;

        /* margin-bottom: 0; */

    }

	

	/* Footer */

	

}



@media (min-width: 768px) {

    .col-sm-20per {

        width: 20%;

        float: left;

        padding-left: 15px;

        padding-right: 15px;

    }



    .col-sm-80per {

        width: 80%;

        float: left;

        padding-left: 15px;

        padding-right: 15px;

    }

}



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

	

	/* Content */

    .special-products-block .pro-detail-main .bottom-detail {

        bottom: -90px;

    }

    /* main-banner */

    .banner-detail .banner-detail-inner .banner-title {

      font-size: 30px;

      line-height: 30px;

    }

    .banner-detail .banner-detail-inner span.slogan {

      font-size: 18px;

      margin-bottom: 0;

    }

    .banner-detail .banner-detail-inner span.offer {

      font-size: 16px;

      padding: 10px 20px;

    }



    /* Sub-Banner */

    .sub-banner .sub-banner-detail .sub-banner-title {

        font-size: 16px;

    }

    .sub-banner .sub-banner-detail .sub-banner-type, .sub-banner .sub-banner-detail .sub-banner-subtitle {

       font-size: 12px;

       font-weight: 400;

    }

    .sub-banner.sub-banner1 .sub-banner-detail .sub-banner-title {

        font-size: 12px;

    }

    .big.sub-banner-title-color {

        font-size: 15px;

        display: inline-flex;

    }

    .big.sub-banner-title-color span {

      font-size: 15px;

      font-style: normal;

      margin: auto;

      text-align: left;

      width: 100%;

      font-style: italic;

    }

    .sub-banner .sub-banner-detail .sub-banner-type, .sub-banner .sub-banner-detail .sub-banner-subtitle {

        line-height: 14px;

    }

	

}

@media (max-width: 991px) {



    .center-sm {

        text-align: center;

    }



	.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;

    }



    .ptb-95 {

        padding-top: 65px;

        padding-bottom: 65px;

    }



    .pt-95 {

        padding-top: 65px;

    }



    .pb-95 {

        padding-bottom: 65px;

    }



    .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;

    }



    .main {

        border-right: 15px solid #ffffff;

        border-left: 15px solid #ffffff;

    }



    a:hover, .footer a:hover {

        color: #717a7d;

    }



	/* Header */



    header#header {

        position: static;

    }



    .navbar-brand > img {

        height: 42px;

    }



    .nav.navbar-nav.navbar-left {

        width: 100%;

        margin: 0;

    }



    .navbar-nav > li {

        padding: 0;

    }



    .navbar-nav > li > a {

        color: #fff;

        padding: 8px 18px;

        font-size: 14px;

        font-weight: 400;

    }



        .navbar-nav > li:hover > a {

            color: #fff;

        }



    .navbar-toggle {

        display: block;

    }



    .header-right-part {

        margin: 0 0 24px;

    }



    .navbar-collapse {

        background: none repeat scroll 0 0 #2f455d;

        bottom: 0;

        border-bottom: 0;

        display: inline-block !important;

        height: 100% !important;

        left: -250px;

        position: fixed !important;

        top: 0 !important;

        margin: 0 !important;

        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;

        -webkit-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.2);

        -moz-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.2);

        box-shadow: 0px 0 1px rgba(0, 0, 0, 0.2);

        width: 250px;

        z-index: 3;

    }



    .navbar-collapse.menu-open {

        left: 0;

    }



    .navbar-collapse.in {

        display: block !important;

    }



    .navbar-nav > li {

        float: none;

    }



    .header-inner .navbar-collapse, .header-inner .navbar-collapse ul {

        width: 100%;

    }



    .navbar-nav > li > a {

        border-bottom: 0;

    }



    .search-box button.search-btn:hover {

        background-color: #ffe547;

        background-position: -3px -83px;

    }



    .header-right-part .cart-icon:hover > a span {

        background-position: -70px -633px;

    }



    .header-middle {

        padding: 0;

    }



    .header-right-part .cart-icon {

        padding: 0 0 25px;

    }

	

	/* 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;

        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;

    }



    .megamenu {

        transform: rotateY(0deg);

        -webkit-transform: rotateY(0deg);

        -moz-transform: rotateY(0deg);

        -o-transform: rotateY(0deg);

    }



    .megamenu .level2 > a {

        color: #00ad73;

    }



    .megamenu .sub-menu-level2 li.level3 > a, .megamenu .sub-menu-level2 li.level3 > a:hover {

        color: #adabab;

    }



	

	/* content */



    .inner-banner {

        margin-top: 0;

    }



    .main-banner.owl-carousel {

        padding-top: 0;

    }



    .main-banner .owl-buttons {

        display: none;

    }



    .banner-detail {

        top: 15%;

    }



   /*  .sub-banner {

      display: inline-block;

   } */



        .sub-banner:hover {

            box-shadow: none;

        }



    .sub-banner-block .sub-banner:hover img {

        transform: none;

    }



    .sub-banner a:hover {

        color: #fff;

    }



    /* .sub-banner .sub-banner-detail .sub-banner-title {

       font-size: 25px;

    } */



    .sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {

        margin-top: 10px;

    }



    /* .sub-banner .sub-banner-detail span {

        margin: 20px 0 15px;

    } */



    .special-products-block .pro-detail-main {

        min-height: 1px !important;

    }



	.newsletter {

		background-size: cover;

	}



	.newsletter-inner p {

		margin-bottom: 15px;

	}



	.newsletter-inner span {

		margin-bottom: 20px;

	}



	.header-inner button i.fa {

		font-size: 24px;

	}



    .header-inner {

        width: 100%;

        position: relative;

        display: inline-block;

    }



    .navbar-header {

        width: 100%;

    }



    .header-right-link {

        position: absolute;

        right: 55px;

        top: 0;

    }



    .navbar-toggle {

        color: #fff;

        margin-top: 20px;

        margin-right: -12px;

        height: 45px;

        width: 45px;

    }



    /* .navbar-toggle:hover {

        color: #b9a06f;

    } */



    .error-block-bg {

        background: none;

    }



    .owl-carousel {

        overflow: hidden;

        padding-top: 7px;

    }



    .client-main .owl-carousel {

        padding-top: 20px;

        margin-top: -20px;

    }



    #brand-logo .owl-prev {

        left: 0;

    }



    #brand-logo .owl-next {

        right: 0;

    }



    .brand {

        padding: 0 50px;

    }



/*     .owl-carousel .owl-wrapper-outer {

    padding: 7px 35px 0;

} */



    .product-item:hover .product-item-details {

        margin-top: 5px;

    }



    .product-item .product-detail-inner {

        position: relative;

        bottom: auto !important;

    }



    .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-item .detail-inner-left ul li {

        padding: 0 10px;

    } */



    .ser-feature-block {

        -webkit-background-size: cover;

        background-size: cover;

    }



    .ser-feature-block .feature-box {

        display: inline-block;

        text-align: left;

        border-right: none;

        border-bottom: 1px solid #868982;

        padding-bottom: 10px;

        margin-top: 12px;

    }



    .product-slider .owl-prev, .product-slider .owl-next {

        /* height: 50px;

        width: 35px;

        padding: 0 10px; */

        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;

    }



   /*  .cat-img {

       display: inline-block;

   } */



        .cat-img:hover img, .cat-box-inner li:hover .pro-media img {

            transform: none;

        }



        .cat-img:hover span {

            transform: translateX(-50%);

        }



    .show-item {

        width: 100%;

        margin-top: 20px;

    }



    .sidebar-title h3 {

        font-size: 20px;

    }



    .about-title {

        font-size: 25px;

        line-height: 45px;

    }

    

    .footer-top {

        display: inline-block;

    }



    .ser-feature-block {

        margin-bottom: 20px;

        padding: 5px 20px;

    }



    .ser-feature-block .feature-box {

        border-bottom: none;

    }



    /* .footer_social {

        border-top: 1px solid #434343;

    }

     */

    .footer-static-block {

        position: relative;

        margin-bottom: 10px;

        border-bottom: 1px solid #cad2d4;

    }



    .footer-static-block .title {

        margin-bottom: 15px;

        font-size: 20px;

    }



    .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; 

        top: 3px;

        cursor:pointer;

    }

    .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: -124px -378px;}

    #menu span.minus {background-position: -124px -416px;}



    /* .footer_social ul li i.fa:hover {

    background-color: transparent !important;

} */

    

    .footer_social ul li i.fa {

        height: 35px;

        width: 35px;

        padding: 6px;

    }



    .opener.plus.f-plus, .minus {

        top: 14px;

    }



    .footer-block-contant > p {

      max-width: 100%;

    }



    /* Social Icons */

    ul.social-icon li i.fa:hover {

        transform: none;

        border: 0;

        color: #fff !important;

    }



    ul.social-icon li i.fa.fa-facebook:hover {

        background: #3b5998;

    }



    ul.social-icon li i.fa.fa-twitter:hover {

        background: #1dcaff;

    }



    ul.social-icon li i.fa.fa-linkedin:hover {

        background: #0077b5; 

    }



    ul.social-icon li i.fa.fa-rss:hover {

        background: #ff6600;

    }



    ul.social-icon li i.fa.fa-pinterest:hover {

        background: #c8232c;

    }



    .footer-middle {

        margin: 30px 0 0;

    }

	

	/* Footer */



    /* Blog  */

    .blog-media {

        background: transparent;

    }

    .blog-item:hover .blog-media img {

        transform: none;

        opacity: 1;

    }



    /* Ser-Feature Block */

    .ser-feature-block {

        margin-bottom: 20px;

        padding: 5px 15px;

    }



    .ser-feature-block .feature-box {

        border-bottom: none;

    }



    .ser-feature-block .feature-box .ser-title {

        font-size: 16px;

    }



    .ser-feature-block:hover .feature-box .ser-title {

        color: #2f455d;

    }



    .ser-feature-block .feature-box .ser-subtitle{

        line-height: 18px;

    }



    .ser-feature-block .feature-box.feature1, .ser-feature-block:hover .feature-box.feature1 {

        background-position: 5px 14px;

    }



    .ser-feature-block .feature-box.feature2, .ser-feature-block:hover .feature-box.feature2 {

        background-position: 5px -111px;

    }



    .ser-feature-block .feature-box.feature3, .ser-feature-block:hover .feature-box.feature3 {

        background-position: 5px -240px;

    }

    

    /* client-main */

    .client-main .owl-prev, .client-main .owl-next {

        bottom: 15%;

    }

	

}

@media (max-width: 767px) {	

    .latestoffrweek {
        display: block !important;
    }
    .btn-loffer{
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .heading-part.mb-40 {
        text-align: left;
    }
    .header-right-part {
        margin: 0 0 0px;
    }
    .inner-banner .banner-detail h1{
        width:auto;
    }

    .header-right-part h2{
        padding: 0px 1px 1px 15px !important;
        margin-bottom: 0;
        text-align: left;
        font-size: 20px;
    }
   

    .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;

    }



    .ptb-95 {

        padding-top: 35px;

        padding-bottom: 35px;

    }



    .pt-95 {

        padding-top: 35px;

    }



    .pb-95 {

        padding-bottom: 35px;

    }



    .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;

    }



    .mtb-xs-0 {

        margin-top: 0px;

        margin-bottom: 0px;

    }



    .mt-xs-0 {

        margin-top: 0px;

    }



    .mb-xs-0 {

        margin-bottom: 0px;

    }

	

	/* Header */

    .header-right-part {

        padding: 0 0 0 223px;

    }



    .header-right-part .cart-text {

        display: none;

    }



    .header-right-part .cart-icon {

        right: 28px;

        top: -67px;

    }



    .header-right-part .cart-icon > a span {

        background-position: -70px -686px !important;

        margin-right: 0;

    }



    .header-link-dropdown {

        top: 97%;

    }



	/* Content */

    .inner-banner .banner-detail h1 {

        font-size: 30px;

    }



    .banner-detail .banner-detail-inner span.offer {

        display: none;

    }



    h2.main_title {

        font-size: 20px;

        letter-spacing: -0.8px;

    }



    .banner-detail .banner-detail-inner .banner-title {

        font-size: 28px;

        line-height: 28px;

    }



    /* .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;

        font-size: 20px;

    }



    .sub-banner {

        display: inline-block;

        max-width: 100%;

        margin: 20px auto 0;

    }



    .sub-banner .sub-banner-detail {

        text-align: left;

    }



    .sub-banner .sub-banner-detail .sub-banner-title {

        line-height: 30px;

    }



    .big.sub-banner-title-color {

        font-size: 18px;

        display: inline-flex;

    }

    .big.sub-banner-title-color span {

      font-size: 18px;

      font-style: normal;

      margin: auto;

      text-align: left;

      width: 100%;

      font-style: italic;

    }



    .blog-main .blog-detail {

        position: relative;

    }



    .blog-main .blog-detail .post-info {

        position: relative;

        bottom: auto;

    }



    .blog-item {

        max-width: 420px;

        margin: 0 auto 30px;

    }



    .blog-main .blog-contant {

        padding: 15px 0;

        margin-left: 0;

    }



    .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;

    }



    .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;

    }



    .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;

    }



    .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;

    }



    .sidebar-box.gray-box {

        padding-bottom: 0;

    }



    .sidebar-box.gray-box .sidebar-contant {

        padding-top: 25px;

    }



    .sidebar-box {

        margin-bottom: 15px;

    }



    .sidebar-block .sidebar-box {

        position: relative;

    }



    .sidebar-box .sidebar-contant {

        display: none;

    }



    .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;

    }



    .cat-img {

        display: block;

    }



    .footer-top .f-logo {

        margin-left: 20px;

    }



    .footer-top p {

        margin-left: 212px;

    }



    .copy-right {

        padding: 15px 0;

    }



    .contact-info .mt-20 {

        margin-top: 10px;

    }

    

    /* inner-banner */

    .inner-banner {

        padding: 60px 0;

    }

    .inner-banner .bread-crumb {

      margin-top: 0;

    }



    /* ser-feature-block */

    .ser-feature-block {

        padding: 26px 20px;
    }



    .ser-feature-block .feature-box .ser-title {

        font-size: 20px;

    }



    .ser-feature-block .feature-box .ser-subtitle {

        line-height: 24px;

    }

    .ser-feature-block .feature-box .ser-title{
        display:none;
    }

    .ser-feature-block .feature-box.feature1, .ser-feature-block:hover .feature-box.feature1 {

        background-position: 4px 3px;

    }



    .ser-feature-block .feature-box.feature2, .ser-feature-block:hover .feature-box.feature2 {

        background-position: 5px -129px;

    }

    .ser-feature-block .feature-box.feature3, .ser-feature-block:hover .feature-box.feature3 {

        background-position: 5px -253px;

    }

    .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 24vh
    }

	

}

@media (max-width: 600px) {

	/* Header */



    .header-top {

        padding: 8px 0;

    }



    .header-right-link {

        right: 30px;

    }



    .search-box {

        display: inline-block;

        width: 100%;

    }



    .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);

    }



    /* .header_search_toggle.desktop-view {

        display: none !important;

    }



    .header_search_toggle.mobile-view {

        display: block;

        margin-bottom: 20px;

    }



    .mobile-view .search-box input.input-text {

        position: relative;

        right: auto;

        width: 100%;

        opacity: 1;

    }



    .mobile-view .search-box button.search-btn {

        position: absolute;

    } */



    .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 {

        background: url(images/sprite.png) no-repeat scroll 0 0;

        border: none;

        display: inline-block;

        height: 20px;

        width: 20px;

        font-size: 0;

        padding: 0px;

        margin: 0 10px;

    }



    .top-link ul li:first-child a {

        margin-left: 0;

    }



    .top-link ul li:last-child a {

        margin-right: 0;

    }



    .top-link ul li.contact-icon a {

        background-position: -60px -15px;

    }

    .top-link ul li.sitemap-icon a {

        background-position: -61px -52px;

    }

    .top-link ul li.login-icon a {

        background-position: -61px -90px;

    }

    .top-link ul li.account-icon a {

        background-position: -61px -128px;

    }

    .top-link ul li.wishlist-icon a {

        background-position: -61px -165px;

    }

    .top-link ul li.checkout-icon a {

        background-position: -61px -205px;

    }



    .header-right-part {

        padding: 0 0 0 20px;

    }


    /* .header-right-part h2 {

        font-size: 16px;
        text-align: left;

    } */



    .category-dropdown select {

        background-position: 72% 50% !important;

        width: 50px;

        padding: 7px 24px 7px 25px;

    }



    .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;

    }



    .paypal-box {

        display: none;

    }



    .payment-top-box {

        margin-bottom: 0;

    }



    .footer-top .f-logo {

        float: none;

        text-align: center;

    }



    .footer-top p {

        margin-left: 0px;

        margin-top: 20px;

    }



    /* shop-list-view */

    .shop-list-view .product-item-details {

        padding: 0;

    }



    /* main-banner */

    .banner-detail .banner-detail-inner .banner-title {

      font-size: 20px;

      line-height: 20px;

      margin-bottom: 5px;

    }

    .banner-detail .banner-detail-inner span.slogan {

        font-size: 14px;

        margin-bottom: 0;

        line-height: 16px;

    }



    /* Sub-Banner */

    .sub-banner .sub-banner-detail .sub-banner-title {

      font-size: 20px !important;

      line-height: 25px;

    }



}



@media (max-width: 500px) {



    .product-detail-tab .nav-tabs > li {

        float: none;

    }



    .product-detail-tab .nav > li > a {

        padding: 7px 15px 7px 0px;

    }



    .ser-feature-block {

        text-align: left;

    }



    .ser-feature-block .feature-box .ser-title {

        padding: 13px 0;

    }



    .ser-feature-block .feature-box .ser-subtitle {

        display: block;
        font-size:20px;
        padding-top: 10px;

    }
    .ser-feature-block .feature-box{
        padding-bottom: 20px;
    }



    .nl-popup-main {

        padding: 10px;

    }



    #newslater-popup .mfp-close {

        top: 0;

        border-radius: 4px;

        -moz-border-radius: 4px;

        -webkit-border-radius: 4px;

        -o-border-radius: 4px;

    }



    .nl-popup-title {

        font-size: 35px;

    }



    .nl-popup-main .sub-text {

        font-size: 16px;

    }



    /* Sub-Banner */

    .sub-banner .sub-banner-detail .sub-banner-title {

        font-size: 16px !important;

        line-height: 20px;

    }



    .sub-banner .sub-banner-detail .sub-banner-type, .sub-banner .sub-banner-detail .sub-banner-subtitle {

        font-size: 14px;

        line-height: 16px;

    }



    .detail-inner-left ul li button span {

        width: 26px;

    }



    .detail-inner-left ul li a {

        width: 25px;

    }



    .client-main {

        padding: 0;

    }

    .contact-info .read-more {

        margin-bottom: 10px;

        margin-top: 0;

    }

    .contact-info .col-xs-6 {

      text-align: center;

      width: 100%;

    }

    .inner-banner {

      padding: 40px 0;

    }



    /* client-main */

    .client-main .owl-prev, .client-main .owl-next {

        bottom: 14%;

    }

    /* Sub-Banner */

    .banner-detail .banner-detail-inner span.slogan {

        font-size: 14px;

        margin-bottom: 0;

        line-height: 14px;

    }

    .banner-detail .banner-detail-inner .banner-title {

        font-size: 18px;

        line-height: 18px;

        margin-bottom: 5px;

    }

    .main-banner .owl-controls .owl-pagination {

        bottom: 8px;

    }



}





@media (max-width: 419px) {

    

    .product-listing .col-xs-6, .featured-product .col-xs-6 {

        width: 100%;

    }



	/* Header */

    .navbar-brand > img {

        height: 40px;

    }



    .header-right-link > ul > li:hover {

        position: static;

    }



    .header-right-part .cart-icon {

        top: -67px;

    }



    .header-link-dropdown {

        right: 50%;

        transform: translateX(28%);

        -ms-transform: translateX(28%);

        -webkit-transform: translateX(28%);

        -o-transform: translateX(28%);

    }



   /*  big.sub-banner-title-color {

       font-size: 50px;

   }

    */

    .banner-detail {

        top: 30%;

    }



    .banner-detail .banner-detail-inner .banner-title {

        font-size: 16px;

        line-height: 18px;

    }



    /* .banner-detail .banner-detail-inner span.offer {

        font-size: 10px;

        padding: 2px 20px;

        margin-top: 0;

        letter-spacing: 1px;

    } */



    .banner-detail .banner-detail-inner span.slogan {

       display: none;

       /*  margin-bottom: 10px; */

    }



    /* Sub-Banner */

    .sub-banner .sub-banner-detail .sub-banner-title {

        font-size: 14px !important;

        line-height: 16px;

    }



    .sub-banner .sub-banner-detail .sub-banner-type, .sub-banner .sub-banner-detail .sub-banner-subtitle {

        font-size: 12px;

        line-height: 18px;

    }



    .sub-banner.sub-banner3 .sub-banner-detail {

        left: 20px;

    }



    .sub-banner.sub-banner1 .sub-banner-detail {

        right: 15px;

    }



    .ser-feature-block .feature-box .ser-subtitle {

        
        letter-spacing: 0;

    }



    .newsletter-inner .main_title {

        font-size: 22px;

    }



    .cat-block .col-xs-6 {

        width: 100%;

    }



    .cat-box {

        text-align: center;

        margin-bottom: 30px;

    }



    .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;

        float: none;

    }



    .short-by > span, .show-item > span {

        display: none;

    }



    .tab_content {

        padding: 10px;

    }



    .Description, .items-Product-Tags, .items-Reviews, .comments-area-main {

        padding: 15px;

    }



    /* Product Page */

    .bottom-detail.cart-button {

        font-size: 14px !important;

    }



    .product-detail-main .product-item-details .bottom-detail {

      display: inline-block;

      font-size: 0;

    }

    .inner-banner {

      padding: 20px 0;

    }



     /* client-main */

    .client-main .owl-buttons {

        display: none;

    }



     /* brand-logo */

    .brand {

        padding: 0 20px;

    }

}



@media (max-width: 379px) {

    /* .banner-detail {

        line-height: 14px;

    }

    .banner-detail .banner-detail-inner span.offer {

        padding: 4px;

    } */

    .main {

        border-right: 0 solid #ffffff;

        border-left: 0 solid #ffffff;

    }

}
@media only screen and (max-width:1200px)
{
	
}
@media only screen and (max-width:1024px)
{
	
}
@media only screen and (max-width:960px)
{
	.postcontainer
	{
    padding: 20px 20px;
}
}
@media only screen and (max-width:768px)
{
	.post-content, .post-sidebar
	{
		width: auto;
		float:none;
	}
	.containerblog article, .postlist article
	{
		width: 100%;
	}
}
@media only screen and (max-width:480px)
{
	
}
@media only screen and (max-width:320px)
{
	
}