/* 
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style    
  - Spacer Style
      
* HEADER 
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - Bread-crumb
  - Sub-banner
  - Product Box
  - Site Services Features Block   
  - Special Product Block          
  - Custom News Letter
  - Testimonial
  - Video
  - Blog
  - Brand-Logo
  - Perellex-Banner
  - Sidebar
  - Sorting
  - Product Detail Page
  - Cart Page
  - Checkout Page
  - Login Register Page  
  - Account Page
  - Blog Page
  - About Page
  - 404 Page
  - Contact Page
  - Scroll-Top Arrow
  - Comment Block

* FOOTER
*/
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

 /* - Google Fonts //---------------- */ 

 @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

 /* - General Style //---------------- */ 

 ::-moz-selection {
    background-color: #0098DA;
    color: #FFF;
}

::selection {
    background-color: #0098DA;
    color: #FFF;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 24px;
    color: #888888;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    /* letter-spacing: 1px; */
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_1.gif) center no-repeat #fff;
}

.main {
    position: relative;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

a, a:focus, a:active, a:link, img {
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #888888;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color: #0098DA;
        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-top: 1px solid #f0f0f0;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.position-r {
    position: relative;
}

.position-s {
    position: static;
}

.position-initial {
    position: initial;
}

.align-center {
    text-align: center;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
    color: #fff;
}

.dark-bg {
    background: #0098DA;
    color: #fff;
}

.gray-bg {
    background: #f5f5f5;
}

.white-bg {
    background: #ffffff;
}

.testi-bg {
    background: rgba(0, 0, 0, 0) url("../images/testimonial-bg.jpg") repeat scroll 0 0;
}

.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 {
    color: #0098DA;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h1 {
    font-size: 43px;
    letter-spacing: 1px;
    line-height: 40px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
}

h2.heading {
    font-size: 25px;
    line-height: 32px;
}

h4 {
    font-size: 17px;
    line-height: 22px;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}

.main_title {
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.main_title span {
    font-weight: bold;
    /* padding-left: 32px; */
    position: relative;
}

.main_title span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 4px;
    width: 20px;
}



/* - Button Style  //----------------*/ 

.btn, button {
    padding: 13px 15px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 0;
}

button:focus {
    box-shadow: none;
    outline: 0 none;
}

.btn.full {
    width: 100%;
    text-align: center;
}

.btn.big-width {
    padding: 13px 30px;
}

.btn.big {
    padding: 18px 30px;
}

.btn.small {
    padding: 6px 10px;
}

.btn i.fa {
    font-size: 16px;
    margin: 0 5px;
}

.btn-black {
    color: #fff;
    background: #1f252d;
    border: none;
}

    .btn-black:hover {
        color: #fff;
        background: #ff6600;
    }


.btn-color{
    color: #fff !important;
    background: #0098DA;
    border: none;
}

    .btn-color:hover {
        color: #fff !important;
        background: #42403c;
    }


.btn-banner {
    color: #fff !important;
    background: #0098DA;
    border: none;
    font-size: 22px;
    letter-spacing: 0.5px;
    padding: 20px;
}

    .btn-banner:hover {
        color: #fff !important;
        background: rgba(213,84,1,0.85);
    }

.btn-yellow{
    color: #232323 !important;
    background: #ffe547;
    border: none;
}

    .btn-yellow:hover {
        color: #ffe547 !important;
        background: #42403c;
    }


.btn-white {
    color: #0098DA;
    background: rgba(255,255,255,1);
    border: none;
}

    .btn-white:hover {
        color: #0098DA;
        background: #0098DA;
    }

.btn-loffer {
    display: inline-block;
    color: #0098DA;
    background: #ffe547;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 24px;
}

    .btn-loffer:hover {
        color: #0098DA;
    }

/* - Form Style //---------------- */
select {
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaeaea;
    padding: 7px 24px 7px 10px;
}

.full select {
    width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eaeaea;
    min-height: 40px;
}

.main-form textarea {
    max-width: 100%;
}

.check-box label {
    color: #0098DA;
    display: inline;
    font-size: 15px;
    font-weight: 400;
}

.checkout-section .check-box input[type="checkbox"] {
    margin: 5px 0 0;
    min-height: 1px;
}


/* - Spacer Style  //---------------- */

.right-side {
	float: right;
}

.left-side {
	float: left;
}



.plr-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.mlr_-8 {
    margin-left: -8px;
    margin-right: -8px;
}



.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}



.plr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.mlr_-25 {
    margin-left: -25px;
    margin-right: -25px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.p-0 {
    padding: 0px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-16 {
    margin-bottom: 16px;
}

.m-0 {
    margin: 0px;
}

/* - Newsletter   //----------------- */

#newslater-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    background:#000000;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    border: 2px solid #0098DA;
    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 {
    color: #0098DA;
    font-weight: 600;
    text-transform: uppercase;
}
#newslater-popup .newsletter-inner input {
    width: 270px;
}
#newslater-popup button.mfp-close {
    background-color: #000000;
    border-radius: 0;
    color: #fff;
    font-size: 35px;
    opacity: 1;
    right: 0;
    top: 0;
}

#newslater-popup .newsletter-inner .main_title {
    color: #fff;
    display: block;
    font-size: 46px;
    margin-bottom: 35px;
    margin-top: 15px;
}

#newslater-popup .newsletter-inner form button {
    position: relative;
    background: #0098DA;
}
#newslater-popup .newsletter-inner p {
    margin: 20px 0;
}


/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

.header-top {
    padding: 10px 0;
    background-color: #0098DA;
}

.top-link ul li {
    float: left;
}

.top-link ul li a {
    border-right: 1px solid #828282;
    line-height: 18px;
    padding: 0 12px;
    color: #ffffff;
}

.top-link ul li a:hover {
    color: #ffff00;
}

.top-link ul li:first-child a {
    padding-left: 0;
}

.top-link ul li:last-child a {
    border-right: none;
    padding-right: 0;
}

.top-link i.fa {
    margin-right: 5px;
}

.header-top .right-side ul li {
    border-right: 1px solid #828282;
}
.header-top .right-side ul li:last-child {
    border-right: none;
}
.header-top .right-side ul li a span{
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    border: none;
    display: inline-block;
    height: 20px;
    width: 22px;
    padding: 0px;
    margin: 0 15px;
    transition: all 0.3s ease 0s;
}
.header-top .right-side ul li:first-child a {
    margin-left: 0;
}

.header-top .right-side ul li:last-child a {
    margin-right: 0;
}

.header-right-link ul li.search-box > a span {
    background-position: -16px -96px;
}
.header-right-link ul li.search-box:hover > a span {
    background-position: -16px -130px;
}

.header-right-link ul li.account-icon > a span {
    background-position: -15px -240px;
}

.header-right-link ul li.account-icon:hover > a span {
    background-position: -15px -279px;
}

.header-right-link ul li.cart-icon > a span {
    background-position: -10px -17px;
    position: relative;
}

.header-right-link ul li.cart-icon:hover > a span {
    background-position: -10px -55px;
}
.header-top ul li.cart-icon > a span small.cart-notification {
    background: #ffd400 none repeat scroll 0 0;
    border-radius: 50%;
    color: #42403c;
    height: 13px;
    line-height: 13px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 0;
    width: 13px;
}

.header-middle {
    background: #000000;
}

.navbar-header .navbar-brand {
    height: auto;
    padding: 19px 0;
    margin: 0 !important;
}

.navbar {
    border: none;
    margin-bottom: 0; 
}

header#header {
    position: relative;
    padding: 0;
}

.latestoffrweek {
    margin-top: 15px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
}

.latestoffrweek a span {
    background: url("../images/sprite.png") no-repeat scroll -79px -746px;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-bottom: -4px;
}

.latestoffrweek:hover .line-hover {
    display: block;
}

.line-hover {
    border: 1px dashed #3f5368;
    position: absolute;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    left: 5px;
    top: 5px;
    display: none;
}
.category-dropdown {
    position: absolute;
    left: 0;
    top: 0;
}

.category-dropdown select {
    border: 0;
    height: 45px;
    width: 300px;
}
.search-box {
	position: relative;
}

.header-right-part .cart-icon {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.header-right-part .cart-icon:hover {
    overflow: visible;
}

.header-right-part ul li.main-search {
    overflow: visible;
}

.search-box input.input-text {
    border: none;
    opacity: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    width: 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;
}

.search-box button.search-btn {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -12px -97px;
  border: medium none;
  position: relative;
  right: 0;
  top: 0;
  width: 20px;
}

.search-box button.search-btn:hover {
    background-position: -12px -131px;
    position: relative;
}

.header-right-part .cart-icon a span {
    background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
    height: 44px;
    width: 35px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.header-right-part i.account-icon > a span {
    background-position: -14px -235px;
}

.header-right-part .cart-icon > a span {
    background-position: -70px -633px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.header-right-part .cart-text {
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 6px;
}

.header-right-part .account-icon:hover > a span {
    background-position: -14px -273px;
}

.header-right-part .cart-icon:hover > a span {
    background-position: -110px -633px;
}

.header-right-part .cart-icon > a span small.cart-notification {
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 15px;
    line-height: 13px;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 18px;
    width: 15px;
    font-size: 14px;
    font-weight: 700;
}

.header_search_toggle.mobile-view {
    display: none;
}

.navbar-toggle {
    display: none;
}

/* - Navigation Menu Style //---------------- */

.navbar-collapse.collapse {
    display: block;
    padding: 0;
}

.nav.navbar-nav {
    display: block;
}
.navbar-collapse > ul {
    display: inline-block;
    float: none !important;
    text-align: left;
}

.navbar-nav > li > a {
    padding: 31px 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 15px;
}


.header-link-dropdown {
    background: #fff;
    border: 1px solid #f1f1f1;
    position: absolute;
    width: 320px;
    display: inline-block;
    right: 0;
    top: 100%;
    padding: 35px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    z-index: 3;
}

.header-right-link .cart-icon:hover .header-link-dropdown {
    opacity: 1;
}
.header-right-link > ul > li {
  float: left;
  overflow: hidden;
  position: relative;
  height: 20px;
  line-height: 18px;
}
.header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
  display: inline-block;
  padding-bottom: 3px;
}
.header-right-link ul li.cart-icon > a {
    position: relative;
}
.header-right-link ul li:hover {
    overflow: visible;
}
.header-right-link > ul > li:hover .header-link-dropdown {
    opacity: 1;
}
.header-right-link .media-body a {
    width: auto;
}
.header-right-link .header-link-dropdown ul li{
    border-right: 0;
    display: block;
}
.header-right-link ul li.main-search {
    overflow: visible;
}
.main-search:hover input.input-text, .search-box input.input-text:focus {
  opacity: 1;
  width: 250px;
}
.search-box input.input-text {
  opacity: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  transition: all 0.4s ease 0s;
  width: 0;
}
.top-link {
    padding-top: 2px;
}

.header-right-link {
  padding-top: 4px;
}

.desktop-view .search-box input.input-text {
    height: 25px;
    top: -3px;
}

.header-right-link .link-dropdown-list > li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.header-right-link .link-dropdown-list > li a.close-cart i.fa {
    font-size: 18px;
}

.cart-dropdown a, .cart-dropdown strong {
    color: #6d6d6d;
}
.cart-dropdown ul li a:hover {
    color: #0098DA;
}
.cart-dropdown .cart-list li .media {
    padding-right: 25px;
    margin-top: 0;
}
.cart-dropdown .media-body span {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}
.cart-dropdown .cart-list li .media .pull-left {
  border: 1px solid #e5e5e5;
  margin-right: 20px;
  padding-right: 0;
  width: 95px;
}
.cart-dropdown .cart-list li .media .pull-left img {
    max-width: 100%;
}
.close-cart {
    color: #fff;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}

.cart-dropdown .input-text.qty {
    background-color: transparent;
    padding: 0 3px;
}

.cart-dropdown .cart-price {
    color: #42403c;
    font-weight: 700;
    font-size: 16px;
}

.account-link-dropdown {
    width: 280px;
}

.header-link-dropdown .dropdown-title {
    color: #0098DA;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.account-link-dropdown, .account-link-dropdown a {
    color: #a6a6a6;
}

.account-link-dropdown a:hover, .account-link-dropdown a.active {
    color: #0098DA;
}

.account-link-dropdown .link-dropdown-list > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* - Megamenu Style //---------------- */
.nav > li {
    position: inherit;
    display: inline-block;
}
.nav > li:hover > a, .nav > li.active > a, .nav > li > a:focus {
    background: none;
    color: #ffe547;
}

.megamenu {
    background: #fff;
    color: #a4a4a4;
    display: none;
    padding: 20px 30px;
    position: absolute;
    top: 100%;
    z-index: 2;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

.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: 220px;
}

.megamenu .sub-menu-level1 li.level2:last-child {
    min-width: 170px;
}

.megamenu .level2 > a {
    display: inline-block;
    margin-right: 35px;
    color: #0098DA;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 100%;
}

.megamenu .sub-menu-level2 li.level3 > a {
    color: #7c7c7c;
    display: inline-block;
    padding: 4px 0;
}

.megamenu .sub-menu-level2 li.level3 > a:hover {
    color: #0098DA;
}

.megamenu .sub-menu-level2 li.level3 > a span {
    float: left;
    font-size: 9px;
    margin-right: 9px;
    margin-top: -1px;
}
/* Search-Wrap */
.sidebar-search-wrap, .sidebar-cart-wrap {
    background: #ffffff none repeat scroll 0 0;
    border-left: 1px solid #f7f7f7;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
      -webkit-transition: all 0.4s ease 0s;
         -moz-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
           -o-transition: all 0.4s ease 0s;
              transition: all 0.4s ease 0s;
  }
  .sidebar-table-container {
      height: 100%;
      width: 100%;
  }
  .sidebar-align-container {
      height: 100%;
      width: 100%;
  }
  .search-closer {
    background: url("../images/sprite.png") -53px -1366px;
    height: 30px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  .search-container {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    top: 50%;
    width: 700px;
    max-width: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cart-container {
      border: 1px solid #dbdbdb;
      width: 1050px;
      text-align: left;
  }
  .search-container input[type="text"] {
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #687188;
    font-size: 20px;
    font-weight: 500;
    height: auto;
    padding: 10px 0;
    line-height: 25px;
    max-width: 100%;
    width: 100%;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
  }
  .search-container span {
    color: #777777;
    float: left;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 27px;
    text-transform: uppercase;
    width: 100%;
  }
  .sidebar-search-wrap.open, .sidebar-cart-wrap.open {
    opacity: 1;
    z-index: 8;
  }

/*_______________________________________________________
// Contant  //----------------------------
_______________________________________________________*/

/* - banner Style  //---------------- */
.banner {
    overflow: hidden;
    position: relative;
}


/* main-banner icon end */

/* main-banner icon start */
.main-banner.owl-carousel .owl-stage-outer {
    display: inherit;
    margin-top: 0;
    padding-top: 0;
}

.main-banner .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-banner.owl-carousel button.owl-dot > span {
    height: 5px;
    width: 30px;
}

/* main-banner icon end */

.banner-detail {
    position: absolute;
    top: 25%;
    width: 100%;
}

.banner-detail .banner-detail-inner {
    color: #fff;
    letter-spacing: 0;
}

.banner-detail .banner-detail-inner .banner-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.banner-detail .banner-detail-inner span.slogan {
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px; 
    width: 100%;
}

.banner-detail .banner-detail-inner span.slogan b {
    font-weight: 700;
}

.banner-1 .banner-detail .banner-detail-inner .banner-title, .banner-3 .banner-detail .banner-detail-inner .banner-title {
    color: #0098DA;
}

.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat scroll center center;
    padding: 70px 0;
}

.inner-banner .banner-detail {
    position: relative;
}

.inner-banner .banner-detail h1 {
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}

/* - Bread-crumb //---------------- */

.inner-banner .bread-crumb {
  margin-top: 5px;
}

.bread-crumb ul li {
    display: inline-block;
    color: #fff;
}

.bread-crumb ul li a {
    color: #fff;
}

.bread-crumb ul li a, .bread-crumb ul li span {
    margin: 0 10px;
    font-weight: 600;
}

.bread-crumb ul li a:hover {
    color: #ffe547;
}

.bread-crumb ul li:first-child {
    padding-left: 0;
}
.bread-crumb ul li span {
    color: #ffe547;
}

/* Bread-crumb CSS End */

/* - Sub-banner Style  //---------------- */

.sub-banner-block .sub-banner:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sub-banner {
	position: relative;
    overflow: hidden;
}

.sub-banner .sub-banner-detail {
    position: absolute;
}

.sub-banner a {
	color: #ffffff;
}

.sub-banner .sub-banner-detail .sub-banner-title {
    line-height: 40px;
    font-size: 30px;
    color: #000;
}

.sub-banner .sub-banner-detail .sub-banner-subtitle {
	font-weight: 700;
    color: #0098DA;
}

.sub-banner .sub-banner-detail .sub-banner-subtitle {
    font-size: 40px;
}

.sub-banner.sub-banner1 .sub-banner-detail, .sub-banner.sub-banner2 .sub-banner-detail {
    right: 5%;
    top: 30%;
}

.sub-banner.sub-banner3 .sub-banner-detail {
    top: 5%;
    left: 5%;
}

/* - Product Box //---------------- */

.featured-product {
    display: inline-block;
    margin-bottom: -30px;
    max-width: 100%;
}

.category-bar ul li {
    display: inline-block;
}

.category-bar ul li.active {
    pointer-events: none;
}

.category-bar ul li a {
    padding: 0 10px;
}

.category-bar ul li.active a {
    color: #0098DA;
}

.pro_cat {
    position: relative;
}

.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    padding-top: 7px;
    margin-top: -7px;
}

.banner .owl-carousel .owl-wrapper-outer {
    display: block;
}

.product-listing .product-item, .blog-listing .blog-item {
    margin-bottom: 16px;
}

.blog-listing .blog-item {
    margin-bottom: 40px;
}

.product-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.pro_cat .product-slider-main {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-slider .item {
    padding-left: 8px;
    padding-right: 8px;
}

.product-image {
    position: relative;
    overflow: hidden;
    min-width: 70px;
}

.product-image img {
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

.product-item:hover .product-image img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sale-label {
    background: #0098DA;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    padding: 6px 10px;
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    top: 0px;
    z-index: 1;
}

.product-detail-inner {
    position: absolute;
    width: 100%;
    bottom: -49px;
    padding-top: 8px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.product-item:hover .product-detail-inner {
    bottom: -9px;
}

 .product-item-details {
    margin: -47px 0 40px;
    top: 0;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 100%;
    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;
}

.product-item:hover .product-item-details {
    top: -30px;
}


.product-slider-main .product-item:hover .product-item-details {
    top: -20px;
    width: 100%
}

.product-item:hover .product-detail-inner, .product-listing .product-item:hover .product-detail-inner{
  bottom: -9px;
  padding: 0 20px 6px;
}

.product-detail-main .product-item-details {
  text-align: left;
  position: relative;
}

.btn.btn-color.small.right-side {
    margin-top: 10px;
}

.shop-list-view .product-item-details {
  display: table-cell;
  padding: 0 20px;
  position: relative;
  text-align: left;
}

.product-slider-main .product-item-details {
    top: auto;
    text-align: center;
}

.product-slider-main .product-item-details:hover {
    bottom: 20px;
}

.product-slider-main .product-item:hover .product-detail-inner {
    padding: 10px;
}

.special-products-block .product-item-details {
    margin-top: 0;
}

.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a, .cat-box-inner li:hover .pro-detail-info > a {
    color: #0098DA;
}

.product-item-details .price-box .price {
    margin-right: 5px;
}

.price-box .price {
    font-size: 20px;
    font-weight: 600;
    color: #42403c;
}

.product-item-details .price-box .price.old-price {
    font-size: 14px;
    font-weight: 400;
    color: #f7b022;
}

.detail-inner-left ul {
    display: inline-block;
}

.detail-inner-left ul li {
    float: left;
    padding: 0 5px;
    position: relative;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.detail-inner-left ul li:first-child {
    padding-left: 0;
}

.detail-inner-left ul li:last-child {
    padding-right: 0;
}

.detail-inner-left ul li a {
    background: url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    width: 30px;
    margin-top: 4px;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.product-item .detail-inner-left ul li a, .product-item .detail-inner-left ul li button span {
    transform: perspective(1300px) rotateY(180deg);
    -webkit-transform: perspective(1300px) rotateY(180deg);
    -moz-transform: perspective(1300px) rotateY(180deg);
    -o-transform: perspective(1300px) rotateY(180deg);
}

.product-item:hover .detail-inner-left ul li a, .product-item:hover .detail-inner-left ul li button span {
    transform: perspective(1300px) rotateY(0deg);
    -webkit-transform: perspective(1300px) rotateY(0deg);
    -moz-transform: perspective(1300px) rotateY(0deg);
    -o-transform: perspective(1300px) rotateY(0deg);
}

.detail-inner-left ul li button {
    background-color: transparent;
    color: #232323;
    padding: 0;
    display: inline-block;
    border: none;
    margin-top: 5px;
    transition: all 0.4s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

.detail-inner-left ul li button span {
    background: url("../images/sprite.png") no-repeat scroll -11px -327px;
    display: inline-block;
    margin-bottom: -10px;
    margin-right: 5px;
    height: 25px;
    width: 30px;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.detail-inner-left ul li button:hover {
    color: #0098DA;
}

.detail-inner-left ul li button:hover span {
    background-position: -11px -361px;
}

.detail-inner-left ul li.pro-wishlist-icon a {
    background-position: -11px -390px;
}

.detail-inner-left ul li.pro-wishlist-icon a:hover {
    background-position: -11px -424px;
}

.detail-inner-left ul li.pro-wishlist-icon.active a {
    background-position: -45px -424px;
}

.detail-inner-left ul li.pro-compare-icon a {
    background-position: -11px -462px;
}

.detail-inner-left ul li.pro-compare-icon a:hover {
    background-position: -11px -492px;
}

.rating-summary-block {
    padding: 5px 0;
}

.rating-summary-block .rating-result {
    display: inline-block;
    position: relative;
    width: 74px;
}

.rating-summary-block.big .rating-result {
    width: 88px;
}

.rating-summary-block .rating-result:before {
    color: #c7c7c7;
    content: "" "" "" "" "";
    display: flex;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rating-summary-block .rating-result > span {
    display: block;
    overflow: hidden;
}

.rating-summary-block .rating-result > span::before {
    color: #ffc600;
    content: "" "" "" "" "";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    position: relative;
    z-index: 1;
}

.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
}

.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
}

.owl-nav button span {
    display: none;
}

.banner .owl-prev, .banner .owl-next,
.product-slider .owl-prev, .product-slider .owl-next,
.client-main .owl-prev, .client-main .owl-next, 
#brand-logo .owl-prev, #brand-logo .owl-next {
    background: #fff !important;
    position: absolute;
    border: 2px solid #c2c2c2 !important;
    height: 35px;
    width: 35px;
    text-align: center !important;
    margin-top: -30px;
    opacity: 1;
    top: 50%;
    line-height: 35px;
    font-size: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#brand-logo .owl-prev, #brand-logo .owl-next {
    margin-top: 0;
}

.banner .owl-prev:hover, .banner .owl-next:hover,
.product-slider .owl-prev:hover, .product-slider .owl-next:hover,
.client-main .owl-prev:hover, .client-main .owl-next:hover, 
#brand-logo .owl-prev:hover, #brand-logo .owl-next:hover {
    border-color: #0098DA !important;
}

.banner .owl-prev {
    left: 20px;
}

 .banner .owl-next {
    right: 20px;
 }
.product-slider .owl-next {
    right: -40px;
}

.product-slider .owl-prev {
    left: -40px;
}

.client-main .owl-next {
    right: 0;
}

.client-main .owl-prev {
    left: 0;
}

#brand-logo .owl-next {
    right: -50px;
}

#brand-logo .owl-prev {
    left: -50px;
}

.banner .owl-prev:after, .banner .owl-next:after,
.product-slider .owl-prev:after, .product-slider .owl-next:after,
.client-main .owl-prev:after, .client-main .owl-next:after, 
#brand-logo .owl-prev:after, #brand-logo .owl-next:after {
    color: #c2c2c2;
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.banner .owl-prev:after,
.product-slider .owl-prev:after, 
.client-main .owl-prev:after, 
#brand-logo .owl-prev:after {
    content: "";
}

.banner .owl-next:after,
.product-slider .owl-next:after, 
.client-main .owl-next:after, 
#brand-logo .owl-next:after {
    content: "";
}

.banner .owl-prev:hover:after,
.product-slider .owl-prev:hover:after, 
.client-main .owl-prev:hover:after, 
#brand-logo .owl-prev:hover:after {
    color: #0098DA;
}

.banner .owl-next:hover:after,
.product-slider .owl-next:hover:after, 
.client-main .owl-next:hover:after, 
#brand-logo .owl-next:hover:after {
    color: #0098DA;
}

.four-products {
    display: none;
}
/* ------------------ */
.shop-list-view {
    margin-bottom: 40px;
    display: table;
}

.shop-list-view .product-item {
    float: left;
    width: 280px;
    z-index: 1;
}

.shop-list-view .product-item-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.shop-list-view .detail-inner-left {
    border-left: 1px solid #ddd;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

.shop-list-view .price-box {
    margin: -2px 0 15px;
}

.shop-list-view .rating-summary-block {
    padding: 0;
}

.shop-list-view .rating-summary-block .rating-result::before {
    left: 0;
}

.shop-list-view .bottom-detail {
    display: inline-block;
}

.shop-list-view .product-item-details, .product-detail-main .product-item-details {
    margin-top: 0;
}

.shop-list-view .product-item-details {
    display: table-cell;
    position: relative;
    text-align: left;
}

.shop-list-view ul li button {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #232323;
    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%;
}

/* - Perellex-Banner //---------------- */

.perellex-banner {
    background: url("../images/perellex.jpg") no-repeat fixed center center;
}

.perellex-bg {
    background: rgba(0,173,115,0.9);
    padding-left: 30px;
    padding-right: 30px;
}

.perellex-bg  .perellex-title {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}

.perellex-bg  .perellex-title span {
    font-weight: 700;
}

.perellex-banner .btn-black:hover {
    background: #fff;
    color: #0098DA;
}

/* perellex-banner End */

/* - Site Services Features Block //---------------- */

.ser-feature-block {
    background: #282d45;
    padding: 30px 25px;
}

.ser-feature-block .col-md-4:last-child .feature-box {
    border: none;
}

.ser-feature-block .feature-box {
    background: url("../images/shipping_icon.png") no-repeat scroll 0 0;
    padding-left: 80px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.ser-feature-block .feature-box .ser-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}

.ser-feature-block:hover .feature-box .ser-title {
    color: #ffe547;
}

.ser-feature-block .feature-box.feature1 {
    background-position: 5px 7px;
}

.ser-feature-block .feature-box.feature2 {
    background-position: 5px -120px;
}

.ser-feature-block .feature-box.feature3 {
    background-position: 5px -246px;
}

.ser-feature-block:hover .feature-box.feature1 {
    background-position: 5px -57px;
}

.ser-feature-block:hover .feature-box.feature2 {
    background-position: 5px -180px;
}

.ser-feature-block:hover .feature-box.feature3 {
    background-position: 5px -318px;
}

/* Site Services Features Block css Star */


/* - Special Product Block //---------------- */
.special-products-block {
    position: relative;
    overflow: hidden;
    margin-top: -7px;
    padding-top: 7px;
}

.special-products-block .product-item {
    max-width: 338px;
    float: left;
    margin-right: 30px;
}

.special-products-block .pro-detail-main {
    margin-left: 368px;
    position: relative;
}

.special-products-block .product-item-details .product-item-name {
    font-size: 22px;
    margin-bottom: 15px;
}

.special-products-block .product-item-details .price-box .price {
    font-size: 20px;
}

.special-products-block .product-item-details .price-box .price.old-price {
    font-size: 16px;
}

.special-products-block .rating-summary-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.special-products-block .label-review {
    color: #8f8f8f;
    font-size: 12px;
    font-style: italic;
}

.bottom-detail ul li {
    display: inline-block;
    padding: 0 12px;
}

.product-detail-main .bottom-detail ul li {
    border-right: 1px solid #cccccc;
    padding: 0 10px;
}

.bottom-detail ul li:first-child {
    padding-left: 0;
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}

.special-products-block .bottom-detail .pro-compare-icon {
    margin-top: 10px;
}

.special-products-block .pro-detail-main .bottom-detail {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.product-detail-main .product-item-details .product-qty ~ .bottom-detail {
    border: none;
    padding: 0;
}

.product-detail-main .product-item-details .bottom-detail {
    display: inline-block;
}

.bottom-detail ul li span {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 23px;
    width: 23px;
    margin-bottom: -8px;
    margin-right: 7px;
    margin-top: -5px;
    transition: all 0.4s ease 0s;
}

.bottom-detail ul li.pro-cart-icon span {
    background-position: -50px -233px;
}

.bottom-detail ul li.pro-cart-icon:hover span {
    background-position: -50px -267px;
}

.product-detail-main .bottom-detail ul li.pro-cart-icon span {
    background-position: -92px -326px;
}

.bottom-detail ul li.pro-wishlist-icon span {
    background-position: -14px -392px;
}

.bottom-detail ul li.pro-compare-icon span {
    background-position: -14px -464px;
}

.bottom-detail ul li.pro-email-icon span {
    background-position: -49px -460px;
}

.bottom-detail ul li.pro-wishlist-icon:hover span {
    background-position: -14px -426px;
}

.bottom-detail ul li.pro-compare-icon:hover span {
    background-position: -14px -494px;
}

.bottom-detail ul li.pro-email-icon:hover span {
    background-position: -49px -494px;
}

#special-pro .owl-prev, #special-pro .owl-next {
    position: absolute;
    top: -85px;
    font-size: 0;
}

#special-pro .owl-prev {
    right: 50px;
}

#special-pro .owl-next {
    right: 20px;
}

#special-pro .owl-prev:after, #special-pro .owl-next:after {
    color: #c2c2c2;
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 55px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {
    color: #8a8a8a;
}

#special-pro .owl-prev:after {
    content: "";
}

#special-pro .owl-next:after {
    content: "";
}
/* Special Product Block css End */

/* - Custom News Letter //---------------- */
.newsletter {
    background: #0098DA;
}

.newsletter-inner {
    color: #fff;
    padding: 25px 0;
}

.newsletter-inner .main_title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 5px;
}

.newsletter-box {
    position: relative;
    padding-right: 100px;
}

.newsletter-inner input {
    color: #6f6f6f;
    width: 100%;
    border: none;
    padding: 9px;
}

.newsletter-inner button {
    position: absolute;
    right: 0;
    top: 0;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.client-bg {
    background: url(../images/testimonial-bg.jpg) repeat scroll 0 0;
    position: relative;
    z-index: 0;
}

.client-main .item {
    display: inline-block;
}
.client-main .item p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 20px; 
}

.client-img img{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.designation {
    color: #221b1f;
    font-size: 20px;
    font-style: italic;
}

.quote {
    max-width: 750px;
}

.client-main .item .client-title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.client-main {
    position: relative;
    overflow: hidden;
}

.owl-dots {
    display: inline-block;
    margin-top: 20px;
}

.owl-carousel button.owl-dot {
    float: left;
    margin: 0 3px;
}

.owl-carousel button.owl-dot > span {
    background: #fff;
    display: inline-block;
    height: 4px;
    width: 20px;
}
.owl-carousel button.owl-dot.active > span, .owl-carousel button.owl-dot:hover > span {
    background: #0098DA;
}

.client-main .owl-dots button{
    display: none;
}

/* Testimonial CSS End */

/* - Video //---------------- */
.video-block {
    background: #fff;
    padding: 23px;
}

.video-block p {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 15px;
    letter-spacing: 1px;
}
/* video-block CSS End */

/* Blog CSS Start */
.blog-main .blog-item {
    overflow: hidden;
    position: relative;
}
.blog-media {
    overflow: hidden;
    background: #000;
    position: relative;
    cursor: pointer;
}
.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%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-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-item:hover a.read {
    opacity: 1;
    filter: alpha(opacity=100);
}

.blog-detail {
    margin-top: 13px;
}

.blog-main .blog-detail {
    bottom: -151px;
    margin: 0;
    position: absolute;
    width: 100%;
    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-main .blog-item:hover .blog-detail {
    bottom: 0;
}
.blog-main .blog-detail .row {
    height: 100%;
}
.blog-main .blog-detail .blog-detail-inner {
    background: none repeat scroll 0 0 rgba(213, 84, 1, 0.8);
    color: #fff;
    margin: 10px;
}
.blog-main .blog-contant {
    height: 100%;
    padding: 14px;
    position: relative;
}
.blog-main .blog-contant span {
    font-weight: 500;
}
.blog-main .blog-title a {
    color: #ffffff;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
}
.post-date {
    color: #1097cf;
    font-style: italic;
}
.blog-detail p {
    margin-bottom: 20px;
}

.blog-detail .post-info ul li {
    display: inline-block;
    margin-right: 15px;
    font-style: italic;
}
.blog-detail .post-info ul li a {
    color: #ffffff;
}

.blog-detail .post-info ul li a:hover {
    color: #ffe547 ;
}
/* Blog CSS End */

/* - Brand-Logo //---------------- */
.brand {
    padding: 0 50px;
}

.brand .owl-carousel .owl-wrapper-outer {
    border-right: 1px solid #fff;
}

.brand .item {
    text-align: center;
}

.brand .item img {
    opacity: 0.5;
}

.brand .item img:hover {
    opacity: 1;
}
/* Brand-Logo CSS End */

/* - Sidebar //---------------- */
.gray-box {
    background: #f0f0f0;
    padding-bottom: 25px;
}

.sidebar-title {
    margin-bottom: 15px;
}

.sidebar-title h3 {
    margin-bottom: 0;
}

.listing-box ul li:last-child {
    border-bottom: none;
}

.listing-box ul li a {
    padding: 6px 0;
    display: inline-block;
    width: 100%;
}

.listing-box ul li:first-child a {
    padding-top: 0;
}

.gray-box .sidebar-contant {
    padding: 0 17px;
}

.inner-title {
    color: #42403c;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 700;
}

.price-range .price-txt {
    color: #0098DA;
    font-weight: 600;
}

.filter-sidebar .filter-inner-box ul li {
    cursor: pointer;
    display: inline-flex;
    width: 100%;
}

.filter-inner-box ul li.active > span, .filter-inner-box ul li:hover > span {
    background: none repeat scroll 0 0 #0098DA;
}

.filter-inner-box ul li > span {
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 0 1px #fff inset;
    display: inline-block;
    height: 12px;
    margin-right: 7px;
    margin-top: 1px;
    width: 12px;
    z-index: 0;
}

.filter-inner-box ul li span input[type="checkbox"] {
    margin-top: 0;
    min-height: auto;
    opacity: 0;
}

.filter-inner-box ul li.active label {
    color: #0098DA;
}

.filter-inner-box ul li label {
    color: #666;
    cursor: pointer;
    font-weight: normal;
    margin-top: -5px;
    width: 100%;
}


.sidebar-item ul li {
    display: inline-flex;
    padding: 7px 0;
    margin-bottom: 5px;
}

.sidebar-item ul li:first-child {
    padding-top: 0;
}

.sidebar-item .pro-media {
    border: 1px solid #e5e5e5;
    margin: 0 10px 0 0;
    width: 108px;
}

.sidebar-item-wide .pro-media {
    width: 110px;
}

.pro-detail-info .price-box .price {
    color: #42403c;
    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;
    letter-spacing: 0;
    font-weight: 600;
}

.sidebar-item .cart-link button:hover, .sidebar-item ul li:hover .cart-link button {
    color: #0098DA;
}

/* Sidebar CSS END */

/* - Sorting //---------------- */

.shorting select {
    padding: 5px 24px 5px 5px;
}

.shorting .view {
    float: left;
    margin-right: 20px;
}

.list-types {
    display: inline-flex;
    float: left;
    margin: 3px 0px 0;
    padding: 0 5px;
}

.list-types.grid {
    border-right: 1px solid #dedede;
}

.list-types-icon {
    background: url(../images/grid-list.png) no-repeat scroll 0 0 #ffffff;
    border: 1px solid transparent;
    display: inline-block;
    height: 25px;
    width: 35px;
}

.grid-icon {
    background-position: 0 -6px;
}

.list-icon {
    background-position: -68px -6px;
}

.grid-icon:hover, .list-types.active .grid-icon {
    background-position: 0 -39px;
}

.list-icon:hover, .list-types.active .list-icon {
    background-position: -68px -39px;
}

.list-types a {
    display: inline-flex;
}

.shorting select {
    font-size: 14px;
}
.short-by, .select-item {
    float: left;
    position: relative;
}
.short-by > span, .show-item > span {
    float: left;
    margin: 5px 10px 3px;
}

.compare {
    float: right;
}

.compare .btn {
    padding: 8px 8px;
}

.pagination-bar {
    margin-top: 20px;
    text-align: center;
}
.pagination-bar ul {
    display: inline-flex;
}
.pagination-bar ul li {
    float: left;
    margin: 0 2px;
}
.pagination-bar ul li a {
    background: #f0f0f0;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}
.pagination-bar ul li.active a {
    background: #0098DA;
    color: #fff;
}
/* Sorting CSS End */

/* - Product Detail Page //---------------- */

/* -- Product Zoom Slider Start -- */
.fotorama__nav--thumbs {
    margin-top: 15px;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
    height: auto !important;
    margin: 0 8px;
    opacity: 0.3;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    opacity: 1;
}

.fotorama__img {
    position: relative;
    top: 0 !important;
}

.fotorama__thumb-border {
    display: none !important;
}

.fotorama__nav::before, .fotorama__stage::before {
    background-image: none;
}

.fotorama__nav::after, .fotorama__stage::after {
    background-image: none;
}

.fullscreen {
    background-color: transparent;
}

.fotorama--fullscreen {
    background: rgba(0,0,0,0.7);
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background-color: transparent;
}

.fotorama__nav.fotorama__nav--thumbs {
    background: #fff;
}

.fotorama__fullscreen-icon {
    background: url(../images/sprite.png) no-repeat scroll -107px -289px #ffe547;
    height: 40px;
    width: 40px;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -42px -518px;
}

.fotorama__wrap {
    border: 0;
}
/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
    font-size: 22px;
    font-family: "Raleway",sans-serif; 
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: lowercase;
    line-height: 26px;
}

.product-listing .shop-list-view .product-item {
    margin-bottom: 0;
}

.product-detail-main .price-box .price {
    font-size: 22px;
}

.product-detail-main .rating-summary-block {
    margin-bottom: 10px;
}

.product-info-stock-sku {
    margin-top: 5px;
    margin-bottom: 15px;
}

.product-info-stock-sku > div {
    display: inline-block;
    margin-right: 20px;
}

.product-info-stock-sku label {
    font-weight: 400;
}

.product-info-stock-sku .price-box {
    display: inline-block;
}

.product-info-stock-sku .info-deta {
    text-transform: uppercase;
    font-weight: bold;
}

.form-control {
    border-color: #dedede;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    height: 40px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.product-qty {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.custom-qty {
    display: inline-flex;
}

.increase.items, .reduced.items {
    border: none;
    color: #888;
    padding: 13px 15px 12px;
    float: left;
    margin: 0 2px;
}

.input-text.qty {
    border: 1px solid #dedede;
    max-width: 45px;
    padding: 4px 13px;
    float: left;
    text-align: center;
    margin: 0;
}

.share-link {
    margin-top: 30px;
}

.share-link label {
    font-weight: 400;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

/* Product Page Tab CSS Start */
.nav-tabs {
    border-bottom: 1px solid #e1e1e1;
}
.nav-tabs > li > a {
    border-color: #eee #eee #ddd;
}

.product-detail-tab {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.fotorama__stage__frame {
    border: 1px solid #e5e5e5;
}

.product-detail-tab .nav > li > a {
    background-color: transparent;
    text-decoration: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    padding: 0 15px;
    border-bottom: 2px solid transparent;
     font-family: "Poppins",sans-serif; 
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #42403c;
}

.product-detail-tab .nav > li > a  {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.product-detail-tab .nav > li:first-child > a {
    padding-left: 0;
}
.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    border-bottom: 2px solid #0098DA;
    color: #0098DA;
}
.tab_content {
    border-bottom: 1px solid #e1e1e1;
    border-top: 0;
    padding: 30px 0;
}
.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
    line-height: 25px;
}
.tab_content ul li strong {
    font-weight: 500;
    color: #0098DA;
}
.items-Description, .items-Product-Tags, .items-Reviews {
    display: none;
}
.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
    display: block;
}
.product-item-details label {
  color: #42403c;
}
/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */
.comment-list > li {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}
.comments-area > .comment-list > li:first-child {
    border: none;
    padding-top: 0;
}
.comment-user {
    float: left;
    margin-right: 20px;
}
.comment-detail {
    display: table-cell;
    padding-bottom: 10px;
}
.comment-detail .user-name {
    text-transform: uppercase;
    color: #0098DA;
    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;
}

.comment-detail .post-info ul li i.fa {
    margin-right: 5px;
}
/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */

/* - Contact Page //---------------- */

.checkout-section .input-box {
    margin-bottom: 23px;
}

.check-box span {
    display: inline-block;
    float: left;
    height: 18px;
    margin-right: 2px;
    width: 18px;
    z-index: 0;
}

.check-box.left-side {
    margin-top: 10px;
}

.forgot-password {
    color: #0040a5;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
}

.contact-info .p-0 {
    border-right: 1px solid #e1e1e1;
}

.contact-info .p-0:last-child {
    border: medium none;
}

/*--------- Contact Page CSS End ------------*/

/* - Cart Page //---------------- */
.commun-table th span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    clear: both;
}

.commun-table td .product-title {
    min-width: 300px;
}

table.table{
    border: 15px solid #f0f0f0;
    border-top: none;
    margin-bottom: 0;
}

.complete-order-detail table.table {
    border-top: 15px solid #f0f0f0;
}

.commun-table .table thead tr th {
    background: #f0f0f0;
    border-bottom: none;
    padding: 22px 20px;
}

.cart-item-table .table tbody tr td {
    padding: 20px 25px;
    vertical-align: middle;
}

.cart-total-table .table tbody tr td {
    padding: 10px 25px;
    vertical-align: middle;
}

.cart-total-table .table thead tr th {
    padding: 15px 25px;
    vertical-align: middle;
}

.commun-table .table tbody tr:first-child td {
    border-top: medium none;
}

.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
    max-width: 110px;
}

.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
    text-align: center;
}

.commun-table th ul li {
    text-align: left;
    float: left;
    margin-right: 30px;
}

.commun-table th ul li .price {
    font-size: 14px;
}

.commun-table th ul li:last-child {
    margin-right: 0;
    float: right;
}

.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
    text-align: left;
}

.commun-table .table tbody tr td i.cart-remove-item {
    color: #ff0000;
    font-size: 18px;
    cursor: pointer;
}

.commun-table tbody tr td .input-box select {
    width: 100px;
    padding: 5px;
}

.cart-total-table .table tbody tr td b {
    font-size: 16px;
    color: #888888;
}

.cart-total-table .table tbody tr td .price {
    color: #888888;
    font-size: 14px;
    font-weight: 500;
}

.estimate select {
    padding: 12px 10px;
}
/* Cart Page CSS Ends */

/* - Checkout Page //---------------- */

.checkout-step{
    display: inline-block;
    width: 100%;
}

.checkout-step ul{
    display: table;
    margin: 0px auto 25px;
}

.checkout-step ul li{
    float: left; 
    font-size: 15px; 
    color: #0098DA;
    cursor: pointer;
    text-align: center;
    margin: 0 1px;
}
.checkout-step ul li .step{
    float: left;
    position: relative;
    margin-bottom: 10px; 
}
.checkout-step ul li .step .circle{
    background: #0098DA; 
    color: #fff; 
    display: inline-block; 
    width: 32px; 
    height: 32px; 
    padding: 3px 11px;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.checkout-step ul li .step .line {
    background: #0098DA none repeat scroll 0 0; 
    float: left; 
    height: 7px; 
    margin: 12px -1px 12px 0; 
    width: 155px;
}
.checkout-step ul li:first-child .step .line{
    width: 155px;
}
.checkout-step ul li:last-child .step .line{
    width: 155px;
    background: #2f2f2f;
}
.checkout-step ul li span {
    color: #0098DA; 
    display: block; 
    padding:6px 15px 6px 6px;
    line-height: 20px;
}
.checkout-step ul li.step-done{color: #26537f;}
.checkout-step ul li.active{color: #0098DA; }
.checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line{background: #26537f;}
.checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line{background: #0098DA;}

.checkout-step li.active + li .circle, 
.checkout-step li.active + li + li .circle, 
.checkout-step li.active + li + li + li .circle, 
.checkout-step li.active + li .line, 
.checkout-step li.active + li + li .line, 
.checkout-step li.active + li + li + li .line {
    background: #2f2f2f; 
}

.checkout-step li.active + li span, 
.checkout-step li.active + li + li span, 
.checkout-step li.active + li + li + li span {
    color: #2f2f2f;
}

.heading-bg h2.heading {
    border-bottom: 1px solid #cad2d4;
    padding: 0 17px 8px 0;
}

.checkout-section h2.heading {
    letter-spacing: 0px;
    font-weight: 600;
}

.payment-option-box {
    padding: 20px;
    border: 1px solid #cad2d4;
}

.payment-option-box-inner {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.payment-top-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.paypal-box {
    border: 1px solid #ddd;
    float: left;
    padding: 10px;
    position: relative;
    margin-left: 10px;
}

.paypal-top {
    background: #ffffff;
    position: absolute;
    top: -15px;
    left: 5px;
    padding: 0 10px;
}
/* - Checkout Page Ends //---------------- */

/* - Login Register Page //---------------- */
.new-account .link {
    text-decoration: underline;
    color: #0098DA;
}

.new-account .link:hover {
    color: #0098DA;
}
/* - Login Register Page Ends //---------------- */

/* - Account Page //---------------- */
.account-tab > .tab-title-bg {
    border-bottom: 1px solid #cad2d4;
    color: #0098DA;
    display: inline-block; 
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    padding: 10px 15px; 
    width: 100%;
}

.account-tab > span .sub-title {
    font-size: 18px;
}

.account-sidebar .sub-title span {
    background: url("../images/sprite.png") no-repeat scroll -15px -279px; 
    display: inline-block; 
    height: 21px; 
    margin-bottom: -5px; 
    width: 21px;
}
.account-sidebar.account-tab .account-tab-inner {
    padding:0px;
}
.account-sidebar.account-tab > .tab-title-bg {
    padding: 4px 15px 12px 0;
}
.account-sidebar ul{
    width: 100%;
}
.account-sidebar ul li {
    background: #f0f0f0; 
    position: relative;
    margin-bottom: 1px;
}
.account-sidebar ul li:last-child{
    border-bottom: none;
}
.account-sidebar ul li a {
    padding: 8px 15px; 
    display: inline-block; 
    width: 100%;
}
.account-sidebar ul li a .fa{
    position: absolute; right: 15px; top: 12px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.account-sidebar ul li a:hover{
    color: #26537f;
}

.account-sidebar ul li.active a, .account-sidebar ul li:hover a{
    color: #fff; 
    background: #0098DA;
}
.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
    color: #fff;
    right: 0px;
}
.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0098DA; 
    border-style: solid; 
    border-width: 20px 22px 20px 15px; 
    top: 0px; 
    content: ""; 
    right: -37px; 
    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: 5px;
}

.account-content hr {
    margin-top: 5px;
}

.address-box .inner-heading {
    margin-bottom: 10px;
}
/* Account Page CSS Ends */

/* - Blog Page //---------------- */
.sidebar-box .search-box input.input-text {
    border: 1px solid #e8e8e8;
    width: 100% !important;
    opacity: 1;
    position: relative;
}
.sidebar-box .search-box button.search-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.sidebar-box .search-box button.search-btn {
  background: url("../images/sprite.png") no-repeat scroll -7px -86px #0098DA;
  border: medium none;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
  
.sidebar-box button.search-btn:hover {
    background-position: -7px -86px;
}

.main-search:hover button.search-btn {
  background-position: -12px -130px;
}

/* Blog Page CSS Ends */

/* - About Page //---------------- */
.about-title {
    color: #6b6b6b;
    font-size: 35px;
    font-weight: 300;
    line-height: 55px;
}

.partner-detail-main {
    height: 100%;
}

.partner-block  {
    display: inline-flex;
    overflow: hidden;
}

.partner-block ul {
    margin-bottom: -1px;
}

.partner-block ul li {
    border-bottom: 1px solid #cad1d4;
    border-right: 1px solid #cad1d4;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 16px;
}
.partner-block ul li:nth-child(3n) {
    border-right: none;
}

.partner-block ul li span {
    display: inline-block;
    padding: 23px 0;
    width: 100%;
    opacity: 0.5;
    transition: all 0.4s ease 0s;
}

.partner-block ul li span:hover {
  opacity: 0.8;
}

.partner-block ul li.owner-logo span {
    background: #ffffff;
    opacity: 1;
    filter: grayscale(100%);
}

.partner-block ul li.owner-logo span:hover {
    background-color: transparent;
    filter: grayscale(0%);
}

.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 {
    background: #6b6b6b;
}
.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 {
    background: #f6f6f6;
    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:hover {
    background: #dcbd71;
}
.customNavigation .btn.next {
    right: -40px;
}
.customNavigation .btn.prev {
    left: -40px;
}
.customNavigation .btn i.fa {
    color: #333;
    font-size: 20px;
}

.team-item .sub-title {
    color: #fff;
}

.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;
}
.listing-effect .social_icon ul li i.fa {
    color: #bebebe;
    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%;
}

.listing-effect .social_icon ul li a i.fa:hover {
    color: #fff;
}
.listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}
.listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
    background: #00aced;
}
.listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
    background: #f7679a;
}
.listing-effect .social_icon ul li a i.fa.fa-pinterest:hover {
    background: #cb2027;
}
.listing-effect .listing-meta {
    color: #bebebe;
}

/* About Page CSS End */

/* - 404 Page //---------------- */

.error-block {
    min-height: 965px;
    position: relative;
    overflow: hidden;
}
.error-block > img {
    height: auto;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: 0;
}
.error-block-detail {
    text-align: center;
}

.error-block-detail .main-error {
    font-size: 230px;
    color: #0098DA;
    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-slogan1 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
}
.error-block-detail .social_icon {
    margin-bottom: 20px;
}
.big-btn a {
    display: inline-block;
    color: #42403c;
    background: #dcbd71;
    padding: 20px 50px;
    font-size: 14px;
}
.big-btn a:hover {
    background: #fff;
}
/* 404 Page CSS End */

/* Contact Page CSS Start */
.map .map-part .map-inner-part {
    min-height: 450px;
    width: 100%;
}

.contact-box .contact-icon {
    height: 27px;
    width: 27px;
    display: inline-block;
    background: url(../images/sprite.png) no-repeat scroll 0 0;
}
.contact-box span {
    display: inline-block;
    font-size: 18px;
    color: #1f1f1f;
    line-height: 1.1;
    margin-bottom: 20px;
    width: 100%;
}

.contact-box p {
    margin-bottom: 0;
}

.contact-box .contact-phone-icon {
    background-position: -101px -502px;
}
.contact-box .contact-mail-icon {
    background-position: -101px -543px;
}
.contact-box .contact-open-icon {
    background-position: -101px -583px;
}
.contact-info .no-padding {
    border-right: 1px solid #e1e1e1;
}
.contact-info .no-padding:last-child {
    border: none;
}
.read-more a {
    font-weight: 600;
}

.contact-address span {
    background: url(../images/sprite.png);
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.contact-address .location-icon {
    background-position: -101px -583px;
}

.contact-address .address-icon {
    background-position: -102px -503px;
}

.contact-address .mail-icon {
    background-position: -102px -543px;
}

.contact-info a {
    color: #0098DA;
}

.contact-info a:hover {
    color: #1f1f1f;
}
/* Contact Page CSS End */

/* Wishlist Page CSS Start */
.commun-table td .product-title .size-text{
    font-size: 11px;
    color: #7e7e7e;
    font-weight: bold;
    padding: 5px 0px;
}
.commun-table td .product-title .size-text span{
    color: #000;
    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%;
    border: 15px solid #f5f5f5;
    text-align: center;
}
.compare-info td{
    padding:22px 28px;
    border:1px solid #ebebeb;
    vertical-align:middle;
}
.compare-info td.name, .compare-info td.description{
    vertical-align:top;
}
.compare-info td:first-child{
    padding:22px 20px;
    text-transform:uppercase;
    font-weight:700;
    vertical-align:middle;
}

.compare-info .image img{
    max-width:180px;
    border:0px; 
}
.compare-info .image{
    position:relative; 
}
.compare-info .image a{
    position:absolute;
    top:22px;
    right:40px;
    color:#dcdcdc;
}
.compare-info .image a:hover{
    color:#303030
}
.compare-info .availability{
    color:#0098DA;
}
.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: 160px;
}
/* Compare Page CSS End */

/* Footer CSS Start */
.footer{
     padding-top: 30px;
     background-color: #000000; 
}

.footer, .footer a, .footer p {
    color: #d5d5d5;
}

.footer a:hover {
    color: #0098DA;
}

.footer-top .f-logo {
    margin-right: 50px;
}

.footer-top p {
    color: #7c7c7c;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 240px;
}

.footer-block-contant > p {
  max-width: 322px;
}

ul.social-icon li {
    display: inline-block;
    margin-right: 5px;
}

ul.social-icon li i.fa {
    border: 1px solid transparent;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 22px;
    height: 33px;
    width: 33px;
    text-align: center;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.social-link ul.social-icon li i.fa {
    font-size: 18px;
    height: 36px;
    width: 36px;
    padding: 8px;
}

ul.social-icon li i.fa.fa-facebook {
    background: #3b5998;
}

ul.social-icon li i.fa.fa-instagram {
    background: #ff6699;
}

ul.social-icon li i.fa.fa-twitter {
    background: #1dcaff;
}

ul.social-icon li i.fa.fa-linkedin {
    background: #0077b5;
}

ul.social-icon li i.fa.fa-rss {
    background: #ff6600;
}

ul.social-icon li i.fa.fa-pinterest {
    background: #c8232c;
}

ul.social-icon li i.fa:hover {
    background: transparent;
    color: #fff;
    transform: perspective(1300px) rotateY(360deg);
    -webkit-transform: perspective(1300px) rotateY(360deg);
    -moz-transform: perspective(1300px) rotateY(360deg);
    -o-transform: perspective(1300px) rotateY(360deg);
}

ul.social-icon li i.fa.fa-facebook:hover {
    border: 1px solid #3b5998;
    color: #3b5998;
}

ul.social-icon li i.fa.fa-instagram:hover {
    border: 1px solid #ff6699;
    color: #ff6699;
}

ul.social-icon li i.fa.fa-twitter:hover {
    border: 1px solid #1dcaff;
    color: #1dcaff;
}

ul.social-icon li i.fa.fa-linkedin:hover {
    border: 1px solid #0077b5;
    color: #0077b5;
}

ul.social-icon li i.fa.fa-rss:hover {
    border: 1px solid #ff6600;
    color: #ff6600;
}

ul.social-icon li i.fa.fa-pinterest:hover {
    border: 1px solid #c8232c;
    color: #c8232c;
}

.footer-middle {
    margin: 75px 0 55px 0;
}

.footer-middle .f-logo {
    margin-bottom: 25px;
}

.footer-static-block .title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-static-block ul.address-footer li:first-child {
    margin-bottom: 10px;
}

.footer-static-block ul.address-footer li:last-child {
    margin-top: 10px;
}

.footer-block-contant.link > li {
    padding: 2px 0;
}

 .footer hr {
    border: 1px solid #242b51;
}

.footer-static-block li i.fa {
    float: left;
    font-size: 20px;
    color: #0098DA;
}

.footer-static-block li p {
    margin-bottom: 0;
    margin-left: 25px;
}

ul.tagcloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

ul.tagcloud li a {
    border: 1px solid #444444;
    display: inline-block;
    padding: 5px 10px;
}

.sidebar-block ul.tagcloud li a {
    border-color: #cad2d4;
}

ul.tagcloud li a:hover {
    border-color: #0098DA;
}

.footer-static-block li a span {
    font-size: 9px;
    float: left;
    margin-top: -1px;
    margin-right: 9px;
    color: #505050;
}

.footer-static-block li a:hover span {
    color: #0098DA;
}

.footer-static-block .field {
    margin-bottom: 5px;
}

.footer-static-block input, .footer-static-block textarea {
    background-color: transparent;
    border: 1px solid #444;
    width: 100% !important;
    padding: 5px;
}

.footer-bottom .site-link li {
    display: inline-block;
}

.footer-bottom .site-link li a {
    padding: 0 12px;
}

.copy-right {
    margin-top: 3px;
    letter-spacing: 0;
}

.payment ul li {
    display: inline-block;
}

.payment ul li a {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    width: 48px;
}

.payment ul li.discover a {
    background-position: -6px -684px;
}

.payment ul li.visa a {
    background-position: -6px -725px;
}

.payment ul li.mastro a {
    background-position: -6px -767px;
}

.payment ul li.paypal a {
    background-position: -6px -805px;
}

.site-link {
    padding-bottom: 30px; 
}

.footer-inner > .footer-bottom {
    background-color: #ffffff;
    padding: 30px 0;
}
/* Footer CSS Start */

/* - Scroll-Top Arrow //---------------- */
.scroll-top {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 1;
}

.scroll-top #scrollup:before {
    color: #ffffff;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
}

.scroll-top #scrollup {
    background: #0098DA;
    padding: 8px 15px;
    display: none;
    cursor: pointer;
}

.scroll-top #scrollup:hover {
    background: #42403c;
}
/* Scroll-top Arrow CSS End */