

/*--- Bootstrap.CSS ---*/
 @import url("bootstrap.min.css");
/*--- Hover-Dropdown-Menu.CSS ---*/
@import url("../plugins/megamenu/css/hover-dropdown-menu.css");
/*--- Owl-Carousel.Css ---*/
@import url("../plugins/owl-carousel/css/owl.carousel.min.css");
@import url("../plugins/owl-carousel/css/owl.theme.default.css");
/*--- Font-Awesome.Css ---*/
@import url("../plugins/font-awesome/css/font-awesome.css");
@import url("../plugins/font-awesome/css/font-awesome.min.css");
/*--- Hover.Css ---*/
@import url("../plugins/hover/css/hover.css");
/*--- Jquery-UI.Css ---*/
@import url("../plugins/jquery-ui/css/jquery-ui.css");
/*--- Fancybox.Css ---*/
@import url("../plugins/fancybox/css/jquery.fancybox.css");
@import url("../plugins/jquery-bxslider/css/jquery.bxslider.css");
 
/* STYLE CSS */
/*
==========================

==========================
2 Body
==========================
*/

body {
    font-family: 'Montserrat',sans-serif
    font-size: 16px;
    line-height: 1.8em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
/*
==========================
3 Default Css
==========================
*/
/* 3.1 Reset Style */

img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color: inherit;
}
p,
em {
    font-: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 500;
    margin: 0px;
    background: none;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.small-text-center {
    text-align: center;
}
/* 3.2 Form Inputs */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 0 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    height: 50px;
    font-size: 14px;
}
textarea {
    padding: 0 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    resize: none;
    font-size: 14px;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check {
    border: 5px solid #FFFFFF;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    visibility: hidden;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check::before {
    visibility: visible;
}
input[type=radio]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check {
    border: 2px solid;
}
input[type=checkbox]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check:before {
    opacity: 1;
}
ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
label {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}
select::-moz-placeholder,
select::-webkit-input-placeholder,
select:-ms-input-placeholder,
select:-moz-placeholder {
    color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #000;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
.positionR {
    position: relative;
}
.positionS {
    position: static;
}
.positionA {
    position: absolute;
}
.bagB {
    background: black;
}
.bagW {
    background: White;
}
.border-box {
    border: 1px solid lightgray;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
ul li {
    font-size: 16px;
}
span {
    font-size: 16px;
    font-size: inherit;
}
.clear {
    clear: both;
}
.grey-bg {
    background: #f5f6f0;
    color: #000;
}
.color-gray {
    color: #777;
}
/* 3.3 Button Style */

.itg-button {
    margin: 0 20px 20px 0;
    padding: 5px 30px;
    background: #f5f6f0;
    border: 0;
    color: #000;
    position: relative;
    outline: none;
    display: inline-block;
    text-transform: capitalize;
}
.itg-button span {
    font-size: 16px;
}
.itg-button span {
    font-size: 16px;
    font-weight: 400;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.itg-button:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #777;
    position: absolute;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.itg-button:hover:after {
    height: 100%;
    color: #fff;
    z-index: 1;
}
.itg-button:hover span {
    color: #fff;
}
.itg-button-1 {
    padding: 8px 25px;
    background: #202020;
    text-transform: capitalize;
    position: relative;
    DISPLAY: inline-block;
    margin: 0 20px;
    font-weight: 500;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a.itg-button-2 {
    padding: 10px 25px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    float: left;
    font-size: 14px;
    background-color: #202020;
}
/* 3.4 Padding Style */

.pad0 {
    padding: 0px;
}
.pad5 {
    padding: 5px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad30 {
    padding: 30px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}
.padTB0 {
    padding: 0px 0;
}
.padTB5 {
    padding: 5px 0;
}
.padTB10 {
    padding: 10px 0;
}
.padTB15 {
    padding: 15px 0;
}
.padTB20 {
    padding: 20px 0;
}
.padTB30 {
    padding: 30px 0;
}
.padTB40 {
    padding: 40px 0;
}
.padTB50 {
    padding: 50px 0;
}
.padTB60 {
    padding: 60px 0;
}
.padTB70 {
    padding: 70px 0;
}
.padTB80 {
    padding: 80px 0;
}
.padTB90 {
    padding: 90px 0;
}
.padTB100 {
    padding: 100px 0;
}
.padT0 {
    padding-top: 0px;
}
.padT5 {
    padding-top: 5px;
}
.padT10 {
    padding-top: 10px;
}
.padT15 {
    padding-top: 15px;
}
.padT20 {
    padding-top: 20px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.padT50 {
    padding-top: 50px;
}
.padT60 {
    padding-top: 60px;
}
.padT70 {
    padding-top: 70px;
}
.padT80 {
    padding-top: 80px;
}
.padT90 {
    padding-top: 90px;
}
.padT100 {
    padding-top: 100px;
}
.padB0 {
    padding-bottom: 0px;
}
.padB5 {
    padding-bottom: 5px;
}
.padB10 {
    padding-bottom: 10px;
}
.padB20 {
    padding-bottom: 20px;
}
.padB30 {
    padding-bottom: 30px;
}
.padB40 {
    padding-bottom: 40px;
}
.padB50 {
    padding-bottom: 50px;
}
.padB60 {
    padding-bottom: 60px;
}
.padB70 {
    padding-bottom: 70px;
}
.padB80 {
    padding-bottom: 80px;
}
.padB90 {
    padding-bottom: 90px;
}
.padB100 {
    padding-bottom: 100px;
}
.padL0 {
    padding-left: 0px;
}
.padL5 {
    padding-left: 5px;
}
.padL10 {
    padding-left: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padL30 {
    padding-left: 30px;
}
.padL40 {
    padding-left: 40px;
}
.padL50 {
    padding-left: 50px;
}
.padL60 {
    padding-left: 60px;
}
.padL70 {
    padding-left: 70px;
}
.padL75 {
    padding-left: 75px;
}
.padL80 {
    padding-left: 80px;
}
.padL85 {
    padding-left: 85px;
}
.padL90 {
    padding-left: 90px;
}
.padL100 {
    padding-left: 100px;
}
.padLR0 {
    padding-left: 0px;
}
.padLR5 {
    padding-left: 5px;
}
.padLR10 {
    padding-left: 10px;
}
.padLR20 {
    padding-left: 20px;
}
.padLR30 {
    padding-left: 30px;
}
.padLR40 {
    padding-left: 40px;
}
.padLR50 {
    padding-left: 50px;
}
.padLR60 {
    padding-left: 60px;
}
.padLR70 {
    padding-left: 70px;
}
.padLR80 {
    padding-left: 80px;
}
.padLR90 {
    padding-left: 90px;
}
.padLR100 {
    padding-left: 100px;
}
.padR0 {
    padding-right: 0px;
}
.padR5 {
    padding-right: 5px;
}
.padR10 {
    padding-right: 10px;
}
.padR20 {
    padding-right: 20px;
}
.padR30 {
    padding-right: 30px;
}
.padR40 {
    padding-right: 40px;
}
.padR50 {
    padding-right: 50px;
}
.padR60 {
    padding-right: 60px;
}
.padR70 {
    padding-right: 70px;
}
.padR80 {
    padding-right: 80px;
}
.padR90 {
    padding-right: 90px;
}
.padR100 {
    padding-right: 100px;
}
/* 3.5 Margin Style */

.mar0 {
    margin: 0px;
}
.mar5 {
    margin: 5px;
}
.mar10 {
    margin: 10px;
}
.mar15 {
    margin: 15px;
}
.mar20 {
    margin: 20px;
}
.mar30 {
    margin: 30px;
}
.mar40 {
    margin: 40px;
}
.mar50 {
    margin: 50px;
}
.mar60 {
    margin: 60px;
}
.mar70 {
    margin: 70px;
}
.mar80 {
    margin: 80px;
}
.mar90 {
    margin: 90px;
}
.mar100 {
    margin: 100px;
}
.marT0 {
    margin-top: 0px;
}
.marT5 {
    margin-top: 5px;
}
.marT10 {
    margin-top: 10px;
}
.marT15 {
    margin-top: 15px;
}
.marT20 {
    margin-top: 20px;
}
.marT30 {
    margin-top: 30px;
}
.marT40 {
    margin-top: 40px;
}
.marT50 {
    margin-top: 50px;
}
.marT60 {
    margin-top: 60px;
}
.marT70 {
    margin-top: 70px;
}
.marT80 {
    margin-top: 80px;
}
.marT90 {
    margin-top: 90px;
}
.marT100 {
    margin-top: 100px;
}
.marB0 {
    margin-bottom: 0px;
}
.marB5 {
    margin-bottom: 5px;
}
.marB10 {
    margin-bottom: 10px;
}
.marB20 {
    margin-bottom: 20px;
}
.marB30 {
    margin-bottom: 30px;
}
.marB40 {
    margin-bottom: 40px;
}
.marB50 {
    margin-bottom: 50px;
}
.marB60 {
    margin-bottom: 60px;
}
.marB70 {
    margin-bottom: 70px;
}
.marB80 {
    margin-bottom: 80px;
}
.marB90 {
    margin-bottom: 90px;
}
.marB100 {
    margin-bottom: 100px;
}
.marL0 {
    margin-left: 0px;
}
.marL5 {
    margin-left: 5px;
}
.marL10 {
    margin-left: 10px;
}
.marL20 {
    margin-left: 20px;
}
.marL30 {
    margin-left: 30px;
}
.marL40 {
    margin-left: 40px;
}
.marL50 {
    margin-left: 50px;
}
.marL60 {
    margin-left: 60px;
}
.marL70 {
    margin-left: 70px;
}
.marL80 {
    margin-left: 80px;
}
.marL90 {
    margin-left: 90px;
}
.marL100 {
    margin-left: 100px;
}
.marR0 {
    margin-right: 0px;
}
.marR5 {
    margin-right: 5px;
}
.marR9 {
    margin-right: 9px;
}
.marR10 {
    margin-right: 10px;
}
.marR20 {
    margin-right: 20px;
}
.marR30 {
    margin-right: 30px;
}
.marR40 {
    margin-right: 40px;
}
.marR50 {
    margin-right: 50px;
}
.marR60 {
    margin-right: 60px;
}
.marR70 {
    margin-right: 70px;
}
.marR80 {
    margin-right: 80px;
}
.marR90 {
    margin-right: 90px;
}
.marR100 {
    margin-right: 100px;
}
/*
==========================
4 Header-Style
==========================
*/

.site-header {
    position: relative;
    float: left;
    width: 100%;
	/*margin-top:10px;*/
}
.top-sec {
    position: relative;
    float: left;
    width: 100%;
    z-index: 35;
    border-bottom: 2px solid #e9e9e9;
}
.top-left-sec {
    position: relative;
    float: left;
	color:#000;
	padding-top:0px;
}
ul.top-list {
    position: relative;
    float: left;
    top: 2px;
}
.top-right-sec {
    position: relative;
    float: right;
}
ul.top-list li {
    position: relative;
    float: left;
    padding: 0 10px;
    font-size: 14px;
    text-transform: capitalize;
    /*padding: 15px 25px;*/
}
ul.top-list li:first-child {
    padding-left: 0;
}
.top-right-sec ul.top-list li {
    border-right: 1px solid #e9e9e9;
    text-align: center;
}
.top-right-sec ul.top-list li select {
    padding: 0 0px;
    border: 0;
    border: none;
    height: 26px;
    font-size: 14px;
}
.pimg p {
    position: relative;
    margin-bottom: 0;
    top: 9px;
    float: left;
    text-align: center;
}
sub.down {
    bottom: 0.75em;
    font-size: 14px;
    background-color: #ededed;
    padding: 4px 8px;
    border-radius: 100%;
    left: -10px;
}
.navbar-nav {
    float: none;
}
.navbar-collapse.collapse {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
	padding:0px;
}
ul.nav.navbar-nav.sm {
    float: left;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.navbar.navbar-default.theme-bg {
    position: relative;
    padding:0px 0;
    float: left;
    width: 100%;
}
li.left-side a i {
    padding: 3px 0;
}
ul.top-ico {
    position: relative;
    float: right;
    display: inline-block;
}
ul.top-ico li {
    position: relative;
    padding: 0 5px;
    float: left;
}
.homesec {
    padding: 20px;
    position: relative;
    float: left;
    width: 100%;
}
.dropdown-menu .sm-nowrap {
    width: auto;
    display: block;
    top: auto;
    left: 0px;
    margin-left: -709.359px;
    margin-top: 0px;
    z-index: 1003;
    min-width: 200px;
    max-width: 400px;
}
li.mega-menu i {
    font-size: 19px;
}
.mega-menu .dropdown-menu {
    top: 74px !important;
}
.dropdown-menu {
    top: 35px !important;
}
.navbar-default .navbar-nav .dropdown-menu>li>a {
    padding: 10px 12px;
}
a.has-submenu i {
    font-size: 16px;
	float:right;
}
.navbar-header {
    position: relative;
    float: left;
}
.dropdown-menu {
    background-color: #fff;
}
ul.dropdown-menu.sm-nowrap li a:hover {
    color: #fff;
}
.page-links div a:hover {
    color: #fff;
}
.top-search {
    position: relative;
    float: left;
    width: 100%;
    visibility: hidden;
    height: 0px;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
input.form-control {
    height: 40px;
    width: 100%;
}
.input-group {
    position: absolute;
    display: table;
    border-collapse: separate;
    padding: 10px 100px;
}
span.input-group-addon {
    font-size: 16px;
    background-color: #f5f5f7;
}
.search-part {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.insta-sec h3,
.service-form h3,
.team-member-sec h3,
.faq-page h3,
.arrival-sec h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.serch-open {
    visibility: visible;
    height: auto;
    opacity: 1;
	z-index:90;
}
.page-links {
    position: relative;
    float: left;
    width: 100%;
}
.shop-sec.shop-bg p {
    color: #fff;
}
.modal-content {
    position: relative;
    float: left;
    width: 100%;
}
button.close {
    z-index: 1;
    position: relative;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 20px;
    right: 26px;
    font-size: 30px;
    color: #000;
    opacity: 1;
    outline: none;
}
.modal.in .modal-dialog {
    display: table;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    position: relative;
    text-align: center;
    font-size: 24px;
    text-transform: capitalize;
}
.modal-body p {
    text-align: center;
    margin: 10px 30px;
}
.form-group input {
    position: relative;
    float: left;
    width: 70%;
    margin: 0;
}
.form-group {
    margin-bottom: 0;
}
button.btn.btn-primary {
    margin-left: 20px;
    width: 26%;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    outline: none;
    border: 0;
    height: 40px;
    border-radius: inherit;
}
.modal-body form {
    position: relative;
    float: left;
    margin: 10px 0 20px;
}
.modal-body {
    position: relative;
    padding: 60px 15px;
    float: left;
}
header {
    /* // set animation */    
    z-index: 35;
    position: relative;
    float: left;
    width: 100%;
}
header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    visibility: visible;
    background-color: #fff;
    box-shadow: 0px 7px 12px 1px rgba(0, 0, 0, 0.175);
    opacity: 1;
}
div#search1 {
    position: relative;
    float: left;
    width: 100%;
    display: none;
}
div#search1 {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 600px;
    height: 100%;
    opacity: 0.4;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
.search-for-text {
    float: left;
    width: 100%;
    padding: 136px 30px;
    margin: 0 auto;
    text-align: center;
}
#search1.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
}
#search1 .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 15px;
}
#search1 .close:hover {
    cursor: pointer;
}
span.close:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
}
p.search-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 22px;
}
.search-list span {
    color: #fff;
    float: left;
    border: 1px solid;
    margin: 3px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.search-for-text p {
    position: relative;
    float: left;
}
.search-for-text img {
    position: relative;
    float: left;
    width: 100%;
    margin: 40px 0px;
}
ul.social-icon {
    text-align: center;
    float: none;
    position: relative;
    display: inline-block;
}
ul.social-icon li {
    margin-right: 20px;
    font-size: 20px;
    display: inline-block;
    color: #c2c2c2;
}
.search-for-text h4 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin: 0 0 15px;
}
#fade-in {
    height: 150px;
    width: 1px;
    opacity: 0;
    transition: all .75s ease;
}
#fade-in.show {
    opacity: 1;
    height: 150px;
    width: 500px;
}
/*
==========================
5 Main Slider
==========================
*/

.slidersec {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.main-legging {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    z-index: 34;
}
.slidersec figure img {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.slidersec figure figcaption {
    position: absolute;
    float: left;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -85.5px;
    opacity: 0;
    z-index: 1;
}
figcaption.slider-text h2 {
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
}
figcaption.slider-text h3 {
    text-transform: capitalize;
    font-weight: 500;
}
a.slider-btn {
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0;
}
.slidersec .owl-item.active.center .slider-text {
    opacity: 1;
}
.slidersec .owl-item.active.center figure:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.4;
}
.slidersec figure:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #000;
}
.slidersec .owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 60px;
    background: transparent;
    float: none;
    top: 50%;
    position: absolute;
    margin-top: -34px;
}
.slidersec .owl-theme .owl-nav {
    margin-top: 0;
}
.slidersec .owl-prev {
    left: 20%;
}
.slidersec .owl-next {
    right: 20%;
}
/*
==========================
6 Shop-Style
==========================
*/

.shop-sec {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0 50px;
}
.shop-index {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
.shop-sec p {
    text-transform: uppercase;
    background-color: #f5f5f7;
    padding: 20px 0;
    margin: 0;
}
.shop-images {
    position: relative;
    float: left;
    width: 100%;
}
.brand-img {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0;
    border-bottom: 2px solid #e9e9e9;
}
.brand-img .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    text-align: center;
}
.shop_content {
    position: absolute;
    top: 50%;
    margin-top: -61.5px;
    width: 100%;
}
.shop_content a.slider-btn {
    opacity: 0;
	margin:0;
}
/*
==========================
7 Product-Style
==========================
*/

.product-sec {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    z-index: 36;
}
.product-sec h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.product-detail {
    position: relative;
    float: left;
    width: 100%;
}
.product-img figure img {
    width: 100%;
}
.product-img {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 15px 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.product-img figure img {
    border-bottom: 2px solid #e9e9e9;
}
ul.product-icon {
    text-align: center;
}
ul.product-icon li {
    display: inline-block;
}
a.square {
    border: 1px solid;
    font-size: 18px;
    padding: 8px 7px;
    float: left;
    margin-left: 15px;
    text-align: center;
    height: 45px;
    width: 45px;
}
figure.product-overlay {
    position: relative;
    float: left;
    width: 100%;
}
figure.product-overlay:before {
    position: absolute;
    background-color: #fff;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}
span.vertical {
    background-color: #f91f1f;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px 4px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 7px;
    line-height: normal;
    right: -16px;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.product-img figcaption ul {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.product-img .product-sample h5 {
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
}
.product-img .product-sample {
    position: relative;
    float: left;
    padding: 20px 0 0;
    width: 100%;
}
.product-img .product-sample p {
    font-weight: 600;
    letter-spacing: 1px;
}
.product-img .product-sample p del {
    color: #777777;
}
.product-img .product-sample ul {
    float: left;
    text-align: right;
    width: 100%;
}
.product-img .product-sample ul li {
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    top: -4px;
}
ul.product-color-three li:first-child,
ul.product-color-one li:first-child {
    background-color: #000000;
}
ul.product-color-eight li:nth-child(2),
ul.product-color-nine li:nth-child(2),
ul.product-color-five li:nth-child(2),
ul.product-color-one li:nth-child(2) {
    background-color: #cbdac5;
}
ul.product-color-six li:nth-child(2),
ul.product-color-nine li:nth-child(3),
ul.product-color-eight li:nth-child(3),
ul.product-color-five li:nth-child(3),
ul.product-color-seven li:nth-child(3),
ul.product-color-three li:nth-child(3),
ul.product-color-two li:last-child,
ul.product-color-four li:last-child,
ul.product-color-one li:nth-child(3) {
    background-color: #777777;
}
ul.product-color-seven li:nth-child(2),
ul.product-color-three li:nth-child(2) {
    background-color: #77604e;
}
ul.product-color-two li:first-child {
    background-color: #b23a43;
}
ul.product-color-four li:first-child {
    background-color: #196692;
}
ul.product-color-five li:first-child {
    background-color: #ed8977;
}
ul.product-color-six li:first-child {
    background-color: #841e2c;
}
ul.product-color-seven li:first-child {
    background-color: #bbcdb3;
}
ul.product-color-nine li:first-child {
    background-color: #fdf0d0;
}
ul.product-color-eight li:first-child {
    background-color: #dc777d;
}
.product-img:hover {
    background-color: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
}
.product-img:hover figcaption ul,
.product-img:hover span.vertical {
    opacity: 1;
}
.product-img:hover figure.product-overlay:before {
    opacity: 0.7;
}
.product-list:nth-child(4n+5) {
    clear: both;
}
a.product-btn {
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    background-color: #464646;
}
.arrival-sec {
    position: relative;
    float: left;
    width: 100%;
}
.banner-sec {
    position: relative;
    float: left;
    width: 100%;
    background-image: url('../img/banner_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 36;
}
.banner-text {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0;
}
.banner-text h2 {
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 600;
}
.banner-text h3 {
    text-transform: capitalize;
    font-size: 29px;
    margin-bottom: 10px;
}
.product-timer,
.product-lookbook,
.product-sale {
    position: relative;
    float: left;
    width: 100%;
}
.our-sale {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    z-index: 36;
}
.product-timer figure img,
.product-lookbook figure img,
.product-sale figure img {
    position: relative;
    float: left;
    width: 100%;
}
.product-sale figcaption {
    position: absolute;
    float: left;
    width: 100%;
    text-align: center;
    color: #464646;
    top: 15%;
}
.product-sale figcaption p {
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-sale figcaption h2 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.product-lookbook figcaption h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product-lookbook figcaption h2 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.product-lookbook figcaption p {
    text-transform: capitalize;
    margin-bottom: 0;
}
.product-lookbook figcaption {
    position: absolute;
    float: left;
    width: 100%;
    bottom: 40px;
    left: 10%;
}
figcaption.product-sample {
    text-align: center;
    position: absolute;
    background-color: #ffffffa1;
    bottom: 0;
    padding: 30px 26px 20px;
    margin: 30px;
}
div#demo-product {
    position: relative;
    float: left;
    width: 100%;
}
#demo-product .timer {
    position: relative;
    float: left;
    width: 100%;
    font-size: 18px;
    z-index: 1;
    border-radius: 100%;
    color: #fff;
    padding: 17px 19px;
    text-align: center;
    width: 60px;
    height: 60px;
}
#demo-product span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: capitalize;
    z-index: 9;
    left: 10px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 12px;
}
.women-collection {
    position: relative;
    float: left;
    width: 100%;
}
.women-collection h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.women-collection figure {
    position: relative;
}
.women-collection figure img {
    width: 100%;
}
.women-collection figure figcaption {
    position: absolute;
    top: 50%;
    max-width: 515px;
    margin-top: -89px;
    margin-left: 40px;
}
.women-collection figure figcaption h2 {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 5px 0;
}
.women-collection figure figcaption h3 {
    text-transform: capitalize;
    font-weight: 600;
}
.list-product {
    position: relative;
    float: left;
    width: 100%;
}
.list-product label {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    float: left;
}
.list-product select {
    position: relative;
    float: left;
    width: 200px;
    border: 0;
    background-color: #f5f5f7;
    height: 38px;
    margin: 0 20px;
    padding: 0 15px;
    letter-spacing: 1px;
}
ul.col-2,
ul.col-3,
ul.col-4 {
    position: relative;
    float: left;
    width: auto;
    border: 1px solid;
    margin: 0 5px;
}
ul.col-4 li,
ul.col-3 li,
ul.col-2 li {
    color: red;
    height: 25px;
    width: 12px;
    background-color: #878787;
    float: left;
    margin: 3px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.col-list {
    position: relative;
    float: right;
}
a.square.sqr {
    padding: 5px 10px;
}
.collection-img figure img {
    width: 100%;
}
.hide-field,
.address-sec,
#col-4-img,
#col-3-img {
    display: none;
}
.collection-img {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
ul.collection-icon {
    text-align: center;
}
ul.collection-icon li {
    display: inline-block;
}
figure.collection-overlay {
    position: relative;
    float: left;
    width: 100%;
}
figure.collection-overlay:before {
    position: absolute;
    background-color: #fff;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}
.collection-img figcaption ul {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.collection-img .collection-sample h5 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
}
.collection-img .collection-sample {
    position: relative;
    float: left;
    padding: 20px 0 0;
    text-align: center;
    width: 100%;
}
.collection-img .collection-sample p {
    font-weight: 600;
    letter-spacing: 1px;
}
.collection-img .collection-sample p del {
    color: #777777;
}
.collection-img .collection-sample ul {
    float: left;
    text-align: right;
    width: 100%;
}
.collection-img .collection-sample ul li {
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    top: 4px;
    margin-left: 7px;
}
.collection-img:hover figcaption ul {
    opacity: 1;
}
.collection-img:hover figure.collection-overlay:before {
    opacity: 0.5;
}
.product-page {
    float: left;
    width: 100%;
    background-color: #fff;
}
.vertical-slider {
    float: left;
    width: 100%;
    position: relative;
}
.vertical-slider img {
    width: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.vertical-slider .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 solid;
    margin: 0;
}
.vertical-slider a.bx-next,
.vertical-slider a.bx-prev {
    position: absolute;
    width: 100%;
    height: 40px;
    float: left;
    background: #000;
    text-indent: 0;
    z-index: 1;
    font-size: 0;
    outline: 0;
    left: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.vertical-slider a.bx-prev {
    top: -16%;
    text-align: center;
}
.vertical-slider a.bx-next {
    top: 114%;
    text-align: center;
}
.vertical-slider a.bx-prev:before {
    content: "\f106";
    color: #fff;
    font: normal normal normal 43px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    line-height: 35px;
    font-size: 30px;
}
.vertical-slider a.bx-next:before {
    content: "\f107";
    color: #fff;
    font: normal normal normal 43px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    line-height: 40px;
    font-size: 30px;
}
.horizontal-slider-product {
    float: left;
    width: 100%;
    position: relative;
}
.horizontal-slider-product .owl-theme .owl-nav [class*='owl-'] {
    border-radius: 0;
    width: 35px;
    height: 35px;
}
.product-page-head h2 {
    color: #000;
}
.product-page-head p {
    color: #000;
}
.product-page-image img {
    width: 100%;
}
.product-page-image {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
}
.product-page-heading {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}
.product-page-heading h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2bab9f;
    font-family: century gothic;
}
.product-rating {
    float: left;
    width: 100%;
}
.product-rating ul {
    float: left;
    width: 100%;
}
.product-rating ul li {
    float: left;
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    text-transform: capitalize;
    color: #808080;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.product-rating ul li:first-child a {
    margin-left: 0;
    color: #000;
}
.product-page-heading p {
    float: left;
    width: 100%;
}
.product-page-heading p span {
    font-size: 14px;
    text-transform: capitalize;
}
ul.product-color {
    float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 13px;
}
ul.product-color li {
    float: left;
    display: inline-block;
    line-height: 10px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
ul.product-color li a {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 100%;
}
.bx-viewport {
    -webkit-transform: translatez(0);
    height: 400px!important;
}
ul.product-color li:first-child a {
    background-color: #e46a69;
}
ul.product-color li:nth-child(2) a {
    background-color: #ffc742;
}
ul.product-color li:nth-child(3) a {
    background-color: #21c2f8;
}
ul.product-color li:last-child a {
    background-color: #aad260;
}
.select-size {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.select-size select {
    background: #f7f7f7;
    border-color: #f7f7f7;
    height: 35px;
    text-transform: capitalize;
}
.incress-button {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.incress-button ul {
    float: left;
    width: 100%;
}
.incress-button ul li {
    float: left;
    display: inline-block;
}
.incress-button ul li button {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    outline: none;
    color: #000;
    width: 30px;
    height: 30px;
}
.incress-button ul li:nth-child(2) input {
    width: 70px;
    height: 30px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    background: #f7f7f7;
    border-color: #f7f7f7;
}
.add-to-cart,
.like-it {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.add-to-cart a,
.like-it a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.product-style {
    float: left;
    width: 100%;
    position: relative;
}
.add-to-cart {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.product-ability {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.product-ability p {
    text-transform: uppercase;
    color: #343434;
    font-weight: 500;
    line-height: 22px;
}
.product-ability p span {
    font-size: 14px;
    color: #313131;
    font-weight: 400;
}
ul.product-social-icon {
    float: left;
    width: 100%;
	    padding-left: 70px;
    padding-top: 20px;
}
ul.product-social-icon li {
    float: left;
    display: inline-block;
    margin-right: 10px;
}
ul.product-social-icon li a {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
ul.product-social-icon li a i {
    line-height: 30px;
}
.product-discription {
    float: left;
    width: 100%;
}
.nav>li>a:hover {
    background-color: #fff;
}
.nav-tabs>li>a:hover {
    border-color: #fff #fff #d0d0d0;
}
.tab-content>.active {
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}
.nav-tabs>li.active>a {
    border-radius: 0;
    color: #000;
}
.nav-tabs>li>a {
    text-transform: capitalize;
}
.tab-content .tab-pane ul li {
    font-size: 14px;
}
.related-product-section {
    float: left;
    width: 100%;
    position: relative;
}
.review-box {
    float: left;
    width: 100%;
    position: relative;
}
.review-box-image {
    float: left;
    width: 70px;
    height: 70px;
    position: absolute;
}
.review-pragraph {
    position: relative;
    padding-left: 75px;
    float: left;
    width: 100%;
}
.review_image img {
    width: 80px;
    height: 80px;
}
.review-pra-content {
    margin-left: 10px;
}
.review-pra-content h6 {
    margin-bottom: 10px;
}
.review-pra-content p {
    margin: 0;
}
.all-heading.review-pra-content h4 {
    font-size: 15px;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.all-heading.review-pra-content span {
    margin-left: 5px;
    color: #7a7070;
}
.review-pra-content p a {
    text-transform: capitalize;
}
.collection-section {
    float: left;
    width: 100%;
    position: relative;
}
.collection-page {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.collection-page figure img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.collection-page:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figcaption.collection-page-detail {
    float: left;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    margin-top: -37.5px;
}
.collection-heading {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0;
}
.collection-heading h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}
.collection-heading p {
    color: #fff;
    text-transform: uppercase;
    opacity: 0.85;
    font-size: 13px;
    margin-bottom: 3px;
}
.arrival-sec .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 15px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.arrival-sec .owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: -70px;
    right: 0;
    margin-right: 10px;
}
.collection-page {
    position: relative;
    float: left;
    width: 100%;
}
.collection-page figcaption {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}
.collection-page figcaption h4 {
    color: #fff;
}
/*
==========================
8 Instagram Style
==========================
*/

.insta-bg {
    background-color: #f5f5f7;
    padding: 60px 0;
    position: relative;
    float: left;
    width: 100%;
    z-index: 38;
}
.insta-img {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.insta-img figure img {
    position: relative;
    float: left;
}
.insta-img figure figcaption span {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 100%;
    top: 50%;
    margin-top: -14px;
    display: inherit;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
figure.insta-overlay {
    position: relative;
    float: left;
    width: 100%;
}
figure.insta-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .5;
    padding: -136px;
    margin: 20px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.insta-img:hover figure figcaption span {
    opacity: 1;
}
.insta-img:hover figure.insta-overlay:before {
    opacity: 0.5;
}
.insta-sec .owl-theme .owl-nav [class*='owl-'] {
    color: #c2c2c2;
    font-size: 30px;
    background: transparent;
    float: none;
    top: 50%;
    position: absolute;
    margin: 8px 0 0 0;
}
.insta-sec .owl-theme .owl-nav {
    margin-top: 0;
}
.insta-sec .owl-prev {
    left: -40px;
}
.insta-sec .owl-next {
    right: -40px;
}
/*
==========================
9 Blog Section
==========================
*/

.blog-detail {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 20px;
    background: #f5f5f7;
}

.blog-detail p{
    
   font-size:12px;
    line-height: 1.6em;
    text-align: justify;
}


.blog-sec figure,
.blog-sec {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
.blog-sec figure figcaption {
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
.blog-sec:hover figure figcaption {
    opacity: 1;
}
.blog-sec figure img {
    width: 100%;
}
.blog-sec figcaption {
    position: relative;
    float: left;
    width: 100%;
}
ul.blog-icon li {
    position: relative;
    padding: 0px 5px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
ul.blog-icon {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.blog-detail h4 {
       text-transform: capitalize;
    margin-bottom: 10px;
}
a.blog-btn {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.pagination-box span {
    display: inline-block;
    padding-top: 3px;
    margin: 0 2px;
    background-color: #f5f5f7;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #7f7f7f;
    webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pagination-box span:hover {
    color: #fff;
}
.blog-border {
    position: relative;
    float: left;
    width: 100%;
}
.blog-border P {
    border-left: 4px solid;
    background-color: #f5f5f7;
    padding: 20px 43px;
    margin: 0px;
}
.admin-detail {
    position: relative;
    float: left;
    width: 100%;
    border: 2px solid #f5f5f7;
    padding: 30px;
}
.admin-detail figure img {
    border-radius: 100%;
}
.admin-detail h3 {
    text-transform: capitalize;
    font-weight: 500;
}
.admin-detail p {
    margin: 20px 0;
    font-weight: 400;
}
.admin-circle {
    float: left;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    text-align: center;
    padding: 8px 13px;
    display: inline-block;
    margin-top: 10px;
}
a.admin-circle i {
    color: #fff;
}
.admin-detail figcaption ul {
    position: relative;
    float: left;
    width: 100%;
}
.comment,
.post {
    position: relative;
    float: left;
    width: 100%;
}
.post h4,
.comment h4,
.blog-reply h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.depth-section {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px;
    border: 2px solid #f5f5f7;
}
.blog-comment {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.blog-comment button {
    float: right;
    position: relative;
    border: 1px solid;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 13px;
}
.blog-comment button:hover {
    color: #fff;
}
.service-form.blog-reply {
    position: relative;
    float: left;
    width: 100%;
}
/*
==========================
10 Team-Style
==========================
*/

.member-detail {
    position: relative;
    float: left;
    width: 100%;
}
figure.member-overlay img {
    width: 100%;
}
.member-title {
    position: relative;
    text-align: center;
    width: 100%;
    background: #f5f5f7;
    padding: 10px 0;
}
ul.member-social li {
    position: relative;
    display: inline-block;
}
ul.member-social {
    position: relative;
    width: 100%;
}
li.circleabout {
    border: 1px solid;
    border-radius: 100%;
    padding: 2px 10px;
    font-size: 14px;
    margin: 0 5px;
    width: 35px;
    height: 35px;
}
li.circleabout:hover {
    color: #fff;
}
ul.member-social {
    position: relative;
    width: 100%;
    padding: 0 0 10px;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.member-title .member-title-role h3 {
    position: relative;
    float: left;
    width: 100%;
}
.fashion-part {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f5f5f7;
    padding: 30px;
}
.fashion-part h3 {
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
}
/*
==========================
11 Home Style 2
==========================
*/
/* 11.1 Header Style */

.home-bg {
    background-color: #2bab9f;
    font-family: century gothic;
}
.top-next {
    top: 5px;
    width: 100%;
    position: relative;
}
.top-next ul.top-list li {
    border-right: none;
}
.top-next ul.top-list li {
    padding: 0px 15px;
    color: #fff;
}
.top-next ul.top-list li select {
    padding: 0 0px;
    border: 0;
    border: none;
    height: 26px;
    background-color: #202020;
    font-size: 14px;
    color: #fff;
}
sub.up {
    bottom: 0.75em;
    background-color: #fff;
    border-radius: 100%;
    padding: 2px 5px;
    font-size: 14px;
    left: -13px;
}
img.site_logo {
    padding: 0px 30px;
    top: 6px;
    position: relative;
}
.home-bg .navbar-nav>li>a {
    color: #fff !important;
}
.shop-bg {
    padding: 0;
}
.shop-bg p {
    background-color: #ff005a;
    color: #fff;
}
/* 11.2 Slider style */

.beautysec {
    position: relative;
    float: left;
    width: 100%;
}
.beautysec figure img {
    position: relative;
    float: left;
    width: 100%;
}
.beautysec figure figcaption {
    position: absolute;
    float: left;
    width: 100%;
    top: 50%;
    margin-top: -85.5px;
    opacity: 1;
    left: 15%;
    z-index: 1;
}
figcaption.slider-text h2 {
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
}
figcaption.slider-text h3 {
    text-transform: capitalize;
    font-weight: 500;
}
a.slider-btn {
    font-size:12px;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0;
    border-radius: 6px;
    font-weight: bold;}
    
.beautysec .owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 60px;
    background: transparent;
    float: none;
    top: 50%;
    position: absolute;
    margin-top: -34px;
}
.beautysec .owl-theme .owl-nav {
    margin-top: 0;
}
.beautysec .owl-prev {
    left: 50px;
}
.beautysec .owl-next {
    right: 50px;
}
.grid .shop-element {
    width: 20%;
    float: left;
    padding: 5px;
}
/* 11.3 Store Style */

.store-sec {
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #e9e9e9;
    border-top: 2px solid #e9e9e9;
    padding-top: 60px;
    padding-bottom: 60px;
}
.store-sec h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.store-sec p {
    margin: 30px 11% 0;
    float: left;
    position: relative;
    text-align: center;
    font-weight: 500;
}
.trend-sec {
    position: relative;
    float: left;
    width: 100%;
    background-image: url('../img/all_img/banner2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.trend-text {
    position: relative;
    float: left;
    width: 100%;
    padding: 120px 0;
    text-align: center;
}
.trend-text h2 {
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}
.trend-text h3 {
    text-transform: capitalize;
    font-size: 29px;
    margin-bottom: 10px;
    color: #fff;
}
.trend-sec a.slider-btn {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}
/* 11.4 Category Style */

.category-sec {
    position: relative;
    float: left;
    width: 100%;
}
.category-sec h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.fashion-category {
    position: relative;
    float: left;
    width: 100%;
}
.fashion-category figure img {
    position: relative;
    float: left;
    width: 100%;
}
.fashion-category figure figcaption h2 {
    position: absolute;
    float: left;
    width: 100%;
    text-align: center;
    bottom: 10px;
    color: #fff;
    font-weight: 600;
}
.category-sec h3 {
    margin-bottom: 60px;
}
.category-sec figure figcaption h4 {
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 27px;
    font-weight: 600;
}
.category-img {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.category-img:hover {
    background-color: #fff;
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}
.brand-fashion {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0;
    border-bottom: none;
    background: #f5f5f7;
}
.category {
    position: relative;
    float: left;
    width: 100%;
}
.category h4 {
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 6px;
}
.main-list.flex.space-between {
    position: relative;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
a.number {
    color: #fff;
    padding: 3px 7px;
    border-radius: 10px;
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
}
ul#collapseExample,
ul#collapseExample2,
ul#collapseExample3,
ul#collapseExample4,
ul#collapseExample5,
ul#collapseExample6,
ul#collapseExample7,
ul#collapseExample8 {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.common-shadow.post-cat {
    position: relative;
    float: left;
    width: 100%;
}
#fashion-slider.owl-carousel .owl-item img {
    width: auto;
	margin: 0 auto;
}
/* 11.5 Footer Style */

footer.site-footer {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    background: #202020;
    color: #fff;
    padding:30px;
}
.copyright p,
footer.site-footer p {
    margin-bottom: 0;
}
.copyright {
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 20px 0;
}
.copyright p {
    margin-bottom: 0;
    font-size: 12px;
}
/*
==========================
12 Page Style
==========================
*/
/* 12.1 Error Style */

.error-full {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../img/all_img/error.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 88px 0;
    color: #fff;
}
section.error-full:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .6;
}
.error-content {
    position: relative;
    float: left;
    width: 100%;
}
.error-content h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0;
}
.error-content h3 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0;
}
.error-content p {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 280px;
}
.error-content span {
    padding: 0 230px;
    position: relative;
    float: left;
    width: 100%;
}
a.error-btn {
    font-size: 16px;
    color: #fff;
    padding: 10px 50px;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0;
    border-radius: 50px;
}
/* 12.2 sidebar Style */

.service-icon {
    position: relative;
    width: 100%;
    float: right;
    background-color: #f5f5f7;
}
.service-icon h4 {
    text-transform: capitalize;
    padding: 20px 42px;
    float: left;
}
.service-icon-1 {
    float: right;
    position: relative;
    padding: 0 20px;
}
.service-icon-1 ul li {
    float: left;
    letter-spacing: 5px;
    padding: 20px 15px;
}
.service-icon-1 ul li a {
    color: #000;
}
.sidebar {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.sidebar input {
    border: none;
    background-color: #f5f5f7;
    text-transform: capitalize;
}
.sidebar a i {
    position: absolute;
    right: 15px;
    top: 15px;
}
.sidebar h4 {
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.sidebar p {
    font-size: 14px;
    margin-bottom: 0;
}
.img-service {
    float: left;
    width: 100%;
    position: relative;
}
.img-service ul li {
    float: left;
    width: 33.33%;
    padding: 5px;
}
.img-service ul li a img,
.img-service ul li a {
    width: 100%;
}
a.mail-list {
    position: absolute;
    right: 0;
    bottom: 50px;
}
.sidebar-blog-list li {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sidebar-blog-list li:last-child {
    margin-bottom: 0;
}
.collection-sidebar {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f5f5f7;
    padding: 20px;
    margin-bottom: 30px;
}
.collection-sidebar h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
ul.cat-list {
    position: relative;
    float: left;
    width: 100%;
}
ul.cat-list li {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
ul.cat-list span {
    float: right;
}
.collection-sidebar form {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.collection-sidebar input[type=checkbox] {
    position: relative;
    visibility: visible;
    margin-right: 10px;
}
ul.collection-color {
    position: relative;
    float: left;
    width: 100%;
}
ul.collection-color li {
    width: 35px;
    height: 35px;
    position: relative;
    float: left;
    display: inline-block;
    margin: 4px;
}
ul.collection-color li:first-child {
    background-color: #ff3636;
}
ul.collection-color li:nth-child(2) {
    background-color: #fec2ce;
}
ul.collection-color li:nth-child(3) {
    background-color: #808080;
}
ul.collection-color li:nth-child(4) {
    background-color: #faff03;
}
ul.collection-color li:nth-child(5) {
    background-color: #ef82ef;
}
ul.collection-color li:nth-child(6) {
    background-color: #1bbc9b;
}
ul.collection-color li:last-child {
    background-color: #000000;
}
ul.collection-price {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
ul.widget {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
ul.widget li {
    position: relative;
    float: left;
    display: inline-block;
    border: 1px solid;
    margin: 0 5px 5px 0;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
}
#collection-slider.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 2px 14px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
}
#collection-slider.owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: -50px;
    right: -5px;
}
/* 12.3 Lookbook Style */

.lookbook-col {
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
figure.book-image {
    overflow: hidden;
}
figure.book-image img {
    width: 100%;
    transition: all .3s linear;
    overflow: hidden;
}
figure.book-image:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}
/* 12.4 Form Style */

.reg-page {
    position: relative;
    float: left;
    width: 100%;
    border: 2px solid;
    padding: 40px;
}
.reg_sec {
    position: relative;
    float: left;
    width: 100%;
}
.reg-page h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
input.reg-btn {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 6px 0;
    outline: none;
    border: 2px solid;
    margin-bottom: 30px;
    font-weight: 500;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}
input.reg-btn:hover {
    color: #fff;
}
a.sign {
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
    text-transform: uppercase;
}
a.reg-in {
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
    font-size: 13px;
    text-decoration: underline;
    text-transform: uppercase;
}
.reg-page form label {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.reg-page p {
    position: relative;
    text-align: center;
    margin: 10px 0 30px;
}
.show-field,
.hide-field {
    position: relative;
    float: left;
    width: 100%;
}
form {
    position: relative;
    float: left;
    width: 100%;
}
.check-frm {
    position: relative;
    float: left;
    width: 100%;
}
.check-frm h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.check-frm h5 {
    background-color: #f5f5f7;
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 30px;
}
input.login-btn {
    border: 0;
    color: #fff;
    padding: 6px 40px;
    outline: none;
    font-weight: 600;
    position: relative;
    float: left;
}
input#chkk3,
input#chkk1 {
    position: relative;
    float: left;
    visibility: visible;
    margin-right: 10px;
    top: 4px;
}
input#chkk {
    position: relative;
    float: left;
    visibility: visible;
    margin-right: 10px;
    top: 4px;
}
a.lost {
    position: relative;
    float: left;
    text-transform: capitalize;
}
.check-pg p {
    text-align: left;
}
.create-acc {
    position: relative;
    float: left;
    width: 100%;
}
.acc-password {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.order-sec {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
}
.order-sec h4 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.coupon-sec {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f5f5f7;
    padding: 40px;
}
input.coupon-input {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
button.coupon-btn {
    border: 0;
    color: #fff;
    right: 0px;
    position: absolute;
    top: 89px;
    padding: 10px 25px;
    text-transform: uppercase;
}
button.apply-btn {
    top: 159px;
    right: 40px;
}
.cart {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}
.cart-table {
    position: relative;
    float: left;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.table-pro {
    border: none;
}
.cart-table figure img {
    width: 100px;
}
.cart-table a {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    float: left;
    width: 100%;
    top: 46px;
}
.cart-table h5 {
    position: relative;
    top: 48px;
    letter-spacing: 1px;
}
.incress-button.in-btn {
    top: 20px;
}
.cart-btn input.coupon-btn {
    top: 109px;
}
.cart-btn h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cart-wid {
    position: relative;
    float: left;
    width: 75%;
}
a.shop-cart-btn {
    border: 0;
    color: #fff;
    padding: 8px 30px;
    outline: none;
    text-transform: uppercase;
    display: inline-block;
}
input.shop-cart-btn {
    position: relative;
    float: left;
    border: 0;
    color: #fff;
    width: 184px;
    height: 45px;
    margin-top: 0;
    padding: 10px 0;
    margin-right: 15px;
    outline: none;
}
input.shop-cart-btn {
    position: relative;
    float: left;
    border: 0;
    color: #fff;
    width: 184px;
    height: 45px;
    margin-top: 0;
    padding: 10px 0;
    margin-right: 15px;
    outline: none;
}
.cart-table h4 {
    text-align: center;
    text-transform: uppercase;
}
.cart-bill {
    position: relative;
    float: left;
    width: 100%;
    float: right;
    text-align: right;
}
.cart-bill h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bill-detail {
    position: relative;
    float: right;
    width: 50%;
    padding: 20px 0;
}
.bill-detail h4,
.bill-detail h5 {
    text-transform: uppercase;
}
.order-rec {
    position: relative;
    float: left;
    width: 100%;
}
.order-rec h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.order-rec p {
    text-align: center;
    text-transform: capitalize;
}
.order-rec h5 {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.order-detail {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
}
.order-detail p {
    text-transform: capitalize;
}
.order-border {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}
.order-detail h5 {
    text-transform: uppercase;
    font-weight: 700;
}
.about-order {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 30px;
}
input[type="submit"] {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
    margin-top: 6px;
    height: 40px;
}
.home-cart {
    position: relative;
    float: right;
    width: 100%;
    padding: 10px 0;
}
.home-cart a {
    top: 0;
    font-size: 12px;
}
.home-cart h5 {
    position: relative;
    top: 0;
    font-size: 13px;
}
.home-wid {
    position: relative;
    width: 100%;
    text-align: right;
}
.home-wid a.shop-cart-btn {
    border: 0;
    color: #fff;
    padding: 2px 22px;
    margin: 10px 5px;
    outline: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
}
.home-table {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    float: right;
    width: 270px;
    background-color: #fff;
    right: 0;
    top: 73px;
    padding: 10px;
    border: 1px solid #333;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
li.table-hover:hover .home-table {
    visibility: visible;
    opacity: 1;
}
/* 12.5 Faq Style */

.faq-serch {
    position: relative;
    float: left;
    width: 100%;
    background: #f2f2f3;
    padding: 30px 0;
    margin-bottom: 30px;
    margin-top: 60px;
}
.faq-serch button {
    border: none;
    padding: 10px 0px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    color: #fff;
}
.faq-page {
    position: relative;
    float: left;
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 2.2em;
    font-size: 100%;
    border: 0;
    outline: none;
}
.ui-accordion .ui-accordion-header:hover {
    color: #fff;
}
#gmap_canvas {
    height: 410px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.service-form a {
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 25px;
    letter-spacing: 1px;
    display: inline-block;
}
.faq-form a {
    width: 100%;
    float: left;
}
.contact-bg {
    position: relative;
    width: 100%;
    float: left;
    background-color: #f5f5f7;
}
/* 12.6 Coming Soon Style */

.coming-color {
    position: relative;
    width: 100%;
    padding: 0;
    height: 100%;
    padding: 200px  0;
}
.main-coming {
    position: relative;
    float: left;
    width: 100%;
}
.half-coming {
    position: relative;
    float: left;
    width: 50%;
}
.main-coming {
    width: 100%;
    height: 100%;
    background-image: url(../img/all_img/coming.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.comming-text {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.comming-text h2 {
    text-transform: capitalize;
    font-size: 60px;
    letter-spacing: 1px;
    text-align: center;
}
.comming-text p {
    font-size: 16px;
    text-align: center;
    width: 100%;
}
div#demo {
    position: relative;
    float: left;
    width: 100%;
}
#demo .timer {
    font-size: 45px;
    margin-bottom: 10px;
    text-align: center;
}
div#demo span {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    font-weight: 700;
}
#demo .time:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
}
/* 12.7 Loder Style */

.preloader {
    position: fixed;
    float: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    color: #fff;
	margin:0 auto;
}
.loader {
    width: 250px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px -102px;
    list-style-type: none;
}
.loader li {
    float: left;
    position: relative;
}
.circle {
    width: 40px;
    height: 40px;
    border-radius: 0 0 50% 50%;
    border: 4px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.ball {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 -15px 0 0 rgba(255, 255, 255, 0.15), 0 -10px 0 0 rgba(255, 255, 255, 0.10), 0 -5px 0 0 rgba(255, 255, 255, 0.05);
}
.circle {
    -webkit-animation: rotate 1.5s cubic-bezier(0.45, 0, 1, 1) infinite;
    animation: rotate 1.5s cubic-bezier(0.45, 0, 1, 1) infinite;
}
.ball {
    -webkit-animation: fall 1.5s cubic-bezier(0.95, 0, 1, 1) infinite;
    animation: fall 1.5s cubic-bezier(0.95, 0, 1, 1) infinite;
}
.loader li:nth-child(1) div {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.loader li:nth-child(2) div {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.loader li:nth-child(3) div {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.loader li:nth-child(4) div {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.loader li:nth-child(5) div {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
@keyframes rotate {
    0%, 20% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    0%, 20% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes fall {
    0%, 20% {
        transform: translatey(-30px);
        opacity: 0;
    }
    20%,
    24%,
    27%,
    30%,
    50%,
    75% {
        transform: translatey(0px);
        opacity: 1;
    }
    22% {
        transform: translatey(-10px)
    }
    25% {
        transform: translatey(-6px)
    }
    28% {
        transform: translatey(-2px)
    }
    30% {
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.3);
    }
    75%,
    100% {
        box-shadow: 0 -15px 0 0 rgba(255, 255, 255, 0.15), 0 -10px 0 0 rgba(255, 255, 255, 0.10), 0 -5px 0 0 rgba(255, 255, 255, 0.05);
        transform: translatey(30px);
        opacity: 0;
    }
}
@-webkit-keyframes fall {
    0%, 20% {
        -webkit-transform: translatey(-30px);
        opacity: 0;
    }
    20%,
    24%,
    27%,
    30%,
    50%,
    75% {
        -webkit-transform: translatey(0px);
        opacity: 1;
    }
    22% {
        -webkit-transform: translatey(-10px)
    }
    25% {
        -webkit-transform: translatey(-6px)
    }
    28% {
        -webkit-transform: translatey(-2px)
    }
    30% {
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.3);
    }
    75%,
    100% {
        box-shadow: 0 -15px 0 0 rgba(255, 255, 255, 0.15), 0 -10px 0 0 rgba(255, 255, 255, 0.10), 0 -5px 0 0 rgba(255, 255, 255, 0.05);
        -webkit-transform: translatey(30px);
        opacity: 0;
    }
}
/* 12.8 Quick View */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.quick-vive-popap {
    width: 100%;
    float: left;
    position: relative;
}
.Quick-view-popup {
    width: 100%;
    background: #fff;
    float: left;
    margin-top: 60px;
}
.quick-vive-popap .modal-header .close {
    margin-top: -2px;
    font-size: 25px;
}
.quick-vive-popap .modal-header .close:focus {
    outline: none;
}
.popap-open-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.quick-vive-popap .product-input-type input {
    width: 97%;
}
.quick-vive-popap .product-box-btm-blog a.itg-button.pro.left {
    padding: 9px 30px;
    line-height: 21px;
    margin-left: 9px;
    margin-top: 15px;
}
.billing-box.select.down {
    margin-left: 15px;
}
#myModal a.slider-btn{
	margin:0;
	margin-left: 10px;
}
#myModal h3{
	text-transform:uppercase;
}
#myModal .modal-header .close{
	color: #000;
    top: 5px;
}
/*
==========================
13 Page Header Style
==========================
*/

.breadcrumb-section {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #f5f5f7;
}
.breadcrumb-section h3 {
    text-transform: capitalize;
}
.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb>.active {
    color: #777;
    /*text-transform: uppercase;*/
}
.full-about-img {
    position: relative;
    float: left;
    width: 100%;
    background-image: url(../img/banner1.jpg);
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.full-img {
    position: relative;
    float: left;
    width: 100%;
    background-image: url('../img/all_img/about-banner2.jpg');
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
/*
==========================
14 Footer Style
==========================
*/

.footer-field {
    position: relative;
    float: left;
    width: 100%;
}
#fsticky {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #f5f5f7;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 33;
    right: 0;
}
#f_content_sticky {
    width: 100%;
    height: auto;
    background: #000;
    }
.inner-content {
    position: relative;
    width: 100%;
    background-color: #fff;
    float: left;
    margin-bottom: 0px;
    z-index: 34;
}
.inner-one-content {
    position: relative;
    width: 100%;
    background-color: #fff;
    float: left;
    margin-bottom: 0px;
    z-index: 34;
}
footer {
    position: relative;
    float: left;
    width: 100%;
}
ul.footer-icon {
    width: 100%;
    text-align: right;
    float: left;
    position: relative;
}
ul.footer-icon li {
    margin-right: 20px;
    font-size: 20px;
    display: inline-block;
    color: #c2c2c2;
}
ul.footer-icon li:last-child {
    margin-right: 0;
}
.footer-field input {
    padding: 0 40px;
    border: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    height: 50px;
    font-size: 14px;
    margin-top: -50px;
    background-color: transparent;
}
span.arrow {
    text-align: right;
    position: absolute;
    float: right;
    right: 0;
    font-size: 24px;
    top: 0;
    color: #c2c2c2;
}
span.message {
    position: absolute;
    text-align: left;
    font-size: 24px;
    top: 0;
    left: 0;
    color: #767676;
}
.footer-menu {
    position: relative;
    width: 100%;
    padding: 60px 0 30px;
    display: inline-block;
    text-align: center;
}
ul.menu-list {
    text-align: center;
    display: inline-block;
}
ul.menu-list li {
    position: relative;
    padding: 0 15px;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-text p {
    font-size: 12px;
    text-align: center;
    margin: auto;
}

.blog1{ margin-top:0px;}
.footer-text{ margin-top:20px;}


.banne_m img{  width: 100%;}

.menu-search{ color:#fff;}

.header1{ margin-top:10px;margin-bottom:10px;}

.logo1{ margin-bottom:10px;}

.site-footer h3{ color:#fff;padding:10px;text-transform:uppercase;font-size:18px;}
.site-footer p{ color:#fff;font-size:14px;}


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

.logo1{ display:none;}
.header1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.top-left-sec {
   
     padding-top:0px;
}

ul.product-social-icon {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

}