/*font face*/

@font-face {
    font-family:'ShangriLaNF';
    src: url('../fonts/ShangriLaNF.eot');
    src: url('../fonts/ShangriLaNF.eot') format('embedded-opentype'),
         url('../fonts/ShangriLaNF.woff2') format('woff2'),
         url('../fonts/ShangriLaNF.woff') format('woff'),
         url('../fonts/ShangriLaNF.ttf') format('truetype'),
         url('../fonts/ShangriLaNF.svg#ShangriLaNF') format('svg');
}


/*common   attributes*/

*{
	/*font-family: 'Open Sans', sans-serif;*/
}


body {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	overflow-x: hidden;
	background-color:#dedede;
}
h1, h2 {
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h3, h4, h5, h6 {
	line-height: 1.3;
	font-weight: 400;
}
a:hover {
	text-decoration: none;
}



/* Preloader */

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ffffff;
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	/*background-image:url(../img/status.gif);*/ /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}


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

#status {
    /*display: block;
    position: relative;
    left: 50%;
    top: 50%;*/
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fe6a08;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#status:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#status:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fe6a08;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}



/*bottom-button */


.bottom-button{
    position: fixed;
    bottom: 20px;
    z-index: 100;
    /*width: 100%;*/
    float: right;
    right: 2%;
}


.bottom-button a{
    float: right;
    padding: 5px 12px;
    background:#fe6a08;
    border: 1px solid #fe6a08;
    color: #fff;
    font-size:24px;
    display: none;
	border-radius:4px;
}


/*Header*/

.navbar-wrapper {
	position:relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.nav-bar-section{ background-color:#dedede;}
.nav-bar-menu{ margin-bottom:0;}
.nav-bar-menu .navbar-brand { padding: 5px 15px;}

.navbar-default .navbar-toggle{ border-color:transparent;}
.navbar-default .navbar-toggle .icon-bar{ background-color: #fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background-color:#cccccc; border-radius:5px 5px;}


.dropdown_category {
    position: relative;
    margin-top:15px;
    display: inline-block;
}
.dropdown-category { background-color:#c9c9c9; color:#434343; border:1px solid #c9c9c9; padding:5px 25px; border-radius:10px; display:block;}
.dropdown-category:hover{ background-color:#333333; color:#fff; border:1px solid #333333;}
.dropdown-category .caret {
    margin-left: 10px;
}
.dropdown-category.active, .dropdown-category:active, .open > .dropdown-toggle.dropdown-category {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.open > .dropdown-toggle.dropdown-category:focus, .open > .dropdown-toggle.dropdown-category:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}



.slider-nav-section .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	padding: 15px 0;
}
.slider-nav-section .navbar-inverse .navbar-nav > li > a{ padding:5px 15px;}
.slider-nav-section .navbar-inverse .navbar-nav > li{ /*padding:0 15px;*/ text-align:center;}

.slider-nav-section .navbar-inverse .navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size: 14px;
	color:#1f222b;
}

.slider-nav-section .navbar-inverse .navbar-nav > li > a span { text-align:center; display:block;}
.slider-nav-section .navbar-inverse .navbar-nav > li > a span img{ display:inline-block; padding-bottom:5px;}

.slider-nav-section .navbar-inverse .navbar-nav > .active a {
	color:#1f222b;
	background-color:#cccccc;
	border-radius:5px 5px;
}
.slider-nav-section .navbar-inverse .navbar-nav a:hover {
	color:#1f222b;
	background-color:#cccccc;
	border-radius:5px 5px;
}

.top-bar{ background-color:#1f222b; padding:20px 0;}
.left-icon-top li{ text-align:center; padding:0 25px;}
.left-icon-top li:first-child{ /*border-left:1px solid #fe6a08;*/ padding-left:0;}
.left-icon-top li .fa{ font-size:24px; color:#fe6a08;}
.left-icon-top li span{ display:block; color:#fff; font-family: 'Open Sans', sans-serif; font-size:14px; font-weight:300;}


.right-icon-top{ float:right; font-family: 'Open Sans', sans-serif; font-family:14px;}
.right-icon-top li { color:#fff;}
.right-icon-top li:first-child{ padding-bottom:5px; display: flex;}
.right-icon-top li:first-child img { margin: 0 10px 0 0;}
.right-icon-top { /*border-right:1px solid #fe6a08;*/}
.right-icon-top li span{ display:inline-flex; color:#fe6a08;}
.right-icon-top li span img{ margin:-5px 5px 0 5px;}

.nav-search-section { background-color:#232f3f; padding:30px 0;}
.card-section-top {
    background-color: #fe6a08;
    color: #fff;
    padding: 10px 14px;
    border-radius: 50px;
    float: right;
    width: 100%;
}

.card-section-top span.card-icon {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0 0 10px;
    display: inline-block;
    float: left;
	color:#fff;
}
.card-section-top span.card-icon .fa{ padding-right:15px;}

.card-section-top span.add-card {
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    padding: 2px 10px;
    float: right;
    display: inline-block;
}


.item .carousel-caption {
	text-shadow: none;
	text-align:left;
	right:0;
	left:8%;
    width:92%;
	top:10%;
}

.carousel-caption h2 {
    text-shadow: none;
    padding-bottom:0;
	color: #fff;
	font-size:94px;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	margin-bottom:0;
	letter-spacing:1px;
	line-height:94px;
}
.carousel-caption h2 span{ color:#f0660c; font-family: 'Oswald', sans-serif; font-weight:300;}

.carousel-caption p {
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	line-height:18px;
	padding:20px 0;
	font-weight:300;
	letter-spacing:3px;
	font-style:italic;
}

.carousel-caption a{ background-color:#fe6a08; border-radius:4px; color:#fff; padding:10px 25px;}

.banner-slider img {
	width: 100%;
}

.banner-slider .carousel-indicators {
	bottom:5%;
	left:0;
	right:0;
	width:40%;
	z-index:9;
	margin:0 auto;
}

.banner-slider .carousel-indicators  li{
	width:10%;
    border: 2px solid #7a7a77;
    border-radius:0;
	height:auto;
	margin:0;
}
.banner-slider .carousel-indicators  li.active { border: 2px solid #fff;}



.search-section {
    position:relative;
    width: 100%;
	z-index:9;
}

.search-section .navbar-form .input-group {
    width:100%;
    margin: 0 auto;
	display: flex;
    z-index: 999;
    position:relative;
}

.search-section .search-field{ 
	height:43px; 
	border-radius:50px 0 0 50px; 
	padding: 6px 12px 6px 85px;
	font-size:16px;
	color:#646464;
	font-family: 'Open Sans', sans-serif;
	}
.search-section input type["submit"]{ 
	background-color:#b4b4b4; 
	border-radius:0 50px 50px 0; 
	height:43px;
	border:1px solid #b4b4b4;
	color:#000000;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	}
	
.search-left-icon {
    display: inline-block;
    position: absolute;
    left: 3%;
    top: 12px;
    z-index: 9;
}	

#woocommerce-product-search-field {
    width: 670px;
	border: 0;
}

.btn.btn-default {
    background-color: #b4b4b4;
    border-radius: 0 50px 50px 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    height: 43px;
    border: 1px solid #b4b4b4;
    color: #000000;
    font-size: 16px;
}
.search-section .navbar-form { margin:0;}
.left-icon-top li{ float:left; display:block;}

.open > .menu-categories-container .dropdown-menu {
    display: block;
}


/*shop now section*/
.shop-now{ padding:50px 0 0;}
.feature-box figure img{ display:inline-block; width:100%;}

.top-picture{ overflow:hidden; position:relative;}
/*.top-picture img{ width:100%;}*/

.overbox {
  background-color:rgba(234,97,8,0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index:9;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width:100%;
  height:100%;
  border-radius:10px;
}

.top-picture:hover .overbox { opacity: 1;}
.top-picture:hover h3{ opacity:0;}

.overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}


.top-picture:hover .title,
.top-picture:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  padding-top:30%;
}
.top-picture h3{ 
	position:absolute; 
	left:0; 
	right:0; 
	top:40%; 
	text-align:left;
	font-size:34px;
	padding-left:15px; 
	color:#fefefe; 
	font-family: 'Open Sans', sans-serif; 
	font-weight:700; 
	color:#fff;
	}

.overtext { text-align:center;}
.overtext h2{ 
	font-size:30px; 
	font-family: 'Open Sans', sans-serif; 
	font-weight:700; 
	color:#fff;
	}
.overtext p{ 
	font-size:14px; 
	font-family: 'Open Sans', sans-serif; 
	color:#fff;
	}	
.overtext a {
    background:#000000;
    color:#fff;
    border-radius: 10px;
    padding:10px 25px;
    margin:5px auto;
    display: inline-block;
    font-weight: 700;
}


/*Future section*/

.title-section h2{ font-size:24px; color:#fe6a08; font-family: 'Open Sans', sans-serif; text-align:center; position:relative; margin:40px 0;}

.title-section h2:before {
    content: "";
    width:43%;
    background: #898989;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
	left:0;
}

.title-section h2:after{
    content: "";
    width:43%;
    background: #898989;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
	right:0;
}


.best-seal a> img{ max-width:100%;}

.feature{ padding:0 0 50px;}
.product-box { background:#ffffff; text-align:left; padding-bottom: 10px;}
.product-iteam { overflow:hidden; position:relative; text-align:center; height:260px;}
.product-box figure h2 { 
	color:#232f3f; 
	font-family: 'Open Sans', sans-serif; 
	font-size:16px; 
	padding:0 15px; 
	margin-top: 0;
	margin-bottom: 15px;
	}
.product-box figure img{ display:inline-block; padding-top:30px;}


.packing-section{ position:relative;}
.bx-wrapper .bx-pager{ display:none;}
.woocommerce .product-box .star-rating {
    float: none;
    margin: 0 auto 20px;
}


/*.top-picture img{ width:100%;}*/
.product-iteam .overbox {
  background-color:rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width:100%;
  height:100%;
}

.product-iteam:hover .overbox { opacity: 1;}

.product-iteam .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.product-iteam .title {
  font-size:14px;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.product-iteam:hover .title,
.product-iteam:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  padding-top:60%;
}
.rating-section{ display:table; width:auto; padding: 0 15px; margin: 0 auto;}
.rating-section ul li{ display:block; float:left; width:auto;}
del span {
    text-decoration:line-through;
	margin-right:5px;
}
span.onsale{
    background-color: #fe6a08;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    line-height: 40px;
}
.rating-section ul li img{ padding-top:15px;}
.rating-section ul li:last-child { text-align:right; font-size:24px; color:#232f3f; font-family: 'Open Sans', sans-serif; font-weight:600; margin-left:5px;}

.product-iteam .overtext ul li{ display:inline-block;}

.product-iteam .overtext ul li a{  background-color:transparent; color:#fe6a08; border:1px solid #333; border-radius:3px;}
.product-iteam .overtext ul li a:hover{  background-color:#fe6a08; color:#fff; border-radius:3px; border:1px solid #fe6a08; }

/*Add section*/
.add-section .container{ background:url(../images/discount-bg.jpg) no-repeat; background-size:cover; padding:25px 50px;}
.add-section .container h3{ color:#fff; font-size:64px; font-family: 'Oswald', sans-serif; font-weight:300;}
.add-section .container h3 span{ color:#f0660c;}
.add-section .container h3 small{ color:#fff; font-size:24px; font-weight:200; font-family: 'Oswald', sans-serif;}
.add-section .container a {
    background-color: #FFF;
    color: #000;
    border-radius: 10px;
    padding: 10px 25px;
    display: block;
    text-align: center;
    margin-top: 50px;
}
.add-section .container a:hover{ background:#f0660c; color:#fff;}

/*New arrival*/
.new-arrival .row{ margin-bottom:30px;}
.new-arrival{ padding-bottom:20px;}


/*categories page*/

.top-page {
    /*padding:15px 0;*/
    margin-bottom: 30px;
	background-color:#f1f1f1;
	background-image: url(../images/banner-1.jpg);
	padding:70px 0;
	background-position:center bottom;
}
.inner-bannre {
    /*padding:15px 0;
    margin-bottom: 30px;*/
	background-color:#f1f1f1;
	background-image: url(../images/banner-1.jpg);
	padding:70px 0;
	background-position:center bottom;
}
.entry-title {
    font-size:18px;
    margin: 10px 0;
    position: relative;
    text-transform: uppercase;
	display:inline-block;
	color: #666;
}

.inner-breadcrumb {
    width: auto;
    float: right;
}
.inner-breadcrumb  {
    display: block;
    color: #fe6a08;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    text-transform: capitalize;
    padding: 10px 0;
}

.product-section .title-section h2 { margin:0;}
.product-inner .product-box{ margin-bottom:30px;}

.inner-breadcrumb a{
	color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    line-height: 30px;
}


.left-side-bar aside{ margin-bottom:30px;}
.widget-title {
    background-color:#fe6a08;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
	margin:0;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 100%;
}
.breadcrumb-title .breadcrumbs .breadcrumbs-container{ color:#F60;}
.breadcrumb-title .breadcrumbs .breadcrumbs-container a { color:#fff; padding-right:10px;}

.product-categories{ background-color:#232f3f; padding:0 15px;}
.product-categories li {
    line-height: 43px;
	width: 100%;
    border-bottom: 1px solid #313f50;
}
.product-categories li a {
    color: #E6F1FF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.product-categories li a:hover{ color:#fe6a08;}
ul.product-categories li span.count {
    color: #9b9b9b;
    float: right;
    font-size: 12px;
}

/*.price_slider_wrapper{ background-color:#232f3f; padding: 20px 0; width:100%; float:left;}*/

.col-details.pro-details{ margin-top:30px; position:relative;}
.price_slider_wrapper {
    background-color: #232f3f;
    padding: 0 0 20px;
    width: 100%;
    float: left;
}
.price_slider_wrapper b{ color:#fff; font-size:12px; padding:0 10px;}
.price_slider_wrapper form {
    padding: 15px 10px;
    width: 100%;
    float: left;
}

.woocommerce .price_slider_amount button.button { color:#333; background-color: #ffffff;}
.woocommerce .price_slider_amount .price_label{ color:#fff;}
.result-count .woocommerce-ordering .orderby {
    border: 1px solid #ccc;
    padding: 3px 5px;
}

.col-details.pro-details .woocommerce-main-image.zoom img {
    height: auto;
    width: 100%;
}

.col-details.pro-details [class*="col-"] .thumbnails a {
    border: 1px solid #999;
    display: inline-block;
    margin-right: 1%;
    padding: 5px;
    width: 25%;
}

.col-details.pro-details [class*="col-"] .thumbnails a img {
    max-width: 100%;
	height: auto;
}

.col-details.pro-details .thumbnails {
	background-color: #fff;
	padding: 10px 10px;
	border-top: 1px dotted #ccc;
}

.col-details.pro-details h2 {
    color: #ec4613;
	font-size:22px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding-bottom: 15px;
}

.col-details.pro-details h4 {
	font-weight: bold;
    text-transform: uppercase;
}

.col-details.pro-details .content-description {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.col-details.pro-details .cart-btn {
    float: left;
}

.col-details.pro-details .quantity {
    float: left;
    margin-right: 15px;
}
.col-details.pro-details .quantity .qty {
    padding: 6px;
    text-align: left;
}

.col-details.pro-details .cart-btn .add-cart-details {
    background: #fe6a08;
    color: #fff;
    display: inline-block;
	font-size:14px;
	line-height:18px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
    padding: 8px 15px;
	border-radius: 4px;
}

.product_meta .btn-default {
    padding: 6px 12px;
    margin-left: 15px;
}

.like {
    background: #fe6a08;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.col-details.pro-details .woocommerce-tabs {
    float: left;
    padding-top: 20px;
}

.col-details.pro-details .woocommerce-tabs ul.tabs li {
    border-color: #fe6a08;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    padding: 8px 16px;
    float: left;
}

.col-details.pro-details .woocommerce-tabs ul.tabs li.active {
    background: #fe6a08;
    border-color: #fe6a08;
	color: #FFF;
}

.col-details.pro-details .woocommerce-tabs ul.tabs li.active a {
    color: #FFF;
}

.col-details.pro-details .woocommerce-tabs .panel {
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 10px 15px;
	width: 100%;
	float: left;
}

.col-details.pro-details h4 {
    margin: 0;
	font-weight:400;
	line-height:24px;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
}

.product_meta {
    float: left;
    width: 100%;
	margin-top:15px;
}

.col-details.pro-details .woocommerce-tabs ul.tabs li a {
    color: #ec4613;
    font-weight:400;
	line-height:24px;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
.col-details.pro-details .cart-btn .add-cart-details .fa {
    padding-left: 5px;
}

.col-details.pro-details h4 .amount {
    margin-right: 380px;
	float:right;
	margin-bottom: 5px;
}
.cart-page { background-color:#fff;}
.cart-page .woocommerce #respond input#submit.alt, 
.cart-page .woocommerce a.button.alt, 
.cart-page .woocommerce button.button.alt, 
.cart-page .woocommerce input.button.alt {
    background-color:#fe6a08;
    color:#fff;
    -webkit-font-smoothing: antialiased;
}

.cart_totals h2{
    font-size: 22px;
    margin-bottom: 20px;
}

.myCheck_out .input-text {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.woocommerce-info {
    border-top-color: #fe6a08;
	color:#666;
}

.woocommerce-info::before {
    color: #000;
}

.woocommerce-info a {
    color: #333;
    text-decoration: none;
}

.payment_method_paypal p {
    color: #333;
}

.woocommerce-message {
    border-top-color: #fe6a08;
}

.woocommerce-message::before { color:#fe6a08;}
.woocommerce-message { color:#333;}
.woocommerce-page .cart-page table.cart td.actions .coupon .input-text {
    width: auto !important;
}

.woocommerce-error li, 
.woocommerce-info li, 
.woocommerce-message li {
    color: #333;
}

.col2-set.addresses .col-1, .col2-set.addresses .col-2 {
    border: 1px dashed #ccc;
    padding: 15px 15px;
	margin-bottom:15px;
} 
.col2-set.addresses .col-1 h3, 
.col2-set.addresses .col-2 h3{ margin-top:0; font-size:18px;}

.woocommerce-thankyou-order-details {
    border: 1px dashed #ccc;
    padding: 15px 15px;
}

.woocommerce h2{ font-size:22px;}

nav.woocommerce-MyAccount-navigation { 
	border: 1px dashed #ccc;
	padding: 15px 0;
	}


.cart-page .header{ padding:10px 0;}
nav.woocommerce-MyAccount-navigation ul li { 
	padding: 8px 10px;
	border-bottom: 1px solid #f1f1f1;
	}
	
nav.woocommerce-MyAccount-navigation ul li:last-child{ border-bottom:none;}
nav.woocommerce-MyAccount-navigation ul li a{ color:#333;}	
nav.woocommerce-MyAccount-navigation ul li.is-active a { color:#fe6a08; font-weight: 600;}
.woocommerce-MyAccount-content {
    border: 1px dashed #ccc;
    padding: 15px 15px;
    margin-bottom: 15px;
}
.star-rating > span {
    color: #fe6a08;
}
.order .woocommerce-Price-amount.amount{ margin-right:10px;}
.woocommerce-ResetPassword.lost_reset_password {
    border: 1px dashed #ccc;
    padding: 15px 15px;
    margin-bottom: 15px;
}




/*Slider Price for Bootstrap*/
 
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider-horizontal{ width:57% !important;}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width:100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}




/*FOOTER*/

.footer {
	background-color:#0f1419;
	padding-top:93px;
}

.footer-top span{ display:inline-block; float:left; width:40px; margin-right:15px;}
.footer-top h3 { font-size:16px; font-family: 'Open Sans', sans-serif; color:#fff; font-weight:400; margin:0;}
.footer-top p { font-size:14px; font-family: 'Open Sans', sans-serif; color:#707070; margin-left:55px;}
span.line{ border:1px solid #898989; display:block; margin:50px auto;}

.about-section h3{ color:#fefefe; font-size:16px; font-family: 'Open Sans', sans-serif; font-weight:500; margin:0; margin-bottom:10px;}
.about-section p{ color:#898989; font-size:12px; font-family: 'Open Sans', sans-serif; font-weight:300;}
.about-section ul.social-icon{ display:inline-block; margin-top:15px;}
.about-section ul.social-icon li{ float:left; display:block; padding:5px 5px;}
ul.social-icon li a .fa{ color:#f9f9fa; font-size:14px;}
ul.social-icon li a{ border:2px solid #f9f9fa; padding:5px 8px;} 
ul.social-icon li a:hover{ background-color:#fe6a08;  border:2px solid #fe6a08; -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}

.address-section h3{ color:#fefefe; font-size:16px; font-family: 'Open Sans', sans-serif; font-weight:500;}
.address-section p{ color:#fff; font-size:14px; font-family: 'Open Sans', sans-serif; font-weight:300; display:flex;}
.address-section span{ display:block; color:#fe6a08; font-size:14px; font-family: 'Open Sans', sans-serif; font-weight:300;}
.address-section span .fa{ color:#fff; padding-right:10px;}
.address-section p .fa{ color:#fff; padding-right:10px;}

.footer-link h3{ font-size:16px; font-family: 'Open Sans', sans-serif; font-weight:600; color:#fff; margin:0; margin-bottom:15px;}
.footer-link ul li a{ font-size:14px; font-family: 'Open Sans', sans-serif; color:#fe6a08;}
.footer-link ul li a:hover{ color:#707070; margin-left:-5px;
 -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.footer-link ul li{ padding:3px 0;}

.news-letter{ background-color:#1d2731; padding:30px 0; margin-top:40px;}
.news-letter h2{ color:#fefefe; font-size:16px; font-family: 'Open Sans', sans-serif; float:left;}
.footer-from{ float:left; width:84%;}
.footer-from .input-group{ width:100%;}
.footer-from .input-group .form-control, .footer-from .input-group .btn-default{ height:40px; font-family: 'Open Sans', sans-serif; font-size:14px; background-color:#283847; border:1px solid #283847;}
.footer-from .input-group .btn-default{ background:#fe6a08; border:1px solid #fe6a08; color:#fff;}
.news-letter ul li{ display:block; float:left; padding:0 5px;}
 

.text-bottom{ padding:10px 0;}
.text-bottom p {  color:#707070; font-size:14px; font-family:'Open Sans', sans-serif; padding:0; font-weight:300; text-align:left; margin:0;}
.text-bottom p span{ float:right; display:inline-block;}
.text-bottom p a { color:#fe6a08; font-size:13px;}

.nav-bar-menu .menu-item a.menu-image-title-after.menu-image-not-hovered img { padding-right:0;}

.product-row {
    display: -webkit-flex; /* Safari */
    -webkit-flex-flow:wrap; /* Safari 6.1+ */
    display: flex;
    /*flex-flow: row-reverse wrap;*/
	flex-wrap: wrap;
}

.product-box figure {
    min-height: 300px;
	text-align:center;
}
.product-box figure h5{ padding:0 15px;}
.product-row .product-box{ margin-bottom:30px;}

.product-row .thumbnail {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
	padding:0;
}

.woocommerce-LoopProduct-link > h4 {
    color: #353535;
    text-align: center;
}

.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}
.product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.woocommerce-Price-amount.amount {
    background: #f1f1f1;
    border-radius: 25px;
    color: #333;
    padding: 8px 10px;
    float: left;
	font-size:14px;
}

.buy-now {
    background: #fe6a08 none repeat scroll 0 0;
    border-radius: 25px;
    color: #ffffff;
    float: right;
    padding: 8px 10px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}


.book-cart .add-pro {
    background: #fe6a08 none repeat scroll 0 0;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    padding: 7px 20px;
}

.book-cart.clearfix {
    padding: 0 15px;
}


.buy-now:hover, .book-cart .add-pro:hover { background-color: #232f3f;}
.woocommerce-billing-fields, .woocommerce-shipping-fields {
    border: 1px dashed #ccc;
    padding: 15px 15px;
}

.col-details.pro-details figure{ background-color:#FFF; padding:10px 10px;}
.add-form, .add-details { background-color:#fff; padding:15px 15px;}

.add-details { background-color:#fff; padding:15px 30px;}

.add-form h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 0 15px;
    margin-bottom: 20px;
	text-transform: uppercase;
	color:#000;
}

.add-details h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
	text-transform: uppercase;
	color:#000;
}

.attachment-shop_single.size-shop_single.wp-post-image.img-responsive {
    height: 180px;
}

.add-details .visit-us {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.add-details .visit-us i{
    display: block;
    float: left;
    padding-right: 10px;
}

.add-form .btn{ background-color:#fe6a08; color:#fff; padding:7px 25px;}
.add-form .btn:hover{ background-color:#333; color:#fff;}
.woocommerce-MyAccount-content input{ 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius:4px;
	}

.woocommerce span.onsale{ z-index:1; background-color:#fe6a08; color:#fff;}
.book-cart.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-pro {
    margin-top: 1px;
}

/*----------media css--------------*/


@media screen and (min-width:992px) and (max-width:1119px) {
.slider .carousel-caption {
	left: 10%;
	right: 10%;
}
.banner-slider .item .carousel-caption {
	right: 30%;
}
.banner-slider .carousel-caption h1 {
	font-size: 36px;
	line-height: 40px;
}
}

@media screen and (max-width:991px) {
}

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

.slider-nav-section .navbar-inverse .navbar-nav > li > a{ font-size:11px; padding: 5px 12px;}	
.item .carousel-caption{ width:auto;}
.left-icon-top li {
    padding: 0 15px;
}
.card-section-top{ padding: 7px 5px; border-radius: 10px;}
.card-section-top span.card-icon { padding: 3px 0 0 0px; font-size:14px;}
.card-section-top span.card-icon .fa{ padding-right: 2px;}
.card-section-top span.add-card{ padding: 2px 8px;}
.slider-nav-section .navbar-inverse .navbar-nav > li{ padding: 0 2px;}
.title-section h2::after, .title-section h2::before{ width:35%;}
.about-section ul.social-icon li{ padding: 5px 3px;}
.footer-from { width: 75%;}
.news-letter ul li{ width:19%; padding-top: 15px;}
.address-section span { font-size:12px;}
.top-picture:hover .title,
.top-picture:focus .title {
  padding-top:10%;
}




.carousel-caption .btn-slider {
    margin-top: 15px;
}	
.carousel-caption h2 {
	font-size:40px;
	line-height:40px;
	margin-bottom:0;
}
.item .carousel-caption {
	right:0;
	padding-bottom:30px;
	bottom:75px;
	left:5%;
}
.carousel-caption p {
	font-size: 14px;
	line-height:18px;
	padding:10px 0;;
}


.bx-wrapper .bx-next{ right:0 !important;}
.bx-wrapper .bx-prev {
    left: 15px !important;
}
.top-picture h3{ font-size:24px;}
.col-details.pro-details h4 .amount {
    margin-right: auto;
}

.widget-title { font-size: 14px;}
#woocommerce-product-search-field{ width:auto;}

}

@media screen and (max-width:767px) {

.top-picture h3{ font-size:20px;}

.top-picture:hover .title,
.top-picture:focus .title {
  padding-top:5%;
}
.feature-box{ margin-bottom:15px;}
.overtext h2{ font-size:16px;}
.add-section .container h3{ font-size:14px;}
.title-section h2::before, .title-section h2::after{ width:25%;}
.product-box{ margin-bottom:15px;}
.news-letter ul li{ width:19%}
.bx-wrapper .bx-prev { left:10px !important;}
.bx-wrapper .bx-next { right:0 !important;}
.about-section{ margin-bottom:20px;}
span.line { margin: 20px auto;}
.footer { padding-top: 30px;}
.footer-link h3{ margin: 25px 0 10px;}
	
header .navbar-brand {
	padding: 15px 15px 55px;
}

.caption p {
	padding: 0px 0 20px;
	
}
.caption h1 {
	font-size:12px;
	line-height:14px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.carousel-caption p {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0 20px;
}
.item .carousel-caption {
	padding-bottom: 20px;
	bottom: 10px;
	width: 90%;
}

.nav-bar-menu{ margin-left:-15px; margin-right:-15px;}

.banner-slider .carousel-indicators {
    right: 3%;
    width: 20%;
}
.navbar-inverse .navbar-toggle .icon-bar{ background-color:#fe6a08;}
.slider-nav-section .navbar-inverse .navbar-nav > li{ padding:10px 15px;}
.slider-nav-section .navbar-inverse .navbar-nav > li a{ color:#fff;}
.slider-nav-section .navbar-inverse{ padding:0;}
.dropdown_category{ padding-left:15px;}
.col-details.pro-details h4 .amount {
    margin-right: auto;
}

}

@media screen and (min-width:481px) and (max-width:767px) {
	
.logo{ text-align:center;}	
.logo a img{ display:inline-block;}
	
.nav-bar-menu .navbar-collapse {
	position: absolute;
	background: #000;
	width: 100%;
}
.item .carousel-caption {
	right: 20%;
	left:0;
	padding-bottom: 30px;
	bottom: 10px;
}
.carousel-caption h2{ font-size: 50px; line-height: 93px;}
.item .carousel-caption img {
    display: none;
}
.carousel-caption p {
    font-size: 12px;
    line-height: 14px;
    padding:0;
}
.carousel-caption .btn-slider{ margin-top: 15px;}
.line-border{ display:none;}
.search-section .navbar-form .input-group{ /*display:table;*/}
.mobile-picture{ display:none;}
.slider-nav-section .navbar-inverse .navbar-nav > li.sign-up-bg a, .fixed-nav .navbar-default .navbar-nav > li.sign-up-bg a{ display: inline-table; margin-left:15px;
margin-bottom:15px;}
.search-section{ z-index:9;}
.nav-bar-section{ padding: 5px 0;}
.navbar-brand { height: auto; padding: 5px 15px;}
.navbar-form{ box-shadow:none;}

.feature-box{ margin-bottom:15px;}
.left-icon-top li {
    padding: 0 15px;
}
.search-section .navbar-form {
    margin: 0;
    padding-left: 0;
    float: right;

}
#woocommerce-product-search-field{ width:auto;}
}

@media screen and (min-width:550px) and (max-width:700px) {

	.carousel-caption{ display:none;}
	}

@media screen and (max-width:480px) {
	
.logo{ text-align:center;}	
.logo a img{ display:inline-block;}
.nav-search-section{ padding:15px 0 30px;}
.text-bottom p{ text-align:center; font-size:12px;}
.text-bottom p span{ float:none;}
.right-icon-top{ margin-top:0;}
.footer-link h3{ font-size: 13px; margin: 25px 0 10px; font-weight:700;}
.about-section{ margin-bottom:20px;}
span.line { margin: 20px auto;}
.footer {
    padding-top: 30px;
}


.bx-wrapper .bx-prev { left:10px !important;}
.bx-wrapper .bx-next { right:0 !important;}


.carousel-caption {
	display: none;
}

.nav-bar-menu .navbar-collapse {
	position: absolute;
	background: #000;
	width: 100%;
}

.btn-slider a {
	font-size: 12px;
}
.banner-slider .carousel-indicators {
	bottom: 25%
}
header .navbar-brand {
    padding: 0px 15px 55px;
}

.navbar-inverse .navbar-toggle {
    border-color:transparent;
	margin-top:7px;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
    width: 60%;
	padding: 0px 20px 0px;
	height:auto;
}

.search-section .navbar-form .input-group { /* width:90%; display:table;*/ }
#woocommerce-product-search-field{ width:auto;}
.search-section .search-field { height: 40px;}

/*.search-section .navbar-form .input-group{ bottom:80px;}*/
.search-left-icon { 
	top: 15px;
	width: 15px;
	}
.search-section .navbar-form .input-group .form-control, .search-section .navbar-form .input-group .input-group-btn .btn-default { 
	height:40px;
	padding: 6px 5px 6px 30px;
	font-size: 12px;
	}
.slider-nav-section .navbar-inverse .navbar-nav > li.sign-up-bg a, .fixed-nav .navbar-default .navbar-nav > li.sign-up-bg a { 
	display: inline-table; 
	margin-left:15px;
	margin-bottom:15px;
	}
.search-section .navbar-form .input-group .input-group-btn .btn-default{ 
	padding-left: 15px;
	padding-right: 15px;
}	
.navbar-brand { height: auto; padding: 5px 15px;}
.navbar-wrapper { top: -12px;}

.footer-nav ul li a{ font-size: 12px;}
.footer-nav ul li { padding: 20px 6px;}


.left-icon-top li{ padding: 0 8px;}
.navbar-form { box-shadow:none; padding-left: 0;}
.left-icon-top li span{ font-size:12px;}
.feature{ display:none;}
.news-letter h2{ padding-right: 15px;
				 padding-top: 10px;
				 font-size:12px;
				 }

}

@media screen and (max-width:470px) {
	
	.top-bar{ display:flex;}
	.right-icon-top {
    margin-top:15px;
}

	
}

