@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Poppins:300,400,500,600,700');
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 1.8em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}

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-family:"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.6em;
    font-family: 'Philosopher', sans-serif;
    color: #000;
    text-transform: capitalize;
}
.small-text-center {
    text-align: center;
}
/* 2.1. input style */

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.31);
    outline: none;
    height: 40px;
    font-size: 16px;
        font-family: 'Philosopher', sans-serif;
}
textarea {
    padding: 0 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.31);
    outline: none;
     font-size: 16px;
        font-family: 'Philosopher', sans-serif;
}
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 {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #777;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}

select::-moz-placeholder,
select::-webkit-input-placeholder,
select:-ms-input-placeholder,
select:-moz-placeholder{
	color:#fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
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. Button Style
==========================
*/

.itg-button span {
    font-size: 16px;
}
.itg-button {
        margin: 0 20px 20px 0;
    padding: 5px 13px;
    background: #f5f6f0;
    border: 0;
    color: #000;
    position: relative;
    outline: none;
    display: inline-block;
    text-transform: capitalize;
        
}
.itg-button-1 {
      
        width: fit-content;
}
.itg-button span {
        font-size: 18px;
    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;
    color: #ab0a3d;
}
.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;
}
/*
==========================
4. Mini cart
==========================
*/
.cart-hover:hover .mini-cart {
    display: inline-block;
}
.mini-cart {
    border-top: 2px solid;
    z-index: 1;
    width: 400px;
    background:#fbfbfb;
    padding: 30px;
	
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: 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;
}
.dropdown:hover .mini-cart {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
ul.nav.navbar-nav li .mini-cart a {
    padding: 0;
}
ul.nav.navbar-nav li .mini-cart a.itg-button {
    padding: 5px 30px;
}
.mini-cart-img {
    width: 25%;
    float: left;
}
.mini-cart-img img {
    width: 100%;
}
.mini-cart-price {
    width: 60%;
    float: left;
    padding-left: 10px;
    text-align: left;
}
.mini-cart-cancle {
    width: 15%;
    float: left;
    padding-left: 10px;
    text-align: right;
}
.mini-cart-price p {
    margin: 0;
}
.mini-cart-product-box {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f5f6f0;
}
.bold-heading {
    color: #000;
    font-weight: 600;
}
.mini-cart-total-box p span {
    margin-left: 10px;
}
/*
==========================
5. 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: 5px 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: 30px;
}
.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;
}
.padL80 {
    padding-left: 80px;
}
.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;
}
/*
==========================
6. 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;
}
.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;
}
/*
===================================
7. Sticker Style
===================================
*/
.sticker-box {
    position: relative;
    overflow: hidden;
}
.sticker {
    width: 100px;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    top: 8%;
    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;
    z-index: 2;
}
.sticker p ,
.sticker-new p {
    padding: 0;
    margin: 0;
}
.sticker:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 55px solid;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0;
    right: -39px;
	display:none;
}
.product-item  .sticker:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 70px solid;
    border-right: 29px solid transparent;
    position: absolute;
    top: 0;
    right: -29px;
}
.product-item .sticker{
	padding: 10px 25px;
}
.product-effect-grid:hover .sticker-new  {
    opacity: 0;
}
.sticker-new {
    position: absolute;
    bottom: 35%;
    right: 15px;
	text-align: center;
    color: #fff;
	padding: 1px 15px 5px;
	-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;
}

.sticker:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 16px solid;
    border-left: 15px solid transparent;
    position: absolute;
    top: -16px;
    left: 0px;
}
/*
===================================
8. Heading Css
===================================
*/
.heading-icon-box {
    color: #fff;
    font-size: 24px;
    padding: 25px 10px;
    text-align: center;
}
.heading-icon-box:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 78px solid;
    border-left: 40px solid transparent;
    position: absolute;
    top: 0;
	display:none;
    right: -39px;
}
.heading-text-box {
    padding: 9px 20px;
    display: inline-block;
}
.heading-text-box p {
    margin: 0;
    padding: 0;
}
.heading-text-box h3 {
    color: #000;
    line-height: 1.2em;
    font-family: 'Philosopher', sans-serif;
}
.heading-section {
    border-bottom: 1px solid;
    width: 100%;
    float: left;
}
a.head-icon:hover {
    color: #fff;
}
/*
==========================
9. Preloader css
==========================
*/
.preloader.loaderout {
    top: -100%;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.cssload-container {
    display: block;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -14px;
}
.cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
}
.cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}
.cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}
@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}
@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0;
    }
}
@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}
@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0;
    }
}
@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}
@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1;
    }
}
@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1;
    }
}
@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}
@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1;
    }
}
@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}
@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px);
    }
}
@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px);
    }
}
@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}
@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px);
    }
}
/*
==========================
10. Header css
==========================
*/
/* 10.1. Top hreader */
header .alert {
    margin-bottom: 0;
    background-color: #3c3c3b;
    border: 0;
    border-radius: 0;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}
header .alert a {
    border-bottom: 1px solid #fff;
}
header .alert {
    margin-bottom: 0;
    background-color: #ab0a3e;
    border: 0;
    border-radius: 0;
    text-align: center;
    color: #fff;
    padding: 2px 0;
    font-size: 14px;
    text-transform: uppercase;
      font-family: 'Philosopher', sans-serif;
}
header .alert a:hover 
{color: #fff!important;
}
/* 10.2. Nav Bar Css */
.navbar-nav {
    float: right;
}
ul.nav.navbar-nav li ul.dropdown-menu .collection-box a:hover {
    background-color: transparent;
}
ul.nav.navbar-nav li ul.dropdown-menu .collection-box a {
    color: #fff;
}
.navbar-header a.navbar-brand {
    padding: 4px 0px;
    display: inline-table;
}
ul.nav.navbar-nav li a {
        font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 25px 10px;
    top: 43px;
}
.navbar .navbar-header a.navbar-brand {
    margin-left: 0px;
}
ul.nav.navbar-nav i.fa.fa-caret-down,
ul.nav.navbar-nav i.fa.fa-caret-right {
    margin-left: 10px;
    float: right;
    margin-top: 3px;
}
ul.nav.navbar-nav .dropdown-menu li a {
    padding: 15px 15px;
	font-weight:400;
	text-transform:capitalize;
	border-bottom:1px solid #eee;
}
 ul.nav.navbar-nav .mega-menu .dropdown-menu li a {
    padding: 1px 0px;
	border:none;
} 
#header.sticky-header ul.nav.navbar-nav .mega-menu .dropdown-menu li a {
    padding: 1px 0px;
}
ul.nav.navbar-nav li.special-navigation .mini-cart-price h4 a {
    padding-left: 0;
    padding-right: 0;
}
ul.nav.navbar-nav li.special-navigation ..mini-cart-cancle a {
    padding-left: 0;
    padding-right: 0;
	padding:0;
}
ul.nav.navbar-nav li h4 a {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
#header.sticky-header ul.nav.navbar-nav li h4 a {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
#header .carousel-style-1 .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
	top:50%;
	margin-top:-15px;
}
#header .carousel-style-1 .owl-nav .owl-prev {
    float: left;
    margin-left: 0;
}
#header .carousel-style-1 .owl-nav .owl-next {
    float: right;
    margin-right: 0;
}
ul.nav.navbar-nav .mega-menu .dropdown-menu ul.wa-icons li a {
    height: 35px;
    float: left;
    font-size: 14px;
    position: relative;
    padding-top: 3px;
    width: 35px;
    border-radius: 50%;
    color: #000;
    transform: rotate(-54deg);
    background-color: #fff;
}
#header.sticky-header ul.nav.navbar-nav .mega-menu .dropdown-menu ul.wa-icons li a {
    height: 35px;
    float: left;
    font-size: 14px;
    position: relative;
    padding-top: 3px;
    width: 35px;
    border-radius: 50%;
    color: #000;
    transform: rotate(-54deg);
    background-color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color:#000;
}
nav.navbar {
    border: 0px;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 2px solid;
}
.navbar-header {
    position: relative;
    z-index: 1;
}
.navbar-nav li ul.dropdown-menu {
    background: #fbfbfb;
    border-top: 2px solid;
    border-radius: 0 !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.navbar-nav li.mega-menu ul.dropdown-menu {
    border: 0;
}
.mega-dropdown-menu li {
    padding: 0px;
}
.mega-dropdown-menu .dropdown-header {
    padding: 10px 15px;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
ul.nav.navbar-nav li ul.dropdown-menu a:hover {
    color: #fff;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
ul#sub-nav {
    display: block;
    position: absolute;
}
ul#sub-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 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;
    visibility: hidden;
}
li.sub-nav-drop {
    position: relative;
}
li.sub-nav-drop:hover #sub-nav {
    opacity: 1;
    top: 0;
    visibility: visible;
}
.navbar.navbar-bg-dark {
    box-shadow: none;
}
ul#sub-nav li a {
    color: #999;
}
ul#sub-nav li a:hover {
    color: #fff;
}
.dropdown-menu.mega-dropdown-menu {
    display: block;
    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;
    visibility: hidden;
}
li.dropdown.mega-dropdown.mega-dropdown-btn:hover .dropdown-menu,
li.dropdown.mega-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

ul.nav.navbar-nav li.special-navigation a {
	padding-left:8px;
	padding-right:8px;
    font-size: 17px;
}
.navbar-nav select {
    background: transparent;
    padding: 5px;
    height: 78px;
    border: 0;
    font-size: 17px;
	color:#fff;
}
.navbar-nav option {
	color:#000;
}
.navbar-nav li.special-navigation ul.dropdown-menu{
	left:-65px !important;
}
.dropdown-menu li a{
	color:#575756;
}
.page-links img {
    margin-bottom: 10px;
}
.page-links h2 {
    color: #777;
    font-size: 20px;
    text-transform: capitalize;
	margin-bottom: 10px;
}
a.has-submenu i {
    float: right;
    margin-top: 4px;
}
.top-search {
	background-color: rgba(0,0,0,0.5);
	padding: 0 30px;
	position:absolute;
	top: 100%;
    right: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;
}
.searchopen{
	right: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;
}
.top-search .input-group-addon {
    background-color: transparent;
    border: 0;
    border-radius: 0;
	color:#fff;
}
.top-search input.form-control {
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
    padding: 0 0;
    height: 50px;
}
.top-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.top-search input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.top-search input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.top-search input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/*
===================================
11. Slider Css
===================================
*/
div#main-slider .owl-nav .owl-prev:hover,
div#main-slider .owl-nav .owl-next:hover {
    color: #fff;
}
div#main-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -23.5px;
}
div#main-slider .owl-nav .owl-prev {
    float: left;
    width: 35px;
    height: 30px;
    background: #f5f6f0;
    display: inline-block;
    color: #777;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
    padding: 0;
    border-radius: 0;
    margin-left: 30px;
}
div#main-slider .owl-nav .owl-next {
    float: right;
    width: 35px;
    height: 30px;
    background: #f5f6f0;
    display: inline-block;
    color: #777;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
    padding: 0;
    border-radius: 0;
    margin-right: 30px;
}
.slider-text {
    top: 50%;
	margin-top: -157.5px;
    width: 50%;
}
.slider-text h1 {
    font-size: 70px;
    margin: 0;
    padding: 0 0 0px 0;
    color: #000;
	line-height:1.4em;
}
.slider-shap-box h2 {
    font-size: 35px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 300;
    display: inline-block;
}
.slider-shap-box {
    position: relative;
    padding: 10px 30px;
    width: 60%;
}
.slider-shap-box:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 76px solid;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0;
    right: -39px;
}
.slider-text p {
    color: #000;
    padding: 20px 0;
	text-align:left;
}
/*
===================================
12. Services Style
===================================
*/
.services {
    background-image: url(../img/all/background.jpg);
}
.services:before {
    background: #f5f6f0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}
.free-shipping-icon-box {
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
    z-index: 9;
}
.free-shipping {
    background: White;
    display: inline-block;
    width: 100%;
    float: left;
}
.free-shipping:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #777;
    position: absolute;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
}
.free-shipping-text-box {
    width: 75%;
    float: left;
    display: inline-block;
}
.free-shipping-icon-box i {
    padding: 40px 0;
    color: #fff;
    font-size: 22px;
}
.free-shipping-text-box h5 {
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}
.free-shipping-text-box p {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.free-shipping-text-box {
    padding: 24px 60px 0;
}
.free-shipping-icon-box:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 102px solid;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0;
    right: -39px;
}
/*
===================================
13. Filter Style
===================================
*/
.filter-section.dark {
    background-color: #f5f6f0;
}
.filter-section.dark select {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #000;
}
.filter-section.dark label {
    color: #000;
}
.filter-section {
    width: 100%;
    float: left;
}
.filter-section button {
    background: #fff;
    border: 0;
    width: 100%;
    height: 40px;
    color: #000;
    margin: 32.5px 0 0 0;
    font-size: 16px;
}
.filter-section label {
    color: #fff;
    font-size: 16px;
}
.filter-section select {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.filter-section select option {
    color: #000;
}
/*
===================================
14. Collection Css
===================================
*/
.collection-box .detail-box a:hover {
    color: #fff;
}
.collection-box {
    width: 100%;
    float: left;
}
.collection-box figure {
    position: relative;
}
.collection-box figcaption {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 9;
	margin-top:-50px;
}
.collection-box .detail-box {
    display: inline-block;
    /* max-width: 150px; */
}
.collection-box .detail-box h3 {
   text-transform: uppercase;
    color: #ffffff;
   
   font-family: 'Philosopher', sans-serif;
    font-size: 27px;
    /* font-weight: 700; */
    text-shadow: 2px 0px 0px #ab0a3d;
}
.collection-box .detail-box p{
    text-transform: uppercase;
}
.collection-box:hover .detail-box p {
    color: #fff;
}
/*
===================================
15. Carousel style
===================================
*/

.owl-nav span {
    padding: 3px 0 0 0;
    display: inline-block;
    font-size: 17px;
}
.carousel-style-1 .owl-nav {
    width: 90px;
    height: 30px;
    position: absolute;
    top: -85px;
    right: 15px;
}
.carousel-style-1 .owl-nav .owl-prev,
.carousel-style-1 .owl-nav .owl-next {
    width: 35px;
    height: 30px;
    background: #f5f6f0;
    display: inline-block;
    color: #777;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 10px;
    text-align: center;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
    padding: 0;
    border-radius: 0;
}
.carousel-style-1 .owl-nav .owl-prev:hover,
.carousel-style-1 .owl-nav .owl-next:hover {
    color: #fff;
}
/*
===================================
16. Featured banner
===================================
*/

.featured-banner {
    position: relative;
}
.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
    width: 100%;
    z-index: 0;
}
.special-style-full {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover;
    width: 100%;
    z-index: 0;
}
.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
}
.parallax-style {
    background-attachment: fixed;
}
.featured-banner-caption {
    position: relative;
    padding: 55px 0;
    width: 100%;
    margin: 0 auto;
}
.featured-banner-caption h1 {
   font-size: 65px;
    line-height: 1.2em;
    color: #ab0a3d;
    font-family: 'Philosopher', sans-serif;
        margin-left: -2px;
        text-transform: capitalize;
}
.featured-banner-caption h2 {
        line-height: 1.2em;
    font-size: 50px;
    font-weight: 100;
    margin: 0 0 15px 0;
}
.featured-banner-caption h3 {
        line-height: 1.2em;
    font-size: 35px;
    font-weight: 100;
    margin: 0 0 15px 0;
}
.add-banner {
    padding: 0;
    position: relative;
}
.add-banner figure img{
	width:100%;
}
.left-banner-title {
    position: absolute;
    top: 50%;
    left: 7%;
    margin-top: -75px;
	color:#000;
}
.left-banner-title h3{
	font-size: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #000;
}
.left-banner-title p{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.add-banner figure.theme-effect:before{
	display:none;
}
/*
===================================
17. Product Css
===================================
*/

.product-item {
    float: left;
}
.product-list-item {
    width: 100%;
    float: left;
}
.product-list-item .caption.price-box {
    padding: 0;
    text-align: left;
}
.product-list-item .caption.price-box p {
    padding: 10px 0;
}
.product-list-item .list-icon {
    padding: 15px 0;
}
.product-list-item .list-icon a span:hover {
    color: #fff;
}
.product-list-item .list-icon a span {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #f5f6f0;
    margin-right: 10px;
    text-align: center;
    padding-top: 3px;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
}
.product-grid {
    width: 100%;
    float: left;
}
.product-item .price-box {
    width: 100%;
    text-align: center;
    padding: 30px 20px 0;
}
.product-item .price-box p {
    margin: 0;
    padding: 0 0;
}
.product-item .price-box h4 {
    color: #000;
}
.product-item .price-box h3.color-gray {
    font-size: 18px;
}
/*
===================================
18. Blog Style
===================================
*/
.blog-news-box {
    float: left;
    width: 100%;
    position: relative;
}
.blog-news-box figcaption {
    position: absolute;
    bottom: 20px;
    left: 0px;
    color: #fff;
    width: 100%;
    z-index: 9;
    padding: 5px 20px;
}
.blog-news-box:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.3;
}
.blog-news-box img {
    width: 100%;
}
.blog-news-box figcaption p {
    line-height: 1.2em;
    margin: 8px 0;
    text-align: left;
}
.blog-news-box h3 {
    color: #fff;
}
.blog-slider-section h3 {
    color: #fff;
}
/*
===================================
19. Product hover
===================================
*/

.product-effect {
    position: relative;
    overflow: hidden;
}
.product-effect:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .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;
    z-index: 1;
}
.product-effect:after {
    content: "";
    width: 100px;
    height: 500px;
    position: absolute;
    top: -454px;
    left: 359px;
    transform: rotate(-35deg);
    visibility: visible;
    opacity: 0;
    -webkit-transition: all .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;
    z-index: 2;
}
.product-effect-grid:hover .product-effect:before {
    opacity: 0.5;
    visibility: visible;
}
.product-effect-grid:hover .product-effect:after {
    opacity: 0.6;
    visibility: visible;
    top: -72px;
    left: 86px;
}
.product-effect-grid:hover .sticker {
    opacity: 0;
}
.product-item .price-box h4:hover {
    -webkit-transition: all .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-effect-grid {
    #cursor: pointer;
}
.product-effect figcaption {
    position: absolute;
    font-size: 30px;
    width: 100%;
    text-align: center;
    transform: rotate(54deg);
    #top: 329px;
    #left: -143px;
    #top: -263px;
    #left: 250px;
    top: 188px;
    left: -23px;
    z-index: 9;
    -webkit-transition: all .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;
    opacity: 0;
}
.product-effect span {
    width: 35px;
    display: inline-block;
    height: 35px;
    background: #f5f6f0;
    border-radius: 100%;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .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-effect span i {
    margin: 10px 0 0 0;
    display: inline-block;
    transform: rotate(-54deg);
}
.product-effect span a {
    color: #000;
}
.product-effect-grid:hover .product-effect figcaption {
    top: 151px;
    left: 3px;
    opacity: 1;
}
.product-effect span:hover a {
    color: #fff;
}
.product-effect:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.product-effect img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
ul.wa-icons {
    padding: 0;
}
ul.wa-icons li {
   display: inline-block;
    margin: 0px 7px;
    text-align: center;
    color: #fff;
    margin-top: 4px;
}
ul.wa-icons li a {
  
    float: left;
    font-size: 18px;
    position: relative;
    padding-top: 3px;
  background: transparent!important;
    color: #fff;
    font-family: 'Philosopher', sans-serif;
   
}
ul.wa-icons li a:hover {
    color: #fff;
}
ul.wa-icons li a i {
    position: relative;
    display: inline-block;
    margin-right: 0px;
}
.figure-caption {
    position: absolute;
    left: 100%;
    bottom:0;
    width: 100%;
    height: 50px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}
.figure-caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
figure {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}
.figure-caption .wa-icons {
    -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;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.figure-caption h3 {
    -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;
    bottom: 50px;
    width: 100%;
    padding: 40px 15px;
}
.theme-hover-effect:hover .figure-caption {
    left: 0;
    bottom:0;
    opacity: 1;
    -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;
}
.theme-hover-effect figure {
    overflow: hidden
}
.theme-hover-effect ul.wa-icons {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -18px;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.theme-hover-effect:hover .figure-caption ul.wa-icons {
    opacity: 1;
}
.theme-hover-effect img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1., 1);
}
.theme-hover-effect:hover figure:before {
    opacity: 0.4;
}
.product-item.theme-hover-effect .price-box {
    float: left;
}
figure.product-grid-image img:nth-child(2){
	float:left;
	width:35%;
}
figure.product-grid-image img{
    float: left;
    width: 100%;
}
figure.product-grid-image img:nth-child(2) {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: scale(3);
    opacity: 0;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.theme-hover-effect:hover figure.product-grid-image img:nth-child(2){
	opacity: 1;
	transform: scale(1);
}
/*
===================================
20. Parteners Style
===================================
*/

.parteners-logo {
    cursor: pointer;
    float: left;
    width: 100%;
    border: 1px solid #E8E7E7;
    -webkit-transition: all .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;
}
.partener-slides .owl-stage-outer {
    padding: 1px 0;
}
/*
===================================
21. Page Header
===================================
*/
.order-page-top-section {
    float: left;
    width: 100%;
    display: inline-block;
}
.bredcrumb-section {
    background-image: url(../img/background/bredcrumb-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.bredcrumb-section h3 {
    font-weight: 500;
}
.bredcrumb-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
.breadcrumb li.active {
    font-size: 16px;
}
.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: #fff;
}
.breadcrumb li.active:before {
    color: #fff;
}
.breadcrumb li a:hover {
    color: #fff;
}
/*
===================================
22. Page Css
===================================
*/
.question-ans-box {
    text-align: initial;
}
.question-ans-box h3 {
    font-size: 22px;
}
.order-table-cell.order-text h5 {
    padding: 10px 0;
}
.order-table-cell.order-text i {
    padding: 10px 0;
}
.order-data {
    text-transform: capitalize;
}
.page-tool-box a {
    font-size: 16px;
}
.page-tool-box span {
    font-size: 16px;
}
.order-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.order-table-cell.order-text {
    padding: 40px 0;
}
.order-table-cell img {
    margin-bottom: 15px;
}
.single-page h3 {
    color: #000;
}
.single-page strong {
    font-size: 16px;
}
section.single-page label {
    font-size: 16px;
    padding: 5px 0px 0px 35px;
}
.single-page .form-row {
    color: #000;
}
.check {
    position: absolute;
    border: 1px solid lightgray;
    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=checkbox],
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.cart-quantity {
    position: relative;
}
.cart-quantity-box {
    position: absolute;
    top: 50%;
    right: -5px;
    padding: 0 6px;
	border-radius:100%;
    color: #fff;
    line-height: 1.4em;
	font-size:14px;
}
/* sidebar */

ul.list li {
    list-style: none;
    margin-bottom: 5px;
    position: relative;
}
.red-checkbox,
.silver-checkbox,
.pink-checkbox,
.yellow-checkbox {
    display: block;
    position: absolute;
    border-radius: 3px;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
ul.list label {
    position: relative;
    font-size: 16px;
    padding: 0px 0px 0px 25px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
ul.list li a {
    display: block;
    color: #777;
}
.red-checkbox {
    background-color: #e1543f;
}
.pink-checkbox {
    background-color: #f53c7f;
}
.yellow-checkbox {
    background-color: #fdfa8f;
}
.silver-checkbox {
    background-color: #eeeeee;
}
.Sidebar input[type=checkbox],
.Sidebar input[type=radio] {
    position: relative;
    visibility: visible;
}
.red-checkbox input[type=checkbox],
.Sidebar input[type=radio],
.yellow-checkbox input[type=checkbox],
.Sidebar input[type=radio],
.pink-checkbox input[type=checkbox],
.Sidebarinput[type=radio],
.silver-checkbox input[type=checkbox],
.Sidebar input[type=radio] {
    position: relative;
    visibility: visible;
}
.Sidebar h3 {
    margin-bottom: 15px;
}
.Sidebar {
    color: #000;
}
ul.list li a {} .Sidebar .collection-box .detail-box p {
    font-size: 12px;
}
.Sidebar .collection-box .detail-box span {
    font-size: 33px;
    font-weight: 100;
}
.Sidebar ul.list label.radio-label,
label.radio-label {
    display: inline;
}
.Sidebar .box-check {
    border: 0;
}
.Sidebar .collection-box .detail-box h3{
	color:#fff;
}
.Sidebar .collection-box .detail-box p{
	color:#fff;
}
/* Quick view popup */

.Quick-view-popup {
    width: 100%;
    background: #fff;
    float: left;
}
.Quick-view-popup.newslatter .overlay{
	position:relative;
}
.Quick-view-popup.newslatter .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity:0.7;
}
.Quick-view-popup.newslatter {
    width: 100%;
    background-image: url(../img/all/newslatter1.jpg);
    float: left;
    margin: 0;
    border-radius: 0;
	border:0;
	background-repeat:no-repeat;
	background-size:cover;
	border:15px solid #fff;
}
.Quick-view-popup.newslatter.two{
	 background-image: url(../img/all/newslatter1.jpg);
}
.Quick-view-popup.newslatter.four{
	 background-image: url(../img/all/newslatter3.jpg);
}
.Quick-view-popup.newslatter.four .close{
	float:left;
}
.Quick-view-popup.newslatter.four  .overlay:before{
	background-color: rgba(225, 225, 225, 0.6);
}
.Quick-view-popup.newslatter .close {
    opacity: 1;
    z-index: 9;
    position: relative;
    padding: 10px;
    color: #fff;
}
.Quick-view-popup.newslatter .close{
	opacity:1;
	
}
.Quick-view-popup.newslatter form {
    clear: both;
    position: relative;
    color: #fff;
	padding: 30px 0;
	text-align: center;
}
.Quick-view-popup.newslatter .overlay h4 {
    color: #fff;
    margin-bottom: 5px;
}
.Quick-view-popup.newslatter .overlay p{
    color: #fff;
    margin-bottom: 15px;
}
.Quick-view-popup.newslatter form input {
    color: #000;
	margin-bottom:15px;
}
.fade.in{
	-webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
    -o-transition: all 0.60s ease-in-out;
    -ms-transition: all 0.60s ease-in-out;
    transition: all 0.60s ease-in-out;
}
/* page tool box */

.page-tool {
    color: #000;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.page-tool a {
    margin-right: 15px;
}
.page-tool-box select {
    width: auto;
    margin: 0 10px;
}
.pagination-box span {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    margin: 0 5px;
    background-color: #f5f6f0;
    -webkit-transition: all .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;
}

/*
===================================
23. Tab Css
===================================
*/
/* Style the tab */

div.tab {
    overflow: hidden;
}
/* Style the buttons inside the tab */

div.tab button {
    padding: 10px 30px;
    background: #f5f6f0;
    border: 0;
    color: #000;
    position: relative;
    font-size: 16px;
}
/* Change background color of buttons on hover */

div.tab button:hover {
    background-color: #f5f6f0;
}
/* Create an active/current tablink class */

div.tab button.active span {
    color: #fff;
    font-size: 16px;
}
div.tab button.active {
    outline: none;
}
/* Style the tab content */

.tabcontent {
    display: none;
    padding-top: 30px;
}
.tabcontent input[type="text"] {
    margin: 0 0 30px;
}
/*
===================================
24. Product page
===================================
*/
.Product-page img {
    width: 100%;
}
.product-list-item .list-icon a {
    font-size: 16px;
}
div#product-view-list {
    display: none;
}
.product-detail-image {
    width: 100%;
    float: left;
}
.product-detail-image figure {
    margin-bottom: 30px;
}
.Product-page .product-item .price-box {
    text-align: left;
    padding: 0;
}
.quantity-box {
    width: 100%;
    float: left;
}
.Product-page .product-item .price-box p {
    padding: 10px 0;
}
span.color-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    margin: 10px 10px 10px 0;
}
.blue-color {
    background-color: #0030ff;
}
.green-color {
    background-color: #00ffc0;
}
.yellow-color {
    background-color: #fff600;
}
.red-color {
    background-color: #ff0000;
}
.black-color {
    background-color: #000;
}
.sky-blue-color {
    background-color: #00aeff;
}
p.review-icon {
    margin: 0;
}
.tag-list a:hover {
    color: #fff;
}
.tag-list a {
    padding: 10px 30px;
    background: #f5f6f0;
    border: 0;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.tag-list i {
    margin-right: 10px;
}
.tag-list a {
    font-size: 16px;
}
/*
===================================
25. Contact page
===================================
*/
.address-info i {
        font-size: 22px;
    float: left;
    width: 10%;
    margin-top: 4px;
    color: #ab0a3b;
}
.address-info p {
    margin-bottom: 10px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.address-info span {
       line-height: 28px;
    width: 90%;
    float: right;
    text-align: left;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
}
.contact-form h3 {
    margin-bottom: 30px;
}
.contact-form input[type="text"] {
    margin-bottom: 35px;
}
.contact-form iframe {
    width: 100%;
	border: 0;
}
.contact-detail {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.contact-detail i {
    font-size: 50px;
}
.contact-detail h3 {
    margin-bottom: 0;
}
.contact-detail-map {
    width: 100%;
    float: left;
    position: relative;
}
.contact-detail-map iframe {
    width: 100%;
    border: 0;
}
/*
===================================
26. Blog pages
===================================
*/
.blog-sidebar p {
    font-size: 14px;
    line-height: 1.4em;
    color: #777;
}
.recent-posts img {
    width: 100%;
}
.blog-sidebar p a {
    font-size: 14px;
    line-height: 1.4em;
    color: #000;
}
.blog-sidebar h3 {
    margin-bottom: 20px;
}
.blog-recent-post {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.blog-meta-link a {
    display: block;
    margin-bottom: 20px;
    color: #777;
    font-size: 16px;
}
.recent-posts {
    width: 100%;
    float: left;
}
.blog-meta-tags .tag-list a {
    padding: 10px 15px;
    background: #f5f6f0;
    border: 0;
    color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.blog-meta-tags .tag-list a:hover {
    color: #fff;
}
.Single-blog figcaption {
    position: static;
    width: 100%;
    float: left;
}
.blog-detail span {
    margin-right: 15px;
}
.blog-detail span i {
    margin-right: 5px;
}
.blog-thoughts {
    width: 100%;
    display: inline-block;
    background-color: #f5f6f0;
    border-left: 10px solid;
}
.blog-detail {
    display: inline-block;
}
.blog-detail p ,
.blog-thoughts p{
    margin: 0;
	text-align:left;
}
.pagination-box a {
    font-size: 16px;
}
.blog-sidebar a {
    font-size: 16px;
}
.blog-news-box h4 {
    color: #fff;
}
/* Error page */

.block-detail-head p {
    color: #fff;
}
.special-style-dark:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}
/* comment list */

.comment-box figure {
    width: 80px;
    height: 80px;
    margin: 0 auto;
	float: none;
}
/*
===================================
27.	Check out
===================================
*/
@media only screen and (max-width: 992px) {
    .product-checkout > .container > .row > .col-md-6:first-child {
        margin-bottom: 30px;
    }
}
.product-checkout .market-info {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 15px 18px;
    font-size: 16px;
}
.product-checkout .market-info .fa {
    margin-right: 10px;
}
.product-checkout .market-info .showlogin,
.product-checkout .market-info .showcoupon {
    margin-left: 15px;
}
.product-checkout .login,
.product-checkout .checkout_coupon {
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
}
.product-checkout .login > p:first-child {
    padding: 25px 15px 0;
    text-align: left;
}
.product-checkout .button {
    background: black;
}
.product-checkout label.inline {
    margin-left: 30px;
}
.product-checkout #coupon_code {
    border: 1px solid rgba(0, 0, 0, 0.12);
    width: 100%;
}
.product-checkout .checkout_coupon .col-sm-12 {
    padding: 0 25px;
}
.product-checkout .checkout_coupon .col-sm-12:first-child {
    padding-top: 25px;
}
.product-checkout #ship-to-different-address .checkbox {
    display: inline;
    text-align: left;
}
.product-checkout #ship-to-different-address-checkbox {
    display: inline;
    text-align: left;
    visibility: visible;
    margin: 14px 0 0 10px;
}
.product-checkout #billing_address_1,
.product-checkout #shipping_address_1 {
    margin-bottom: 20px;
}
.product-checkout .form-chackout select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 10px;
    color: #777;
}
.product-checkout #createaccount {
    margin-right: 10px;
}
.product-checkout #createaccount,
.product-checkout #createaccount + .checkbox {
    display: inline;
    visibility: visible;
    position: relative;
}
.product-checkout #order_review th,
.product-checkout #order_review td {
    padding: 15px;
    width: 50%;
}
.product-checkout #order_review th p,
.product-checkout #order_review td p {
    margin-bottom: 0;
}
.product-checkout #order_review thead th,
.product-checkout #order_review thead td,
.product-checkout #order_review th,
.product-checkout #order_review td {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.product-checkout #order_review tfoot th,
.product-checkout #order_review tfoot td {
    color: black;
}
.product-checkout #order_review tfoot th .amount,
.product-checkout #order_review tfoot td .amount {
    font-weight: bold;
}
.product-checkout #payment {
    padding: 45px;
    margin-bottom: 30px;
    background-color: #eee;
}
.product-checkout #payment li {
    list-style: none;
}
.product-checkout .payment_box.payment_method_cheque {
    margin-left: 15px;
}
.product-checkout .shop_table {
    margin-bottom: 0;
    width: 100%;
}
.product-checkout .login,
.product-checkout .checkout_coupon,
.product-checkout .shipping-fields,
.product-checkout .create-account,
.product-checkout .payment_box {
    display: none;
}
form.form-chackout label {
    padding: 0;
}
.payment-method label.radio-label {
    padding: 4px 0 0 40px;
    display: inline-block;
}
form.login input#rememberme {
    position: relative;
    visibility: visible;
}
form.login label {
    padding: 0;
}
#ship-to-different-address label {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.form-row input {
    margin-bottom: 15px;
}
/*
===================================
28. Footer Style
===================================
*/
.main_footer {
    background-color: #eee;
    border-top: 2px solid #ab0a3d;
}
.footer-box {
    float: left;
    width: 100%;
}
.footer-box .title {
        font-size: 22px;
    text-transform: uppercase;
        text-align: center;
    padding-bottom: 15px;
    color: #000;
    margin-bottom: 30px;
        font-weight: 600;
    
}
.footer-box .title:before
 {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #000;
    top: 39px;
    width: 90px;

}
.foot-sec ul li a {
        color: #000;
    font-size: 16px;
    /* font-family: 'Lato', sans-serif; */
   font-family: 'Philosopher', sans-serif;
    line-height: 29px;
}
.bottom-footer {
    background-color: #ab0a3d;
}
.bottom-footer p {
    color: #fff;
    font-size: 16px;
    font-family: 'Philosopher', sans-serif;
	text-align:center;
	margin-bottom:0;
}
.bottom-footer figure img {
    margin: auto;
    display: table;
    margin-bottom: 10px;
}
.foot-sec .social li{
	float:left;
	width:auto;

}
.foot-sec .social li a {
    width: 35px;
    height: 35px;
    border: 2px solid #ab0a3d;
    margin: 0 10px;
    border-radius: 50%;
    text-align: center;
    padding: 2px 0;
}
.foot-sec .social li a:hover{
	color:#fff;
}
.foot-sec {
    margin-bottom: 30px;
}
.foot-sec .search-bar{
	margin-bottom:30px;
}
.search-bar{
	position:relative;
}
.search-bar button {
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    position: absolute;
    right: 0;
    height: 100%;
	padding:0 15px;
}
.shop-btn{
        margin-top: 35px;
}
/* ===========custom css========== */
/*==================
    scroll to top
===================*/
#top{
  background: #ab0a3c;
  color: white;
  padding: 15px;
  position: fixed;
  bottom: 70px;
  right: 30px;
  text-decoration: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
      box-shadow: 0px 1px 1px #fffefe;
  z-index: 11;
  display:none;
}
#top:hover{
    /*border: 1px solid #ed3237;
    background-color: transparent;*/
}
#arrow{
  border:solid #ffffff;
  border-width:0px 0px 3px 3px;
  padding:5px;
  display:inline-block;
  transform:rotate(135deg);
  margin-left: -1px;
  margin-top: 2px;
}
#arrow:hover{
  border:solid #ffffff;
  border-width:0px 0px 3px 3px;
  padding:5px;
  display:inline-block;
  transform:rotate(135deg);
  margin-left: -1px;
}
/*------------end scrol top--------------*/
.nav1 {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
      margin-left: -74px;
}

.nav1 li {
  display: inline-block;
  font-size: 18px;
      padding: 1px 18px 0px 18px;
      color: #000;
    font-family: 'Philosopher', sans-serif;
    line-height: 29px;
    font-weight: 500;
}
.footer-logo{padding-top: 60px;}

/* carousel */
.best-seller-pro {
    position: relative;
    margin-bottom: 15px;
}
.featured-pro {
    position: relative;
}
.controls {
    position: inherit;
    width: 100%;
}
.controls a {
    color: #666;
}
.controls .prev {
    position: absolute;
    border: 1px solid #ccc;
    right: 35px;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    width: 30px;
    line-height: 26px;
    padding: 0 5px;
    color: #555;
    top: -35px;
}
.controls .next {
    position: absolute;
    border: 1px solid #ccc;
    right: 0px;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    width: 30px;
    line-height: 26px;
    padding: 0 5px;
    color: #555;
    top: -35px;
}
.glyphicon-chevron-right:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: "\f105";
    text-transform: none;
    font-size: 18px;
    padding: 6px 6px 6px 6px;
    line-height: 22px;
}
.glyphicon-chevron-left:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: "\f104";
    text-transform: none;
    font-size: 18px;
    padding: 6px 4px;
    line-height: 22px;
}
.product-block .product-image, .product-block .product-image a, .product-block .product-image .product-display, .product-block .product-image .product-display img {
    display: block;
    z-index: 1;
}
.product-block .product-image a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    z-index: 8;
    content: ' ';
}
.product-block .product-image a img {
    width: 100%;
}
.product-block .product-image .product-mainpic {
    opacity: 0;
}
.product-block .product-image .product-mainpic {
    max-width: 100%;
    transform: rotateY(0deg);
    opacity: 0.1;
    transition: all 0.4s ease-in-out;
}
.product-block .product-image .product-secondpic {
    position: absolute;
    top: 0;
    max-width: 100%;
    transform: rotateY(-180deg);
    left: -1px;
    transition: all 0.4s ease-in-out;
}
.product-block:hover .product-image .product-mainpic {
    transform: rotateY(-180deg);
    opacity: 0;
}
.product-block:hover .product-image .product-secondpic {
    transform: rotateY(0deg);
    opacity: 1;
}
/* PRODUCTS SLIDER */
.owl-item .item {
    margin: 0 10px;
}
.slider-items-products {
    position: relative;
}
.slider-items-products .item {
    text-align: center;
}
.owl-buttons {
    opacity: 1;
}
.col1-layout{
        padding-bottom: 38px;
}
.section-banner{
    background-image: url(../images/bg/banner-1.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 275px;
}
.product-gp{
    padding:50px 0px;
}
.product-gp-1{
    padding-top:50px;
}
.heading-text-box h1 {
    color: #000;
    line-height: 1.2em;
    font-family: 'Philosopher', sans-serif;
    font-size: 30px;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  font-size: 22px;
}

.pagination a.active {
  background-color: #ab0a3b;
  color: white;
  border: 1px solid #ab0a3b;
}

.pagination a:hover:not(.active) 
{
    background-color: #ddd;
}
.pagination-page{
    text-align: center;
}
.caption-1 {
   font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: #272727;
    line-height: 35px;
    margin-top: 25px;
    letter-spacing: 1px;
}
@media(max-width: 425px) and (min-width: 325px){
.nav>li>a {
    position: initial!important;
    display: block;
    padding: 10px 15px;
}
} 
@media(max-width: 425px) and (min-width: 325px){
.nav> {
   margin-top: 40px;
}
} 


@media(min-width: 968px) and (max-width: 2500px){
.mobile-banner
{
    display: none!important;
}
}
@media(min-width: 320px) and (max-width: 967px){
.desktop-banner{
    display: none!important;

}
}