body {
    font-size: 14px;
    font-weight: 400;
    font-family: "Helvetica, sans-serif";
    color: #1a1a1a;
    line-height : 2.2em;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.form-control:focus {
    border-color: #fedc19;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

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

p {
    color: #606060;
    font-size: 14px;
    margin-bottom: 0;
}

h1,
h2,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #000000;
}
h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #000000;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.fix {
    overflow: hidden;
}

figure {
    margin: 0;
}

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

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

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

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

.pb-56 {
    padding-bottom: 56px!important;
}
.pt-62 {
    padding-top: 62px!important;
}
.mb-30 {
    margin-bottom: 38px!important;
}

.bdr-top {
    border-top: 1px solid #e5e5e5;
}

.bdr-top-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bdr-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ratings span {
    color: #ffba00;
    font-size: 12px;
}

.bg-black {
    background-color: #111;
}

.bg-gray {
    background-color: #f5f5f5;
}

.bg-gray-light {
    background-color: #f8f6f6;
}

.bg-navy-blue {
    background: #333c4a;
}

.theme-color-3 {
    background-color: #c59f59;
}

.theme-color-4 {
    background-color: #62d2a2;
}

.theme-color-5 {
    background-color: #15161e;
}

.c-red {
    background: red;
}

.c-gray {
    background: gray;
}

.c-blue {
    background: blue;
}

.c-brown {
    background: brown;
}

.c-black {
    background: black;
}

.bottomline
{
  border-bottom: 1px dotted #333333;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-bottom: 7px;
}

.at-collapse__icon {
    position: absolute;
    top: 20px;
    left: 16px;
    color: #fff;
}


body.modal-open {
    padding-right: 0 !important;
    overflow-y: scroll !important;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-left: 50px;
        padding-right: 50px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        max-width: 700px;
    }
}

.modal {
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
}

.modal.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
    z-index: 99999999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards;
}

.modal .modal-header {
    padding: 0 10px;
    border-bottom: none;
}

.modal .modal-header .close {
    color: #333c4a;
    font-size: 28px;
    opacity: 1;
    display: block;
    position: absolute;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    right: 10px;
    top: 10px;
    z-index: 999;
    line-height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f7f7f7;
}

.modal .modal-header .close:hover {
    color: #ffffff;
    background-color: #ff7e67;
}

.modal .modal-body {
    padding: 20px 20px 20px 20px;
}

@media only screen and (max-width: 479px) {
    .modal .modal-body {
        padding: 10px;
    }
}

/*------- Typography Style end -------*/
/* ---- slick slider focus ----*/
.slick-slide:focus {
    outline: none;
}

/* ---- sick slider arrow style start ----*/
.slider-arrow-style.slick-slider .slick-arrow {
    top: 50%;
    width: 56px;
    height: 56px;
    color: #333c4a;
    font-size: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #ffffff;
    line-height: 24px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 50px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 50px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #ff7e67;
}

.slider-arrow-style.slick-slider:hover .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

.slider-arrow-style.slick-slider:hover .slick-arrow.slick-prev {
    left: 20px;
}

.slider-arrow-style.slick-slider:hover .slick-arrow.slick-next {
    right: 20px;
}

.slider-arrow-style__style-2.slick-slider .slick-arrow {
    top: 50%;
    width: 36px;
    height: 36px;
    font-size: 22px;
    line-height: 24px;
    background-color: #ededed;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slider-arrow-style__style-2.slick-slider:hover .slick-arrow.slick-prev {
    left: 0;
}

.slider-arrow-style__style-2.slick-slider:hover .slick-arrow.slick-next {
    right: 0;
}

/* ---- sick arrow style start ----*/
.slick-arrow-style.slick-slider .slick-arrow {
    top: -68px;
    right: 15px;
    width: 46px;
    height: 46px;
    color: #333c4a;
    font-size: 24px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #f5f5f5;
    line-height: 46px;
}

.slick-arrow-style.slick-slider .slick-arrow.slick-prev {
    right: 68px;
}

.slick-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}

.slick-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}

.slick-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #ff7e67;
}

.slick-arrow-style.slick-slider.arrow-top .slick-arrow {
    top: -55px;
}

.slick-padding .slick-list {
    margin: 0 -15px;
}

.slick-padding .slick-list .slick-slide {
    margin: 0 15px;
}

.slick-padding2 .slick-list {
    margin: 0 -5px;
}

.slick-padding2 .slick-list .slick-slide {
    margin: 0 5px;
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
    bottom: -40px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.slick-dot-style ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dot-style ul.slick-dots li button {
    width: 30px;
    height: 6px;
    line-height: 12px;
    padding: 0;
    background-color: #eaeaea;
    border: none;
    border-radius: 10px;
    display: block;
    text-indent: -5000px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.slick-dot-style ul.slick-dots li.slick-active button {
    background-color: #ff7e67;
    border-radius: 10px;
}

.slick-dot-style.hero-dot ul.slick-dots {
    bottom: 20px;
}

/*--------- slick slider dot style end -------*/
/* ---- section title css ----*/
.section-title p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding-bottom: 16px;
    margin-top: -4px;
}

.section-title h2 {
    color: #333c4a;
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 22px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.section-title h2:after {
    left: 0;
    bottom: 0;
    width: 40%;
    height: 3px;
    right: 0;
    content: "";
    margin: 0 auto;
    position: absolute;
    background-color: #ff7e67;
}

/* ----tab problem fix css ----*/
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

/* ----scroll to top css ----*/
.scroll-top {
    background-color: #ff7e67;
    bottom: 50px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.scroll-top i {
    line-height: 40px;
    color: #fff;
    font-size: 25px;
}

.scroll-top.not-visible {
    bottom: -50px;
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}

/*------- header top start -------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-main {
        padding: 10px 0;
    }
}

.header-top-area {
    padding: 10px 0;
}

.header-top-area .header-call-action p {
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    padding-top: 4px;
}

.header-top-area .header-top-right {
    padding-top: 4px;
}

@media only screen and (max-width: 767px) {
    .header-top-area .header-top-right {
        padding-top: 5px;
        margin-top: 5px;
        display: inline-block;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.header-top-area .header-top-right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .header-top-area .header-top-right ul {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

.header-top-area .header-top-right ul li {
    margin-left: 30px;
}

@media only screen and (max-width: 479px) {
    .header-top-area .header-top-right ul li {
        margin-left: 15px;
    }
}

.header-top-area .header-top-right ul li .header-top-dropdown>a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
}

.header-top-area .header-top-right ul li .header-top-dropdown>a.dropdown-toggle {
    cursor: pointer;
}

.header-top-area .header-top-right ul li .header-top-dropdown>a.dropdown-toggle:after {
    display: none;
}

.header-top-area .header-top-right ul li .header-top-dropdown>a i {
    padding-left: 3px;
}

.header-top-area .header-top-right ul li .dropdown-menu {
    color: #878787;
    font-size: 14px;
    padding: 8px 0 5px;
    left: auto !important;
    right: 0 !important;
    min-width: 120px;
    text-transform: capitalize;
    -webkit-transform: translate3d(0, 32px, 0px) !important;
    transform: translate3d(0, 32px, 0px) !important;
}

.header-top-area .header-top-right ul li .dropdown-menu a:hover,
.header-top-area .header-top-right ul li .dropdown-menu a.active {
    color: #ff7e67;
    background-color: transparent;
}

.header-top-area.white-bg {
    border-bottom: 1px solid #e5e5e5;
}

.header-top-area.white-bg p {
    color: #707070;
}

.header-top-area.white-bg .header-top-right .header-top-dropdown>a {
    color: #707070;
}

.header-top-area.white-bg .header-top-right .dropdown-menu a {
    color: #707070;
    font-size: 13px;
    font-weight: 300;
}

/*------- header top end -------*/
/*------- main menu start -------*/
@media only screen and (max-width: 767px) {
    .logo {
        max-width: 65%;
    }
}

@media only screen and (max-width: 479px) {
    .logo {
        max-width: 80%;
    }
}

.main-menu {
    position: relative;
}

.main-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li a {
    font-size: 15px;
    color: #333c4a;
    padding: 44px 25px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.main-menu ul li a i {
    font-size: 14px;
    padding: 0 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .main-menu ul li a {
        padding: 44px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li a {
        padding: 44px 10px;
    }
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: #ff7e67;
}

.main-menu ul li ul.dropdown {
    top: 100%;
    left: 0;
    width: 220px;
    position: absolute;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    padding: 20px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.main-menu ul li ul.dropdown li {
    margin-right: 0;
    border-right: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-menu ul li ul.dropdown li a {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    text-transform: capitalize;
}

.main-menu ul li ul.dropdown li a i {
    float: right;
    padding-top: 5px;
}

.main-menu ul li ul.dropdown li:hover>a {
    color: #ff7e67;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    top: 100%;
    left: 100%;
    position: absolute;
    width: 250px;
    opacity: 0;
    visibility: hidden;
}

.main-menu ul li ul.dropdown li:hover ul.dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li ul.megamenu {
    width: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .main-menu ul li ul.megamenu {
        width: 740px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li ul.megamenu {
        width: 600px;
    }
}

.main-menu ul li ul.megamenu li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li ul.megamenu li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.main-menu ul li ul.megamenu li.mega-title>a {
    color: #333c4a;
    font-size: 18px;
    font-weight: 700;
}

.main-menu ul li ul.megamenu li ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-menu ul li ul.megamenu li:hover>a {
    color: #ff7e67;
}

.main-menu ul li:hover ul.dropdown,
.main-menu ul li:hover ul.megamenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.main-menu ul li:first-child a {
    padding-left: 0;
}

.main-menu.white-text li>a {
    color: #ffffff;
}

.main-menu.white-text li>ul.dropdown li a {
    color: #606060;
}

.main-menu.white-text li>ul.dropdown li:hover>a {
    color: #ff7e67;
}

/*------- main menu end -------*/
/*------ header setting option start ------*/
.header-setting-option {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-setting-option {
        margin-right: 80px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .header-setting-option {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .header-setting-option {
        margin-right: 30px;
    }
}

.header-setting-option .search-wrap button {
    width: 40px;
    height: 40px;
    color: #333c4a;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.header-setting-option .header-mini-cart {
    position: relative;
    margin-left: 10px;
}

@media only screen and (max-width: 479px) {
    .header-setting-option .header-mini-cart {
        margin-left: 0;
    }
}

.mini-cart-btn {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    color: #333c4a;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.mini-cart-btn span.cart-notification {
    bottom: 8px;
    right: 4px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    color: #ffffff;
    position: absolute;
    border-radius: 50%;
    display: block;
    background-color: #ff7e67;
}

.header-mini-cart ul.cart-list {
    width: 280px;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    position: absolute;
    padding: 20px 20px 0 20px;
    display: none;
    z-index: 1111111;
    -webkit-transform: translate(0, 36px);
    -moz-transform: translate(0, 36px);
    -ms-transform: translate(0, 36px);
    transform: translate(0, 36px);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-setting-option .header-mini-cart ul.cart-list {
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}

@media only screen and (max-width: 479px) {
    .header-setting-option .header-mini-cart ul.cart-list {
        -webkit-transform: translate(64px, 10px);
        -moz-transform: translate(64px, 10px);
        -ms-transform: translate(64px, 10px);
        transform: translate(64px, 10px);
    }
}

.header-setting-option .header-mini-cart ul.cart-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.header-setting-option .header-mini-cart ul.cart-list li .cart-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    position: relative;
    border: 1px solid #e5e5e5;
}

.header-setting-option .header-mini-cart ul.cart-list li .cart-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    padding-left: 20px;
}

.header-setting-option .header-mini-cart ul.cart-list li .cart-info h4 {
    font-size: 14px;
    text-transform: capitalize;
}

.header-setting-option .header-mini-cart ul.cart-list li .cart-info h4 a {
    color: #222222;
}

.header-setting-option .header-mini-cart ul.cart-list li .cart-info h4 a:hover {
    color: #ff7e67;
}

.header-setting-option .header-mini-cart ul.cart-list li .cart-info span {
    color: #ff7e67;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.header-setting-option .header-mini-cart ul.cart-list li .cart-info p {
    font-size: 12px;
    color: #606060;
    text-transform: capitalize;
}

.header-setting-option .header-mini-cart ul.cart-list li .del-icon {
    max-width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    font-size: 18px;
    color: #333c4a;
    text-align: center;
    cursor: pointer;
}

.header-setting-option .header-mini-cart ul.cart-list li .del-icon:hover {
    color: #ff7e67;
}

.header-setting-option .header-mini-cart ul.cart-list li.checkout-btn {
    display: block;
    margin-top: 20px;
}

.header-setting-option .header-mini-cart ul.cart-list li.checkout-btn a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 7px 0 3px;
    background-color: #333c4a;
    text-align: center;
    text-transform: uppercase;
}

.header-setting-option .header-mini-cart ul.cart-list li.checkout-btn a:hover {
    background-color: #ff7e67;
}

.header-setting-option .header-mini-cart ul.cart-list li.mini-cart-price span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-setting-option .settings-top {
    position: relative;
    margin-left: 10px;
}

@media only screen and (max-width: 479px) {
    .header-setting-option .settings-top {
        margin-left: 0;
    }
}

.header-setting-option .settings-top .settings-btn {
    width: 40px;
    height: 40px;
    color: #333c4a;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.header-setting-option .settings-top ul.settings-list {
    top: 100%;
    right: 0;
    width: 280px;
    padding: 25px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 9;
    -webkit-transform: translate(0, 36px);
    -moz-transform: translate(0, 36px);
    -ms-transform: translate(0, 36px);
    transform: translate(0, 36px);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-setting-option .settings-top ul.settings-list {
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}

@media only screen and (max-width: 479px) {
    .header-setting-option .settings-top ul.settings-list {
        -webkit-transform: translate(24px, 10px);
        -moz-transform: translate(24px, 10px);
        -ms-transform: translate(24px, 10px);
        transform: translate(24px, 10px);
    }
}

.header-setting-option .settings-top ul.settings-list li {
    color: #333c4a;
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.header-setting-option .settings-top ul.settings-list li:last-child {
    margin-bottom: 0;
}

.header-setting-option .settings-top ul.settings-list li ul {
    padding-left: 25px;
}

.header-setting-option .settings-top ul.settings-list li ul li {
    margin-bottom: 0;
    padding: 3px 0;
}

.header-setting-option .settings-top ul.settings-list li ul li a {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.header-setting-option .settings-top ul.settings-list li ul li a:hover {
    color: #ff7e67;
}

.header-setting-option .settings-top ul.settings-list li ul li.active a {
    color: #ff7e67;
}

@media only screen and (max-width: 479px) {
    .header-setting-option.setting-style-2 ul.cart-list {
        -webkit-transform: translate(25px, 10px);
        -moz-transform: translate(25px, 10px);
        -ms-transform: translate(25px, 10px);
        transform: translate(25px, 10px);
    }
}

.header-setting-option.white-text .search-wrap button {
    color: #ffffff;
}

.header-setting-option.white-text .mini-cart-btn {
    color: #ffffff;
}

/*------ header setting option start ------*/
/*------- menu responsive start --------*/
.mean-container .mean-bar {
    min-height: auto;
    padding: 0;
    margin-top: 0;
    z-index: auto;
}

.mean-container .mean-bar a {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    top: -45px;
}

.mean-container .mean-bar a span {
    background: #222222;
}

.mean-container .mean-bar a.meanmenu-reveal {
    color: #222222;
}

@media only screen and (max-width: 767px) {
    .mean-container .mean-bar a.meanmenu-reveal {
        padding: 13px 0;
    }
}

.mean-container .mean-bar a:hover {
    color: #ff7e67 !important;
}

.mean-container .mean-bar .mean-nav {
    margin-top: 0;
    background-color: #f8f8f8;
}

.mean-container .mean-bar .mean-nav ul {
    max-height: 250px;
    overflow-x: hidden;
}

.mean-container .mean-bar .mean-nav ul li {
    border-bottom: 1px solid #ccc;
}

.mean-container .mean-bar .mean-nav ul li:last-child {
    border-bottom: none;
}

.mean-container .mean-bar .mean-nav ul li a {
    color: #333c4a;
    opacity: 1;
    padding: 10px 20px;
}

.mean-container .mean-bar .mean-nav ul li a.mean-expand {
    height: 34px;
    margin-top: 0;
    line-height: 34px;
    padding: 5px 12px !important;
}

.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
    background-color: transparent;
}

.mean-container .mean-bar .mean-nav ul li a i {
    display: none;
}

.mean-container .mean-bar .mean-nav ul li ul.dropdown li a {
    text-transform: capitalize;
}

.header-5 a span {
    background-color: #ffffff !important;
}

.header-5 a.meanmenu-reveal {
    color: #ffffff !important;
}

/*------- menu responsive end --------*/
/*------ transparent  menu style style ------*/
.transparent-menu {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 1;
}

.transparent-menu:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

/*------ transparent  menu style end ------*/
/*------ sticky menu style start ------*/
.sticky.is-sticky {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

.sticky.is-sticky .main-menu ul li a {
    padding: 25px 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .sticky.is-sticky .main-menu ul li a {
        padding: 25px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sticky.is-sticky .main-menu ul li a {
        padding: 25px 10px;
    }
}

.sticky.is-sticky .main-menu ul li ul.dropdown li a {
    padding: 5px 15px;
}

.sticky.is-sticky .main-menu ul li:first-child a {
    padding-left: 0;
}

.sticky.is-sticky.hm_5 {
    background-color: #15161e;
}

.sticky.is-sticky .cart-list {
    top: 54% !important;
}

/*------ sticky menu style end ------*/
/*------------ button style start ------------*/
/* ---- common button style css ----*/
.slider-btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 20px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #ff7e67;
}

@media only screen and (max-width: 575px) {
    .slider-btn {
        font-size: 15px;
        line-height: 32px;
        padding: 4px 15px 0px;
    }
}

.slider-btn i {
    padding-left: 5px;
}

.slider-btn:hover {
    color: #ffffff;
    background-color: #333c4a;
}

.slider-btn__2 {
    color: white;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #333c4a;
}

.slider-btn__2:hover {
    background-color: #ff7e67;
}

@media only screen and (max-width: 767px) {
    .slider-btn__2 {
        font-size: 15px;
        line-height: 32px;
        padding: 4px 15px 0px;
    }
}

.sqr-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    background-color: #ff7e67;
    padding: 10px 20px 6px;
    text-transform: uppercase;
    display: inline-block;
}

.sqr-btn:hover {
    color: #ffffff;
    background-color: #333c4a;
}

.sqr-btn i {
    padding-right: 5px;
}

.product-btnHeader {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 10px 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color:#111111;
}

.product-btn a {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 12px 20px 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    color:#000000;
}

.product-btn a i {
    font-size: 14px;
    padding-right: 5px;
}

.product-btn a:hover {
    color: #111111;
    background-color: #dedede;
}

.product-btn__color a {
    color: #ffffff;
    background-color: #1f1c1c;
}

.product-btn__color a:hover {
    background-color: #333c4a;
}

/*------------ button style end ------------*/
/*------ product item style start ------*/
.product-thumb {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    padding-left:10px;
    padding-right:10px;
}

.product-thumb img {
    margin: auto;
    border-radius: 30px;
    padding:3px;
}

.product-thumb .product-label {
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    left: 15px;
    line-height: 1;
    min-width: 46px;
    padding: 5px 10px 3px;
    text-align: center;
    position: absolute;
    text-transform: capitalize;
}

.product-thumb .product-label.new {
    background-color: #3ec483;
}

.product-thumb .product-label.discount {
    background-color: #d53939;
}

.product-thumb .product-label:nth-child(1) {
    top: 15px;
}

.product-thumb .product-label:nth-child(2) {
    top: 45px;
}

.product-thumb .product-action-link {
    top: 15px;
    right: 15px;
    position: absolute;
}

.product-thumb .product-action-link a {
    color: #333c4a;
    width: 46px;
    height: 46px;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.product-thumb .product-action-link a:hover {
    color: #ffffff;
    background-color: #ff7e67;
    border-color: #ff7e67;
}

.product-thumb .product-action-link a span {
    display: block;
}

.product-item {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.product-item .product-description {
    position: relative;
    padding: 15px 0 20px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.product-item .product-description .manufacturer a {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.product-item .product-description .manufacturer a:hover {
    color: #ff7e67;
}

.product-item .product-description .product-name h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.product-item .product-description .product-name h3 a {
    color: #333c4a;
}

.product-item .product-description .product-name h3 a:hover {
    color: #ff7e67;
}

.product-item .product-description .price-box {
    padding-bottom: 23px;
}

.product-item .product-description .price-box .regular-price {
    color: #333c4a;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.product-item .product-description .price-box .old-price {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
}

.product-item .product-description .hover-box {
    top: 90%;
    left: 0;
    width: 100%;
    padding-bottom: 8px;
    position: absolute;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 11;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
}

.product-item.item-black .product-thumb {
    background-color: #1f1f2b;
}

.product-item.item-black .product-name h3 a {
    color: #ffffff;
}

.product-item.item-black .price-box {
    padding-bottom: 0;
}

.product-item.item-black .price-box .regular-price {
    color: #a9a9a9;
}

.product-item.item-black .price-box .old-price {
    color: #666;
}

.product-item.item-black .hover-box {
    background-color: #1f1f2b;
}

.product-item.item-black .hover-box .ratings {
    padding-top: 8px;
}

.product-item.item-black:hover .product-description {
    background-color: #1f1f2b;
}

.product-item.item-black:hover .product-description .hover-box {
    top: 100%;
}

.spt.slick-slider {
    margin-top: -10px;
}

.spt .slick-list {
    padding-top: 10px;
    padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    .spt .slick-list {
        padding-bottom: 20px;
    }
}

.slick-slider.spt-2 {
    margin-top: -10px;
    overflow: hidden;
}

.slick-slider.spt-2.hover {
    z-index: 9999;
    overflow-x: hidden;
    padding-bottom: 80px;
    margin-bottom: -80px;
}

.slick-slider.spt-2.hover .slick-list {
    overflow: visible;
}

.slick-slider.spt-2 .slick-list {
    padding-top: 10px;
}

.tab-pane.hover {
    overflow-x: hidden;
}

/*------ product item style end ------*/
/*------ product list item start ------*/
.product-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    border: 1px solid #ededed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

@media only screen and (max-width: 575px) {
    .product-list-item {
        display: block !important;
    }
}

.product-list-item .product-thumb {
    width: 240px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-height: 285px;
    //border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
    .product-list-item .product-thumb {
        width: 170px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-height: 200px;
    }
}

@media only screen and (max-width: 575px) {
    .product-list-item .product-thumb {
        display: block;
        width: 100%;
        max-height: 100%;
    }
}

.product-list-item:hover .product-action-link a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

.product-list-content {
    padding-left: 30px;
}

@media only screen and (max-width: 575px) {
    .product-list-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

.product-list-content h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 8px;
    text-transform: capitalize;
}

.product-list-content h4 a {
    color: #a9a9a9;
}


.product-list-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .product-list-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

.product-list-content h3 a {
    color: #333c4a;
}

.product-list-content h3 a:hover {
    color: #ff7e67;
}

.product-list-content .pricebox {
    padding-top: 8px;
}

.product-list-content .pricebox .regular-price {
    color: #333c4a;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

@media only screen and (max-width: 767px) {
    .product-list-content .pricebox .regular-price {
        font-size: 18px;
        line-height: 22px;
    }
}

.product-list-content .pricebox .old-price {
    color: #707070;
    font-size: 18px;
    line-height: 24px;
    padding-left: 5px;
}

.product-list-content p {
    color: #606060;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 479px) {
    .product-list-content p {
        padding-top: 8px;
    }
}

/*------ product list item end ------*/
/*-------- block container start --------*/
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .bloc-container-inner {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .bloc-container-inner {
        padding: 0 30px;
    }
}

.bloc-container-inner h2 {
    color: #333c4a;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 4px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .bloc-container-inner h2 {
        font-size: 22px;
        line-height: 28px;
    }
}

.bloc-container-inner p {
    color: #333c4a;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .bloc-container-inner p {
        font-size: 16px;
    }
}

.bloc-container-inner a {
    color: #333c4a;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 4px;
    text-transform: uppercase;
    border-bottom: 2px solid #7c7b7b;
}

.bloc-container-inner a:hover {
    color: #ff7e67;
    border-color: #ff7e67;
}

.block-container-banner:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*-------- block container end --------*/
/*------ contact form info area start -------*/
.contact-single-info .contact-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #333c4a;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.contact-single-info .contact-icon i {
    color: #ffffff;
    font-size: 30px;
    line-height: 80px;
}

.contact-single-info .contact-icon:hover {
    background-color: #ff7e67;
}

.contact-single-info h3 {
    color: #333c4a;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 25px;
}

.contact-single-info p {
    font-size: 15px;
    line-height: 28px;
}

/*------ contact form info area start -------*/
/*------ contact form area start -------*/
.contact-message input,
.contact-message textarea {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 10px;
}

.contact-message textarea {
    height: 150px;
}

.titleMenuBasket {
    left: 0;
    width: 180px;
    height: 3px;
    content: "";
    font-weight: 550;
  }