/*
// Ojasvi - Responsive eCommerce HTML Template
*/


/* Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Barlow:100,300,400,500,600,700,800,900');

/*
* General
  - General Style    
  - Typography Style
  - Button Style
  - Form Style
  - Spacing Style
  - Pages Style
* Loader
* Header
  - Top Header 
  - Header Main
* Intro
* Promo Box
* Sub Banner
* Product Tab
* Parallex
* Testimonial
* Latest Post
* Brand Logo
* Instagram
* Footer
* Newsletter Popup
* Back To Top
* Breadcrumb
* Shoppage
* Product Detail
* Cart Page
* Blog Page
* Login Page
* Contact Page
* About Page


*/

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

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

body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;	
}

::-moz-selection {
	background-color: #0e5ba4;
	color: #ffffff;
}

::selection {
	background-color: #0e5ba4;
	color: #ffffff;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::after,
*::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:after,
*:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:focus {
	outline: none;
	text-decoration: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #444444;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

a:hover,
a.color,
.color, .dark-bg a:hover ,.dark-bg a.color{
	color: #0e5ba4;
}

a:focus,
a:hover {
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: none;
	outline: none;
}

.overlay-black,
.overlay-black20,
.overlay-black30,
.overlay-black40,
.overlay-black50,
.overlay-black60,
.overlay-black70,
.overlay-black80,
.overlay-black90,
.overlay-light,
.overlay-light20 .overlay-light30,
.overlay-light40,
.overlay-light50 .overlay-light60,
.overlay-light70 .overlay-light80,
.overlay-light90 {
	position: relative;
	z-index: 1;
}

.overlay-black:before,
.overlay-black20:before,
.overlay-black30:before,
.overlay-black40:before,
.overlay-black50:before,
.overlay-black60:before,
.overlay-black70:before,
.overlay-blackk80:before,
.overlay-blackk90:before,
.overlay-light:before,
.overlay-light20:before,
.overlay-light30:before,
.overlay-light40:before,
.overlay-light50:before,
.overlay-light60:before,
.overlay-light70:before,
.overlay-light80:before,
.overlay-light90:before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	display: block;
}

.overlay-black:before {
	background-color: rgba(0, 0, 0, 0.1);
}

.overlay-black20:before {
	background-color: rgba(0, 0, 0, 0.2);
}

.overlay-black30:before {
	background-color: rgba(0, 0, 0, 0.3);
}

.overlay-black40:before {
	background-color: rgba(0, 0, 0, 0.4);
}

.overlay-black50:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.overlay-black60:before {
	background-color: rgba(0, 0, 0, 0.6);
}

.overlay-black70:before {
	background-color: rgba(0, 0, 0, 0.7);
}

.overlay-black80:before {
	background-color: rgba(0, 0, 0, 0.8);
}

.overlay-black90:before {
	background-color: rgba(0, 0, 0, 0.9);
}

.overlay-light:before {
	background-color: rgba(255, 255, 255, 0.1);
}

.overlay-light20:before {
	background-color: rgba(255, 255, 255, 0.2);
}

.overlay-light30:before {
	background-color: rgba(255, 255, 255, 0.3);
}

.overlay-light40:before {
	background-color: rgba(255, 255, 255, 0.4);
}

.overlay-light50:before {
	background-color: rgba(255, 255, 255, 0.5);
}

.overlay-light60:before {
	background-color: rgba(255, 255, 255, 0.6);
}

.overlay-light70:before {
	background-color: rgba(255, 255, 255, 0.7);
}

.overlay-light80:before {
	background-color: rgba(255, 255, 255, 0.8);
}

.overlay-light90:before {
	background-color: rgba(255, 255, 255, 0.9);
}

.parallex-img {
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;    
}

.bg-fixed {
	background-attachment: fixed;
    background-repeat: repeat;
    background-position: center center;
}

br {
	font-size: 0;
	line-height: 0;
}

hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #eee;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

hr.dark {
	border-top: 1px solid #333333;
}

b,
strong,
.strong {
	font-weight: 600;
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

small,
small a {
	font-size: 13px;
	color: #999;
}

ul.list-inside {
	list-style: inside;
}

ol,
ul {
	margin: 0 0 1em;
	padding-left: 20px;
}

ul.list-none {
	list-style: none;
	margin-left: 0;
}

ul.list-inline li,
.list-inline {
	display: inline-block;
}
i.left,span.left{
    margin-left: 5px;
}
i.right,span.right{
    margin-right: 5px;
}
/*----------------------------------------------*/
/* Typography Style */
/*----------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;    
    margin-bottom: 15px;
    color: #333;
    font-variant-ligatures: common-ligatures;		
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg p, .dark-bg a, .dark-bg span, .dark-bg label{
    color: #fff;
} 
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	text-transform: none;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
	font-weight: normal;
}

h1 {
	font-size: 46px;
    line-height: 1.2;
}

h2 {
	font-size: 34px;  
    line-height: 1.3;     
}

h3 {
	font-size: 24px;
    line-height: 1.1;
}
h1,h2,h3{
    margin-bottom: 20px;
}
h4 {
	font-size:20px; 
}

h5 {
	font-size: 18px;    
}

h6 {
	font-size: 16px;    
}
h4,h5,h6{
    margin-bottom: 20px;
    line-height: 1.3;
}

@media all and (max-width: 767px) {
    h1{
        font-size: 36px;
        line-height: 1.3;
    }

    h2{
        font-size: 28px;
        line-height: 1.4;
    }
}
.page-title,.section-title {
	text-align: center;
	margin-bottom: 34px;
}
.blog-title{
   margin-bottom: 34px; 
}
p {
	font-weight: inherit;
	font-size: inherit;	
	font-family: inherit;
    margin-bottom: 15px;
}

p.xs {
	font-size: 10px;
}

p.small {
	font-size: 12px;
}

p.large {
	font-size: 16px;
}

p.xl {
	font-size: 18px;
}
blockquote,.blockquote{
    font-size: 18px;
    padding-left: 20px;
    border: none;
    margin-bottom: 15px;
    border-left: 2px solid #ddd;
    color: #333;
}
blockquote cite{
    display: block;
    margin-top: 10px;
    font-weight: 500;
    color: #333;
    font-style: inherit;
    font-size: 14px;
}
blockquote cite:before{
    content: "- ";
    
}
/*----------------------------------------------*/
/* Button Style */
/*----------------------------------------------*/
.btn.focus, .btn:focus{
	box-shadow:none;
}
button:focus{
	outline: none;
}
.btn, button {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;    
    text-decoration: none;    
    text-align: center;
    outline: none;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;  
    font-family: inherit;      
}

.btn-xs {
    padding: 8px 20px;
    display: inline-block;
}

.btn-sm {
    padding: 9px 20px;
    display: inline-block;
}

.btn-md {
    padding: 11px 30px;
    display: inline-block;
}

.btn-lg {
    padding: 13px 35px;
    display: inline-block;
}

.btn-black {
    background-color: #333;
    border-color: transparent;
    color: #fff;
}

    .btn-black:hover {
        background-color: #4b4b4b;
        border-color: transparent;
        color: #fff;
    }

.btn-color {
    background-color: #0e5ba4;
    border-color: transparent;
    color: #fff;
}

    .btn-color:hover {
        background-color: #2b83d7;
        border-color: transparent;
        color: #fff !important;
    }

.btn-gray {
    background-color: #eee;
    border-color: transparent;
    color: #222;
}

    .btn-gray:hover {
        background-color: #f4f4f4;
        border-color: transparent;
        color: #222;
    }

.btn-white {
    background-color: #fff;
    border-color: transparent;
    color: #222;
}

    .btn-white:hover {
        background-color: #2b83d7;
        border-color: transparent;
        color: #fff;
    }
.btn-sold-out{
    background: #fd6262;
    color: #fff !important;
    /*text-transform: none;*/
}
/*----------------------------------------------*/
/* Form Style */
/*----------------------------------------------*/
form {
    position: relative;    
}

form .required {
    color: #fd6262;
    text-decoration: none;
    margin-left: 2px;
}

button {
    outline: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    
}

    input, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
        
        border: 1px solid #eee;
        background: #fff;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        color: #444444;
        outline: none;
        font-weight: 400;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        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;
        display: inline-block;
        text-transform: none;
        line-height: 1.2;
        font-family: inherit;
        vertical-align: middle;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
    }

        input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
           border-color: #0e5ba4;
        }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            border-color: #0e5ba4;
            color: #444444;
        }

        input[type="number"], input[type="tel"]{
            appearance: none;
            -webkit-appearance: none;
        }
        input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
          -webkit-appearance: none; 
          margin: 0; 
        }
        textarea,select{
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }
        input.input-xs, .input-xs {
            padding-top: 8px;
            padding-bottom: 8px;
            
        }

        input.input-sm, .input-sm {
            padding-top: 9px;
            padding-bottom: 9px;
            
        }

        input.input-md, .input-md {
            padding-top: 11px;
            padding-bottom: 11px;
            
        }

        input.input-lg, .input-lg {
            padding-top: 13px;
            padding-bottom: 13px;
            
        }
select {
    background-image: url(../images/arrow.png);
    background-position-y: center;
    background-position-x: calc(100% - 15px);
    background-repeat: no-repeat;
    padding-right: 35px;
    outline: 0 none;
}
textarea {
    height: 100px;
    font-size: 13px !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
}

label {
    margin-bottom: 7px;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    color: #333;
    font-weight: 500; 
}
   
    label.list-inline {
        margin-bottom: 0px;
        display: inline-block;
        vertical-align: middle;
    }

input.block {
    display: block;
}


.form-full-width {
    width: 100%;
}

.form-full-height {
    height: 100%;
}

.field-wrapper {
    margin-bottom: 20px;
    position: relative;
}

form .error {
    border-color: #e1534f;
}

.form-required {
    color: #f00;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {    
}

.form-border-box {
    border: 1px solid #eee;
    padding: 30px
}
table{
    border: 1px solid #eee;
    margin-bottom: 30px;
}
table td, table th {
    border: 1px solid #eee;
    padding: 4px 8px;
}
/* Alert */
.alert-message, .alert-error, .alert-info {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;    
    background: #f4f4f4;
    margin-bottom: 15px;
    word-wrap: break-word;
    display: block;
    color: #333;
}

    .alert-message .btn, .alert-error .btn, .alert-info .btn,
    .alert-message .button, .alert-error .button, .alert-info .button {
        float: right;
        display: inline-block;
        text-decoration: underline;
    }

.successcontent,.errorcontent{
    position: relative;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;    
    background: #f4f4f4;
    border:1px solid #f4f4f4; 
    margin-bottom: 30px;
    word-wrap: break-word;    
    color: #333;
    display: none;
}
.successcontent{
    background-color: #f1f9f7;
    border-color: #e0f1e9;
    color: #1d9d74;
}
.errorcontent{
    background-color: #fbeeed;
    border-color: #f7d8dd;
    color: #d9534f;
}
.successcontent{
    color: #5cb45d;
}
.errorcontent{
    color: #e1534f;
}
.errorcontent:before {
    content: "\f06a";        
 }
 .successcontent:before {
    content: "\f058";
 }
.errorcontent:before,.successcontent:before {
        font-family: "FontAwesome";
        position: absolute;
        left: 25px;
        display: inline-block;
    }
/*----------------------------------------------*/
/* Spacing Style */
/*----------------------------------------------*/
.section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-padding-top {
    padding-top: 90px;
}

.section-padding-bottom {
    padding-bottom: 90px;
}

.section-padding-sm {
    padding-bottom: 45px;
    padding-top: 45px;
}

.section-padding-sm-top {
    padding-top: 45px;
}

.section-padding-sm-bottom {
    padding-bottom: 45px;
}
/******/
.p-90 {
    padding: 90px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.plt-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.pl-90 {
    padding-left: 90px;
}

.pr-90 {
    padding-right: 90px;
}
/******/
.p-80 {
    padding: 80px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.plt-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-80 {
    padding-right: 80px;
}


/******/
.p-70 {
    padding: 70px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.plt-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

/******/
.p-60 {
    padding: 60px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

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

.plt-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}
/******/
.p-50 {
    padding: 50px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

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

.plt-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

/******/
.p-40 {
    padding: 40px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.plt-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}
/******/
.p-30 {
    padding: 30px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

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

.plt-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

/******/
.p-20 {
    padding: 20px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.plt-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}
/******/
.p-10 {
    padding: 10px;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.plt-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}
/******/
.p-5 {
    padding: 5px;
}
.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.plt-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}
/******/
.p-0 {
    padding: 0px;
}
.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px  !important;
}

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

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

.plt-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}
/******/
/******/
.m-90 {
    margin: 90px;
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mlt-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}
/******/
.m-80 {
    margin: 80px;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mlt-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}


/******/
.m-70 {
    margin: 70px;
}
.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mlt-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

/******/
.m-60 {
    margin: 60px;
}
.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mlt-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}
/******/
.m-50 {
    margin: 50px;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mlt-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

/******/
.m-40 {
    margin: 40px;
}
.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

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

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

.mlt-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}
/******/
.m-30 {
    margin: 30px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

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

.mlt-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}
/******/
.m-25 {
    margin: 25px;
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mlt-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

/******/
.m-20 {
    margin: 20px;
}
.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

.mlt-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}
/******/
.m-15 {
    margin: 15px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

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

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

.mlt-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}
/******/
.m-10 {
    margin: 10px;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mlt-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}
/******/
.m-5 {
    margin: 5px;
}
.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mlt-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}
/******/
.m-0 {
    margin: 0px;
}
.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.mb-0 {
    margin-bottom: 0px;
}

.mlt-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}


@media (max-width: 767px) {
     .mt-sm-30{
        margin-top: 30px;
     }
     .mb-sm-30{
        margin-bottom: 30px;
     }
     .mt-sm-20{
        margin-top: 20px;
     }
     .mb-sm-20{
        margin-bottom: 20px;
     }
    
}
@media (min-width: 992px) {
    .mb-lg-0{
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .order-summary{
        margin-top:30px; 
    }
}

@media (max-width: 767px) {
    
    .hidden-sm{
        display: none;
    }
    
}
@media (max-width: 560px) {
    
}
/*----------------------------------------------*/
/* Pages Style */
/*----------------------------------------------*/
.gray-bg{
    background: #f8f8f8;
}
.black-bg{
    background: #333333;
    color: #fff;
}
.wrapper-page {
    padding-bottom: 40px;
    padding-top: 40px;
}
.page-wrapper{
    position: relative;
    width: 100%;
}
.page-container{
    position: relative;
    background: #fff;
    width: 100%; 
}
.page-content{
    padding-bottom: 90px;
    padding-top: 90px; 
}
/*----------------------------------------------*/
/* Loader */
/*----------------------------------------------*/

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999999;
    display: block;
}

    .page-loader .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        height: 60px;
        width: 60px;
    }



        .page-loader .loader .loader-spinner {
            opacity: 1;
            /*position: relative;*/
            height: 100%;
            width: 10%;
        }

            .page-loader .loader .loader-spinner:before {
                animation: 0.8s linear infinite spinner;
                -webkit-animation: 0.8s linear infinite spinner;
                -moz-animation: 0.8s linear infinite spinner;
                -o-animation: 0.8s linear infinite spinner;
                animation-play-state: inherit;
                -webkit-animation-play-state: inherit;
                -moz-animation-play-state: inherit;
                -o-animation-play-state: inherit;
                border: solid 2px #dedede;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                content: " ";
                top: 50%;
                left: 50%;
                position: absolute;
                opacity: inherit;
                -webkit-transform: translate3d(-50%, -50%, 0);
                -moz-transform: translate3d(-50%, -50%, 0);
                -ms-transform: translate3d(-50%, -50%, 0);
                -o-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
                height: 40px;
                width: 40px;
                border-bottom-color: #0e5ba4;
            }
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

/*----------------------------------------------*/
/* Header */
/*----------------------------------------------*/
.header{
	position: relative;
    z-index: 222;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.06);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.06);
    box-shadow: 0 2px 3px rgba(0,0,0,.06);
}
.header.active{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.header .header-main-wrapper{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    position: relative;
    height: 90px;
}
@media (min-width: 992px) {
    .header.active .header-main-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 222;
        background: #fff;
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.06);
        -moz-box-shadow: 0 2px 3px rgba(0,0,0,.06);
        box-shadow: 0 2px 3px rgba(0,0,0,.06);
        -webkit-animation: fadeInDown 0.3s ease-out forwards;
        -moz-animation: fadeInDown 0.3s ease-out forwards;
        -o-animation: fadeInDown 0.3s ease-out forwards;
        animation: fadeInDown 0.3s ease-out forwards;
        height: 66px;
    }
}
/*----------------------------------------------*/
/* Top Header */
/*----------------------------------------------*/
.top-header-wrapper{
	box-shadow: 0px 1px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.06);
    display: table;
    width: 100%;
    padding-top: 12px; 
    padding-bottom: 12px;
    position: relative;
    z-index: 9;
}
.top-header-wrapper,.header-main-wrapper,.search-wrapper-inner{
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 1220px) {
    .top-header-wrapper,.header-main-wrapper,.search-wrapper-inner{
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (max-width: 1080px) {
   .top-header-wrapper,.header-main-wrapper,.search-wrapper-inner{
        padding-right: 15px;
        padding-left: 15px;
    }
}
.top-header-wrapper .top-header-innner,.header-main-wrapper .header-main-innner{
	display: table;
    width: 100%;
    margin-left: auto;
    max-width: 1820px;
    margin-right: auto;
}
.top-header-wrapper .topbar-left,.top-header-wrapper .topbar-right{    
    display: table-cell;
    vertical-align: middle;
}
.top-header-wrapper .topbar-left{
    text-align: left;
}
.top-header-wrapper .topbar-right{
    text-align: right;    
}
.topbar-link ul li{
	display: table-cell;
}
.topbar-left .topbar-link > ul > li:first-child, .topbar-right .topbar-link > ul > li:first-child, .topbar-right .topbar-link > ul > li.topbar-menu ul > li:first-child{
	border-left: none;
	padding-left: 0; 
}
.topbar-left .topbar-link > ul > li:last-child, .topbar-right .topbar-link > ul > li:last-child{
	border-right: none;
	padding-right: 0; 
}
.topbar-left .topbar-link > ul > li, .topbar-right .topbar-link > ul > li, .topbar-right .topbar-link > ul > li.topbar-menu ul > li{
	
}
.black-wrapper .topbar-left .topbar-link > ul > li, .black-wrapper .topbar-right .topbar-link > ul > li, .black-wrapper .topbar-right .topbar-link > ul > li.topbar-menu ul > li{
   
}
.topbar-right .topbar-link > ul > li.topbar-menu{
	border-left: none;
	padding: 0; 
}
.topbar-right .topbar-link > ul > li.topbar-social ul > li a{
	padding: 10px 6px;
}
.topbar-right .topbar-link{
	vertical-align: top;
	display: inline-block;
}
.topbar-right .topbar-link > ul,.topbar-left .topbar-link > ul{
    margin-bottom: 0;   
    padding-left: 0; 
}
.topbar-link > ul > li > a{	
    margin-right: 20px;   
    display: block;
}
.topbar-link > ul > li:last-child > a{
    margin-right: 0;
}
@media (max-width: 991px) {	
    .hidden-sm{
        display: none !important;
    }
    .top-header-wrapper .topbar-left{
        display: block;
        text-align: center;
    }
}
.dropdown-nav {
    position: relative;
}
.topbar-right .topbar-link ul.dropdown-menu, .topbar-left .topbar-link ul.dropdown-menu{  
}
.dropdown-menu{   
    position: absolute;
    left: 0px;
    min-width: 100px;
    background: #fff;
    border-top: 1px solid #fff;  
    border-left: none;  
    border-right: none;
    border-bottom: none;
    z-index: 1;
    list-style: none;
    margin: 0;    
    text-transform: none;  
    padding: 8px 0px;
    box-shadow: 0 2px 5px 0px rgba(0,0,0,.08);
    -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,.08);
    font-size: 14px;
    min-width: 140px;
    border-radius:0;
    color: #333;
    top: 100%;   
}
.dropdown-menu.right-side{
    left: inherit;
    right: 0;
} 
.black-wrapper .nav-submenu{
    background: rgba(0,0,0,0.9); 
}
.topbar-link ul li.dropdown-nav .dropdown-menu{    
   top: calc(100% + 12px);
}
.dropdown-nav  ul.dropdown-menu li {
    display: block;
    padding: 5px 20px;
}
.dropdown-nav .dropdown-menu a {
    display: block; 
}
.dropdown-nav  ul.dropdown-menu li:last-child a {
    margin-bottom: 0;
}
.topbar-right .topbar-link > ul > li  ul.nav-submenu li,.topbar-left .topbar-link > ul > li  ul.nav-submenu li{
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    padding: 3px 0;
}
.topbar-right .topbar-link > ul > li  ul.nav-submenu li a,.topbar-left .topbar-link > ul > li  ul.nav-submenu li a{
    color: #666;
    padding: 6px 15px;    
}
.black-wrapper .topbar-right .topbar-link > ul > li  ul.nav-submenu li a,.black-wrapper .topbar-left .topbar-link > ul > li  ul.nav-submenu li a{
    color: #fff;
}
/*----------------------------------------------*/
/* Header Main */
/*----------------------------------------------*/
.header-main-innner{
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
}
.logo{
	display: table-cell;
    width: 170px;
    vertical-align: middle;
}

.logo a{
    display: inline-block;
    position: relative;
    width: 100%;
    
}
.logo img{
    max-height: 22px;	       
}
@media (max-width: 350px) {
    .logo{
       margin-right: 10px;
       max-width: 120px;
       padding: 24px 0;
    }
}
/*** Menu ***/
.main-menu ul{
	list-style: none;	
	padding: 0;
    margin-bottom: 0;
}
.main-menu ul li{
    position: relative;
}
.main-menu > ul > li{
	padding-left: 15px;
    padding-right: 15px;
}
.main-menu ul > li:hover > a{
    color: #0e5ba4;
}

.main-menu li ul li a:hover{
    color: #0e5ba4;
}
.main-menu li ul.mega-submenu li a:hover,.main-menu li ul.mega-submenu li a:focus,.main-menu li ul.mega-submenu li:hover .submenu-arrow:before{
	color: #0e5ba4;
}

.main-menu li.new-label a:after, .main-menu li.hot-label a:after, .main-menu li.popular-label a:after, .main-menu li.sale-label a:after{
	display: inline-block;
    content: "New";   
    background:#8ec244; 
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 16px;
    margin-left: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	letter-spacing: 0.5px;    
} 
.main-menu li.popular-label a:after{
	content: "Popular";
    background: #0e5ba4;
}
.main-menu li.hot-label a:after{
	content: "Hot";
    background: #fd6262;
}
.main-menu li.sale-label a:after{
	content: "Sale";
    background: #f0ba29;
}
 .main-menu{
    text-align: center;
    width: auto;  
 }
 .main-menu > ul {
    height: 100%;
 }
 .main-menu li .mega-submenu li{
    display: block;
    width: 100%;
    padding: 5px 20px;
    margin: 0;
    position: relative;
}
.main-menu > ul > li > a{
    font-weight: 500;
}
@media only screen and (min-width: 992px){
    .main-menu{
        display: table-cell;
        vertical-align: middle;
    }
    .main-menu > ul {
        display: table;
        margin-left: auto; 
        margin-right: auto;
    }
    .main-menu > ul > li{
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }
    
    .main-menu li .mega-submenu{
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        transition-duration: 200ms;
        transition-timing-function: ease-in;
        transition-property: opacity,margin-top,visibility;
        z-index: 999;
        position: absolute;
        width: 210px;
        padding-top: 8px;
        padding-bottom: 8px;
        background: #fff;
        border: none;
        text-align: left;
        box-shadow: 0 2px 5px 0px rgba(0,0,0,.08);
        -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,.08);
        -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,.08);     
    }
    
    
    
    .main-menu li .mega-submenu li .mega-submenu{
        position: absolute;
        left: 100%;
        top: 0;
    }
    .main-menu li .mega-submenu li .mega-submenu.right-sidemenu{
        right: 100%;
        left: inherit;
    }
    .main-menu li:hover > .mega-submenu{
        opacity: 1; 
        visibility: visible;
        margin: 0;
    }       
    
    .main-menu > ul > li:hover ul.mega-submenu .submenu-arrow:before{
        opacity: 1;
        visibility: visible;    
    }
    .main-menu > ul > li ul.mega-submenu .submenu-arrow:before{
        content: "\f105";
        font-family: "FontAwesome";    
        font-size: 13px;
        padding: 0 10px 0 0;   
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        opacity: 0;
        visibility: hidden;
        color: #666;
    }
    
}
@media only screen and (max-width: 991px){
    .main-menu{
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: #fff;        
        text-align: left;
        z-index: 99;
    }
    .main-menu.menu-active{
        display: block;
        border-bottom: 1px solid #eee;
    }
    .mega-submenu{
        display: none;
    }
    .main-menu > ul > li{
        display: block;
        width: 100%;
        padding-bottom: 10px;
        padding-top:10px; 
        border-bottom: 1px solid #eee;               
    }  
    .main-menu > ul > li:first-child { 
       border-top: 1px solid #eee; 
    }
    .main-menu > ul > li > a {       
        display: block;
    }
    .main-menu > ul > li .submenu-arrow:before{
        content: "\f067";
        font-family: "FontAwesome";    
        font-size: 13px;
        padding: 0 15px 0 0;   
        position: absolute;
        top: 11px;
        right: 0;       
        display: block;        
        color: #666;
    }
    .main-menu > ul > li.active .submenu-arrow:before{
        content: "\f068";
    }
    .main-menu > ul > li .mega-submenu .submenu-arrow:before{
        display: none;
    }
    .main-menu .mega-submenu{
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
    } 
    .main-menu li .mega-submenu li{
        padding: 8px 15px;
    } 
    .main-menu .mega-submenu.mega-dropdown{
        padding-top: 15px;
    }
    .main-menu .mega-submenu.mega-dropdown ul{
        margin-bottom: 15px;
    }
    .mega-submenu [class*="col-"] ul, .mega-submenu .row > [class*="col-"]{
        margin-bottom: 0;
    }    
    .main-menu li ul li a, .main-menu li ul li span.menu-title{        
        display: block;
    }   
    .main-menu > ul > li .menu-has-children, .main-menu > ul > li.menu-has-children .mega-submenu{
        padding-bottom: 0;
    }
    .mega-submenu .container{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .imges-block{
        display: none;
    }
}

/*** header sidebar ***/
.header-nav-sidebar{
    text-align: right;
    padding: 0;
    display: table-cell;
    width: 120px;
}
.header-nav-sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
    display: table;
    height: 100%;    
}
.header-nav-sidebar > ul > li{
	display: table-cell;	
	vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
	text-align: center;	
    height: 100%;
}
.header-nav-sidebar > ul > li:last-child{
    padding-right: 0;
}
@media (min-width: 992px) {
    .main-menu > ul > li > a,.header-nav-sidebar > ul > li .header-nav-icon{      
        line-height: 90px;  
    }  
    .header-fixed.active .main-menu > ul > li > a,.header-fixed.active .header-nav-sidebar > ul > li .header-nav-icon{      
        line-height: 66px;  
    } 
}

.header-nav-sidebar ul li:hover .nav-submenu{
}
.header-nav-sidebar > ul > li .header-nav-icon{
	font-size: 20px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #333;
}
.header-nav-sidebar > ul > li.mobile-menu-icon.menu-active .header-nav-icon .ti-menu:before{
    content: "\e646";
}
.wishlist-icon,.cart-icon{
    position: relative;
}

@media only screen and (min-width: 992px){
    .header-nav-sidebar ul li.mobile-menu-icon{
        display: none !important;
    }
}
@media only screen and (max-width: 991px){
    .header-nav-sidebar{
        width: auto;
        padding: 0;
    }
    .header-nav-sidebar > ul{
        float: right;
    }    
}
/*** search popup ***/
.search-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;   
}
.search-wrapper-inner{
    position: relative;
    height: 100%;
}
.search-wrapper.search-wrapper-open{
    visibility: visible;
    opacity: 1;
}
.search-wrapper .search-icon-btn,.search-wrapper .search-close-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(0);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);    
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    line-height: 1.2;
}
.search-wrapper .search-icon-btn{
    left: 0;
}
.search-wrapper .search-close-icon{
    right: 0;
}
.search-wrapper .search-form-wrapper{
    position: relative;
    display: table;
    width: 100%;
     height: 100%;
}
.search-wrapper .frmserach{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}

.search-wrapper input[name="txtsearch"]{
    width: 100%;
    border:none;   
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
}
.search-wrapper .serach-btn{   
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 0 13px;
    font-size: 16px;    
}

/*** Cart popup ***/
.cart-overlay-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 999;
    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;
}
.cart-popup {
	background-color: #fff;    
    position: fixed;
    top: 0;    
    width: 320px;
    height: 100%;
    z-index: 9999;
    margin-top: 0;      
    padding: 0; 
    overflow: auto;    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;    
    right: -320px;
    border:none; 
}
.cart-popup.cart-sidebar-open {
    right: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08); 
}
.cart-content-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
.cart-content-wrapper .cart-heading{
    display: block;
    padding: 20px 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.cart-content-wrapper .cart-heading .cart-heading-title{
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}
.cart-popup-close{
    border: 0;
    background: none;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;    
    cursor: pointer;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
    text-align: center;
}
.cart-content .cart-empty{
    display: none;
}
.cart-content .cart-content-product{
    overflow-y: auto;
    margin: 0;
    padding:30px;
}
.cart-content .cart-content-product ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cart-content .cart-content-footer{
    display: table-row;
    vertical-align: bottom;
    height: auto;
}
.cart-content .cart-content-footer-inner{
    padding: 30px;
    display: table-cell;
    vertical-align: bottom;
}
.cart-content .cart-content-product ul li.product-cart-item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom:1px solid #eee; 
}
.cart-content .cart-content-product ul li.product-cart-item:last-child{   
    border-bottom: none; 
    padding-bottom: 0;
    margin-bottom: 0;
}
.cart-content .cart-content-product ul li.product-cart-item a.product-img{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    position: relative;
}
.cart-content .cart-content-product ul li .cart-product-content{
    display: table-cell;
    padding-left: 15px;
    text-align: left;
    width: 75%;
    padding-right: 20px;
    position: relative;
    vertical-align: top;
}
.cart-content .cart-content-product ul li .product-item-name{
    line-height: 1.2;
    display: block;
    margin-bottom: 7px;
}
.cart-content .cart-content-product ul li .price{    
    color: #333;
}
.cart-content .cart-content-product ul li a.remove{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 1;    
}
.cart-content .cart-total{
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart-content .cart-content-footer span.price{
    float: right;
}
.cart-content .cart-button{
    display: block;
    padding: 0;
}
.cart-content .cart-button a{
    width: 100%;
    margin-bottom: 15px;
}
.cart-content .cart-button a:last-child{   
    margin-bottom: 0;
}
.header-nav-sidebar li.cart-icon-box .cart-count, .header-nav-sidebar li.wishlist-link .wishlist-count{
	font-size: 10px;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;   
    color: #fff;
    background: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;  
    font-weight: 600;
}
/*----------------------------------------------*/
/* Intro */
/*----------------------------------------------*/
.intro-slider{
    background: #333;
    position: relative;
    width: 100%;
}
.slider-img-wrapper{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.intro-slider .container {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.intro-slider .container .row, .intro-slider .container-fluid .row, .intro-slider [class*="col-"] {
    height: 100%;
    position: relative;
}
.owl-item.active .intro-text-wrapper {
    animation: 1s .4s fadeIn both;
    -moz-animation: 1s .4s fadeIn both;
    -o-animation: 1s .2s fadeIn both;
    -webkit-animation: 1s .4s fadeIn both;
    transition: all 0.45s ease-in-out 0.3s;
    -moz-transition: all 0.45s ease-in-out 0.3s;
    -o-transition: all 0.45s ease-in-out 0.3s;
    -webkit-transition: all 0.45s ease-in-out 0.3s;
}
.intro-text-wrapper{
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.intro-text, .intro-slider .owl-carousel .item {
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 575px) {
   .intro-slider .container{
        width: auto;
   } 
}
.intro-slider .intro-desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333;
}
.intro-slider .dark-bg .intro-desc {
    color: #fff;
}
.intro-slider .btn {
    margin-top: 10px;
    margin-bottom: 0;
}
.intro-slider .intro-title{
    
}
.intro-slider .intro-title, .intro-slider .intro-desc, .intro-slider .btn {
    white-space: nowrap;   
}

.intro-slider .text-center img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
@media only screen and (max-width: 991px) {
    .intro-slider .intro-title {
        font-size: 200%;
    }
}

@media only screen and (max-width: 776px) {
    .intro-slider .intro-title {
        font-size: 180%;
    }

    .intro-slider .owl-item.active .intro-desc { 
        font-size: 130%;
    }
}
.intro-slider .owl-carousel .owl-nav button.owl-prev, .intro-slider .owl-carousel .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;   
    font-size: 18px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;    
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    outline: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin-right: 0;
    margin-left: 0;
    opacity: 0;
    visibility: hidden; 
}

    .intro-slider .owl-carousel .owl-nav button.owl-prev:hover, .intro-slider .owl-carousel .owl-nav button.owl-next:hover {
        background: rgba(0, 0, 0, 0.9);
    }
.intro-slider:hover .owl-carousel .owl-nav button.owl-prev, .intro-slider:hover .owl-carousel .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible; 
}
.intro-slider .owl-carousel .owl-nav button.owl-prev {
    left: 25px;
}

.intro-slider .owl-carousel .owl-nav button.owl-next {
    right: 25px;
}

.owl-dots {
    display: inline-block;
    margin-top: 0;
    line-height: normal;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: -30px;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.intro-slider .owl-carousel .owl-dots  {
    bottom: 15px;
}
.owl-carousel button.owl-dot {   
       
    margin: 0 5px;
}
.owl-carousel button.owl-dot span{
    background: #333; 
    display: block;    
    height: 8px;
    width: 8px;  
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    opacity: 0.5;
}
.owl-carousel button.owl-dot.active span{   
   -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}
/*----------------------------------------------*/
/* Promo Box */
/*----------------------------------------------*/
.promo-box-section{
    background: #f8f8f8;
} 
.promo-box {
    position: relative;
    display: block;
    text-align: center;
}
.promo-box .promo-icon {
    display: inline-table;
    vertical-align: middle;
    font-size: 40px;
    line-height: 1; 
    color: #0e5ba4;   
}
.promo-box .promo-info {
    padding-left: 15px;
    text-align: left;
    display: inline-table;
    vertical-align: middle;
}
.promo-box .promo-info .promo-title{
    margin-bottom: 0;
}
.promo-box .promo-info p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .promo-item{
        margin-bottom: 30px;
    }
    .promo-item:last-child{
        margin-bottom: 0;
    }
}
/*----------------------------------------------*/
/* Sub Banner */
/*----------------------------------------------*/
.subbanner-section .container-fluid {
    display: table;
    width: 100%;
    margin-left: auto;
    max-width: 1920px;
    margin-right: auto;
}
.subbanner-item{    
}
.subbanner-item-inner{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.subbanner-item-inner .subbanner-image-wrapper a{
    display: block;
    overflow: hidden;
}
.subbanner-item-inner .subbanner-image-wrapper a:before,.subbanner-item-inner .subbanner-image-wrapper a:after{
    content: " ";
    height: 0;
    opacity: 0.30;
    position: absolute;
    width: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.subbanner-item-inner .subbanner-image-wrapper a:before {
    background-color: rgba(0,0,0,0.5);    
    left: 0;
    margin: auto; 
    top: 0;  
}
.subbanner-item-inner .subbanner-image-wrapper a:after {
    background-color: rgba(0,0,0,0.7);
    bottom: 0;    
    right: 0; 
}
.subbanner-item-inner:hover .subbanner-image-wrapper a:before,.subbanner-item-inner:hover .subbanner-image-wrapper a:after {
    height: 100%;   
    width: 100%;
}
.subbanner-item .subbanner-text{    
    position: absolute;
    z-index: 2;    
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0;
}
.subbanner-item .subbanner-text h1, .subbanner-item .subbanner-text h2, .subbanner-item .subbanner-text h3, .subbanner-item .subbanner-text h4, .subbanner-item .subbanner-text h5, .subbanner-item .subbanner-text h6, .subbanner-item .subbanner-text a{
    background: #fff;
    padding: 10px 25px;
    display: table;
    margin: 0 auto;
    line-height: 1.5; 
    color: #333; 
    font-family: 'Barlow', sans-serif;
    font-weight: 500;    
}
.subbanner-item img{
    width: 100%;
}
/*----------------------------------------------*/
/* Product Tab */
/*----------------------------------------------*/
ul.top-product-tab{
    position: relative;
    margin: 0 auto 27px;
    text-align: center;
    display: block;    
    line-height: 1;
}
ul.top-product-tab li{
    list-style: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1;
}
ul.top-product-tab li:last-child{
    margin-right: 0;
}
@media (max-width: 420px){
   ul.top-product-tab li{
    margin-bottom: 10px;
   } 
}
ul.top-product-tab li a{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    color: inherit;
    display: block;
    padding-bottom: 3px;
    line-height: 1;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;    
}
ul.top-product-tab li a.active{
    color: #333;
    border-bottom-color: #0e5ba4;
}
ul.product-tab{
    list-style: none;
    padding: 0;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;    
    display: block;
    text-align: center;
}

ul.product-tab li{
    display: inline-block;   
    margin: 0 20px 0 0;
}
ul.product-tab li:last-child{
    margin-right: 0;
}
ul.product-tab li a{
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding-bottom: 8px;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    padding-top: 0;
    color: #666;
}
ul.product-tab li a.active{
    z-index: 2;
    border-color:  #0e5ba4;
    color: #0e5ba4;
}
@media only screen and (max-width: 767px) {
    ul.product-tab:before{
        display: none;
    }
    ul.product-tab li{        
        display: block;
        width: 100%;
        text-align: left;
        border: 1px solid #eee;
        margin-bottom: 2px;
    }
    ul.product-tab li a.active{
        background: #f5f5f5;
        border-bottom: none;        
    }    
    ul.product-tab li a{
        padding-top: 8px;
        display: block;
        border-bottom: none;
    }
    ul.product-tab li:last-child a{
       
    }
}
.tooltip{
    font-size: 12px;
}

.owl-theme .owl-nav [class*='owl-']{
    text-align: center;
    height: 44px;
    width: 44px;
    line-height: 42px !important;
    margin-top: -44px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    font-size: 20px !important;
    padding: 0;
    background: rgba(0,0,0,0.6) !important;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;    
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15); 
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,0.15);  
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(0, 0, 0, 0.9) !important;            
    text-decoration: none;
    color: #fff !important;
}

.owl-theme .owl-prev i {
    margin-right: 2px;
}
.owl-theme .owl-next i {
    margin-left: 2px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
}

.product-item{
    display: block;
    margin-bottom: 30px;
}

.owl-item .product-item{
    margin-bottom: 0;    
}
.product-img-wraper{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-img-wraper > a{
    display: block;
}
.product-img-wraper img{   
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
}
.product-carousel.owl-theme .owl-nav [class*='owl-']{
    opacity: 0;
    visibility: hidden;
} 
.product-carousel.owl-theme:hover .owl-nav [class*='owl-']{
    opacity: 1;
    visibility: visible;
}
.product-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;    
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 9;
    padding-left: 15px;
    padding-right: 15px; 
    opacity: 0;
    visibility: hidden;
}
.product-item:hover .product-btn{
   opacity: 1;
   visibility: visible; 
   bottom: 15px;
}
.product-btn .product-btn-inner{    
    display: table;
    width: 100%;
   /* background: #333;*/
}
.product-btn .product-btn-inner .product-icon{
    display: block;
    vertical-align: top;   
}
.product-btn .product-btn-inner .icon-cart{    
}
.product-btn .product-btn-inner a{
    padding: 0;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    line-height: 35px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: inherit;         
}
.product-btn .product-btn-inner .icon-cart a{
    width: 100%;        
}
.product-item .product-img-wraper .hover-img{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.product-item:hover .product-img-wraper .hover-img{
    visibility: visible;
    opacity: 1;
}
.prdouct-btn-quick-view{
    position: absolute;
    top: 15px;
    right: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 1px solid #eee;
}
.product-item:hover .prdouct-btn-quick-view{
    opacity: 1;
    visibility: visible;
     -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.prdouct-btn-quick-view a{
    width: 44px;
    height: 44px;
    line-height: 44px;    
    background: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.prdouct-btn-quick-view a:last-child{
    border: none;
}
.product-label{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 15px;
    padding-left: 15px;
}
.product-label .label-icon{
    padding: 4px 8px;
    line-height: 1;
    display: table;    
    color: #fff;
    font-size: 12px;
    cursor: default;
    position: relative;
    background:#8ec244;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
}

.product-label span + span{
    margin-top: 7px;
}
.product-label .new-label{    
    background:#8ec244;        
} 
.product-label .discount-label{   
    background: #0e5ba4;
}
.product-label .hot-label{    
    background: #fd6262;
}
.product-label .sale-label{    
    background: #f0ba29;
}
.product-label .sold-label{
    background: #777;
}
.product-item-detail{
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;    
}
.product-item-detail .product-item-name{
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #333; 
    font-weight: 500;
    font-family: 'Barlow', sans-serif;     
}
.product-item-detail .price-box{
    color: inherit;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1;
    display: block;
}
.product-item-detail .old-price{
    color: #999; 
    font-weight: normal;
    margin-right: 5px;
}
.product-sold-btn{
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.product-item{
    position: relative;
    overflow: hidden;
}
.product-sold:before{
    background: rgba(255,255,255,0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/*----------------------------------------------*/
/* Parallex */
/*----------------------------------------------*/
.parallex-inner{
    
}
.parallex-inner p{
    margin-bottom: 2px;
}
/*----------------------------------------------*/
/* Testimonial */
/*----------------------------------------------*/
.testimonial-section{
    background-repeat: repeat;    
    display: block;    
    position: relative;
    width: 100%;  
}
.testimonial-section .testimonial-author{    
    margin-bottom: 10px;    
}
.testimonial-section .testimonial-intro p{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.testimonial-section .owl-carousel .owl-dots{
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0); 
    -o-transform: translateX(0);
    transform: translateX(0); 
    margin-top: 20px;
}
.testimonial-item{  
    position: relative; 
    text-align: center; 
}  

/*----------------------------------------------*/
/* Latest Post */
/*----------------------------------------------*/
.latest-post-item{   
    position: relative;
    overflow: hidden; 
}
.latest-post-item .latest-post-inner .latest-post-img-wrapper{
    position: relative;
    overflow: hidden;       
}
.latest-post-item .latest-post-inner .latest-post-img-wrapper 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;
    width: 100%;
}
.latest-post-item:hover .latest-post-inner .latest-post-img-wrapper img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.latest-post-item .latest-post-img-wrapper + .latest-post-content{    
    border-top: none;    
}
.latest-post-item .latest-post-content{
    display: block;
    padding: 20px;
    background:#fff;    
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.latest-post-item .latest-post-content .post-title{   

}
.latest-post-content .post-tag{
    display: block;
    margin-bottom: 10px;
}
.latest-post-content .post-tag span i{
    padding-right: 5px;
}
.latest-post-content .post-tag span{
    margin-right: 7px;
}
.latest-post-content .post-tag span:last-child{
    margin-right: 0;
}
.latest-post-content .post-tag a,.post-meta{
    color: #666;
}
.latest-post-content .post-tag a:hover{
    color: #0e5ba4;
}
.latest-post-content .post-tag a + a:before{
    content: ',';
     padding-right: 5px;
}
.latest-post-content .post-tag a + a{
   
}
.post-meta{
    list-style: none;
    display: block;
    margin-bottom: 0;
}
.post-meta > span{
    display: inline-block;
    position: relative;
}
.post-meta > span + span,.post-meta > span + i{
    padding-left: 5px;
}
.post-meta > span span,.post-meta > span i{
    margin-right: 5px;    
}
/*----------------------------------------------*/
/* Brand Logo */
/*----------------------------------------------*/
.brand-section{   
}
.brand-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.brand-section ul li{
    
}
.brand-section ul li a{
    opacity: 0.6;    
    display: 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;
}
.brand-section ul li:hover a{
    opacity: 1;
}
.brand-section ul li img{
    margin: 0 auto;
   
}
.brand-section .owl-carousel .owl-item img,.brand-section .brand-item img{
    width: auto;
    max-width: 100%;
    max-height: 55px;    
}
.brand-section .owl-carousel .owl-item:hover img{
    opacity: 0.7;
}
.brand-section.brand-style2 .brand-item{
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #f9f9f9;
}
.brand-section.brand-style2 .brand-item:hover{
    opacity: 0.8;
}

.brand-section.brand-style2 .brand-item a{
    display: block;
}
/*----------------------------------------------*/
/* Instagram */
/*----------------------------------------------*/
.instagram-section .section-title{
 
}
.instagram-section .follow-me{    
    
}
.instagram-section ul{
    list-style: none;
    margin: 0;
    padding:0; 
    text-align: center;
}
.instagram-section li{
    text-align: center;
    list-style: none;
}
.instagram-section li{
  
}
.instagram-section li:last-child{
    margin:0; 
}
.instagram-item:hover{ 
   
}
.instagram-item a{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.instagram-item a:before{
   /* position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.5);
    content: "";
    opacity: 0;
    visibility: hidden;*/
}
.instagram-item a:after{
    font-family: 'themify';
    content: "\e73d";
    top: 50%;    
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); 
    left: 0;
    right: 0;
    text-align: center;
    font-size: 25px;    
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #0e5ba4;
}
.instagram-item:hover a:before,.instagram-item:hover a:after{
    opacity: 1;
    visibility: visible;
}
.instagram-item:hover img{
    filter: blur(3px);
}
/*----------------------------------------------*/
/* Footer */
/*----------------------------------------------*/
.dark-footer{
    background: #252525; 
}
.page-footer{   
   
}
.footer-top-section{
    padding-top: 90px;    
    padding-bottom: 60px; 
}
.footer-bottom-section{
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(0,0,0,0.1);
}
.page-footer.dark-footer .footer-title{
    color: #fff;
    margin-bottom: 25px;
}
.footer-block ul{
    list-style: none;
    margin:0;
    padding: 0; 
}
.footer-block .contact-block + .social-block{
   margin-top:15px;  
}
.footer-block + .footer-block {
    margin-top: 20px; 
    display: block;
}

.footer-block ul li{
    position: relative;
    display: block; 
    width: 100%;  
}
.page-footer.dark-footer li,.page-footer.dark-footer li a,.page-footer.dark-footer p{
    color: #acacac;
}
.page-footer.dark-footer li a:hover{
    color: #0e5ba4;
}
.page-footer .footer-block .footer-newsletter input[type="email"],.page-footer .footer-block .footer-newsletter input[type="text"]{    
    width: 69%;
    margin-bottom: 0;
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
}
.footer-block ul li{
   padding-bottom: 4px;
   padding-top: 4px;
}
.footer-block ul.contact-block > li{
    padding-left: 20px;    
}
.footer-block ul.contact-block li.social-block{
    padding-left: 0;
}
.footer-block.contact-info-block ul.contact-block > li > [class*="ti-"],.footer-block.contact-info-block ul.contact-block > li > [class*="fa-"]{
    position: absolute;
    left: 0; 
    line-height: inherit;   
}
.social-block ul {
    margin: 0;
    padding: 0;
}
.social-block ul li{
    display: inline-block;
    width: auto;
    padding-bottom: 0;
    padding-top: 0;
    margin-right: 15px;
}
.social-block ul li:last-child{
    margin-right: 0;
}

.social-block ul li a{
    font-size: 16px;
    display: block;
    text-align: center;      
}

.btn-newsletter{   
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
}
.newsletter-content .btn-newsletter{
    position: inherit;
    width: inherit;
    height: inherit;
    line-height: 1;

}
.page-footer .footer-bottom-section p{
    margin-bottom: 0; 
}
.page-footer .footer-bottom-section p.payment{
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .page-footer .footer-bottom-section p{
        margin-bottom: 15px;
    }
}
/*----------------------------------------------*/
/* Newsletter Popup */
/*----------------------------------------------*/
.newsletter-btn-open{
    display: none;
}
.newsletter-popup .modal-content{
    border-radius: 0;
    border: none;
}
.newsletter-popup .modal-body{
    padding:0; 
}
button.newsletter-btn-close{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: -16px;
    top: -16px;
    opacity: 1;
    z-index: 1;
    text-shadow: none;
    font-weight: normal;
    background: #444;
    color: #fff !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 20px;
}
.newsletter-image-wrapper{
    padding-left: 0;
    padding-right: 0;
}
.newsletter-image{
    background-color: #f8f8f8; 
    background-size: cover; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 100%; 
}
.newsletter-content{
    padding-right: 0;
    padding-left: 0;
}
.newsletter-content-innner{
    position: relative;
    padding: 30px;
    overflow: auto;
    margin-bottom: 0;
    height: 100%;
}
.newsletter-heading{    
    margin-bottom: 25px;   
}
.newsletter-content-innner p{
    margin-bottom: 20px;
}
.newsletter-content-innner form{
    /*margin-top: 20px;    */
}
/*----------------------------------------------*/
/* Back To Top */
/*----------------------------------------------*/
.back-to-top{
    position: fixed;
    bottom: -40px;
    right: 40px;
    background: #0e5ba4;
    color: #fff !important;
    width: 44px;
    height: 44px;    
    line-height: 44px;
    text-align: center;
    z-index: 99;   
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius:  50px;
}
.back-to-top.active{
    bottom: 40px;
    opacity: 1; 
    visibility: visible;
}
.back-to-top.active:hover{
   opacity: 0.9;
}
/*----------------------------------------------*/
/* Breadcrumb */
/*----------------------------------------------*/
.breadcrumb-wrapper{    
    background-color: #f8f8f8;    
    position: relative;
    text-align: center;
    padding: 90px 0;
}
.breadcrumb-title{
    margin-bottom: 0;
}
.breadcrumb{
    display: block;
    margin: 10px auto 0;
    background: none;
    list-style: none;
    padding: 0;
    border-radius: 0;    
}
.breadcrumb li{
    display: inline-block; 
}
.breadcrumb li:hover a,.breadcrumb li:hover span{
    
}
.breadcrumb li:after{
    content: "\f105";
    font-weight: normal;
    font-family: FontAwesome;
    padding-right: 7px;
    padding-left: 7px;        
}
.breadcrumb li:last-child:after{
    display: none;
}
.breadcrumb li span{
    color: #0e5ba4;   
}
/*----------------------------------------------*/
/* Shoppage */
/*----------------------------------------------*/
.shop-page-title{
    margin-bottom: 25px;
}
.shop-page-title h2{
    margin-bottom: 0;
}
.shop-page-title small{
    font-size: 14px;
    padding-left:5px; 
}
.shop-page-title + .category-banner{
    border-top: 1px solid #eee;
}
/* Sidebar */
.widget-sidebar {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    display: block; 
}
.widget-sidebar:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;    
}
.widget-sidebar .widget-content{
    position: relative;
    display: block;
}
.widget-title{
    margin-bottom: 25px;
    position: relative;
    display: block;
}
.widget-content ul{
    padding: 0;
    margin:0; 
}
.widget-sidebar ul, .widget-sidebar ul li{
    list-style: none;
}
.widget-sidebar ul li{
    position: relative;
    margin-bottom: 10px;
}
.widget-sidebar.product-sidebar ul li,.widget-sidebar.post-sidebar ul li{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.widget-sidebar.product-sidebar ul li:last-child,.widget-sidebar.post-sidebar ul li:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.widget-sidebar ul li:last-child{
    margin-bottom: 0;
}

.widget-content .post-content p:last-child{
    margin-bottom: 0;
}
/* filter by price */
.hidden_input{
    display: none !important;
}

.filter-price-slider {
    width: 100%;
    height: 2px;
    position: relative;
    background: #eaeaea;
    margin-bottom: 15px;
}

.ui-slider-range,
.ui-slider-handle {
    background: #0e5ba4;
    position: absolute;
}

.ui-slider-range {
    height: 100%;
}

.ui-slider-handle {
    height: 16px;
    width: 16px;
    display: block;
    margin-top: -7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: ew-resize;
}
.filter-price-sidebar .btn{
    margin-top: 15px;
}
.filter-price-box {
    text-align: center;   
    line-height: 1; 
}
.filter-price-box .filter-price {
    display: inline-block;
}
.filter-price-box .filter-price span {        
}
.widget-sidebar ul li span.count{
    float: right;
    color: #666;    
}
.widget-sidebar.popular-tag-sidebar ul li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}
.widget-sidebar.popular-tag-sidebar ul li a{
    display: block;
    padding: 5px 15px;
    background: rgba(0,0,0,0.05);
    border-radius: 50px; 
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.popular-tag-sidebar ul li a:hover{
    background: rgba(0,0,0,0.08);
}
/** sidebar instagam **/
.instagram-sidebar ul li{
    width: 31.3%;
    margin-bottom: 3%;
    margin-right: 3%;
    float: left;
}
.instagram-sidebar ul li:nth-child(-n+3) {
    margin-top: 0px;
}
.instagram-sidebar ul li:nth-child(3n) {
    margin-right: 0px;
}
/** Product **/
.product-sidebar ul li a.product-img,.post-sidebar ul li a.post-img{
        display: inline-block;
    width: 24%;
}
.widget-sidebar ul li .prdoucts-content,.widget-sidebar ul li .post-content{ 
    display: inline-block;
    width: 74%;
    padding-left: 15px;
    padding-right: 0;
    vertical-align: top;
}
.widget-sidebar ul li .prdoucts-content .product-name{
    display: block;    
}
.widget-sidebar ul li .post-content{
    vertical-align: top;
}
.widget-sidebar ul li .post-content .post-title,.widget-sidebar ul li .prdoucts-content .product-name,.team-info .team-title{
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 1.2;   
}
.widget-sidebar ul li .prdoucts-content p,.widget-sidebar ul li .prdoucts-content .product-rating,.widget-sidebar ul li .post-content p{    
    line-height: 1.2;
}
.widget-sidebar ul li .post-content p,.widget-sidebar ul li .prdoucts-content p{
    margin-bottom: 6px;
}
.widget-sidebar ul li .price{
    margin-top: 10px;
    display: block;
    line-height: 1;
}
.widget-sidebar ul li .prdoucts-content .product-rating{
    margin-top: 8px;
    margin-bottom: 0;
}
ul.product-rating {
    margin: 0;
    padding: 0; 
}
ul.product-rating li{
    margin: 0 !important;
    display: inline-block;
    padding: 0 !important;
    border: none !important;
}
.widget-sidebar .banner-wrapper{
    position: relative;
    overflow: hidden;    
}
.banner-wrapper img{
    width: auto;
    height: auto;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
.banner-wrapper a:hover img{
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    -webkit-transform: scale(1.04);
}
.category-banner{
    display: block;
    margin-bottom: 30px;
}
.category-banner + .product-sorting{
    /*border-top: 1px solid rgba(0,0,0,0.07);  */ 
}
.product-sorting{
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.product-sorting .product-sorting-inner{
    position: relative;
    width: 100%;
    vertical-align: middle;
    display: table-cell;   
}
.product-sorting .product-sorting-inner > *{
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
.product-sorting .product-sorting-inner p{
    margin: 12px 0 0;
    line-height: 1;
}
.product-sorting .product-sorting-inner > :first-child {
    margin-left: 0;
}
.product-sorting .product-sort,.product-sorting .product-grid-list-wrapper{
    float: right;
    margin-bottom: 15px;
}
.product-sorting .product-grid-list-wrapper .product-grid-list-inner{
    padding-top: 7px;
}
.product-sorting .product-grid-list-wrapper .product-grid-list-inner a{
    font-size: 16px;
    padding-left: 7px;
    padding-right: 7px;
}
.product-sorting .product-grid-list-wrapper .product-grid-list-inner a.active{
   color: #0e5ba4;  
} 
.product-list-wrapper .product-item{
    width: 100%;
    display: block;   
    max-width: 100%;
    flex: 0 0 100%;    
}
.product-list-wrapper .product-item:last-child{    
    border-bottom: none;
}
.product-list-wrapper .product-item .product-img-wraper{
    position: relative;
    float: left;
    width: 260px;
    vertical-align: top;
    margin-bottom: 0;
}
.product-list-wrapper .product-item .product-item-detail{
    text-align: left;
    position: relative;
    padding-left: 30px;
    width: auto;
}
@media (max-width: 460px) {
    .result-count{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .product-list-wrapper .product-item .product-img-wraper{
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 15px;
    }
    .product-list-wrapper .product-item .product-item-detail{
        display: block;
        width: 100%;
        padding: 0;
    }
}
.product-grid-wrapper .product-rating-wrapper,.product-grid-wrapper .product-short-description,.product-grid-wrapper .product-btn-list{
    display: none;
}
.product-list-wrapper .product-rating-wrapper,.product-list-wrapper .product-short-description{
    display: block;
}
.product-list-wrapper .product-item-detail .product-item-name{
    font-size: 18px;
    margin-bottom: 0;   
}
.product-list-wrapper .product-rating-wrapper {
    display: block;
   
}
.product-list-wrapper .product-short-description {    
}
.product-list-wrapper .product-rating-wrapper,.product-list-wrapper .product-short-description,.product-list-wrapper .price-box{
     margin-top: 15px;
}
.product-list-wrapper .product-item:hover .product-btn{    
}
.product-rating-wrapper .product-rating,.product-rating-wrapper .rating-count{
    display: inline-block;
}
.product-rating-wrapper .rating-count{
    margin-left: 7px;
}
.pagination-wrapper{
    padding-top: 30px;
    border-top: 1px solid #eee;    
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.pagination {    
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.pagination ul{
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    float: left;    
    margin-bottom: 0;
    padding: 0 5px;
}
.pagination li:first-child{
    padding-left: 0;
}
.pagination li a ,.pagination li span{
    background-color: #eee;
    display: block;
    float: left;
    height: 36px;
    line-height: 35px;
    padding: 0 12px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.pagination li a.active,.pagination li a:hover{
    background-color: #0e5ba4; 
    color: #fff;
}
/*----------------------------------------------*/
/* Product Detail */
/*----------------------------------------------*/
.product-detail-gallery{
    position: relative;   
}
.product-detail-images{
    position: relative;    
}
.product-detail-top-left-inner{
    position: relative;
    margin-bottom: 30px;
}
.product-summary{
    margin-bottom: 30px;
    position: relative;
}
.product-summary .product-rating-wrapper{
    margin-top: 15px; 
}
.product-detail-thumbnails{
    position: relative;
    margin-top: 15px; 
    padding: 0;
    overflow: hidden;
}
.product-thumbnails{
    margin-left: 0;
    margin-right: 0;   
}
@media only screen and (max-width: 767px){   
   .product-detail-thumbnails .slick-prev, .product-detail-thumbnails .slick-next{
    display: none;
   }
}
.product-thumbnails .slick-track {    
}
.product-gallery .slick-slide{
    cursor: crosshair;
}

/*Product Image Slider Buttons */

.product-gallery .slick-arrow{      
    opacity: 0;
    visibility: hidden;
}
.product-gallery:hover .slick-arrow{
    opacity: 1;
    visibility: visible;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-next:before,.slick-prev:before {
    font-family: FontAwesome;
    font-size: 20px;    
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    position: relative;
}
/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    background: rgba(0,0,0,0.6);  
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;    
    border: none;
    outline: none;    
    height: 40px;
    width: 40px; 
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.05);   
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    z-index: 2;
    text-align: center;    
}
.slick-prev:hover,
.slick-next:hover {
     background: rgba(0,0,0,0.9);
}
.product-detail-thumbnails .slick-prev, .product-detail-thumbnails .slick-next {    
    border: 1px solid #eee;  
    height: 100%;
    width: 30px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;   
    -webkit-box-shadow: none;  
    background: #fff;
}
.product-detail-thumbnails .slick-prev:before, .product-detail-thumbnails .slick-next:before {   
    color: #333;
}
.slick-next:before{
    content: "\f105";
}
.slick-prev:before{
    content: "\f104";
}
.product-detail-thumbnails .slick-slide{
    margin-right: 7px;
    margin-left: 7px;    
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    border:1px solid #eee; 
    cursor: pointer;
}

.product-detail-thumbnails .slick-slide.slick-current, .product-detail-thumbnails .slick-slide:hover{
    opacity: 0.6;    
}
/** Product Summary **/
.product-summary .product-title{
   margin-bottom: 0;
}
.product-summary .price-box{
    margin-top: 10px;
    margin-bottom: 0;
}
.product-summary .price-box span{
    font-size: 24px;
}
.product-summary .product-short-description{   
    margin-top: 10px;
}
.product-summary .product-short-description p:last-child{
    margin-bottom: 0;
}
.variations-wrapper{
    margin-top: 5px;
    padding-bottom: 20px;
}
.variations-wrapper .variations{    
    border: 0;
    width: 100%;
    margin-bottom: 0;
}
.variations td{
    padding: 10px 0;
    margin: 0;
    vertical-align: middle;
    line-height: 2em;
    border: none;
}
.variations td label{
    margin-bottom: 0;
    font-weight: 600;
    padding-right: 5px;
}
.variations td select{
    max-width: 100%;
    min-width: 250px;
}
.product-summary-qty-wrapper .qty-wrapper{
    float: left;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    padding: 0 24px;
}
.product-summary-qty-wrapper .qty-wrapper input{
    background: #f8f8f8;
    width: 50px;   
    border:1px solid #eee;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    padding-left: 10px;
    padding-right: 10px;
}
.product-summary-qty-wrapper .qty-wrapper .qty-btn{
    position: absolute;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    line-height: 35px;
    background-color: #fff;
    border:1px solid #eee;
    text-align: center;
    cursor: pointer;
    color: #333;
    font-weight: 600;
}
.product-summary-qty-wrapper .qty-wrapper .qty-btn.qty-btn-down{
    left: 0;
}
.product-summary-qty-wrapper .qty-wrapper .qty-btn.qty-btn-up{   
   
}
.product-summary-qty-wrapper{
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-bottom: 20px;
}
.product-summary-button {    
    margin-bottom: 15px;    
    padding-top: 0;
}
.product-summary-button span{
    padding-right: 5px;
}
.product-summary-button a + a{
    padding-left: 20px;
}
.product-meta{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.product-meta > span{
    display: block;    
    margin: 0 0 5px;
}
.product-meta > span:last-child{
    margin-bottom: 0;
}
.product-meta > span label{
    vertical-align: inherit;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    color: #333;
    font-weight: 500;
}
.product-meta > span span, .product-meta > span a{    
    font-weight: 400;
}
.product-meta > span a + a:before{    
    content: ', ';
}
.prdouct-share{     
}
.prdouct-share label{
    margin-bottom: 0;
    font-weight: 500;
    color: #333;
}
.prdouct-share ul{
    list-style: none;
    margin:0;
    padding: 0 0 0 10px; 
    display: inline-block;
}
.prdouct-share ul li{    
    display: inline-block;
    margin: 0;
    margin-right: 15px; 
}
.prdouct-share ul li:last-child{ 
    margin-right: 0;
}
.prdouct-share ul li a{    
    display: block;
}
/** product bottom **/
.product-detail-bottom{
    margin-top: 15px;
}
.product-detail-bottom .tab-content{
   padding-top: 30px;
    border-top: 1px solid #eee;
}
.product-detail-bottom .tab-content ul:last-child{
    margin-bottom: 0;
}
.tab-content .product-mobile-title {
    display: none;
    margin-top: 2px;
    margin-bottom: 0;
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 0;
    color: #333;
    font-size: 16px;
}
.tab-content .product-mobile-title a{ 
    display: block;
    padding: 5px 15px;
}
.tab-content .product-mobile-title.collapse{
   padding: 0;
}
.product-detail-tab .collapse{
    display: block;
}

.product-detail-bottom .tab-content .review-title{    
    margin-bottom: 30px;    
}
.product_attributes{    
    width: 100%;
    margin-bottom: 0;
}
.product_attributes td,.product_attributes th{
    padding: 10px 15px;
}
.product_attributes th{
    width: 150px;
    font-weight: 500;    
    margin: 0;
    color: #333;
    border: none;    
}
.product_attributes td{    
    border: none;
    margin: 0;    
}
.product_attributes tr:last-child td,.product_attributes tr:last-child th{
    border-bottom: none;
}
.product_attributes td p{
    margin: 0;
}
.product_attributes tr:nth-child(even) td, .product_attributes tr:nth-child(even) th{
    background-color: #f5f5f5;
}  
/** comments **/
.tab-content .comments{
    margin-bottom: 0;
}
.comments{
    margin-bottom: 30px;
} 
.comments .comment-title,.comment-reply-wrapper .reply-title{
    margin-bottom: 25px;
    text-transform: none;
}
.comments ol.commentlist,.comments ul.commentlist{
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    border: 1px solid #eee;
}
.comments ol.commentlist ol, .comments ul.commentlist ul.children, .comments .commentlist .comment > ul{
    margin-left: 75px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 25px;
    padding-left: 0;
}
@media only screen and (max-width: 767px){
    .comments ol.commentlist ol, .comments ul.commentlist ul.children, .comments .commentlist .comment > ul{
        padding-left: 0;
    }
}

.comments ol.commentlist li,.comments ul.commentlist li{ 
    position: relative;
    padding: 25px;
    border-bottom: 1px solid #eee;     
}
.comments ol.commentlist li li,.comments ul.commentlist li li{ 
    padding: 0;
}
.comments ol.commentlist li:last-child,.comments ul.commentlist li:last-child{ 
    border: none;    
} 
.comments ol.commentlist li .comment_container,.comments ul.commentlist li .comment_container{
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;  
}
.comment-text p.meta{
    margin-bottom: 10px;    
    font-weight: 500;
}
.comment-text p.meta b{
    font-style: normal;
} 
.comment-text .description{
}
.comment-text .post-reply{
    color: #0e5ba4;
    margin-top: 10px;
    display: block;
}
.comments ol.commentlist li img.avatar,.comments ul.commentlist li img.avatar{
    width: 60px;
    padding: 2px;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.2);
}
.comments ol.commentlist li .comment-text,.comments ul.commentlist li .comment-text{
    margin-bottom: 0;    
    padding-left: 75px;
    border-radius: 0;    
}
.comments ol.commentlist li .product-rating{
    float: right;
}
.comments ol.commentlist li .comment-author,.comments ul.commentlist li .comment-author{
    color: #333333;   
}
.comments ol.commentlist li .description p,.comments ul.commentlist li .description p{
    margin-bottom: 0;
}
.related-product{
    margin-top: 45px;
}
.comments + .comment-reply-wrapper{    
    display: block;
}
.product-detail-bottom .tab-content p:last-child{
    margin-bottom: 0;
}
@media (max-width: 991px){
    .product-detail-bottom .tab-content{
        padding: 0;
        border: none;
      } 
    .product-detail-tab .product-tab {
        display: none;
    }
    .tab-content .product-mobile-title{
        display: block;
    }
    .product-detail-tab .collapse{
        display: none;
        padding: 15px 0;
       
    }
    .product-detail-tab .collapse.show{
        display: block;
    }
    .product-detail-tab .tab-content>.tab-pane{
        display: block;
        opacity: 1;
    }    
}
/*----------------------------------------------*/
/* Cart Page */
/*----------------------------------------------*/
.cart-form{    
    overflow-x: auto;
    margin-bottom: 30px;
}
.cart-form table{      
    width: 100%;  
    margin-bottom: 0px;
    /*border: none;*/
}
.cart-form table th{    
    border: none;
    font-weight: 500;
    color: #333;
}
.cart-form table th, .cart-form table td{
    vertical-align: middle;
    padding: 15px 10px;
    text-align: center;
}
.cart-form table td{
    border:none;
    border-top: 1px solid #eee;
    color: #333;
}
.cart-form table .product-remove{
    text-align: center;
}
.cart-form table .product-thumbnail{
    min-width: 32px;
}
.cart-form table tr.product-cart-item:nth-child(even){
   
}
.cart-form table .product-thumbnail img{
    max-width: 80px;
}
.cart-form table .coupon_form_wrapper{
    float: left;
}
.cart-form table .coupon_code{
    min-width: 230px;
}
.cart-form table .cart-button{
    text-align: right;   
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
.cart-form .product-summary-qty-wrapper{
    padding: 0;
    margin: 0;
    border: none;
}
.cart-form .product-summary-qty-wrapper .qty-wrapper{
    margin-right: 0;
    float: none;
}
.cart-form a.remove{        
   
}
.cart-form table td.product-price,.cart-form table td.product-total{
    
}
.cart-form table td.product-total{
    
}
.update_cart{
    text-align: right;
}
.btn_coupon{
    margin-left: 15px;
}
@media (min-width: 768px) {
    .cart-form table th.product-price,.cart-form table th.product-total,.cart-form table td.product-price,.cart-form table td.product-total{
        text-align: center;
    }
    .coupon_code{
        min-width: 250px;
    }
}
@media (max-width: 767px) {
    
    .coupon_form_wrapper{ 
        margin-bottom: 15px;
        text-align: left;
    }
    .update_cart{
        width: 100%;
        text-align: left;
    }
    
}
@media (max-width: 576px) {
    .coupon_form_wrapper{
        float: none;
        margin-bottom: 15px;
    }
    .btn_coupon{
        margin-left: 0;
    }
    .coupon_code{        
        min-width: 100%; 
        margin-bottom: 10px;      
    }
    .cart-button .btn{
        display: block;
        width: 100%;
    }
}
/** cart Summary **/
.cart-summary,.order-summary{
    display: table;
    width: 100%;
}
.cart-summary{
    margin-top:45px; 
}
.cart-summary .cart-summary-inner{
    max-width: 440px;  
    float: right; 
}
.order-summary .order-summary-inner,.cart-summary .cart-summary-inner{    
    width: 100%;
    background: #f8f8f8;    
    padding: 30px;
}
.order-summary .order-summary-inner{
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 3px 5px #eee;
    -moz-box-shadow: 0 3px 5px #eee;
    -webkit-box-shadow: 0 3px 5px #eee;
}
.cart-summary .cart-summary-inner h3{

}
.order-summary .order-summary-inner h3{    
    margin-bottom: 10px;
}
.cart-summary .cart-summary-inner-box,.order-summary .order_review{
    
}
.cart-summary table tr{
    border-bottom: 1px solid #eee;
}
.cart-summary table tr:last-child{
    border-bottom: none;
}
.order-summary .order_review{
   
}
.cart-summary table tr:last-child th,.cart-summary table tr:last-child td{
    
}
.cart-summary table,.order-summary table{
    border: none; 
    width: 100%;    
    margin-bottom: 20px;
}
.order-summary table{   
}
.cart-summary .cart-summary-inner table th{
    font-weight: 500;
    color: #333;
}
.cart-summary .cart-summary-inner table th, .cart-summary .cart-summary-inner table td,.order-summary .order-summary-inner table td{   
    border: none;
    padding: 10px 0;
    vertical-align: top;
    color: #333;   
}
.cart-summary .cart-summary-inner table tr.total td.price,.order-summary .order-summary-inner table tr.total td.price{
    color: #0e5ba4;
}
.cart-summary .cart-summary-inner table th, .cart-summary .cart-summary-inner table td{
    
}
.order-summary .order-summary-inner table td{
   padding: 10px 0;
   border-bottom: 1px solid #eee;
}
.order-summary .order-summary-inner table td span.qty{
    display: inline-block;
    font-weight: 500;
}
.order-summary .order-summary-inner table td.label{    
    text-align: left;     
}
.cart-summary .cart-summary-inner table td,.order-summary .order-summary-inner table td,.order-summary .order-summary-inner table tr th.value{
    text-align: right;  
}
.cart-summary .cart-summary-inner table tr:last-child th, .cart-summary .cart-summary-inner table tr:last-child td, .order-summary .order-summary-inner table tr:last-child td{
    border-bottom:none; 
}
.order-summary .order-summary-inner table tr th{
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-weight: 500;
    color: #333
}
.cart-summary .cart-summary-inner  ul,.order-summary .order-summary-inner  ul{
    list-style: none;
    margin: 0;
    padding: 0; 
}
.cart-summary .cart-summary-inner ul li,.order-summary .order-summary-inner ul li{
    display: block;
    margin-bottom: 5px;
}
.cart-summary .cart-summary-inner ul li input,.order-summary .order-summary-inner ul li input{
    margin-bottom: 0;
    display: inline-block;
}
.cart-summary .cart-summary-inner ul li label,.order-summary .order-summary-inner ul li label{
    margin-bottom: 0;
    display: inline-block;
    font-weight: normal;
}
.cart-summary .cart-summary-inner table tr.total th,.cart-summary .cart-summary-inner table tr.total td,.order-summary .order-summary-inner table tr.total td,.order-summary .order-summary-inner table tr.total th{
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 460px) {
    .cart-summary .cart-summary-inner{
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 460px) {
    .cart-summary .cart-summary-inner{
        max-width: 100%;
    }
}
.checkout-payment,.privacy-policy-wrapper{
    padding-right: 0;
    padding-left: 0;
}
.checkout-payment{
    margin-bottom: 25px;    
}
.payment_description{
    position: relative;
    padding: 15px;   
    background: #eee;    
    margin-bottom: 15px;
    word-wrap: break-word;
    display: block;
    color: #333;    
}
.payment_description p{
    margin-bottom: 0;
}
.product-checkout{   
}
.checkout-info {
   background: #f8f8f8;
   padding: 15px; 
   margin-bottom: 30px;
}
.checkout-info a{
    font-weight: 600;
}
.form-login .login-title,.form-register .login-title{
    font-weight: normal;    
}
/*----------------------------------------------*/
/* Blog Page */
/*----------------------------------------------*/
.blog-post {
    margin-bottom: 30px;    
}
.blog-detail-wrapper .blog-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.blog-post .blog-thumb{
    margin-bottom: 15px;
    position: relative;   
}
.blog-post.blog-gallery .blog-thumb{
   
}
.blog-post .blog-thumb img{
    width: 100%;    
    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;
    width: 100%;    
}
.latest-post-content .post-text{
    margin-bottom: 10px;   
}
.blog-content-wrapper .post-title{   
    line-height: 1.2; 
}
.latest-post-content .read-more{   
    margin-bottom: 0;
}

.blog-detail-wrapper .blog-content-wrapper .post-title{
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.blog-content-wrapper .post-meta,.blog-description{
    margin-bottom: 15px;    
}
.blog-description{
   margin-bottom: 20px; 
}
.blog-description p:last-child{
    margin-bottom: 0;
}

.post-post-in a + a:before{
    content: ', ';
}
.blog-wrapper .pagination-wrapper{
       
}
.blog-detail-wrapper .post-share{
  
}
/** sidebar **/
.post-serach{
    position: relative;
}
.post-serach input{
   padding-right: 40px;
}
.post-serach .btn-serach{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius:  0 50px 50px 0; 
}
.post-share{

}
.post-share >span{
    display: inline-block;
}
.post-share > ul{
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
}
.blog-gallery .owl-carousel .owl-dots{
    bottom: 15px;
}

/*----------------------------------------------*/
/* Login Page */
/*----------------------------------------------*/
.form-border{
    border: 1px solid #eee;
    padding:30px; 
}
/*----------------------------------------------*/
/* Contact Page */
/*----------------------------------------------*/
.contact-box{
    position: relative;
    margin-bottom: 20px;
    
}
.contact-box:last-child{
    margin-bottom: 0px;
}
.contact-icon{
    font-size: 18px;
    position: absolute;
    left: 0;
    vertical-align: top;
}
.contact-box-text{
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}
.contact-title{
    text-transform: none;
    margin-bottom: 5px;    
    font-size: 16px;
}
.contact-box p{
   margin-bottom: 0;
}
.contact-quote h3{
   margin-bottom: 30px;
}
.contact-image-wrapper, .contact-form-wrapper{
    
}
.frm-contact{     
}
.map{
    height: 100%;
    min-height: 450px;
    width: 100%;
}
/*----------------------------------------------*/
/* About Page */
/*----------------------------------------------*/
.about-text ul{
    list-style: none;
    margin:0;
    padding: 0; 
}
.about-text ul li{

}
.about-text i{
    padding: 0 10px 0 0;
}
.about-text .btn{
    margin-top:15px; 
}
.about-text i:before{   
    color: #0e5ba4;
}
.feature-section{
    background-color: #f8f8f8;   
}
.feature-box{
    position: relative;
    background: #fff;
    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: 1px solid #eee;
    padding: 30px; 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:  3px;  
}
.feature-icon{
    margin-bottom: 20px;
    display: block;
}
.feature-icon i{
    color: #0e5ba4;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 45px; 
    float: left;
    margin-right: 15px;
}
.feature-box .feature-title{    
    display: table;
    line-height: 45px;
    margin-bottom: 0;
}
.feature-box p:last-child{
    margin-bottom: 0;
}
.team-box{
    position: relative;
    /*border: 1px solid #eee;*/
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    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; 
    text-align: center;
    overflow: hidden;
}
.team-box-wrapper{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.team-box-wrapper img{
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
    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; 
}
.team-box:hover .team-box-wrapper img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
       
}
.team-info-wrapper{
    padding: 0; 
    background: #fff;
    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; 
}
.team-box:hover .team-info-wrapper{
}
.team-social{
    margin-bottom: 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;   
    position: absolute;
    bottom: -50px;
    background: #fff;
    text-align: center;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.team-box:hover .team-social{
   opacity: 1;
    visibility: visible;
    bottom:0px;
}
.team-info .team-title{    
    color: #333;
}
.team-info p{
    color: inherit;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1;
    display: block;
    margin-top: 10px;
}
.team-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-social ul li{
    display: inline-block;
}
.team-social ul li +li {
    margin-left: 5px;
}
.team-social ul li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.team-social ul li a:hover{
    background-color: #0e5ba4;
    color: #fff;
}
.mfp-bg, .mfp-wrap {
    z-index: 999999 !important;
}
/*----------------------------------------------*/
/* Portfolio Page */
/*----------------------------------------------*/
.portfolio-filter{
    margin: 0  auto;
    text-align: center;
}
.portfolio-filter ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio-filter ul li{
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1;
}
.portfolio-filter ul li:last-child{
    margin-right: 0;
}
.portfolio-filter ul li a{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    color: inherit;
    display: block;
    padding-bottom: 3px;
    line-height: 1;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;    
}
.portfolio-filter ul li a.active{    
    color: #333;
    border-bottom-color: #0e5ba4;
}
.portfolio-item{
    margin-top: 30px;
}
.portfolio-inner{
    position: relative;
    overflow: hidden;
}
.portfolio-img-wrapper{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.portfolio-img-wrapper:after{
    background: rgba(0,0,0,0.6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    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;
}
.portfolio-inner:hover .portfolio-img-wrapper:after{
    opacity: 1;
    visibility: visible;
}
.portfolio-btn{
    position: absolute;
    text-align: center;
    transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    z-index: 1;
    left: 15%;
    margin-top: -25px;
    width: 70%;
    top: 45%;
    opacity: 0;
    visibility: hidden;
    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;
}
.portfolio-btn a{
    display: inline-block;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 18px;
}
.portfolio-inner:hover .portfolio-btn{
    opacity: 1;
    visibility: visible;
}
.portfolio-title{
    bottom: -100%;
    position: absolute;
    width: 100%;
    border: none;
    overflow: hidden;
    z-index: 1;    
    padding: 15px;    
    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;
    background: rgba(0,0,0,0.8);
    text-align: center;   
}
.portfolio-title .portfolio-heading{
    margin-bottom: 0;    
    text-transform: none;
}
.portfolio-title a{
    color: #fff;
}
.portfolio-inner:hover .portfolio-title{
    bottom: 0;
}
.portfolio-meta label{
  margin-bottom: 0; 
  vertical-align: top;
}
.portfolio-meta > p {
    display: block;   
    line-height: 1;
}
.portfolio-meta > p:last-child {
    margin-bottom: 0;
}
.portfolio-footer{
    margin-top: 45px;
}
.portfolio-navigation{
    text-align: center;
}
.portfolio-navigation a{
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #eee;
    margin-top: 1px;
    margin-bottom: 1px;
}
@media (min-width: 576px){
    .portfolio-navigation.portfolio-navigation-prev {
        text-align: left;
    }
    .portfolio-navigation.portfolio-navigation-next {
        text-align: right;
    }
}
@media (max-width: 420px){
    .portfolio-filter ul li{        
        margin-bottom: 10px;
    }
}