/* 
* 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
  - Blog
  - Brand-Logo 
  - Sidebar
  - Sorting
  - Product Detail Page
  - Cart Page
  - Checkout Page
  - Login Register Page
  - Account Page
  - Blog Page
  - About Page
  - 404 Page
  - Contact Page
  - Wishlist Page
  - Compare page

* FOOTER
*/
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,700i,800');

/* - General Style //---------------- */

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

    body.dark-header {
        padding-top: 82px;
    }

.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;
}

.main {
    position: relative;
    overflow: hidden !important
}

.dropdown-menu {
    color: #292b2c;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    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;
}

a, a:focus, a:active, a:link, img {
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer;
    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;
}

    a:hover {
        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: 0px;
    margin-top: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul {
    padding-left: 0px;
    margin-bottom: 0;
    list-style-type: none !important;
}

.position-r {
    position: relative;
}

.position-s {
    position: static;
}

.position-initial {
    position: initial;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.middle-800 p {
    display: inline-block;
    max-width: 800px;
}

.middle-580 p {
    display: inline-block;
    max-width: 580px;
}


/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 43px;
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 600;
}
h1.heading {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

    h2.heading {
        font-size: 25px;
        line-height: 32px;
        letter-spacing: 1px;
        position: relative;
    }

h3 {
    font-size: 21px;
    line-height: 32px;
}

h4 {
    font-size: 17px;
    line-height: 28px;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}
/* - Button Style  //----------------*/

.btn, button {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 16px;
    border: none;
    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: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

    .btn.full {
        width: 100%;
        text-align: center;
    }

    .btn.big-width {
        padding: 13px 30px;
    }

    .btn.big {
        padding: 25px;
    }

    .btn i.fa {
        font-size: 18px;
        margin: 0 5px;
    }

.btn-color {
    font-weight: normal !important;
}

.btn-sidebar-menu-dropdown {
    display: inline-block;
    font-weight: 600;
    padding: 15px 15px;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
}


/* - Form Style */
* {
    outline: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 24px 5px 5px;
    line-height: 18px;
}

.full select {
    width: 100%;
}

.main-form textarea {
    max-width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
    padding: 8px 15px;
    width: 100%;
    min-height: 40px;
}

.check-box label {
    display: inline;
   /* font-size: 12px;*/
    font-weight: 400;
}

.checkout-section .check-box input[type="checkbox"] {
  
  width:15px;
  height:15px;
}

.category-dropdown {
    position: absolute;
    left: 0;
   /* top: 0;*/
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
}

    .category-dropdown select {
        border: none;
        height: 45px;
        width: 250px;
        padding: 7px 24px 7px 15px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    }

/*.header-right-part .category-dropdown select {
    background: rgba(0, 0, 0, 0) url("../images/select-icon.png") no-repeat scroll right 50% !important;
}*/

.select-dropdown fieldset {
    padding: 0;
    line-height: 0;
}

.select-dropdown .ui-state-default {
    border: none;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.category-dropdown .ui-state-default {
    height: 38px;
}

.select-item .ui-state-default {
    margin-top: 2px;
    border: 1px solid #eeeeee;
    padding: 5px;
}

.top-link-left.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px 0;
}

.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    font-weight: 400;
}

.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding-left: 15px;
    white-space: nowrap !important;
    /*    margin-top: 20px;
    overflow: visible !important;*/
}

.input-box .ui-state-default {
    padding: 10px 15px;
    width: 100% !important;
}

.ui-selectmenu-menu .ui-widget-content {
    max-height: 350px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    background: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    padding-left:5px;
}

.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover, .ui-selectmenu-menu .ui-widget-header .ui-state-hover,
.ui-selectmenu-menu .ui-state-focus, .ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
    font-weight: 400;
}

.ui-selectmenu-menu .ui-menu .ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-state-active {
    margin: 0;
}

/* - Spacer Style  //---------------- */

.right-side {
    float: right;
}

.left-side {
    float: left;
}

.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.ptb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 70px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.p-0 {
    padding: 0px;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.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;
}
.mb-10 {
    margin-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}

.m-0 {
    margin: 0px;
}
/* - Newsletter   //----------------- */

#newslater-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    margin: 20px;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

#newslater-popup .newsletter-inner {
    background: transparent;
    padding: 30px 60px;
}

    #newslater-popup .newsletter-inner span {
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 15px;
        text-transform: uppercase;
    }

    #newslater-popup .newsletter-inner input {
        width: 270px;
        padding: 7px;
    }

#newslater-popup button.mfp-close {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    font-size: 35px;
    opacity: 1;
    right: 0;
    top: 0;
}

#newslater-popup .newsletter-inner .main_title {
    display: block;
    font-size: 46px;
    margin-bottom: 35px;
}

#newslater-popup .newsletter-inner input {
    margin-bottom: 35px;
}

#newslater-popup .newsletter-inner form button {
    position: relative;
    cursor: pointer;
}

#newslater-popup .newsletter-inner p {
    margin-bottom: 5px;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

.header-top.mobile {
    display: none;
}

.header-middle {
    display: inline-block;
    width: 100%;
}

.header-bottom {
    display: inline-flex;
    height: 56px;
    width: 100%
}

.top-right-link {
    padding: 10px 0;
}

    .top-right-link ul li > a span {
        display: inline-block;
        height: 20px;
        width: 25px;
        margin-bottom: -4px;
        transition: all 0.4s ease 0s;
    }

    .top-right-link ul li.login-icon a span {
        background-position: -98px -666px;
    }

    .top-right-link ul li.login-icon:hover a span {
        background-position: -98px -699px;
    }

    .top-right-link ul li.track-icon a span {
        background-position: -98px -728px;
    }

    .top-right-link ul li.track-icon:hover a span {
        background-position: -98px -760px;
    }

    .top-right-link ul li.gift-icon a span {
        background-position: -98px -792px;
    }

    .top-right-link ul li.gift-icon:hover a span {
        background-position: -98px -824px;
    }

    .top-right-link.mobile {
        display: none;
    }

    .top-right-link ul li.content {
        overflow: visible;
    }

.header-bottom .help-num, .help-num2 {
    padding: 15px 0;
}

.header-bottom .fa.fa-phone {
    margin-right: 5px;
}

.content-dropdown {
    display: none;
}

.content-dropdown {
    display: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 30px;
    transition: all 0.4s ease 0s;
    width: 120px;
    z-index: 4;
}

.top-right-link ul li .content-dropdown ul li {
    font-size: 14px;
    padding: 5px;
    padding-left: 14px;
    float: none;
    border: none;
    width: 100%;
    padding: 10px 20px 10px 10px;
}


.content-dropdown-lang {
    display: none;
}

.content-dropdown-lang {
    display: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 30px;
    transition: all 0.4s ease 0s;
    width: 120px;
    z-index: 4;
}

.top-link-left ul li .content-dropdown-lang ul li {
    font-size: 14px;
    padding: 5px;
    float: none;
    border: none;
    width: 100%;
    padding: 10px 20px 10px 10px;
}

.top-right-link ul li {
    float: left;
}

.top-right-link ul li {
    line-height: 17px;
    padding: 0 5px;
    position: relative;
}

    /*.top-right-link ul li:first-child {
        padding-left: 0;
    }*/

    .top-right-link ul li:last-child {
        border-right: none;
        padding-right: 0;
    }

.navbar-header {
    float: none;
}

    .navbar-header .navbar-brand {
        height: 95px !important;
        width: 80% !important;
        padding:0 !important;
    }

        .navbar-header .navbar-brand > div {
            height: 95px !important;
            width: 100% !important;
        }

.navbar {
    margin-bottom: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

header#header {
    top: 0;
    width: 100%;
    z-index: 2;
    border: none;
    padding: 0;
    position: relative;
    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 {
    margin: 26px 0;
    padding: 0 0 0 250px;
    position: relative;
}

.navbar-collapse.collapse {
    display: inline-block;
    padding-left: 0;
    width: 100%;
}

.collapsing {
    display: inline-block;
}

.navbar-collapse > ul {
    float: none !important;
    margin-bottom: -7px;
    text-align: left;
}

.header-right-link > ul > li {
    float: left;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

.header-right-link ul li:hover {
    overflow: visible;
}

.header-right-link ul li.main-search {
    overflow: visible;
}

.search-box {
    position: relative;
}

    .search-box input.input-text {
        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;
        border-radius: 0 25px 25px 0;
        -moz-border-radius: 0 25px 25px 0;
        -webkit-border-radius: 0 25px 25px 0;
        -o-border-radius: 0 25px 25px 0;
        height: 40px;
    }

.popup-detail .search-box input.input-text {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.search-box button.search-btn {
    border: none;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.header-right-link > ul > li > a {
    padding: 40px 0 10px;
    display: inline-block;
    transition: all 0.4s ease 0s;
}


.header-right-link ul li.compare-icon > a span {
    background-position: -8px -237px;
    position: relative;
}

.header-right-link ul li.compare-icon:hover > a span {
    background-position: -8px -273px
}

.header-right-link ul li.wishlist-icon > a span {
    background-position: -10px -158px;
    position: relative;
}

.header-right-link ul li.wishlist-icon:hover > a span {
    background-position: -10px -195px;
}

.header-right-link ul li.cart-icon > a span {
    background-position: -14px -9px;
    position: relative;
}

.header-right-link ul li.cart-icon:hover > a span {
    background-position: -14px -46px
}

.header-right-link ul li.cart-icon > a span small.cart-notification {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 16px;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -13px;
    padding-left:2px;
    padding-right:2px;
    min-width:16px;
    width: auto;
}
.ui-selectmenu-button span.ui-icon {
display:none;
}
/* Navigation Menu Style */


.side-toggle {
    display: none;
}

.nav > li {
    position: inherit;
}

.header_search_toggle.mobile-view {
    display: none;
}

.navbar-nav > li.dropdown > a::after {
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

.navbar-nav > li.dropdown:hover > a::after {
    opacity: 1;
}

.header-link-dropdown {
    position: absolute;
    width: 320px;
    display: inline-block;
    right: 0;
    top: 50px;
    padding: 15px;
    opacity: 1;
    display:none;
    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;
    z-index: 3;
}

.header-right-link > ul > li:hover .header-link-dropdown {
    opacity: 1;
}

.header-right-link .link-dropdown-list > li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
    
.cart-dropdown .btn-color.btn {
    font-size: 15px;
    padding: 13px 20px;
    text-transform: none;
}

.nav > li .menu-label {
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 10px;
    transition: all 0.4s ease 0s;
}

.menu-label span {
    padding: 0 3px;
    display: inline-block;
    line-height: initial;
    text-transform: uppercase;
}

.sidebar-menu-dropdown {
    width: 100%;
}

    .sidebar-menu-dropdown > a span {
        display: inline-block;
        height: 20px;
        margin-top: -5px;
        margin-right: 20px;
        width: 22px;
    }

.cat-dropdown-main .column-20per {
    height: 0;
}

.sidebar-menu-dropdown .cat-dropdown {
    display: none;
}

.cat-dropdown {
    width: 100%;
    z-index: 2;
}

    .cat-dropdown .navbar-nav {
        float: none;
        margin: 0;
        width: 100%
    }

.nav.navbar-nav {
    display: block;
}

.cat-dropdown .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.cat-dropdown .sidebar-contant ul li.level {
    float: none;
}

.cat-dropdown .sidebar-contant ul li.level3 {
    border: none;
}


.cat-dropdown .sidebar-contant .navbar-collapse > ul > li:last-child {
    overflow: hidden !important;
    border-bottom: none;
}

.cat-dropdown .sidebar-contant > ul > li > a {
    font-size: 14px;
    padding: 10px 0 10px 20px !important;
}

.cat-dropdown .navbar-nav > li > a {
    display: inline-block;
    padding: 10px;
    margin-right: 0px;
    line-height: 16px;
    width: 100%;
    position: relative;
}

    .cat-dropdown .navbar-nav > li > a i {
        font-size: 15px;
        height: 13px;
        margin-right: 1px;
        text-align: center;
        width: 14px;
    }

        .cat-dropdown .navbar-nav > li > a i.fa.fa-camera-retro, .cat-dropdown .navbar-nav > li > a i.fa.fa-desktop, .cat-dropdown .navbar-nav > li > a i.fa.fa-heart, .cat-dropdown .navbar-nav > li > a i.fa.fa-shopping-cart {
            font-size: 14px;
        }

.cat-dropdown .sub-megamenu a.page-scroll:before {
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    float: right;
    right: 10px;
}

.cat-dropdown .nav > li.level .megamenu {
    margin-top: -44px;
    margin-left: -15px;
    left: 16.6667%;
}

.cat-dropdown .nav > li.level:hover .megamenu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    top: auto;
    left: 16.6667%;
}

.cat-dropdown .megamenu.full {
    width: 80%;
}

.cat-dropdown .nav > li.level:last-child .megamenu {
    right: auto;
}

.sub-menu-slider {
    width: 150px;
    height: auto;
}

    .sub-menu-slider .product-item-details {
        text-align: left;
    }

    .sub-menu-slider .detail-inner-left ul li button {
        padding: 8px 5px 9px 3px;
    }

#menu {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}


.cart-dropdown .cart-list li .media {
    padding-right: 25px;
    margin-top: 0;
}

.cart-dropdown .media-body span {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.cart-dropdown .cart-list li .media .pull-left {
    width:75px;
    padding-right: 20px;
}

    .cart-dropdown .cart-list li .media .pull-left img {
        max-width: 100%;
    }

.close-cart {
    height: 15px;
    position: absolute;
    right: 0;
    width: 15px;
}

.cart-dropdown .input-text.qty {
    background-color: transparent;
    padding: 7px 13px;
}

.cart-dropdown .cart-price {
    font-weight: 500;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.account-link-dropdown {
    width: 280px;
}

.header-link-dropdown .dropdown-title {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.account-link-dropdown .link-dropdown-list > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* --- Megamenu Style --- */

#menu-main .level3 {
    width: 100%;
}

.megamenu {
    display: none;
    padding: 20px 30px;
    position: absolute;
    top: 100%;
    z-index: 2;
    left: 0;
}

    .megamenu.full {
        left: 0;
        width: 100%;
    }

.nav > li.level:hover .megamenu {
    display: block;
}

.megamenu-inner-top {
    display: inline-block;
    width: 100%;
}

.megamenu .sub-menu-level1 li.level2 {
    float: left;
    min-width: 200px;
}

.megamenu .level2 > a {
    display: inline-block;
    margin-right: 35px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 100%;
}

.megamenu .sub-menu-level2 li.level3 > a, .megamenu .sub-menu-level3 li.level4 > a {
    display: inline-block;
    padding: 3px 0;
}

    .megamenu .sub-menu-level2 li.level3 > a span, .megamenu .sub-menu-level3 li.level4 > a span {
        float: left;
        font-size: 9px;
        margin-right: 9px;
        margin-top: -1px;
    }

.megamenu-inner-top .col-md-10 {
    padding-right: 30px;
}

.megamenu .sub-menu-level1 li.level2:last-child {
    min-width: 170px;
}
/* Main-Header */
.mobilemenu-content .navbar-nav li:last-child {
    position: relative;
}

.position-a.cat-dropdown-main {
    top: 0;
    width: 100%;
    z-index: 2;
}

.mobilemenu-title {
    display: none;
}

.mobilemenu-content li {
    display: inline-block;
}
@media(min-width:767px) and (max-width:1024px){

    .mobilemenu-content li {
        display: contents;
    }
}

    .mobilemenu-content li a {
        font-size: 15px;
        padding: 18px 20px;
        line-height: 20px;
        display: inline-block;
        text-transform: uppercase;
    }

.mobilemenu-content .megamenu li a {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}

#menu-main > li > a span {
    position: relative;
}

    #menu-main > li > a span:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transform: scale3d(0, 1, 1);
        -moz-transform: scale3d(0, 1, 1);
        -ms-transform: scale3d(0, 1, 1);
        -o-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
        -moz-transition: -moz-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
        transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

#menu-main > li:hover > a span:before, #menu-main li.active a span:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

/*magnific-popup-containt*/
.popup-links {
    position: fixed;
    right: -107px;
    top: 195px;
    width: 145px;
}

.popup-links-inner {
    position: relative;
    right: 0;
}

.popup-links ul li {
    width: 100%;
    right: 0;
    padding-right: 5px;
    position: relative;
    margin-bottom: 1px;
    transition: all 0.4s ease 0s;
}

    .popup-links ul li:hover {
        right: calc(100% - 40px);
    }

.popup-links a {
    display: inline-block;
}

.popup-links ul li .icon-text {
    line-height: 40px;
}

.popup-links .icon {
    width: 40px;
    height: 35px;
    display: inline-block;
    float: left;
}

.popup-links ul li.categories .icon {
    background-position: -55px -785px;
}

.popup-links ul li.cart-icon .icon {
    background-position: -6px -343px;
}

.popup-links ul li.account .icon {
    background-position: -45px -192px;
}

.popup-links ul li.search .icon {
    background-position: -5px -85px;
}

.popup-links ul li.scroll .icon {
    background-position: -54px -814px;
}

.popup-position {
    margin: 0 auto;
    max-width: 530px;
    position: relative;
}

.popup-detail {
    padding: 30px;
    max-height: 400px;
    overflow-y: auto;
}

.popup-title {
    padding: 30px;
}

.cate-inner .level:last-child {
    border-bottom: none;
}

.cate-inner li.level a {
    display: block;
    padding: 10px 0;
    line-height: 18px;
}

.cate-inner li > a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.cate-inner .level {
    position: relative;
}

.mega-sub-menu, .mega-sub-menu2, .mega-sub-menu3, .mega-sub-menu4 {
    display: none;
}

.cate-inner .megamenu {
    position: relative;
    opacity: 1;
    box-shadow: none;
    padding: 0;
}

.cate-inner .megamenu-inner-top {
    padding-left: 15px;
}

.cate-inner span.opener, .cate-inner span.opener-sub, .cate-inner span.opener-sub-sub, .cate-inner span.opener-fourth {
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    margin-top: 10px;
    z-index: 1;
}

span.left-opener, span.left-sub-opener, span.left-sub-sub-opener, span.left-fourth-opener {
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 1;
    padding-top: 5px;
}
.cate-inner span.plus {
    background-position: -90px -378px;
}

.cate-inner span.minus {
    background-position: -90px -416px;
}


#cart_popup .cart-dropdown li {
    margin-bottom: 18px;
}

#cart_popup .cart-list li .media .pull-left {
    width: 150px;
}

#cart_popup .close-cart {
    right: 60px;
}


#account_popup .account-inner {
    text-align: center;
    padding: 30px 0;
    height: 141px;
    width: 126px;
}


#account_popup .popup-detail .fa {
    font-size: 40px;
}

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.banner {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

    .banner .btn, .sub-banner-block .btn, .perellex-banner .btn {
        padding: 13px 30px;
        font-size: 20px;
        text-transform: uppercase;
    }

/* main-banner icon start */
.main-banner.owl-carousel .owl-wrapper-outer {
    display: contents;
    margin-top: 0;
    padding-top: 0;
}
/* main-banner icon end */

.banner-detail {
    left: 0%;
    position: absolute;
    top: 10%;
    width: 100%;
}

    .banner-detail .banner-detail-inner {
        padding: 10px;
        margin-bottom: 20px;
    }

        .banner-detail .banner-detail-inner .banner-title {
            font-size: 70px;
            font-weight: 700;
            line-height: 75px;
            text-align: right;
        }

.banner-1 .banner-detail .banner-detail-inner .banner-title {
    font-style: italic;
}

.banner-2 .banner-detail .banner-detail-inner .banner-title {
    font-weight: 600;
}

    .banner-2 .banner-detail .banner-detail-inner .banner-title span {
        font-weight: 700;
    }

.banner-3 .banner-detail .banner-detail-inner .banner-title {
    text-transform: none;
    font-weight: 600;
}

.banner-detail .banner-detail-inner span.slogan {
    display: inline-block;
    font-size: 30px;
    /*margin-bottom: 10px;*/
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
}

.slogan:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.slogan:after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 60px;
}

.banner-detail .banner-detail-inner span.offer {
    display: inline-block;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
}

.banner-2 .banner-detail .banner-detail-inner span.offer {
    color: #fff;
}

.inner-banner1 {
    /*background: url(../images/inner-banner1.jpg) no-repeat scroll center center;*/
    /*height:70px;*/
    padding: 20px 60px;
}

    .inner-banner1 .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner1 .banner-detail h1 {
            display: inline-block;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }
/* Bread-crumb CSS Start */
    .bread-crumb ul li {
        display: inline-block;
    }

        .bread-crumb ul li a, .bread-crumb ul li span {
            margin-right: 5px;
            font-weight: 500;
        }

            .bread-crumb ul li a:hover {
                text-decoration: underline !important;
            }

        .bread-crumb ul li:first-child {
            padding-left: 0;
           
        }

/* Bread-crumb CSS End */

/* - Sub-banner Style  //---------------- */

.sub-banner img {
    transition: none;
    /*background-position: center;
    background-size: auto;
    min-height: 250px;
    background-repeat: no-repeat;*/
}

.sub-banner-block .sub-banner:hover img {
    opacity: 0.6;
}

.sub-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: -7px !important;
    display: inline-block;
    max-width: 100%;
    height: 250px;
}

    .sub-banner:hover:before {
        top: 50%;
        bottom: 50%;
        /*-webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;*/
        background-color: rgba(255, 255, 255, 0.5);
    }

    .sub-banner:before, .sub-banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*-webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;*/
    }

    .sub-banner:hover:after {
        left: 50%;
        right: 50%;
        /*-webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;*/
        background-color: rgba(255, 255, 255, 0.5);
    }

    .sub-banner:before, .sub-banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*-webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;*/
    }

    .sub-banner .sub-banner-detail {
        position: absolute;
        text-align: center;
        left: 50%;
        bottom: 25px;
        padding: 15px 0;
        width: calc(100% - 50px);
        transform: translateX(-50%);
    }

        .sub-banner .sub-banner-detail .sub-banner-title {
            font-size: 30px;
            line-height: 30px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
            .sub-banner .sub-banner-detail .sub-banner-title a {
            color:#fff;
            }
            .banner-top {
                margin-bottom: 15px;
            }

.sub-banner .sub-banner-detail .sub-banner-subtitle {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 15px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sub-banner .sub-banner-detail .sub-banner-type {
    font-style: italic;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
    text-transform: none;
}

.sub-banner .sub-banner-detail .offer {
    font-size: 50px;
    font-weight: 700;
}

.sub-banner .sub-banner-detail .sub-banner-title span.color {
    line-height: 32px;
}

.sub-banner .sub-banner-detail .sub-banner-title span {
    font-weight: 300;
}

.sub-banner .sub-banner-detail span.line {
    height: 1px;
    width: 90px;
    display: inline-block;
    margin: 30px 0 25px 0;
}

.sub-banner3 .sub-banner-detail span.line {
    margin: 50px 0;
}

.small-banner:hover img {
    opacity: 0.6;
}

/* Sub Menu Product part */

.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}

.sub-menu-slider .product-image {
    max-width: 100%;
}

.sub-menu-slider .pro_cat {
    min-height: auto !important;
}

.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;

}

/* Product Box part */
.heading-part {
    position: relative;
}

.main_title {
    display: inline-block;
    margin-bottom: 0;
}

    .main_title span::after {
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        bottom: -5px;
        width: 50px;
    }

.category-bar ul li a.selected {
    pointer-events: none;
}

.category-bar ul li {
    display: inline-block;
}

    .category-bar ul li.selected {
        pointer-events: none;
    }

    .category-bar ul li a {
        display: block;
        padding: 12px;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    }

.tab_cat {
    padding: 0 15px;
    position: relative;
}

.pro_cat {
    position: relative;
}

.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    padding-top: 7px;
    margin-top: -7px;
}

.pro_cat .product-slider-main {
    display: none;
}

    .pro_cat .product-slider-main.selected {
        display: block;
    }

.product-item {
    position: relative;
    /*border: 1px solid #ecebeb;*/
    box-shadow: 0px 0px 3px 0px rgba(226, 219, 219,0.9);
    background-color: #fff;
}

.pro_cat .item, #blog .item {
    padding-left: 15px;
    padding-right: 15px;
}

.product-image {
    /*background: #f1f1f1 none repeat scroll 0 0;*/
    min-width: 75px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .product-image img {
        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:hover .product-image img {
    opacity: 0.5;
}

.main-label {
    font-weight: 500;
    line-height: 20px !important;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    width: auto !important;
    height: auto !important;
}
.card-label {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding-left: 0;
    font-weight: normal;
}
.ikonatCL {
color:#ffffff;
}
.card-btn,
.cardd-btn{
    cursor: pointer;
    border-radius:0;
}
.sale-label {
    border-radius: 3px;
    left: 10px;
}

    .sale-label > span {
        padding: 0px 10px !important;
        line-height: 30px;
    }

.new-label {
    right: 10px;
}

.product-item.sold-out::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-item.sold-out::after {
    content: "Sold out";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    padding: 8px 12px;
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.out-stock {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 1;
}

.product-detail-inner {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateX(-50%);
    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;
}

/*.detail-inner-left {
    opacity: 0;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    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
}*/
.detail-inner-left {
    /*margin-top: 5px;*/
    /*padding-top: 10px;*/
}

.detail-inner-left-show {
    display: block !important;
}

.detail-inner-left-hide {
    display: none !important;
}

.product-item:hover .detail-inner-left {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.product-item-name {
    padding-left: 5px !important;
    padding-right: 5px!important;
    padding-top: 8px !important;
    height: auto;
    min-height: 40px;
}

.product-item-name a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    line-height: 19px;
    word-break: break-word;
    height: 40px;
}

.product-item-details {
    text-align: left;
    padding: 0px 0px 0 0;
}


.list-type .product-item-details, .product-detail-main .product-item-details {
    text-align: left;
}

.special-products-block .product-item-details {
    margin-top: 0;
}


.product-item-details .price-box .price {
    margin-right: 5px;
}

.price-box {
    display: inline-block;
}

    .price-box .price {
        font-size: 14px !important;
        font-weight: 500;
    }

.product-item-details .price-box .price.old-price {
    font-size: 14px;
    font-weight: 400;
}

.detail-inner-left ul {
    display: inline-block;
    width: 100%;
}

.product-item .detail-inner-left ul li {
    float: left;
    padding: 0 16px;
    width: 32%;
    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 a {
    background: #fff;
    display: inline-block;
    height: 37px;
    width: 37px;
    border:1px solid #ddd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease 0s;
}*/

/*.detail-inner-left ul li a:hover {
        background-color: #87aa3e;
    }*/

.detail-inner-left.right-side ul li a {
    padding: 0 18px;
}

.detail-inner-left.right-side ul li:last-child a {
    border-right: medium none;
    padding-right: 0;
}

/*.detail-inner-left ul li button {
    background-color: #fff;
    border: 1px solid #ddd !important;
    display: inline-block;
    letter-spacing: 0.5px;
    padding:3px 6px;
    text-transform: none;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}*/
.detail-inner-left ul li button {
    background: none;
    padding: 0px;
    cursor: pointer;
}
/*.detail-inner-left ul li button:hover {
    background: #87aa3e;
    color: #fff;
    border: none;
    border: 1px solid #87aa3e !important;
}*/
.detail-inner-left ul li i:hover {
    transition: all 0.6s ease 0s;
    /*box-shadow: 0px 5px 6px -4px rgba(226, 219, 219,0.9)*/
}

.detail-inner-left ul li button span, .cat-box-inner .cart-link button span {
    /*background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -11px -318px;*/
    /*display: inline-block;
       
      
    transition: all 0.6s ease 0s;*/
    /*width: 30px;*/
    height: 25px;
    margin-bottom: -8px;
}

.cat-box-inner .cart-link button span {
    background-position: -46px -234px;
}

.cat-box-inner .cart-link button:hover span {
    background-position: -46px -266px;
}


.detail-inner-left ul li button:hover span {
    background-position: -11px -353px;
}

.detail-inner-left ul li.pro-wishlist-icon a {
    background-position: -10px -382px;
}

    .detail-inner-left ul li.pro-wishlist-icon a:hover {
        background-position: -10px -418px;
    }

.detail-inner-left ul li.pro-compare-icon a {
    background-position: -9px -460px;
}

    .detail-inner-left ul li.pro-compare-icon a:hover {
        background-position: -9px -491px;
    }

.rating-summary-block .rating-result {
    display: inline-block;
    position: relative;
    width: 71px;
}

.rating-summary-block.big .rating-result {
    width: 88px;
}

.rating-summary-block .rating-result:before {
    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 {
        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;
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
    margin-left: -1px;
    width: calc(100% - 1px) !important;
}


/* daily-deals Start*/

.daily-deals {
    padding: 0 15px;
}

    .daily-deals .price-box {
        margin: 5px 0;
    }

    .daily-deals .product-detail-inner {
        left: 0;
        top: 0;
        position: relative;
        transform: none;
        margin-top: 13px;
    }

    .daily-deals .detail-inner-left {
        opacity: 1;
        transform: scale(1);
    }

        .daily-deals .detail-inner-left ul li button {
            padding: 7px 15px 8px 6px
        }

        .daily-deals .detail-inner-left ul li.pro-wishlist-icon a {
            background-position: -10px -380px;
        }

            .daily-deals .detail-inner-left ul li.pro-wishlist-icon a:hover {
                background-position: -10px -417px;
            }

    .daily-deals .product-item-details {
        text-align: left;
        padding: 0;
    }

.product-item-details > p {
    line-height: 17px;
    font-size: 12px;
    margin: -7px 0;
}

.product-item .detail-inner-left ul li:first-child {
    padding-top: 4px;
}

.item-offer-clock p {
    margin-bottom: 10px;
}

.item-offer-clock ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .item-offer-clock ul li {
        display: inline-block;
        list-style: outside none none;
        vertical-align: top;
    }

        .item-offer-clock ul li.seperator {
            font-size: 20px;
            line-height: 40px;
        }

        .item-offer-clock ul li span, .item-offer-clock ul li p {
            display: block;
            line-height: 1;
        }

        .item-offer-clock ul li span {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            margin-bottom: 3px;
            text-align: center;
            width: 40px;
            letter-spacing: 0.5px;
        }

        .item-offer-clock ul li p {
            font-size: 13px;
            margin-bottom: 0;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 36px;
        }
/* daily-deals End*/

.product-slider .owl-prev, .product-slider .owl-next,
#brand-logo .owl-prev, #brand-logo .owl-next,
#blog .owl-prev, #blog .owl-next,
.banner .owl-prev, .banner .owl-next,
.client-main .owl-prev, .client-main .owl-next,
.sub-menu-slider .owl-prev, .sub-menu-slider .owl-next,
.pro_cat .owl-prev, .pro_cat .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    letter-spacing: 0;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    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;
}

.owl-prev {
    margin-top: 15px !important;
}

.owl-next {
    margin-top: 15px !important;
}

.pro_cat .owl-prev, .pro_cat .owl-next,
#blog .owl-prev, #blog .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next,
#brand-logo .owl-prev, #brand-logo .owl-next {
    top: -40px;
}

.product-slider .owl-prev, .product-slider .owl-next {
    margin-top: -65px;
    top: 0;
}

.banner .owl-prev, .banner .owl-next {
    background: #fff;
    opacity:0.6;
    margin-top: 0;
    transform: translateY(0px);
}

#brand-logo .owl-prev, #brand-logo .owl-next {
    margin-top: -5px;
}


.sub-menu-slider .owl-next {
    top: 20px;
    right: 0px !important;
}

.sub-menu-slider .owl-prev {
    top: 20px;
    left: 0px !important;
}

.banner .owl-next {
    right: 20px;
}

.banner .owl-prev {
    left: 20px;
}

.pro_cat .owl-next, #blog .owl-next, #top-cat-pro .owl-next, #brand-logo .owl-next {
    right: 15px;
}

.pro_cat .owl-prev, #blog .owl-prev, #top-cat-pro .owl-prev, #brand-logo .owl-prev {
    right: 60px;
}


.client-main .owl-next {
    right: 0;
}

.client-main .owl-prev {
    left: 0;
}

.product-slider .owl-next {
    right: 10px;
}

.product-slider .owl-prev {
    right: 60px;
}


    .product-slider .owl-prev:after, .product-slider .owl-next:after,
    #brand-logo .owl-prev:after, #brand-logo .owl-next:after,
    #blog .owl-prev::after, #blog .owl-next::after,
    .banner .owl-prev:after, .banner .owl-next:after,
    .client-main .owl-prev:after, .client-main .owl-next:after,
    .sub-menu-slider .owl-prev:after, .sub-menu-slider .owl-next:after,
    .pro_cat .owl-prev:after, .pro_cat .owl-next:after {
        font-size: 25px;
        line-height: 40px;
        font-family: FontAwesome;
        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,
    #blog .owl-prev:after, .banner .owl-prev:after, .owl-prev:after,
    .client-main .owl-prev:after, .sub-menu-slider .owl-prev:after, .pro_cat .owl-prev:after {
        content: "";
    }

.product-slider .owl-next:after, #brand-logo .owl-next:after,
#blog .owl-next:after, .banner .owl-next:after, #top-cat-pro .owl-next:after,
.client-main .owl-next:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-next:after {
    content: "";
}

/*Our Categories */

.sell-pro .item {
    padding: 0 15px;
}

#top-cat-pro .item-inner {
    position: relative;
}

    #top-cat-pro .item-inner:hover img {
        opacity: 0;
    }

.cate-detail {
    font-size: 20px;
    font-weight: 600;
    bottom: 10px;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: 100%;
    padding: 10px;
}

/* Sub Menu Product part */
.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}

.sub-menu-slider .product-image {
    max-width: 100%;
}

.sub-menu-slider .pro_cat {
    min-height: auto !important;
}

.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* ------------------ */
.shop-list-view {
    margin-bottom: 30px;
    display: inline-block;
}

    .shop-list-view .product-item {
        float: left;
        width: 280px;
        margin-right: 20px;
    }

    .shop-list-view .product-item-name {
        font-size: 16px;
    }

    .shop-list-view .price-box {
        margin: 3px 0 15px;
        float: none;
    }

    .shop-list-view{
        display: inline-block;
    }

        .shop-list-view .product-item-details, .product-detail-main .product-item-details {
            margin-top: 0px;
            padding-top:0;
        }

.bottom-detail ul li {
    display: inline-block;
    padding: 0 5px;
}

.product-detail-main .bottom-detail ul li {
    padding: 0;
    padding-right:10px;
}

.cart-button .pro-cart-icon {
    margin-top: 9px;
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}

.bottom-detail ul li:first-child {
    padding-left: 0;
}

.bottom-detail ul li span {
    /*background: url("../images/sprite.png") no-repeat scroll 0 0;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    margin-bottom: -12px;
    margin-right: 8px;
    height: 37px;
    transition: all 0.4s ease 0s;
    width: 37px;
}

.bottom-detail ul li.pro-cart-icon span {
    background-position: -9px -312px;
}

.bottom-detail ul li.pro-cart-icon:hover span {
    background-position: -9px -347px;
}

.bottom-detail ul li.pro-wishlist-icon span {
    background-position: -10px -381px;
}

.bottom-detail ul li.pro-wishlist-icon:hover span {
    background-position: -10px -418px;
}

.bottom-detail ul li.pro-compare-icon span {
    background-position: -10px -457px;
}

.bottom-detail ul li.pro-compare-icon:hover span {
    background-position: -10px -491px;
}

.bottom-detail ul li.pro-email-icon span {
    background-position: -43px -453px;
}

.bottom-detail ul li.pro-email-icon:hover span {
    background-position: -43px -488px;
}

.bottom-detail.cart-button ul li.pro-cart-icon span {
    margin-top: 0px;
    margin-right: 0;
}

.bottom-detail.cart-button ul li span {
    border: none;
}


.product-detail-main .bottom-detail ul li.pro-cart-icon span {
    background-position: -9px -347px;
}

/* Site Services Features Block css Star */
.ser-feature-block {
    padding: 20px;
}

.service-box:last-child .feature-box {
    border-right: none;
}

.feature-detail {
    display: inline-block;
    padding-left: 15px;
    padding-top: 15px;
}

.ser-feature-block .feature-icon {
    height: 50px;
    width: 60px;
    float: left;
    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 .service-box .ser-title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

.ser-subtitle {
    float: left;
    margin-left: 10px;
}

.ser-feature-block .feature-box:hover .ser-title {
    cursor: pointer;
}

.feature-box .feature-icon.feature1 {
    background-position: 0 4px;
}

.feature-box .feature-icon.feature2 {
    background-position: 0 -118px;
}

.feature-box .feature-icon.feature3 {
    background-position: 0 -245px;
}

.feature-box .feature-icon.feature4 {
    background-position: 0 -376px;
}

.feature-box:hover .feature-icon.feature1 {
    background-position: 0 -54px;
}

.feature-box:hover .feature-icon.feature2 {
    background-position: 0 -183px;
}

.feature-box:hover .feature-icon.feature3 {
    background-position: 0 -310px;
}

.feature-box:hover .feature-icon.feature4 {
    background-position: 0 -445px;
}
/* Site Services Features Block css end */

/* perellex block css start*/
.perellex-banner {
    font-family: 'Poppins', sans-serif;
}

.perellex-delail {
    padding: 50px;
}

.perellex-offer {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
}


    .perellex-offer span:after {
        bottom: -15px;
        content: "";
        display: inline-block;
        height: 2px;
        left: 48%;
        position: absolute;
        text-align: center;
        width: 50px;
    }

.perellex-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 30px;
    text-transform: uppercase;
}

.perellex-delail p {
    font-size: 16px;
    margin: 20px 0;
}
/* perellex block css end */

/* cat-box css Start */
.product-slider .heading-part > h2 {
    display: inline-block;
    margin: 0;
    position: relative;
}

.product-slider .heading-part span {
    content: "";
    height: 3px;
    position: absolute;
    right: -100px;
    top: 45%;
    width: 80px;
}

.cat-img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .cat-img span {
        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: 155px;
    overflow: hidden;
}

.cat-box-inner ul li {
    display: inline-flex;
    float: left;
    clear: both;
    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 {
    margin-top: 20px;
}

.cat-box-inner .price-box {
    float: none;
    display: block;
}

.cat-box-inner .cart-link button {
    background-color: transparent;
    border: medium none;
    letter-spacing: 0;
    padding: 0;
    margin-top: 15px;
    font-weight: 400;
    opacity: 0;
}

.cat-box-inner ul li:hover .cart-link button {
    opacity: 1;
}

/* cat-box css End */

/* Special Product Block css Start */
.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;
    }

    .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 {
        font-size: 12px;
        font-style: italic;
    }

    .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 {
    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;
}

#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 {
        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:after {
    content: "";
}

#special-pro .owl-next:after {
    content: "";
}

.bottom-detail .btn-black {
    margin-top: 9px;
}
/* Special Product Block css End */

/* Custom News Letter CSS Start */

.newsletter-bg {
    padding: 40px 0;
}

.newsletter-title .main_title {
    font-size: 25px;
    letter-spacing: 1px;
}

.newsletter-title .sub-title {
    font-size: 18px;
}

.newsletter-inner span {
    display: inline-block;
    margin-bottom: 60px;
}

.newsletter-inner p {
    margin-bottom: 35px;
}

.newsletter-box {
    position: relative;
    margin-top: 10px;
}

.newsletter .newsletter-inner form button {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: none;
}

.newsletter-inner input {
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 9px 0 9px 20px;
    width: 100%;
}

.newsletter-title .main_title {
    font-size: 25px;
    letter-spacing: 1px;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.homepage .client-bg {
    position: relative;
}

.client-bg {
    position: relative;
}

.top-shadow, .bottom-shadow {
    position: absolute;
    width: 100%;
}

.top-shadow {
    top: -10px;
}

.bottom-shadow {
    bottom: -8px;
}

.homepage .client-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.client-img {
    margin-right: 40px;
}

.homepage .client-main .owl-carousel .owl-wrapper-outer {
    padding-top: 30px;
    margin-top: 0;
}

.client-main .item {
    display: inline-block;
    padding-bottom: 60px;
}

    .client-main .item p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
        margin: 0;
    }

.quote1-img {
    text-align: left;
}

.quote2-img {
    text-align: right;
}

.client-img img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.designation {
    font-size: 20px;
    font-style: italic;
}

.quote {
    max-width: 670px;
    position: relative;
    padding: 30px 40px;
}

.homepage .quote {
    border: none;
    padding: 0 20px;
}

.homepage .client-main .item .client-title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.client-main .item .client-title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.owl-pagination {
    display: inline-block;
    margin-top: 20px;

}
@media (max-width:767px) {
    .owl-pagination {
        width: 80%;
        display: flex;
        justify-content: space-around;
    }
}

    .owl-pagination .owl-page {
        float: left;
        margin: 0 3px;
    }

    .owl-pagination .owl-page {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer;
        height: 16px;
        width: 16px;
    }

        .owl-pagination .owl-page > span {
            display: block;
        }

.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%);
}

.owl-pagination .owl-page {
    float: left;
    margin: 0 3px;
}

    .owl-pagination .owl-page > span {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
    }

.client-main .owl-controls .owl-pagination {
    padding-top: 20px;
}

.client-main {
    position: relative;
    overflow: hidden;
}

    .client-main .owl-buttons {
        display: none;
    }
/* Testimonial CSS End */

/* Blog CSS Start */
.blog-listing .blog-item {
    margin-bottom: 30px;
}

.blog-media {
    overflow: hidden;
    /*background: #2f2f30;*/
    position: relative;
}

.blog-item .blog-media img {
    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;
}

.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    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;
}

.blog-title {
    margin-bottom: 10px;
}

    .blog-title > a {
        font-size: 16px;
        font-weight: 500;
    }



.blog-detail > span {
    font-style: italic;
}

.blog-item:hover a.read {
    opacity: 1;
    filter: alpha(opacity=100);
}

.blog-item a.read:after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: center;
}

.post-date {
    font-style: normal;
}

.blog-detail p {
    margin-bottom: 10px;
}

.blog-detail .post-info ul li {
    display: inline-block;
    margin-right: 15px;
    font-style: italic;
}

    .blog-detail .post-info ul li a {
    }

.blog-item img {
    width: 100%;
}

.blog-item .blog-effect:before {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.blog-item .blog-effect:after {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.blog-item:hover .blog-effect:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-item:hover .blog-effect:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


.blog-item .blog-effect:before, .blog-item .blog-effect:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/* Blog CSS End */


/* Brand-Logo CSS Start */
.brand .item {
    text-align: center;
}

    .brand .item img {
        opacity: 0;
    }

        .brand .item img:hover {
            opacity: 0;
        }
/* Brand-Logo CSS End */

/* Sidebar CSS Start */
.gray-box {
    padding-bottom: 25px;
}

.sidebar-title {
    margin-bottom: 5px;
    position: relative;
}

    .sidebar-title span::after {
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        bottom: 0px;
        width: 50px;
    }

.sidebar-block .sidebar-box {
    position: relative;
}

.sidebar-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.listing-box ul li:last-child {
    border-bottom: none;
}

.listing-box ul li a {
    padding: 6px 0px;
    display: inline-block;
    width: 90%;
    line-height:16px;
}

.listing-box ul li:first-child a {
    padding-top: 0;
}

.size ul li {
    margin-bottom: 3px;
}

.inner-title {
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
}

.sidebar-item ul li {
    display: inline-flex;
    padding: 7px 0px;
}

    .sidebar-item ul li:first-child {
        padding-top: 0;
    }

.sidebar-item .pro-media {
    padding: 0 15px 0 0;
    width: 120px;
}

.sidebar-item-wide .pro-media {
    width: 110px;
}

.pro-detail-info .price-box .price {
    font-size: 16px;
    font-weight: 600;
    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;
    font-weight: 400;
}
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
    padding-bottom: 15px;
}

    .shorting .view {
        float: left;
        margin-right: 20px;
    }

.list-types {
    display: inline-flex;
    float: left;
    margin: 3px 0px 0;
    padding: 0 5px;
}

.list-types-icon {
    display: inline-block;
    height: 25px;
    width: 36px;
}

.grid-icon {
    background-position: 0 -6px;
}

.list-icon {
    background-position: -65px -6px;
}

.grid-icon:hover, .list-types.active .grid-icon {
    background-position: 0 -39px;
}

.list-icon:hover, .list-types.active .list-icon {
    background-position: -65px -39px;
}

.list-types a {
    display: inline-flex;
}

.shorting select {
    font-size: 14px;
}

.short-by, .select-item {
    float: left;
    position: relative;
}

    .short-by > span {
        float: left;
        margin: 10px 10px 3px;
    }

.show-item > div > span {
    float: left;
    margin: 10px 8px 3px;
}

.compare {
    float: right;
}

    .compare .btn {
        font-size: 15px;
        padding: 9px 15px;
        text-transform: none;
    }

.pagination-bar {
    text-align: center;
    margin-top: 20px;
}

    .pagination-bar ul {
        display: inline-flex;
    }

        .pagination-bar ul li {
            float: left;
            margin: 0 2px;
        }

            .pagination-bar ul li a {
                height: 40px;
                width: 40px;
                display: inline-block;
                line-height: 40px;
                text-align: center;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -o-border-radius: 5px;
            }


/* Sorting CSS End */

/* Product Detail Page Start */

/* -- 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;
}
/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    text-transform: inherit;
    word-break: break-word;
}

.product-listing .shop-list-view .product-item {
    margin-bottom: 0;
}

.product-detail-main .price-box .price {
    font-size: 20px;
}

.product-detail-main .rating-summary-block {
    margin-bottom: 20px;
}

.product-info-stock-sku {
    line-height: 22px;
    color: #2f2f30;
}

    .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 {
     
        font-weight: bold;
    }

.form-control {
    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;
    }

.product-qty {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.cart-dropdown .product-qty {
    margin-top: 0;
}

.custom-qty {
    display: inline-flex;
}

.increase.items, .reduced.items {
    background: transparent;
    padding: 10px 11px 9px;
    float: left;
    outline: none;
}

.input-text.qty {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    max-width: 70px;
    padding: 4px 10px;
    float: left;
    text-align: center;
    margin: 0 5px;
}

.share-link {
    margin-top: 30px;
}

    .share-link label {
        font-weight: 400;
        float: left;
        margin-top: 6px;
        margin-right: 10px;
    }


/* Product Page Tab CSS Start */

.product-detail-tab .nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.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: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
        margin-bottom: 10px;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        letter-spacing: -0.5px;
    }

.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    border: medium none;
}

.tab_content {
    padding: 20px 0;
}

.product-listing .tab_content {
    padding: 0;
    border: none;
}

.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
    line-height: 25px;
}

.tab_content ul li strong {
    font-weight: 500;
}

.items-Description, .items-Product-Tags, .items-Reviews {
    display: none;
}

    .items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
        display: block;
    }
/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */
.comment-list > li {
    padding-top: 20px;
}

.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;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.1;
    }

ul.child-comment {
    margin-left: 63px;
}

.comment-detail .post-info ul {
    display: inline-flex;
}

    .comment-detail .post-info ul li {
        float: left;
        margin-right: 15px;
        font-size: 14px;
        padding: 0;
    }

.shop-list-view .product-item-details {
    display: table-cell;
    position: relative;
    text-align: left;
}

.shop-list-view ul li button {
    border: medium none;
    display: inline-block;
    padding: 0;
    transition: none 0s ease 0s;
}

.shop-list-view .detail-inner-left {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}
/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */

/* checkbox CSS Start */
.checkbox + label, .radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-left: 25px;
    position: relative;
}


    .checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
        content: "";
        height: 17px;
        left: 0;
        position: absolute;
        top: 0;
        width: 17px;
    }

    .checkbox + label::before, .radio-button + label::before {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
    }

    .checkbox + label::after {
        background-repeat: no-repeat;
        margin-left: 3px;
        margin-top: 3px;
    }

    .checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
        content: "";
        height: 17px;
        left: 0;
        position: absolute;
        top: 0;
        width: 17px;
    }
/* checkbox CSS End */


.forgot-password {
    text-decoration: underline;
    display: inline-block;
    font-size: 12px;
}

.contact-info .p-0:last-child {
    border: medium none;
}

/* Cart Page CSS Start */
.commun-table th span {
    float: left;
    font-size: 16px;
    font-weight: 400;
    clear: both;
}

.commun-table td .product-title {
    min-width: 200px;
    max-width: 645px;
}

table.table {
    border-top: none;
    margin-bottom: 0;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}

.table thead tr th {
    border-bottom: none;
    font-weight: 500;
    padding: 6px 10px;
}
.cart-total-table .table thead tr th {
    padding: 6px 10px;
    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: 75px;*/
    width:75px;
}
.cart-item-table .table tbody tr td {
    padding: 10px 10px;
    vertical-align: middle;
}
.cart-item-table tbody tr td:first-child {
    padding: 3px;
}
    .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 {
    font-size: 18px;
    cursor: pointer;
}

.commun-table tbody tr td .input-box select {
    width: 100px;
    padding: 5px;
}

.cart-total-table .table tbody tr td {
    font-size: 14px;
}

.cart-total-table .table tbody tr td .price {
    font-size: 14px;
    font-weight: 500;
}

.estimate select {
    padding: 12px 10px;
}
/* Cart Page CSS End */

/* Checkout Page CSS Start */
.checkout-step {
    display: inline-block;
    width: 100%;
}

    .checkout-step ul {
        display: table;
        margin: 0px auto 15px;
    }

        .checkout-step ul li {
            float: left;
            font-size: 15px;
            cursor: pointer;
        }

            .checkout-step ul li .step {
                float: left;
            }

                .checkout-step ul li .step .circle {
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    padding: 3px 11px;
                    font-weight: 500;
                    font-size: 16px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 3px;
                }

                .checkout-step ul li .step .line {
                    float: left;
                    height: 7px;
                    margin: 12px -1px 12px 0;
                    width: 65px;
                }

            .checkout-step ul li:first-child .step .line {
                -webkit-border-radius: 3px 0px 0px 3px;
                -moz-border-radius: 3px 0px 0px 3px;
                -o-border-radius: 3px 0px 0px 3px;
                border-radius: 3px 0px 0px 3px;
                width: 65px;
            }

            .checkout-step ul li:last-child .step .line {
                -webkit-border-radius: 0px 3px 3px 0px;
                -moz-border-radius: 0px 3px 3px 0px;
                -o-border-radius: 0px 3px 3px 0px;
                border-radius: 0px 3px 3px 0px;
                width: 65px;
            }

            .checkout-step ul li span {
                display: inline-block;
                padding: 6px 15px 6px 6px;
                line-height: 20px;
            }


.heading-bg h2.heading {
    padding: 8px 17px;
}

.checkout-section h2.heading {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.payment-option-box {
    padding: 20px;
}

.payment-option-box-inner {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.payment-top-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.paypal-box {
    float: left;
    padding: 10px;
    position: relative;
    margin-left: 10px;
}

.paypal-top {
    position: absolute;
    top: -15px;
    left: 5px;
    padding: 0 10px;
}
/* Checkout Page CSS Start */

/* Login Register Page CSS Start */
.new-account .link {
    text-decoration: underline;
}

/* Login Register Page CSS Start */

/* Account Page CSS Start */
.account-tab > .tab-title-bg {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}

.account-tab > span .sub-title {
    font-size: 18px;
}

.account-sidebar .sub-title span {
    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: 12px 15px;
}

.account-sidebar ul {
    width: 100%;
}

    .account-sidebar ul li {
        position: relative;
    }

        .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 !important;
                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.active a .fa, .account-sidebar ul li:hover a .fa {
            right: 0px;
        }

        .account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
            border-style: solid;
            border-width: 20px 22px 20px 15px;
            top: 0px;
            content: "";
            right: -36px;
            position: absolute;
        }

.account-content {
    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: 8px;
        font-size: 14px;
    }

    .account-content hr {
        margin-top: 5px;
    }

.address-box .inner-heading {
    margin-bottom: 10px;
    font-weight: 500;
}
/* Account Page CSS Start */

/* Blog Page CSS Start */
.sidebar-box .search-box input.input-text {
    opacity: 1;
    position: relative;
    width: 100% !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
/* Blog Page CSS Start */

/* About Page CSS Start */
.about-title {
    font-size: 35px;
    font-weight: 300;
    line-height: 55px;
}

.heading-part-desc h2.heading {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: none;
}

.partner-detail-main {
    height: 100%;
}

.partner-block {
    display: inline-flex;
    overflow: hidden;
}

    .partner-block ul {
        margin-bottom: -1px;
    }

        .partner-block ul li {
            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 {
                opacity: 1;
                filter: grayscale(100%);
            }

                .partner-block ul li.owner-logo span:hover {
                    background-color: transparent;
                    filter: grayscale(0%);
                }

.team-item {
    position: relative;
    overflow: hidden;
    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;
}

    .team-item:hover img {
        opacity: 0.2;
        transform: scale(1.1);
    }

    .team-item .team-item-detail {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: -40px;
        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;
    }

    .team-item:hover .team-item-detail {
        opacity: 1;
        bottom: 30px;
    }

.team-slider {
    position: relative;
}

#team-slider .owl-item .item {
    padding: 0 15px;
}

.customNavigation .btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    position: absolute;
    top: 50%;
    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;
}

    .customNavigation .btn.next {
        right: -40px;
    }

    .customNavigation .btn.prev {
        left: -40px;
    }

    .customNavigation .btn i.fa {
        font-size: 20px;
    }


.listing-effect .social_icon {
    margin-top: 25px;
    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;
}

.listing-effect:hover .social_icon {
    margin-top: 5px;
}

.listing-effect .social_icon ul li {
    display: inline-block;
    margin: 0 3px;
}

    .listing-effect .social_icon ul li i.fa {
        font-size: 20px;
        height: 40px;
        width: 40px;
        padding: 11px 0;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
    }


/* About Page CSS End */

/* 404 Page CSS Start */
.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-detail .main-error-text {
        font-family: "Poppins", sans-serif;
        font-size: 230px;
        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;
    padding: 20px 50px;
    font-size: 14px;
}
/* 404 Page CSS End */

/* Contact Page CSS Start */
.contact-main iframe {
    min-height: 450px;
    width: 100%;
}

.contact-box .contact-icon {
    height: 27px;
    width: 27px;
    display: inline-block;
}

.contact-box span {
    display: inline-block;
    font-size: 15px;
    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:last-child {
    border: none;
}
/* Contact Page CSS End */

/* Wishlist Page CSS Start */

.commun-table td .product-title .size-text {
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0px;
}

    .commun-table td .product-title .size-text span {
        padding: 5px 0px;
        display: inherit;
    }

/* Wishlist Page CSS End */

/* Compare Page CSS Start */
.compare-infomation {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 80px;
}

.compare-info {
    width: 100%;
    max-width: 100%;
    text-align: center;
}


        .compare-info td.name, .compare-info td.description {
            vertical-align: top;
        }

        

    .compare-info .image img {
        max-width: 180px;
        border: 0px;
    }

    .compare-info .image {
        position: relative;
    }

        .compare-info .image a {
            position: absolute;
            top: 22px;
            right: 40px;
        }


    .compare-info .description {
        line-height: 1.55em;
    }

    .compare-info .price {
        margin-bottom: 20px;
    }

    .compare-info .btn-cart {
        margin-bottom: 15px;
    }

    .compare-info .btn-cart, .compare-info .btn-wishlist {
        width: 100%;
    }

        .compare-info .btn-cart i, .compare-info .btn-wishlist i {
            font-size: 16px;
            margin-right: 5px;
            vertical-align: top;
            line-height: 20px;
        }

    .compare-info thead tr th:first-child, .compare-info tbody tr td:first-child {
        max-width: 190px;
    }

/* Compare Page CSS End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/

.footer-top {
    padding: 32px 0px;
}

.footer-middle .f-logo {
    margin-bottom: 20px;
/*    width:200px;*/
}
.f-logo {
    width: 100%;
    height: 90px;
}
    .f-logo > #footer-logo {
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
        width: 100%;
    }
.footer-middle {
    padding: 40px 0;
}

.footer-middle-right {
    padding-left: 50px;
}

.payment {
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-top p {
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 240px;
}

ul.social-icon li {
    display: inline-block;
}

    ul.social-icon li i.fa {
        font-size: 28px;
        padding: 0 20px 0 0;
        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 {
    font-size: 20px;
    height: 36px;
    width: 36px;
    padding: 10px;
}

.footer_social {
    text-align: right;
}

ul.social-icon li i.fa.fa-facebook:hover {
    color: #3b5998;
}

ul.social-icon li i.fa.fa-twitter:hover {
    color: #1dcaff;
}

ul.social-icon li i.fa.fa-linkedin:hover {
    color: #0077b5;
}

ul.social-icon li i.fa.fa-rss:hover {
    color: #ff6600;
}

ul.social-icon li i.fa.fa-pinterest:hover {
    color: #c8232c;
}

ul.social-icon li i.fa.fa-youtube-play:hover {
    color: #ff0000;
}

ul.social-icon li i.fa.fa-facebook:hover {
    color: #3b5998;
}

ul.social-icon li i.fa.fa-instagram:hover {
    color: #C13584;
}

ul.social-icon li i.fa.fa-tumblr:hover {
    color: #36465D;
}

ul.social-icon li i.fa.fa-twitter:hover {
    color: #1dcaff;
}

ul.social-icon li i.fa.fa-linkedin:hover {
    color: #0077b5;
}

ul.social-icon li i.fa.fa-rss:hover {
    color: #ff6600;
}

ul.social-icon li i.fa.fa-pinterest:hover {
    color: #c8232c;
}

ul.social-icon li i.fa.fa-youtube-play:hover {
    color: #ff0000;
}

.footer-static-block .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
}

.footer .title > span {
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 50px;
}

.footer-static-block ul.address-footer li {
    margin-bottom: 0;
}

.footer-static-block ul li {
    padding: 6px 0 !important;
}

    .footer-static-block ul li:first-child {
        padding-top: 0;
    }

    .footer-static-block ul li:last-child {
        padding-bottom: 0;
    }

.footer-static-block li i.fa {
    float: left;
    font-size: 20px;
    margin-top: 5px;
}

.footer-static-block li p {
    margin-left: 30px;
    padding-top: 3px;
    margin-bottom: 15px;
}

ul.tagcloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

    ul.tagcloud li a {
        display: inline-block;
        padding: 0px 10px;
        color: #2f2f30 !important;
        font-size: 14px !important;
        border: 1px solid #b1b1b1;
    }
#line {
margin-bottom:20px;
margin-top:20px;
}
.tagg-title {
    font-size:14px;
}
.footer-static-block .field {
    margin-bottom: 5px;
}

.footer-static-block input, .footer-static-block textarea {
    background-color: transparent;
    width: 100% !important;
    padding: 5px;
}

.footer-bottom .site-link li {
    display: inline-block;
}

    .footer-bottom .site-link li a {
        padding: 0 10px;
    }

    .footer-bottom .site-link li:first-child a {
        padding-left: 0;
    }

    .footer-bottom .site-link li:last-child a {
        padding-right: 0;
    }

.payment ul li {
    display: inline-block;
    padding: 0 10px;
}

    .payment ul li a {
        display: inline-block;
    }

/* Scroll-top Arrow CSS Start */
.scroll-top {
    bottom: 80px;
    position: fixed;
    right: 10px;
    z-index: 2;
}

    .scroll-top .scrollup:before {
        content: "";
        font-family: "FontAwesome";
        font-size: 18px;
    }

    .scroll-top .scrollup {
        padding: 9px 15px;
        display: none;
        cursor: pointer;
        border-radius: 55%;
        -moz-border-radius: 55%;
        -webkit-border-radius: 55%;
        -o-border-radius: 55%;
    }
/* Scroll-top Arrow CSS End */


#login-btn {
    font-size: 14px;
    float: none;
    border: none;
    width: 100%;
    padding: 10px 20px 10px 0px;
    background-color:transparent;
}

    #login-btn:hover {
        text-decoration: none !important;
        cursor: pointer;
        color: #666666 !important;
    }

    #login-btn i {
        margin-left: -15px;
    }
#account_popup a:hover .account-inner {
    color: #666666;
}
.register-icon > .btn:focus, .register-icon > .btn.focus {
    box-shadow: none !important;
}

.cart-header {
    border: 2px solid #ddd;
    padding: 10px 0px;
    margin: 0px 15px;
}

/*input[type='number'] {
    -moz-appearance: textfield;
}
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cart-header > div > h4 {
    font-weight: bold;
}

.cart-items {
    padding: 20px 0px;
    border-bottom: 2px solid #ddd;
    margin: 0px 15px;
}

.changeQuantity {
    width: 75px;
}

.quantity-col {
    display: flex;
}

#continueShop {
    display: inline;
}

#proceedCheck {
    float: right;
    text-align: right;
}

.a-change-color:hover {
    text-decoration: underline;
}

.newsletter-inner span {
    margin-bottom: 20px !important;
}

.text-danger {
    font-size: 13px;
}

.quantity-col {
    display: inline-flex;
}

#Coupon {
    width: 69% !important;
    height: 40px !important;
    border: 1px solid #c5c5c5 !important;
    border-radius: 3px !important;
    padding-left: 15px !important;
    padding-right: 35px !important;
    color: #6d6d6d !important;
}

#validateCoupon {
    margin-left: -10px !important;
    margin-top: -2px !important;
    padding: 12px 20px;
    display: inline-block;
}



#validateCoupon:hover {
    cursor: pointer;
}

/*Added by N.E*/
.close-popup {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    line-height: inherit !important;
    top: unset !important;
    left: unset !important;
    opacity: 1 !important;
    display: inline !important;
    font-weight: normal;
}

.newsletter-inner h3 {
    text-transform: inherit !important;
}

.disabledbutton {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

#cart-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

#cart-popup-error {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

#cart-rows-exceed-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

#wishlist-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.resp-profile {
    display: none !important;
}

input {
    font-family: 'Poppins', sans-serif !important;
}

.registerL a {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: none;
    font-weight: normal;
}
.login-icon-mobile {
    display: none ;
    font-size: 26px !important;
}


.input-group > .form-control {
    font-size: 14px !important;
}



.ico {
    width: 45px;
    position: absolute;
    font-size: 15px;
    padding: 12px;
    padding-left: 16px;
    border-right: 1px solid #ddd;
}

#lock {
    font-size: 18px !important;
    padding: 11px;
    padding-left: 17px;
}

.see_all {
    padding: 8px 15px !important;
    background-color: #f5f5f5 !important;
    border-radius: 3px !important;
    color: #8a8a8a !important;
}

.product-detail-hover {
    border-radius: 17px;
    height: 32px;
    display: none;
    padding: 3px 15px;
}

    .product-detail-hover > a {
        font-size: 12px;
    }

/*.footer-static-block {
    border-bottom: 1px solid #e1e1e1;
}*/

.close-popup {
    font-family: 'Poppins', sans-serif;
}

.ikonat {
    font-size: 30px !important;
}

    .ikonat:hover {
        font-size: 30px !important;
    }

.ikonats {
    font-size: 20px !important;
    padding-right: 8px;
    padding-top: 9px;
    padding-left: 8px;
}

.ikonats-aktive {
    font-size: 20px !important;
    padding-right: 8px;
    padding-top: 9px;
    padding-left: 8px;
}
.ikonatsw {
    font-size: 20px !important;
padding:7px;
    border: 1px solid #e1e1e1;
    border-radius:3px;
}
.ikonatsw-aktive {
    font-size: 20px !important;
    padding: 7px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}



.ikonaC {
    font-size: 22px !important;
    padding-right: 5px;
    padding-top: 0px;
    padding-left: 5px;
}

.ikonaCo {
    font-size: 20px !important;
    padding-right: 8px;
    padding-top: 7px;
    padding-left: 7px;
}

.ikonatCL {
    font-size: 20px !important;
    padding-right: 3px;
}

.wishlist-notification {
    top: -13px !important;
}

.input-b {
    margin-bottom: 20px;
}

.log-btn {
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}
.login-btn {
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.box {
    padding: 0px;
}

.log-box {
    padding: 25px;
}
.login-box {
    padding: 25px;
}

.header-login {
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-transform: inherit;
    margin-bottom: 0px;
    padding: 0 25px;
}

#Facebook {
    background-color: transparent;
}

#Facebook {
    width: 100%;
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
}

#Google {
    width: 100%;
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
}

.butonat-ext {
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

.parsley-required {
    font-size: 12px;
}

.external-login {
    padding: 10px 20px;
}

.freeship-label {
    font-size: 20px;
    border-radius: 3px !important;
    /*min-width: 45px !important;*/
    right: 10px;
}

    .freeship-label:hover {
        transition: all 0.4s ease 0s;
    }

.col-4 {
    padding-left: 0;
    padding-bottom: 15px;
}

#product-details {
    margin-top: 12px;
}

.contact-pane {
    position: relative !important;
    padding: 0 !important;
    display: inline-block !important;
}

.info-pane {
    
    padding: 0 !important;
    display: inline-block !important;
    margin-left: 30px !important;
}
.footer-plus {
color:#fff !important;
}

.footer {
    background: #2f2f30 !important;
    color: #ababab;
}

    .footer a {
        color: #ababab;
    }

.footer-static-block .title {
    color: #e1e1e1;
}
.ikonat:hover {
    color: #2f2f30;
}

.product-detail-hover {
    background-color: #fff;
    border: 1px solid #ddd !important;
}

    .product-detail-hover > a {
        color: black;
    }
.close-popup {
    background: #E89A0C !important;
    color: #fff !important;
}

    .close-popup:hover {
        background: #C9860A !important;
        color: #fff !important;
    }

.registerL a {
    background: #2f2f30;
}

.scroll-top .scrollup:before {
    color: #fff;
}
.footer-static-block input,
.footer-static-block textarea {
    background-color: transparent;
    border: 1px solid #444;
}
ul.tagcloud li a {
    border: 1px solid #444444;
}

.sidebar-block ul.tagcloud li a {
    border-color: #ebebeb;
}
.footer hr {
    border-top: 1px solid #e1e1e1;
}
ul.social-icon li i.fa.fa-facebook:hover {
    color: #3b5998 !important;
}

ul.social-icon li i.fa.fa-twitter:hover {
    color: #1dcaff !important;
}

ul.social-icon li i.fa.fa-linkedin:hover {
    color: #0077b5 !important;
}

ul.social-icon li i.fa.fa-rss:hover {
    color: #ff6600 !important;
}

ul.social-icon li i.fa.fa-instagram:hover {
    color: #c73199 !important;
}

ul.social-icon li i.fa.fa-pinterest:hover {
    color: #c8232c !important;
}

ul.social-icon li i.fa.fa-tumblr:hover {
    color: #00b8ff !important;
}

ul.social-icon li i.fa.fa-youtube-play:hover {
    color: #ff0000 !important;
}

ul.social-icon li i.fa.fa-facebook-messenger:hover {
    color: #0084ff !important;
}
.iconM {
    font-size: 20px !important;
    height: auto !important;
    margin-right: 8px !important;
    color: #fff !important;
}

    .checkout-step ul li .step .circle > i {
        font-size: 26px !important;
    }
    .fa-home {
        font-size: 20px !important;
    }
    .partner-detail-main ul li {
        margin-left: 25px;
    }

    .partner-detail-main a {
        color: #87aa3e;
    }

        .partner-detail-main a:hover {
            text-decoration: underline;
        }


    /* Cart Page CSS Start */

table.table {
    border: 1px solid #ecebeb !important;
}

    .complete-order-detail table.table {
        border-top: 1px solid #f5f5f5;
    }

    .table thead tr th {
        background: #f5f5f5;
    }

    .commun-table .table tbody tr td i.cart-remove-item {
        color: #f44336;
    }

.cart-total-table .table tbody tr td {
    color: #2f2f30;
}

    .cart-total-table .table tbody tr td .price {
        color: #222;
    }
#acc-confirm {
    color: #E89A0C;
    font-size: 14px;
    float: right;
    
}

    /* Cart Page CSS End */
    .title-details {
        font-weight: 500;
    }

    .ptb-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ptb-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .partner-detail-main ul li {
        list-style-type: inherit !important;
    }

    .partner-detail-main ul {
        list-style-type: inherit !important;
    }
    #ann-title {
        font-size: 22px !important;
        margin-bottom: 10px;
        line-height:25px;
    }

#ann-subtitle {
    font-size: 18px;
    line-height: 23px;
}

    #return-btn {
        margin-top: 15px;
    }

    #logoutFormCat > a {
        color: #666666;
        font-weight: 400;
    }
.agree {
    text-decoration: underline !important;
    color: #2f2f30;
}
select {
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}
.radio-box > span> input, .radio-box > label {
    cursor: pointer;
}
.form-control:disabled {
    background-color: #efefef !important;
}
#header button i.fa-bars {
    color: #666666;
}
}
.rewrite-possition{
    width:100% !important;
}
.name-radio {
font-weight:500 !important;
}
.parsley-required {
    font-weight: 500;
    font-size: 14px;
    line-height:22px;
}
.resend-email {
    text-decoration: underline;
    font-size: 14px;
    margin-top:10px;
}
.text-success {
    color: #62a145;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.login-side {
    padding: 0px !important;
    color: #fff !important;
    font-weight: 400 !important;
}
    .login-side:active, .login-side:hover {
        color: #fff !important;
    }
.header-top-admin {
    background: #2f2f30;
    text-align: center;
}
.btn-header-admin {
    padding: 6px 0px;
}
    .btn-header-admin > a {
        color: #fff;
        font-size: 16px;
    }
.header-middle hr {
    border-color: #e1e1e1;
    margin-left: -15px;
}
.gjuha {
    padding-left: 0px !important;
}
    .gjuha > .left-side {
        padding: 10px 0;
    }
        .gjuha > .left-side > a > span {
            color: #666666;
            padding-right: 5px;
        }
#numHeader-right-link {
    margin: 10px 0 !important;
}
.help-num > a {
    text-decoration: underline
}
#header-logo {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.login-icon-mobile {
    font-size: 14px;
    line-height: 20px;
}
#cart-icon {
    padding-right: 8px;
}

/*Ballina*/
.banner-2 {
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.banner-detail > .container > .row {
    float: right;
}
.banner-tittle {
    color:#fff;
}
#banner-noimg > .img-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:56%;
}
    /*Full Page View*/
    #staff-popup {
        width: 40%;
        margin: auto;
        display: grid;
        align-content: center;
        align-items: center;
        justify-items: center;
    }
#wishlist-staff-popup {
    width: 40%;
    margin: auto;
}
#mob-view {
display:none;
}
#logo-header {
    min-height: 100px;
    display: table;
}
    #logo-header > .header-middle-left {
        vertical-align: middle;
        display: table-cell;
    }
#desk-view {
    min-height: 100px;
    display: table;
    right: -121px;
}
@media (min-width: 500px) and (max-width: 1200px)
{
    #desk-view{
        right: 7px;
    }
}
@media (min-width: 1768px) and (max-width: 2300px) {
    #desk-view {
        right: 4px;
    }
}
@media (min-width: 220px) and (max-width: 499px) {
    #desk-view {
        right: 4px;
    }
}
#search-bar {
    min-height: 100px;
    display: table;
}
    #search-bar > .header-right-part {
        vertical-align: middle;
        display: table-cell;
        position: relative;
        padding-top:15px;
    }
    #desk-view > .header-right-link {
        vertical-align: middle;
        display: table-cell;
    }
.cateHome > .item {
    height: 266px;

}
.titlK {
    text-align: center;
    margin-top: -140px;
    font-size: 25px;
    color: #fff;
    position: relative;
}
    .titlK > span {
    margin-top:-140px;
    }
.cateHome {
    vertical-align: middle !important;
    background-color: #fff !important;
    margin-bottom: 10px !important;
/*    box-shadow: 1px -1px 4px 1px #ddd !important;*/
    background-color: #fbfbfb !important;
}
.sub-banner1 {
    background-position: center !important;
    min-height: 250px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100% !important;
}
.select-dropdown .ui-state-default {
    padding-top: 18px;
    padding-bottom:18px;
    padding-right: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-banner:hover:after {
    background-color: transparent !important;
}
.ui-selectmenu-text {
    overflow: visible;
    display: initial;
}
.viewall-title {
    padding-left: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.freeship-label {
    padding-left: 7px !important;
    font-size: 20px !important; 
    padding-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right:7px;
}
.product-image {
/*    height: 220px !important;*/
    vertical-align: middle !important; 
}
.img-div {
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}
/*
    #img-div > img {
    width:auto;
    }*/
    .home-category {
        background-position: center;
        background-size: cover;
        height: 100%;
        background-repeat: no-repeat;
    }
.cookiealert-container a {
color: #fff;
}
.scroll-top {
display:none;
}
#global-select {
font-size:14px;
}
.backtoHome {
    text-decoration: underline !important;
}
/*.detail-span {
    padding: 0px 115px;
}*/
@media screen and (max-width:350px) {
    .detail-btn {
        padding: 6px 20px !important;
    }
}
.detail-btn {
    padding: 8px 20px;
}
.pdf-file {
font-size:24px !important;
}
.docs {
width:100%;
}
.txtMenu {
    text-align:right;
    color: #fff !important;
    font-size: 15px !important;
    padding: 18px 5px !important;
    line-height: 20px !important;
    display: inline-block !important;
}
#txtMeny {
    padding-left: 10px;
    padding-top: 5px;
}
.attr-name {
margin-bottom:0 !important;
margin-top:0 !important;
}
@-moz-document url-prefix() {
    .wishlist-notification {
        top: -25px !important;
    }
}