/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Black Friday - Bootstrap Responsive template for deals & coupon codes.
Version: 1.0.0
Assigned to: 
Primary use: Coupon, Code, Offers, Discounts , Deals, HTML5, Responsive, template
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1 Fonts
2 Body / body
3 Default Css
	3.1 Reset Style / img
	3.2 Form Inputs / input
	3.3 Button Style / .itg-button
	3.4 Padding Style / .pad0
	3.5 Margin Style / .mar0
4 Header-Style
	4.1 Top Bar / .contact
	4.2 Navigation Bar / .navbar-nav
5 Main Slider
	5.1 Owl Nav Style / .slider-section .owl-prev
	5.2 Slider Style / .slider-section
6 Heading Style / .section-box
7 Deals Style / .deals
8 Coupons Style / .coupons-section
9 Blog Style / .latest-blog
10 Stores Style / .popular-stores
11 Contact Style / .contact-section
12 Page Header / .breadcrumb-section
13 Preloader / .preloader
14 Page Style
	14.1 Sidebars / .sidebar
	14.2 Pagination / .pagination-box
	14.3 Categorie Style / .our-categorie
	14.4 Shopcart Style / .shopcart-section
	14.5 Wishlist / .cart-detail
15 Footer / .main-footer
-------------------------------------------------------------------*/

/*--- Bootstrap.CSS ---*/
@import url('bootstrap.min.css');
/*--- Fontawesome.CSS ---*/
@import '../plugins/font-awesome/css/font-awesome.min.css';
/*--- Owl-Carousel.CSS ---*/
@import '../plugins/owl-carousel/css/owl.carousel.min.css';
/*--- Hover-Dropdown-Menu.CSS ---*/
@import '../plugins/megamenu/css/hover-dropdown-menu.css';
@import '../plugins/flaticon/css/flaticon.css';

/*
@import '../plugins/owl-carousel/css/owl.theme.default.min.css';
==========================
1 Fonts
==========================
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet');
/*
==========================
2 Body
==========================
*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #777;
    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-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
    color: #262626;
    text-transform: uppercase;
   
}
h5 {
font-size: 14px;}


/* 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: 34px;
    font-size: 12px;
}

textarea {
    padding: 0 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    font-size: 14px;
    resize: none;
}

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-c img {
    width: 100%;
}

.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;
    border-color: #e6e6e6;
}

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: 0px 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: 600;
    margin: 0 0 5px 0px;
    color: #000;
}

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;
}

.login-error {
    font-size: 14px;
    color: #ff0000;
}

    .login-error.incorrect {
        font-size: 12px;
        padding: 10px;
    }

/* 3.3 Button Style */

.btn-primary {
    background-color: #99d038 !important;
    border-color: #99d038;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #7ba92a !important;
        border-color: #7ba92a;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #7ba92a !important;
        border-color: #7ba92a;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #7ba92a !important;
        border-color: #7ba92a;
    }

        .itg-btn {
    background-color: #000;
    color: #fff;
    padding: 5px 40px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border: 0;
}


        



.itg-btn.cart-btn {
    position: relative;
    margin: auto;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    display: block;
}

            .itg-btn.detail-btn {
                position: relative;
                margin: auto;
                border-radius: 50px;
                padding: 10px 30px;
                color: #fff;
                font-size: 14px;
                display: block;
                background-color: #99d038;
                text-align: center;
            }

    .itg-btn.box-btn.black {
        color: #000;
        border: 1px solid #f2f2f2;
    }

    .itg-btn.box-btn.white {
        color: #000;
        background-color: #eee;
    }

    .itg-btn.box-btn {
        background-color: transparent;
        color: inherit;
        border-radius: 50px;
        font-size: 12px;
        font-weight: normal;
        overflow: hidden;
        display: inline-block;
        text-align: center;
    }

        .itg-btn.box-btn:hover span {
            left: -50%;
            opacity: 1;
            color: #fff;
        }

        .itg-btn.box-btn span:after {
            width: 0;
            height: 0;
            border-bottom: 60px solid #99d038;
            border-right: 40px solid transparent;
            position: absolute;
            content: "";
            top: 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;
            left: 100%;
        }

        .itg-btn.box-btn span {
            background-color: #eee;
            opacity: 1;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            width: 100%;
            height: 100%;
            color: #000;
            padding: 10px 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;
            line-height: 1.6em;
        }
/* 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;
}

.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;
}
/* 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;
    min-height: 130px; /*w*/
}

.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;
}
/*
==========================
4 Header Style
==========================
*/
/* 4.1 Top Bar */

.contact {
    width: 100%;
    position: relative;
    float: left;
}

#top-bar-sec {
    width: 100%;
    position: relative;
    float: left;
    
    z-index: 3;
}

.contact ul li {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.contacts {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 5px;
}

.contact select {
    border: none;
    font-size: 14px;
    padding: 0;
}

.contacts ul li {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.contact:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    left: 87px;
    margin-left: -0.5px;
    top: 50%;
    margin-top: -10px;
}

.contacts:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    right: 80px;
    margin-right: -0.5px;
    top: 50%;
    margin-top: -10px;
}
/* 4.2 Navigation Bar */

.navbar-nav {
    padding-right: 30px;
}

li.left-side i {
    margin-left: 4px;
    position: absolute;
    right: 16px
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 5px solid white;
}

#main-menu {
    width: 100%;
    position: relative;
    float: left;
}

.navbar-nav > li > a {
    padding-top: 40px;
}

.navbar-brand > img {
    padding: 15px 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
}

.navbar-nav .dropdown-menu .dropdown-header,
.navbar-nav .dropdown-menu > li > a {
    padding: 10px 20px;
}

.navbar-default.navbar-nav > a,
.navbar-default.navbar-nav > a:hover,
.nav a:hover,
ul.nav.navbar-nav li a:hover {
    background-color: transparent;
}

    .navbar-default .navbar-nav > a,
    .navbar-default .navbar-nav > a:focus,
    .navbar-default .navbar-nav > a:hover,
    .nav .open > a:focus,
    .nav .open > a:hover:hover {
        background-color: transparent;
    }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px !important;
}

.navbar-default:hover .navbar-nav .dropdown-menu > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a i {
    display: inline-block;
}

ul.nav.navbar-nav.sm i {
    font-size: 18px;
    padding-left: 5px;
}

.navbar-collapse {
    padding-right: 72px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
    text-transform: uppercase;
}

.input-group .form-control {
    z-index: auto;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #000;
    text-transform: uppercase;
    min-width: 250px;
    -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-icon.s-icon.hidden-xs ul li {
    position: relative;
    float: left;
}

.nav-icon[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 18px;
    color: #262626;
}

sup {
    color: #fff;
    padding: 0px 4px;
    border-radius: 50px;
    top: -13px;
    left: -6px;
}

.search-icon.s-icon {
    position: absolute;
    right: 0;
    top: 45%;
    margin-top: -9px;
    color: #000;
}

    .search-icon.s-icon ul li {
        display: inline-block;
        padding-right: 15px;
    }

.search_bar input[type=text] {
    background-color: #f2f2f2;
    border: none;
}

.search-bar {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px 10px;
}

.contact .language-icon {
    margin-left: 2px;
    left: 0px;
    position: relative;
    top: 6px;
}

.head-search {
    padding: 0px 0;
    text-align: right;
    color: #000;
}

.top-search {
    background-color: rgb(153, 208, 56);
    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;
    z-index: 3;
    -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;
}

.search_bar {
    position: relative;
}

    .search_bar input {
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
    }

    .search_bar button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        line-height: 1em;
        background-color: #fff;
        border: none;
        padding: 0px 20px;
        outline: none;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
    }

.input-group ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.input-group :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.input-group ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.input-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.input-group ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
/*
==========================
5 Main Slider
==========================
*/
/* 5.1 Owl Nav Style */



.slider-section .owl-prev {
    position: absolute;
    content: "";
    top: 50%;
    left: 1%;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    -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;
}

.slider-section .owl-next {
    position: absolute;
    content: "";
    top: 50%;
    right: 2%;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    -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;
}

    .slider-section .owl-prev:hover,
    .slider-section .owl-next:hover {
        color: #fff;
    }

.custom-nav {
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
}

.slidernav .owl-nav {
    position: relative;
    max-width: 1140px;
    float: none;
    margin: 0 auto;
    
}

.slidernav .owl-prev {
    float: right;
    right: 65px;
    position: relative;
    background-color: #eeeeee;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    -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;
}

.slidernav .owl-next {
    float: right;
    right: -25px;
    position: relative;
    background-color: #eeeeee;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    -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;
}

.slidernav .owl-prev:hover {
    color: #fff
}

.slidernav .owl-next:hover {
    color: #fff
}
/* 5.2 Slider Style */

.slider-section {
    width: 100%;
    position: relative;
    float: left;
}

.slider-btn {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 16px;
}

.slider-section figcaption {
    position: absolute;
    bottom: 0;
}

.slider-section figure:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
}

.slider-section .owl-item.active.center figcaption {
    opacity: 1;
}

.slider-section figcaption {
    width: 100%;
    min-height: 120px;
    position: absolute;
    bottom: 0;
    background-color: #000;
    padding: 10px 20px;
    opacity: 0;
    z-index: 3;
    -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;
}

.slider-section h5 {
    color: #fff;
    text-transform: none;
}

.slider-section .owl-item.active.center figure:before {
    opacity: 0;
}

.slidernav {
    width: 100%;
    position: relative;
    float: left;
}
/*
==========================
6 Heading Style
==========================
*/

.section-box {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 25px 15px;
    border-left: 2px solid;
}

    .section-box i {
        margin-right: 10px;
    }

    .section-box h5 {
        text-align: right;
        margin-top: 5px;
    }
/*
==========================
7 Deals Style
==========================
*/

.deals {
    width: 100%;
    position: relative;
    float: left;
}

    .deals .search_bar button {
        background-color: #f2f2f2;
    }

.latest-deals {
    width: 100%;
    position: relative;
    float: left;
}

.box-detail.description {
    padding: 18.5px 30px;
}

ul.text li {
    display: inline-block;
}

ul.text {
    width: 100%;
    position: relative;
    float: left;
}

.awesome-spot {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 30px 15px;
}

    .awesome-spot .timer {
        color: #262626;
    }

        .awesome-spot .timer span {
            color: #ccc;
        }

.location-map {
    overflow: hidden;
    height: 410px;
    width: 100%;
}

#gmap_canvas {
    height: 410px;
    width: 100%;
}

.box-detail.deals-sidebar {
    padding: 20px 15px;
}

.box-detail.boxs {
    padding: 19px 25px;
}


a.itg-btn.cart-btn.wishlist {
    padding: 10px 15px;
}

.slider-second {
    width: 100%;
    position: relative;
    float: left;
    background-image: url('../img/background/background2.jpg');
}

#slidersecond {
    width: 100%;
    position: relative;
    float: left;
}

.box-details ul.stars {
    float: left;
}
/*
==========================
8 Coupons Style
==========================
*/

.coupons-section {
    width: 100%;
    position: relative;
    float: left;
    background-image: url('../img/background/background3.jpg');
}

.couponnav {
    width: 100%;
    position: relative;
    float: left;
}

    .couponnav .owl-nav {
        position: relative;
        max-width: 1140px;
        float: none;
        margin: 0 auto;
    }

    .couponnav .owl-prev {
        float: left;
        left: 20px;
        position: relative;
        background-color: #eeeeee;
        border-radius: 50px;
        padding: 7px 12px;
        width: 40px;
        height: 40px;
        -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;
    }

    .couponnav .owl-next {
        float: left;
        left: 30px;
        position: relative;
        background-color: #eeeeee;
        border-radius: 50px;
        padding: 7px 12px;
        width: 40px;
        height: 40px;
        -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;
    }

    .couponnav .owl-prev:hover {
        color: #fff
    }

    .couponnav .owl-next:hover {
        color: #fff
    }

.box-detail.details {
    width: 100%;
    position: relative;
    float: left;
    padding: 30px 15px;
}

.box-b {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    ;
}

.scissor-icon {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 3;
    left: 50%;
    margin-left: -16px;
    display: inline-block;
}

#sliderthird {
    width: 100%;
    position: relative;
    float: left;
}

.details h4 {
    font-size: 16px;
}

.coupons {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
}

.box-detail.details.detail {
    padding: 30px;
    border-left: 1px dashed #808080;
}

.box-b.box-e {
    padding: 34px 0px;
}

.scissor {
    position: absolute;
    left: -16px;
    z-index: 3;
    text-align: center;
    top: 50%;
    margin-top: -16px;
}

.box-detail.box-f {
    padding: 17px 30px;
    border-left: 1px dashed #808080;
}

.coupons-details {
    width: 100%;
    position: relative;
    float: left;
}

.comments-form {
    width: 100%;
    position: relative;
    float: left;
}

    .comments-form input[type=text] {
        background-color: #f5f5f5;
    }
/*
==========================
9 Blog Style
==========================
*/

.latest-blog {
    width: 100%;
    position: relative;
    float: left;
}

.box-a img {
    width: 100%;
}

.box-detail span {
    text-transform: capitalize;
    font-size: 14px;
}

#sliderfourth {
    width: 100%;
    position: relative;
    float: left;
}

.blognav {
    width: 100%;
    position: relative;
    float: left;
}

    .blognav .owl-nav {
        position: relative;
        max-width: 1140px;
        float: none;
        margin: 0 auto;
    }

    .blognav .owl-prev {
        float: right;
        right: 65px;
        position: relative;
        background-color: #eeeeee;
        border-radius: 50px;
        padding: 7px 12px;
        width: 40px;
        height: 40px;
        -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;
    }

    .blognav .owl-next {
        float: right;
        right: -25px;
        position: relative;
        background-color: #eeeeee;
        border-radius: 50px;
        padding: 7px 12px;
        width: 40px;
        height: 40px;
        -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;
    }

    .blognav .owl-prev:hover {
        color: #fff
    }

    .blognav .owl-next:hover {
        color: #fff
    }

.partnernav .owl-nav {
    position: relative;
    max-width: 1140px;
    float: none;
    margin: 0 auto;
}

.partnernav .owl-prev {
    float: right;
    right: 65px;
    position: relative;
    background-color: #eeeeee;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    -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;
}

.partnernav .owl-next {
    float: right;
    right: -25px;
    position: relative;
    background-color: #eeeeee;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    -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;
}

.partnernav .owl-prev:hover {
    color: #fff
}

.partnernav .owl-next:hover {
    color: #fff
}

.upper {
    text-transform: uppercase;
}

ul.fonts li {
    font-size: 12px;
}

#blog {
    position: relative;
    float: left;
    width: 100%;
}

    #blog .owl-prev {
        position: absolute;
        content: "";
        top: 50%;
        margin-top: -15px;
        left: 0%;
        background-color: #fff;
        border-radius: 50px;
        padding: 1px 7px;
        width: 30px;
        height: 30px;
        -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 .owl-next {
        position: absolute;
        content: "";
        top: 50%;
        margin-top: -15px;
        right: 0%;
        background-color: #fff;
        border-radius: 50px;
        padding: 1px 7px;
        width: 30px;
        height: 30px;
        -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 .owl-prev:hover,
        #blog .owl-next:hover {
            color: #fff;
        }

.latest-blog .search_bar button {
    background-color: #f2f2f2;
}

.box-c .box-detail {
    /* padding: 46.5px 30px; w */
}

.box-c {
    width: 100%;
    position: relative;
    float: left;
}

.blog-details {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 30px;
}

    .blog-details ul li {
        display: inline-block;
    }

.author {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    border-left: 2px solid;
    padding: 20px;
}

    .author p {
        font-size: 15px;
        margin: 0;
    }

.share-this {
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 1px solid #ccc;
    -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;
}

    .share-this ul li {
        display: inline-block;
        padding: 4px 10px;
        background-color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50px;
    }

        .share-this ul li:hover {
            color: #fff;
        }

.comments-area {
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 1px solid #ccc;
}

    .comments-area img {
        border: 4px solid #fff;
    }
/*
==========================
10 Stores Style
==========================
*/

.popular-stores {
    width: 100%;
    position: relative;
    float: left;
}

.brand-img {
    width: 100%;
    position: relative;
    float: left;
}

    .brand-img figcaption {
        top: 0;
        position: absolute;
        text-align: center;
        left: 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;
        transition: all 0.45s ease-in-out;
        text-transform: capitalize;
        width: 100%;
        height: 100%;
    }

    .brand-img:hover.brand-img figcaption {
        opacity: 1;
    }

    .brand-img h4 {
        color: #fff;
        font-size: 23px;
        top: 50%;
        margin-top: -36px;
    }

    .brand-img img {
        width: 100%;
    }

.Store-Search {
    width: 100%;
    position: relative;
    float: left;
}

.store {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 30px;
}

.search {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 20px 40px;
    border: 1px solid #d9d9d9;
}

.coupon-detail {
    width: 100%;
    position: relative;
    float: left;
    background-color: #f5f5f5;
    padding: 60px;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.coupons .search_bar button {
    background-color: #f2f2f2;
}

.coupon-detail h4:after {
    border-right: 1px dashed #b3b3b3;
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    left: 80%;
    margin-left: -14px;
}

.store select {
    width: 83px;
    text-transform: uppercase;
    font-size: 24px;
    float: right;
}
/*
==========================
11 Contact Style
==========================
*/

.contact-section {
    width: 100%;
    position: relative;
    float: left;
}

    .contact-section h3 {
        font-size: 22px;
        margin-bottom: 12px;
        color: #99d038;
        text-transform: capitalize;
    }

button.itg-btn.subcribes {
    text-transform: capitalize;
    border-radius: 50px;
    padding: 5px 30px;
}

a.viewoffer {
    text-transform: capitalize;
    border-radius: 50px;
    padding: 5px 30px;
    background-color: #99d038;
    color: #fff;
}

a.editoffer {
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #FF9636;
    color: white;
    text-transform: uppercase;
}

.editoffer {
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #FF9636;
    color: white;
    text-transform: uppercase;
}

a.newoffer {
    text-transform: capitalize;
    padding: 5px 10px;
    background-color: #6C6A61;
    color: white;
    text-transform: uppercase;
}

.newoffer {
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #6C6A61;
    color: white;
    text-transform: uppercase;
}

a.deleteoffer {
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #DB1F48;
    color: white;
}

.deleteoffer {
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: red;
    color: white;
}

a.updateoffer {
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #1AC8DB;
    color: #ffffff;
}

.updateoffer {
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #1AC8DB;
    color: #ffffff;
}


.contact-section input[type=text] {
    background-color: #f5f5f5;
}
/*
==========================
12 Page Header
==========================
*/

.breadcrumb-section {
    width: 100%;
    position: relative;
    float: left;
    /* background-image: url('../img/background/breadcrumb-1.jpg'); wh  */
}

.breadcrumb-text {
    width: 100%;
    position: relative;
    float: left;
    color: #fff;
}

    .breadcrumb-text ul li {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
    }

        .breadcrumb-text ul li:nth-child(2):before,
        .breadcrumb-text ul li:nth-child(3):before {
            padding: 0 5px;
            color: #fff;
            content: "/\00a0";
        }

.breadcrumb-section:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
}
/*
==========================
13 Preloader
==========================
*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

    .preloader.loaderout {
        opacity: 0;
        visibility: hidden;
        -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;
    }

.loader-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.circle {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 10px;
}

.circle-1 {
    border: 4px solid #000;
}

.circle-2 {
    border: 4px solid;
}

.circle-3 {
    border: 4px solid;
}

.circle-4 {
    border: 4px solid #000;
}

/*
==========================
14 Page style
==========================
*/
/* 14.1 sidebar */

.latest-tweet {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 20px 15px;
}

.deals-sidebar {
    width: 100%;
    position: relative;
    float: left;
}

    .deals-sidebar ul.stars {
        margin-top: -3px;
    }

.latest-tweet span {
    font-size: 14px;
}

.latest-tweet p {
    margin: 0;
}

.latest-tweet h5 {
    text-transform: capitalize;
}

.trending-offers {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 20px 15px;
}

    .trending-offers h5 {
        font-size: 12px;
        text-transform: capitalize;
    }

.trending {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 10px;
}

.tags {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 20px 15px;
}

    .tags ul li a {
        background-color: #f2f2f2;
        color: #000;
        padding: 5px 18px;
        margin-bottom: 4px;
        font-size: 12px;
        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;
    }

    .tags ul li {
        display: inline-block;
    }

.blog-a {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 15px;
    float: left;
}

    .blog-a p {
        font-size: 12px;
        margin: 0;
    }

.box-detail.blog {
    padding: 37px 30px;
}

.blog {
    width: 100%;
    position: relative;
    float: left;
}

.blogs {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 37px 30px;
}

    .blogs ul li {
        display: inline-block;
    }

.trending span {
    border-bottom: 1px solid;
}

.tags ul li a:hover {
    color: #fff;
}

.box-detail.box-d {
    padding: 20px 15px;
}

.box-d {
    width: 100%;
    position: relative;
    float: left;
}
/* 14.2 Pagination */

.pagination-box {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 25px 15px;
    border-left: 2px solid;
}

    .pagination-box span {
        display: inline-block;
        -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;
        font-size: 24px;
        padding: 0 20px;
        color: #000;
    }

        .pagination-box span i {
            background-color: #eeeeee;
            border-radius: 50%;
            color: #000;
            position: relative;
            padding: 7px 8px;
            font-size: 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;
        }

            .pagination-box span i:hover {
                color: #fff;
            }

.pager_numeric {
    display: inline-block;
    -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;
    font-size: 24px;
    padding: 0 20px;
    color: #000;
}

    .pager_numeric:hover {
        color: #99d038;
    }

/* 14.3 Categorie Style */
.our-categorie {
    width: 100%;
    position: relative;
    float: left;
    background-color: #53beb9;
    margin-top: 50px;
}

.endingsoon {
    width: 100%;
    position: relative;
    float: left;
    background-color: #ce7a80;
    margin-top: 50px;
}


.our-categorie h3 {
    color: #ffffff;
    padding-top: 25px;
    padding-left: 60px;
    font-size: 22px !important;
}

.endingsoon h3 {
    color: #ffffff;
    /*padding-top: 60px; w*/
    padding-left: 60px;
    text-align: left;
    font-size: 22px !important;
}



.our-categorie:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
}

.endingsoon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
}

section {
    width: 100%;
    position: relative;
    float: left;
}

.our-categorie .owl-prev {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    -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;
}




.our-categorie .owl-next {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    -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;
}


.endingsoon .owl-prev {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    -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;
}


.endingsoon .owl-next {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 12px;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    -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;
}


.our-categorie .owl-prev:hover {
    color: #fff;
}

.endingsoon .owl-prev:hover {
    color: #fff;
}



.our-categorie .owl-next:hover {
    color: #fff;
}

.endingsoon .owl-next:hover {
    color: #fff;
}



.categorie {
    width: 100%;
    position: relative;
    float: left;
    padding: 25px 0px;
    text-align: center;
}

.endingsoon {
    width: 100%;
    position: relative;
    float: left;
    padding: 25px 0px;
    text-align: center;
}


.categorie h5 {
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    font-size: 17px;
}

.categorie a i {
    border: 1px solid #fff;
    padding: 30px 24px;
    border-radius: 100px;
    text-align: center;
    position: relative;
    float: left;
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.service-section {
    width: 100%;
    position: relative;
    float: left;
}

.categorie figure {
    display: inline-block;
}

.slidercategorie {
    padding: 0px 50px;
    
}

.ending-soon {
    padding: 0px 50px;
}

.box {
    width: 100%;
    position: relative;
    float: left;
}

.box-icon i {
    color: #fff;
    font-size: 40px;
}

.our-categorie .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%; /* auto; w*/
}

.our-categorie .owl-carousel h5 {
    text-transform: none;
}

.endingsoon .owl-carousel h5 {
    text-transform: none;
}

.boxes {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 8px 0 39px;
    margin-top: -30px;
}

.box-a {
    width: 100%;
    position: relative;
    float: left;
}

.box figure img {
    position: relative;
    width: 100%;
    float: left;
    min-height: 119px;
}

.box-icon {
    width: 100%;
    position: relative;
    float: left;
}

.box-text h3,
.box-text h5 {
    color: #fff;
}

.box-text {
    width: 100%;
    position: relative;
}

.bg {
    background-color: #f2f2f2;
}

.shopcart-box {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 25px 15px;
    border-left: 2px solid;
}

.symbol i {
    position: relative;
    top: 5px;
    left: 5px;
}

.box-detail {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 10px 20px;
}

    .box-detail .timer {
        font-size: 18px;
        color: #262626;
    }

        .box-detail .timer span {
            font-size: 18px;
            color: #ccc;
        }

    .box-detail ul li {
        display: inline-block;
    }

    .box-detail h4 {
        /*text-transform: capitalize;*/
        text-transform: none;
    }

    .box-detail.box-details {
        padding: 20px;
        width: 100%;
        position: relative;
        float: left;
    }

        .box-detail.box-details h5 {
            font-size: 15px;
            text-transform: capitalize;
        }

.headline {
    min-height: 100px;
}

.stars {
    width: 100%;
    position: relative;
    float: left;
}

ul.stars {
    float: right;
}

    ul.stars li {
        display: inline-block;
    }

.capital {
    text-transform: capitalize;
}

.cart-icon {
    float: right;
    width: 35px;
    height: 35px;
    background-color: #eee;
    border-radius: 50px;
    padding: 4px 7px;
    margin-top: -4px;
    color: #262626;
}

    .cart-icon i[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
    [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
        font-size: 20px;
    }

.grey {
    color: #808080;
}

.grey-a {
    color: #c3c3c3;
}

.border {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #dfdfdf;
    background-color: #fff;
}

ul.text-size p {
    font-size: 24px;
}

.cart-icon:hover {
    color: #fff;
}

.hover {
    -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;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}
/* 14.4 Shopcart Style */

.shopcart-section {
    width: 100%;
    position: relative;
    float: left;
}

.section-box p {
    font-size: 16px;
    color: #262626;
}

.categories-section {
    width: 100%;
    position: relative;
    float: left;
}

.categorie-box {
    width: 100%;
    position: relative;
    float: left;
}


    .categorie-box h3,
    .categorie-box i {
        color: #fff;
        -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;
    }

    .categorie-box:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        opacity: 0.7;
    }

    .categorie-box figcaption {
        position: absolute;
        top: 50%;
        margin-top: -28px;
        width: 100%;
        text-align: center;
        color: #fff;
    }
/* 14.5 Wishlist */

.cart-detail {
    position: relative;
    float: left;
    width: 100%;
}

    .cart-detail h4 {
        margin-top: 50px;
    }

.cart-details {
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 1px solid #ccc;
}

.cart-input ul li {
    display: inline-block;
}

.cart-input {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 50px;
}

    .cart-input input[type=text] {
        width: 100px;
        height: 35px;
        font-size: 18px;
        text-align: center;
        color: #000;
        border: 1px solid #ccc;
    }

    .cart-input button {
        background-color: #fff;
        border: 1px solid #ccc;
        width: 30px;
        height: 36px;
    }

h3.cart-price {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 50px;
}

.status {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
}

.section-box.cart-box {
    background-color: #f5f6f0;
}

.searchbar {
    width: 100%;
    position: relative;
    float: left;
}

    .searchbar button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 6px 50px;
        border: none;
        text-transform: uppercase;
        border-radius: 50px;
        color: #fff;
        font-weight: bold;
        right: 20%;
        outline: none;
    }

    .searchbar input[type=text] {
        border-radius: 50px;
        border: none;
        width: 80%;
    }

.cart-border {
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 1px solid #ccc;
}

.cart h4 {
    margin-bottom: 50px;
}

.cart {
    width: 100%;
    position: relative;
    float: left;
    background-color: #f5f6f0;
    padding: 50px 30px 0px 30px;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.cart.carts {
    border-top: 1px solid #ccc;
}
/*
==========================
15 Footer Style
==========================
*/

.main-footer {
    width: 100%;
    position: relative;
    float: left;
    background-color: #262626;
    
}

    .main-footer p {
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 25px;
        color: #b7b7b7;
    }

    .main-footer h4 {
        color: #fff;
        margin-bottom: 30px;
    }


.newsletter {
    width: 100%;
    position: relative;
    float: left;
    color: #fff;
    padding: 10px 20px;
}





@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .newssigntop {
        display: none;
    }
    .container {
    margin-left: 30px;
    margin-right: 30px;
    }

    
}
@media only screen and (min-width: 768px) {
    .newssignbottom {
        display: none;
    }
} 


.newsletter ul li {
    display: inline-block;
    padding: 10px;
    margin-top: 7px;
}

    .newsletter h5 {
        font-size: 16px;
        line-height: 8px;
        padding-top: 8px;
    }

.newsletter h3 {
    font-size: 21px;
  
}



.newsletter h5,
.newsletter h3 {
    color: #fff;
}

.submit {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 15px;
}

    .submit .itg-btn {
        padding: 10px 20px;
        background-color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        border-radius: 50px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        
    }

.logout {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 15px;
}

    .logout .itg-btn {
        padding: 10px 20px;
        color: #99d038; background-color: #000;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        border-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

.newsletter-bar input[type=text] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
}

.newsletter-bar ::-webkit-input-placeholder {
    color: #fff;
}

.newsletter-bar :-moz-placeholder {
    color: #fff;
}

.newsletter-bar ::-moz-placeholder {
    color: #fff;
}

.newsletter-bar :-ms-input-placeholder {
    color: #fff;
}

.newsletter-bar ::-ms-input-placeholder {
    color: #fff;
}

.footer-logo p {
    line-height: 2.5em;
    margin: 25px 73px 30px 0;
}

.copyright-section {
    width: 100%;
    position: relative;
    float: left;
    background-color: #262626;
    padding-bottom: 10px;
   
}

    .copyright-section p {
        
        margin: 0;
        color: #b7b7b7;
    }

.newsletter-bar {
    margin-top: 5px;
}

.newsletter-message {
    font-size: 10px;
    color: red;
    font-weight: bold;
}









.more-button, .more-button:visited {
    background-color: #99d038;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
}

    .more-button:hover, .more-button:active {
        background-color: white;
        color: #99d038;
    }

.offer-logo {
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
}

.advantage h5 {
    color: #99d038;
    margin-bottom: 9px;
}

.awesome-spot h3 {
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 20px;
}

.login {
    background-color: #fff;
    box-shadow: 5px 5px 5px;
}

    .login h3 {
        font-size: 17px;
    }


.organisation a:hover {
    padding: 5px;
}

.organisation a:hover {
    background-color: red;
    padding: 5px;
    color: #fff;
}

.about-us {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: inherit;
}

.about-us ul {
margin-top: 20px;
}

.signup h5 {
    background-color: #99d038;
    padding: 20px;
    color: #ffffff;
    font-size: 15px;
}

.about-us li{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
   
    color: inherit;
}

    .about-us i {
        color: #99d038;
        font-weight: 300;
    }

.homebox {
    background-color: rgba(153, 208, 56, 0.75);
    padding: 20px 15px;
    min-height: 150px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}




.breadcrumb-list ul {
font-size: 8px;}

.form-group {
margin-bottom: 0px;
}

.booheight {
min-height: 120px;
}

    .booheight a.viewoffer {
        font-size: 12px;
        position: absolute;
        padding: 2px 20px;
        bottom: 10px;
    }

.offerlistingbox {
min-height: 190px;
}

body.modal-open-noscroll {
    margin-right: 0 !important;
    overflow: hidden;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0 !important;
}

.modal-header {
    padding: 10px 10px;
    background-color: #99d038;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}



.login .modal-body .h5 {
margin-bottom: 12px;
border-bottom: 1px solid red;
}

.login li strong {
    color: #262626;
    font-weight: 500;
    font-family: "Montserrat", sans-serif ;
    text-transform: uppercase;
    font-size: 14px;
    
}

.login ol{
    counter-reset: item;
    padding-left: 10px;
}

.login li {
    display: block;
        font-size: 14px;
}

    .login li:before {
        color: #262626;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        content: counters(item, ".") ". ";
        counter-increment: item
    }



.modal i {
    color: #99d038;
}

    .modal-header .heading {
        color: #000;
        text-transform: uppercase;
        height: 32px;
        font-size: 18px;
        font-weight: 500;
    }

    .modal-header .close {
        color: #99d038;
        height: 32px;
        width: 32px;
        background-color: #ffffff;
    }

.p-r-0 {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.offerlistingrow {
    min-height: 137px;
}

.ribbon-wrap {
    width: 127px;
    height: 126px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ribbon {
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 3px 0 3px 0;
    left: -38px;
    top: 14px;
    font-size: 13px;
    width: 133px;
    letter-spacing: -.2px;
    text-transform: uppercase;
    background-color: red;
}

.ribbon_new {
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 3px 0 3px 0;
    left: -38px;
    top: 14px;
    font-size: 13px;
    width: 133px;
    letter-spacing: -.2px;
    text-transform: uppercase;
    background-color: #99d038;
}


.homeblock {
    position: absolute;
    background-color: red;
    top: 90px;
    left: 5px;
    padding: 10px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding: 5px 30px;
    background-color: #99d038;
    color: #fff;
}

.card {
    
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
}

.prettycard {
    background-color: #ffffff;
    padding-bottom: 15px;
}

.card-body .headlines h5 {
    color: red !important;
}

.headlines {
    min-height: 120px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #99d038 !important;
    border-bottom: 5px solid #99d038;
}

.login-bg {
    background: #304352; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #d7d2cc, #a9b4bd); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #d7d2cc, #a9b4bd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer-nav {
padding-top: 10px;
padding-left: 0px;
text-transform: capitalize;
}
.footer-nav > li {
    display: inline;
    border-right: 1px solid #b7b7b7;
   
}


.footer-nav > li:last-child {
    border-right: none;
}

    .footer-nav > li > a {
        padding: 10px;
        color: #b7b7b7;
        text-align: center;
        font-size: 14px;
    }

ul.loginlist {
    list-style-type: circle;
    font-size: 14px !important;
    list-style-position: inside;
}

li.loginlist {
    font-size: 14px !important;
    font-family: "Montserrat", sans-serif;
}

logintable td{
    font-size: 14px;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

    .ui-menu .ui-menu {
        position: absolute
    }

    .ui-menu .ui-menu-item {
        font-family: "montserrat", sans-serif;
        background-color: #fff;
        position: relative;
        margin: 0;
        padding: 10px;
        cursor: pointer;
        min-height: 0;
        border-bottom: solid 1px #ccc;
        font-size: 12px;
        list-style: none !important;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        border: solid 1px #ccc !important;
        background-color: #ffffff !important;
        font-weight: 300 !important;
        color: #99d038 !important;
    }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}


.kaarpfigure {
    border-right: 1px solid #99d038;
}


   


.box-c {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
   
}

.box-b {
    border-bottom: 1px solid #dfdfdf;
    border-radius: 3px;
}

.main-grid-box {
    border: 1px solid red;
    border-radius: 3px;
}



.gridheading {
    min-height: 217px;
}

.grid-box-detail.details {

    width: 100%;
    position: relative;
    float: left;
    padding: 10px 15px;
    background-color: #ffffff;
}

.toporder {
    background-color: #fff; 
    color: #777; 
    margin-left: 15px; 
    margin-right: 25px; 
    border-left: 3px solid #99d038;
}



    .new-category-page .section {
        background-color: #99d038;
        display: block;
        margin-top: 10px;
        padding: 10px;
        color: #FFF;
    }

.new-category-page .section a:hover {
    color: black;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 480px)  {
    .phoneset {
       
        min-height: 250px;
    }
}

