@charset "utf-8";
.input:focus,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.exclusive-sec .owl-carousel .owl-stage-outer,
body {
    overflow-x: hidden
}

body {
    font-family: Karla;
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 400
}
.sec-head h2 {
    font-size: 50px;
    margin-bottom: 0;
}
.sec-head h2, .sec-head h3 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-head span {
    background-color: #ff3349;
    height: 6px;
    width: 90px;
    display: inline-block;
}
.sec-head p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.padd-60 {
    padding: 60px 0
}

.padd-80 {
    padding: 80px 0
}

.padd-40 {
    padding: 40px 0
}

.pt-30 {
    padding-top: 30px
}

.pb-60 {
    padding-bottom: 60px
}

.pt-60 {
    padding-top: 60px
}

.padd-100 {
    padding: 100px 0
}

.mt-30 {
    margin-top: 30px
}

.mt-10 {
    margin-top: 10px
}

p {
    color: #5f5e5e;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff3c20;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 20
}

#return-to-top,
.index-4-new #return-to-top {
    background-color: #ff3349
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}

.cart-item {
    position: relative;
    float: right;
    padding-left: 18px
}

.cart-item i {
    font-size: 24px
}

.cart-mail {
    display: inline-block;
    position: relative
}

.cart-item .cart-mail span {
    width: 17px;
    height: 17px;
    background-color: #ff3c20;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 6px;
    bottom: 15px
}

.cart-item .cart-item-hover:before {
    position: relative
}

.cart-item .cart-item-hover:after {
    position: absolute;
    top: -26px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    border-bottom-color: #313131;
    border-width: 13px;
    right: 7%
}

.cart-item:hover>.cart-item-hover {
    opacity: 1;
    visibility: visible
}

.cart-item .cart-item-hover {
    position: absolute;
    top: 40px;
    background-color: #fff;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out 0s;
    z-index: 99;
    right: -50%;
    width: 300px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .5)
}

.cart-item .cart-item-hover .cart-item-list {
    position: relative;
    margin-bottom: 20px;
    padding-right: 15px;
    min-height: 73px
}

.cart-item .cart-item-hover .cart-item-list b {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px
}

.cart-item .cart-item-hover .cart-item-list b a {
    color: #212121
}

.cart-item .cart-item-hover .cart-item-list img {
    float: left;
    margin-right: 10px
}

.cart-item .cart-item-hover .cart-item-list h3 {
    color: #212121;
    font-size: 14px;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 7px;
    transition: all .4s
}

.cart-item .cart-item-hover .cart-item-list h3:hover {
    color: #ff3349
}

.cart-item .cart-item-hover .cart-item-list p {
    color: #212121;
    font-weight: 800;
    font-size: 14px;
    padding-left: 0
}

.cart-item .cart-item-hover .cart-item-list p del {
    color: #757575;
    font-weight: 400
}

.cart-item .cart-item-hover .border {
    width: 100%;
    height: 1px;
    background-color: #dedede;
    margin-bottom: 15px;
    margin-top: 25px
}

.cart-item .cart-item-hover .cart-total h6,
.cart-item .cart-item-hover .cart-total p {
    color: #212121;
    font-weight: 800;
    font-size: 14px
}

.cart-item .cart-item-hover .cart-total h6 {
    float: left;
    margin-top: 4px;
    margin-bottom: 0
}

.cart-item .cart-item-hover .cart-total p {
    float: right;
    font-size: 18px;
    color: #ff3349
}

.cart-item .cart-item-hover .cart-total a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 0 18px;
    height: 46px;
    line-height: 42px;
    transition: all .3s;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 26px
}

.cart-item .cart-item-hover .cart-total a.cart-view {
    background-color: #212121;
    border: 2px solid #212121;
    float: left
}

.cart-item .cart-item-hover .cart-total a.cart-view:hover {
    background-color: transparent;
    color: #212121
}

.cart-item .cart-item-hover .cart-total a.cart-checkout {
    float: right;
    background-color: #ff3349;
    border: 2px solid #ff3349
}

.cart-item .cart-item-hover .cart-total a.cart-checkout:hover {
    background-color: transparent;
    color: #ff3349
}

.border .modal-img {
    position: absolute;
    transform: translateY(-50%);
    left: 4px;
    top: 50%
}

.border .modal-img.col-sm-5,
.modal-text.col-md-7 {
    padding-left: 0;
    padding-right: 0
}

.border .modal-img h2 {
    position: absolute;
    top: 30px;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    left: 35px
}

.border .modal-img p {
    position: absolute;
    font-size: 16px;
    color: #f1f1f1;
    font-weight: 400;
    top: 102px;
    left: 35px;
    line-height: 1.5
}

.modal-img-text img {
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 40%;
    transform: translateX(-50%)
}

.register .modal-img-text img {
    top: 420px;
    transform: translateX(-40%)
}

.border .modal-dialog {
    top: 50%;
    transform: translateY(-50%)!important;
    margin: 0 auto
}

.register .modal-img h2 {
    top: 40px
}

.register .modal-img p {
    top: 115px
}

.border .modal-text {
    margin-left: 41.66666667%;
    background-color: #fff;
    padding: 35px;
    position: relative
}

.border .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none
}

.border .modal-body button {
    position: absolute;
    right: 27px;
    z-index: 1;
    top: 20px;
    font-size: 30px
}

.border .swiss-right p {
    font-size: 13px;
    color: #424242;
    font-weight: 400;
    text-align: center;
    margin-top: 20px
}

.border .swiss-right p a {
    color: #424242!important
}

.border .social-button .facebook {
    background-color: #3b5998;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 19px;
    transition: all .3s;
    border: 1px solid #3b5998;
    position: relative
}

.border .social-button .facebook:hover a,
.border .social-button .facebook:hover a i {
    color: #3b5998!important
}

.border .social-button .facebook:hover {
    border-color: #3b5998!important;
    background-color: transparent
}

.border .social-button .facebook a {
    position: relative;
    display: block;
    padding-left: 30px
}

.border .social-button .facebook a i {
    font-size: 20px;
    color: #fff;
    padding-right: 15px;
    transition: all .4s;
    position: absolute;
    left: 0
}

.or,
.special-offer ul.nav-tabs li.active a {
    position: relative
}

.border .social-button .facebook a {
    font-size: 15px;
    color: #fff;
    font-weight: 400
}

.border .social-button .google {
    background-color: #ea4335;
    margin-left: 10px;
    border: 1px solid #ea4335
}

.border .social-button .google:hover a,
.border .social-button .google:hover a i {
    color: #ea4335!important
}

.border .social-button .google:hover {
    border-color: #ea4335!important;
    background-color: transparent
}

.border .social-button .twitter {
    background-color: #239ddc;
    display: block;
    margin-top: 15px;
    border: 1px solid #239ddc
}

.border .button,
.border .button a,
.border .modal-acc {
    display: inline-block
}

.border .social-button .twitter:hover a,
.border .social-button .twitter:hover a i {
    color: #239ddc!important
}

.border .social-button .twitter:hover {
    border-color: #239ddc!important
}

.border .input-row h5 {
    font-size: 14px;
    font-weight: 700;
    color: #c1c1c1;
    text-transform: uppercase;
    margin-bottom: 10px
}

.border .input-row input {
    border: none;
    border-bottom: 2px solid #f1f1f1;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #313131;
    margin-bottom: 10px;
    padding-bottom: 12px
}

.border .privacy-sec {
    margin-bottom: 10px;
    margin-top: 5px
}

.border .privacy-sec label {
    font-size: 13px;
    color: #424242;
    font-weight: 300;
    margin-left: 10px
}

.border .privacy-sec input[type=checkbox] {
    color: #5bc200
}

.border .button a:hover {
    border: 1px solid #7ed321;
    background-color: transparent;
    color: #7ed321
}

.border .button a {
    padding: 15px 45px;
    background-color: #7ed321;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all .4s;
    border-radius: 30px;
    border: 1px solid #7ed321
}

.border .modal-acc {
    padding-left: 10px
}

.border .modal-acc p {
    font-size: 16px;
    font-weight: 400;
    color: #424242
}

.border .modal-text p a {
    color: #7ed321
}

.or span {
    font-size: 15px;
    color: #424242
}

.or {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px
}

.or span:after,
.or span:before {
    content: "";
    position: absolute;
    width: 200px;
    background-color: #f1f1f1;
    display: block;
    top: 11px;
    height: 2px
}

.or span:after {
    left: 0
}

.or span:before {
    right: 0
}

.input-row {
    position: relative
}

.input-1:focus+.underline {
    transform: scale(1)
}

.underline {
    background-color: #ff3c20;
    display: inline-block;
    height: 2px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    bottom: 10px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 450px
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 1.6em;
    height: 1.6em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
    content: '✔';
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 1.3em;
    line-height: .8;
    color: #7ed321;
    transition: all .2s
}

[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

[type=checkbox]:disabled:checked+label:before,
[type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type=checkbox]:disabled:checked+label:after {
    color: #999
}

[type=checkbox]:disabled+label {
    color: #aaa
}

@media (min-width:320px) and (max-width:480px) {
    .border .social-button .facebook {
        display: block
    }
}

@media (min-width:320px) and (max-width:767px) {
    .border .modal-dialog {
        transform: translateY(0)!important;
        top: 0
    }
    .border .social-button .facebook {
        text-align: center;
        margin-top: 15px
    }
    .underline {
        width: 100%
    }
    .social-button {
        text-align: center
    }
    .border .social-button .facebook a {
        font-size: 13px;
        padding-left: 30px
    }
    .border .input-row h5,
    .border .modal-text p {
        font-size: 13px
    }
    .border .modal-text {
        display: block;
        margin-left: 0;
        padding: 35px 15px
    }
    .border .modal-img {
        display: none
    }
    .border .button,
    .border .modal-acc {
        display: block;
        text-align: center
    }
    .register .modal-img-text img {
        top: 310px
    }
    .border .input-row input {
        font-size: 12px
    }
    .border .social-button .google {
        margin-left: 0
    }
    .or span:after,
    .or span:before {
        width: 90px
    }
    .border .modal-acc {
        margin-top: 15px
    }
}

@media (min-width:481px) and (max-width:767px) {
    .border .social-button .facebook a {
        font-size: 13px;
        padding-left: 30px
    }
    .border .input-row h5,
    .border .modal-text p {
        font-size: 13px
    }
    .border .modal-text {
        display: block;
        margin-left: 0
    }
    .border .modal-img {
        display: none
    }
    .register .modal-img-text img {
        top: 310px
    }
    .border .input-row input {
        font-size: 12px
    }
    .border .social-button .facebook {
        margin-top: 15px;
        padding: 10px 16px
    }
    .border .social-button .google {
        margin-left: 0
    }
    .or span:after,
    .or span:before {
        width: 90px
    }
    .border .modal-acc {
        display: block;
        margin-top: 15px
    }
    .border .button {
        display: block;
        text-align: center
    }
}

@media (min-width:768px) and (max-width:991px) {
    .border .social-button .facebook {
        display: block;
        margin-left: 0;
        text-align: center
    }
    .border .social-button .facebook.google {
        margin-top: 15px
    }
    .underline {
        width: 100%
    }
    .border .swiss-right p,
    .modal-acc {
        margin-top: 10px
    }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.nav>li>a {
    display: inline-block!important
}

.navbar-default .container-fluid>.navbar-header:first-child button .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-nav>li>a {
    transition: all .3s
}

.navbar-nav>li:hover .nav-mega-menu {
    opacity: 1;
    visibility: visible
}

.navbar-nav>li .nav-mega-menu span a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    background: 0 0;
    line-height: 40px;
    height: auto;
    border-bottom: 1px solid #f1f1f1
}

.navbar-nav>li .nav-mega-menu {
    box-shadow: 0 0 9.6px .4px rgba(0, 0, 0, .1);
    top: 110%;
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    z-index: 9999;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 289px
}

.navbar-right li {
    background-color: transparent
}

.navbar-default.fixed{
     width: 100%;
     position: fixed;
     display: block;
     background-color: #FFC414;  
     top: 0;
     left: 0;
     z-index: 9999;             
  }

.navbar-default {
 
    width: 100%;
    padding: 25px 0 15px;
    z-index: 99;
    border-radius: 0!important
}

.navbar-default .navbar-nav.navbar-left li:last-child,
.navbar-nav>li .nav-mega-menu span a:last-child {
    border: none
}

.navbar-nav>li .nav-mega-menu span a {
    color: #191919;
    text-transform: capitalize;
    transition: all .4s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.navbar-default .navbar-nav li a i,
.navbar-default .navbar-nav li a span,
.navbar-nav>li .nav-mega-menu span a:hover {
    color: #ff3349
}

.navbar-default .navbar-brand {
    padding: 0 15px
}

li.sub-menu ul li a {
    font-size: 15px!important;
    text-transform: capitalize!important
}

.navbar-default .navbar-nav li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    padding-right: 15px
}

.navbar-nav.navbar-left li a {
    padding-left: 15px
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ff3349!important
}

.new-menu .search {
    margin: 13px 0
}

.search-menu {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 0
}

.search-menu a.shop-bag {
    color: #ff3349;
    position: relative;
    display: inline-block
}

.search-menu a.shop-bag span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    background-color: #156516;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    right: -5px;
    top: -5px
}

.searchbardiv {
    display: block;
    position: fixed;
    background: #ff3349;
    right: 0;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: 0
}

.exclusive-sec,
.latest-blog,
.newsletter {
    background-size: cover
}

.buttonsearch {
    position: absolute;
    top: 5px;
    right: 30px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ff3349;
    border-left: 1px solid #e8e8e8;
    padding-left: 15px
}

.buttonsearch:focus,
.buttonsearch:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#searchbox,
#searchbox:hover {
    box-shadow: none
}

#formsearch,
.fa-times.openclosesearch {
    display: none
}

#searchbox {
    padding: 8px 14px
}

.top-bar .sub-menu {
    position: relative
}

.top-bar .sub-menu ul {
    list-style: none;
    padding-left: 15px;
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 5;
    text-align: left;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2);
    width: 150%;
    top: 20px
}

.navbar-right {
    margin-right: 0px!important
}

@media (min-width:320px) and (max-width:480px) {
    .menu.navbar-default {
        position: relative!important
    }
    .new-menu .menu-call,
    .new-menu .new-wishlist {
        position: relative;
        left: 90%;
		margin-top: -180px!important;
        transform: translateX(-50%);
		
    }
    .main-sld .carousel-control,
    .main-sld .carousel-indicators {
        display: none
    }
    .new-menu .col-md-2 {
        text-align: center
    }
    .new-menu img {
        padding: 15px 0;
        display: inline-block
    }
    .new-menu .menu-call {
        padding: 0 0 15px
    }
    .menu-call-no h5 {
        font-size: 18px
    }
    .menu-call-no p {
        font-size: 13px
    }
    .menu-call-icon i {
        font-size: 26px
    }
    .new-menu .new-wishlist {
        padding: 0;
        margin-bottom:0
    }
    .new-menu .search-round {
        top: 58%!important
    }
    .new-menu .search input {
        font-size: 13px
    }
    .new-menu .navbar-brand {
        float: none
    }
    .search-menu {
        right: 78px;
        margin-top: 2px
    }
    .buttonsearch {
        padding-left: 0;
        border: none
    }
    .navbar-default .navbar-nav li a {
        line-height: 2.5;
        padding: 0
    }
    .navbar-right {
        display: none
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent!important
    }
    .navbar-nav.navbar-left {
        text-align: left;
        padding-left: 20px
    }
    .menu .navbar-toggle {
        margin-top: 8px!important;
        margin-bottom: 0;
        padding: 0
    }
    .menu .buttonsearch {
        right: 35px
    }
    .cart-item .cart-item-hover {
        right: -78px
    }
    .cart-item .cart-item-hover:after {
        right: 26%
    }
    .padd-80 {
        padding: 50px 0
    }
    .navbar-nav>li .nav-mega-menu {
        transform: translateX(-50%);
        left: 28%;
        padding: 10px 0 10px 15px;
        text-align: left;
        top: -13px;
		display:none;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .menu.navbar-default {
        position: relative!important
    }
    .search-menu {
        right: 100px;
        margin-top: 6px
    }
    .buttonsearch {
        padding-left: 0;
        border: none;
        top: 0
    }
    .menu.navbar-default .navbar-toggle {
        margin-top: 7px;
        padding: 0
    }
    .cart-item i {
        font-size: 20px
    }
    .cart-item .cart-item-hover {
        right: -80%
    }
    .cart-item .cart-item-hover:after {
        right: 9%
    }
    .menu.navbar-default .navbar-collapse .navbar-left,
    .menu.navbar-default .navbar-collapse .navbar-right {
        text-align: left;
        padding-left: 15px
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent!important
    }
    .menu .navbar-nav>li {
        line-height: 1.6
    }
    .top-bar .sub-menu ul {
        width: 18%;
        left: 50%;
        transform: translateX(-50%);
        top: 28px
    }
    .navbar-nav>li .nav-mega-menu {
        left: 21%;
        transform: translateX(-50%);
        padding: 10px 0;
        text-align: left;
        top: -10px
    }
    .top-bar.navbar-right {
        display: none
    }
}

@media (max-width:991px) and (min-width:768px) {
    .navbar-default .navbar-toggle {
        margin-top: -5px
    }
    .menu.navbar-default {
        position: relative!important
    }
    .navbar-right {
        position: absolute;
        top: -3px;
        right: 86px!important
    }
    .menu .navbar-collapse.in.collapse {
        margin-top: 20px
    }
    .menu .navbar-nav.navbar-right>li {
        float: left!important
    }
    .search-menu {
        right: 100px;
        margin-top: 0
    }
    .buttonsearch {
        padding-left: 0;
        border: none
    }
    .menu.navbar-default .navbar-toggle {
        padding: 0
    }
    .cart-item i {
        font-size: 20px
    }
    .cart-item .cart-item-hover:after {
        right: 5%
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent!important
    }
    .menu .navbar-nav>li {
        line-height: 1.6;
        float: none!important
    }
    .top-bar .sub-menu ul {
        width: 150%;
        left: 50%;
        transform: translateX(-50%);
        top: 28px
    }
    .menu.navbar-default .navbar-collapse .navbar-right {
        text-align: center
    }
    .menu.navbar-default .navbar-collapse .navbar-left {
        text-align: left
    }
    .navbar-nav>li .nav-mega-menu {
        left: 0;
        padding: 10px 0;
        text-align: left
    }
    .navbar-default .navbar-nav li a {
        line-height: 2.1
    }
    .cart-item {
        padding-top: 4px
    }
}

.head-sec h2,
.head-sec h3 {
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-default .navbar-nav li a {
        font-size: 13px;
        padding: 0 10px
    }
    .search-menu {
        margin-top: 0
    }
    .cart-item {
        padding-top: 2px
    }
    .cart-item i {
        font-size: 20px
    }
    .cart-item .cart-item-hover:after {
        right: 5%
    }
    .top-bar .sub-menu ul {
        padding-left: 5px
    }
}

@media screen and (min-width:992px) {
    .navbar-default .navbar-collapse {
        padding-right: 70px
    }
    .navbar-default .navbar-nav.navbar-left li {
        border-right: 1px solid #156516
    }
}

@media (min-width:320px) and (max-width:991px) {
    .navbar-nav>li .nav-mega-menu {
        background-color: transparent
    }
    .navbar-nav>li:hover .nav-mega-menu {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        margin-left: 10px
    }
    .navbar-nav>li .nav-mega-menu span a {
        border: none;
        color: #ababab
    }
    .main-nav ul.navbar-nav,
    .main-nav ul.navbar-nav li a {
        width: 100%
    }
}

.main-sld .carousel img {
    width: 100%
}

.main-sld .carousel-indicators {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 5%;
    left: auto;
    right: 1%
}

.main-sld .carousel-indicators li {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #262626;
    margin: 0 0 15px;
    position: relative
}

.main-sld .carousel-indicators li.active:after {
    content: '';
    border: 1px solid #ff3349;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    left: -6px
}

.main-sld .carousel-indicators li.active {
    background-color: #262626;
    border-color: #262626;
    width: 6px;
    height: 6px
}

.main-sld .carousel-control {
    top: auto;
    width: auto;
    color: #262626;
    text-transform: uppercase;
    opacity: 1
}

.main-sld .carousel-control i {
    color: #ff3349
}

.main-sld .carousel-control.left,
.main-sld .carousel-control.right {
    right: 6%;
    left: auto;
    bottom: 60px
}

.main-sld .carousel-control.right {
    bottom: 35px
}

.main-sld .scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: none
}

.main-sld {
    position: relative
}

.main-sld .scroll a span {
    display: block;
    width: 1px;
    height: 60px;
    background-color: #156516;
    position: relative
}

.main-sld .scroll a span:after {
    position: absolute;
    top: 50%;
    content: '\f0d7';
    font-family: FontAwesome;
    color: #ff3349;
    font-size: 20px;
    margin-left: -5px;
    margin-top: -10px
}

.main-sld .carousel-control:focus,
.main-sld .carousel-control:hover {
    color: #262626
}

@media (min-width:320px) and (max-width:767px) {
    .main-sld .carousel-control.left,
    .main-sld .carousel-control.right {
        display: none
    }
}

.product {
    border: 1px solid #ff3349;
    position: relative;
    transition: all .4s;
     margin-bottom: 30px;
     background: #fff
}

.product img{
   margin:0 auto; display: block;
}

.product:hover {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1)
}

.product-body {
    padding: 5px 15px 0
}

.owl-carousel .owl-item img {
    width: 200px!important;
    margin-top: 20px;
    margin-bottom: 15px
}

.health-body {
    border-top: 1px solid #f2f2f2;
    padding-bottom: 5px
}

.head-sec h2 {
    font-size: 40px;
    color: #156516;
    margin-top: 0;
    font-weight: 300
}

.head-sec h2 span,
.head-sec h3 {
    font-weight: 400;
    font-size: 15px
}

.head-sec h2 span {
    color: #262626
}

.top-slider .mt-30 {
    margin-top: 50px
}

.head-sec h3 {
    display: inline-block;
    padding: 5px 10px;
    color: #f2f2f2;
    background-color: #ff3349;
    margin-top: 0
}

.top-slider .product p {
    font-size: 15px;
    font-weight: 600;
    color: #5d5d5d;
    text-align: center
}

.top-slider .deal-price,
.top-slider .deal-rating {
    text-align: center
}

.top-slider .deal-price h4 {
    color: #156516;
    font-size: 20px;
    font-weight: 400;
    display: inline-block
}

.top-slider .deal-price h5 {
    font-size: 16px;
    display: inline-block;
    text-decoration: line-through;
    color: #ababab
}

.product:hover .icon-hover {
    opacity: 1;
    display: block;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1), -1em 0 .4em transparent
}

.icon-hover {
    text-align: center;
    padding: 0 13px 15px;
    border: 2px solid transparent;
    border-top: none;
    z-index: 6;
    position: absolute;
    display: none;
    width: 100%;
    right: 0;
    bottom: -10%;
    opacity: 0;
    transition: all .3s ease 0s;
    background-color: #fff;
    animation: hover .4s
}

@keyframes hover {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.top-slider .icon-hover p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #262626;
    letter-spacing: 2px;
    margin-bottom: 0;
    transition: all .4s
}

.top-slider .icon-hover p:hover {
    color: #ff3349
}

.index-5 .top-slider .icon-hover i,
.top-slider .icon-hover i {
    color: #ff3349;
    font-size: 18px;
    font-weight: 400
}

.top-slider .deal-rating i {
    color: #eec627;
    font-size: 16px
}

.top-slider #clockdiv {
    margin-top: 60px
}

.top-slider .thumbnail {
    margin-bottom: 60px
}

.top-slider .owl-prev {
    width: 13%!important;
    left: 37%!important;
    opacity: 1!important
}

.top-slider .owl-next {
    right: 37%!important;
    width: 13%!important;
    opacity: 1!important
}

.top-slider .tranding .owl-next .fa,
.top-slider .tranding .owl-prev .fa {
    color: #afafaf!important
}

.top-slider .tranding .owl-next:before,
.top-slider .tranding .owl-prev:after {
    color: #afafaf;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700;
    font-family: Karla;
    text-transform: uppercase;
    transition: all .4s
}

.top-slider .tranding .owl-next:before {
    content: "next";
    padding-right: 10px;
    padding-left: 15px
}

.top-slider .tranding .owl-prev:after {
    content: "prev";
    padding-left: 20px;
    padding-right: 15px
}

.top-slider .owl-next,
.top-slider .owl-prev {
    background-color: transparent!important;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    top: 100%!important;
    height: 46px!important;
    line-height: 44px!important;
    color: #afafaf!important;
    font-weight: 600;
    transition: all .4s
}

#clockdiv div>span,
#clockdiv>div {
    border-radius: 3px;
    display: inline-block
}

.top-slider .tranding .owl-next .fa,
.top-slider .tranding .owl-prev .fa {
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.top-slider .exclusive-menu {
    bottom: -32px
}

.top-slider .owl-next:hover .fa,
.top-slider .owl-prev:hover .fa {
    color: #ff3349!important
}

.top-slider .tranding .owl-next:hover:before,
.top-slider .tranding .owl-prev:hover:after {
    color: #262626
}

.heart-hover {
    position: absolute;
    right: 16px;
    bottom: 116px;
    opacity: 0;
    transition: all .4s;
    z-index: 5
}

.quick-view {
    left: 16px
}

.product:hover .heart-hover {
    opacity: 1
}

.heart-hover i {
    color: #ababab;
    transition: all .4s
}

.heart-hover i:hover {
    color: #ff3349
}

.head-sec {
    position: relative
}

#clockdiv {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 30px
}

#clockdiv>div {
    padding: 10px;
    margin-left: 30px
}

#clockdiv div>span {
    color: #156516;
    font-size: 40px;
    position: relative
}

#clockdiv div>span:after,
.smalltext:before {
    position: absolute;
    display: block;
    content: ''
}

.smalltext:before {
    width: 2px;
    height: 15px;
    background-color: #156516;
    transform: skew(-15deg);
    left: 0
}

#clockdiv div>span:after {
    width: 100%;
    height: 5px;
    background-color: #ff3349;
    z-index: -2;
    bottom: 10px
}

.smalltext {
    padding-top: 5px;
    font-size: 15px;
    color: #156516;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 13px;
    position: relative
}

.head-sec.white h2 {
    color: #fff
}

.head-sec.white h2 span {
    color: #848484
}

#Bathroom .owl-item {
    padding: 10px!important
}

@media (min-width:320px) and (max-width:480px) {
    .head-sec h3 {
        font-size: 12px
    }
    .head-sec h2 {
        font-size: 20px
    }
    .head-sec h2 span {
        font-size: 13px;
        display: block;
        padding-top: 5px;
        line-height: 22px
    }
    #Bathroom .owl-item {
        padding-left: 15px!important
    }
    .exclusive-sec .sale-body.mt-70 {
        margin-top: 40px
    }
    .top-slider .tranding .owl-prev {
        width: 45%!important;
        left: 6%!important;
        font-size: 14px
    }
    .top-slider .owl-next {
        width: 45%!important;
        right: 5%!important;
        font-size: 14px
    }
    .top-slider .product p {
        font-size: 13px
    }
    .top-slider .owl-theme .owl-controls {
        margin-top: 0
    }
    #clockdiv div>span {
        font-size: 36px
    }
    .top-slider .tranding .owl-next:before,
    .top-slider .tranding .owl-prev:after {
        font-size: 14px
    }
    .top-slider .tranding .owl-prev:after {
        padding-right: 10px
    }
    .top-slider .tranding .owl-next:before {
        padding-left: 10px
    }
    .top-slider .thumbnail {
        margin-bottom: 40px
    }
    .head-sec {
        margin-left: 0
    }
}

@media (min-width:481px) and (max-width:767px) {
    .top-slider .owl-next,
    .top-slider .owl-prev {
        width: 30%!important;
        color: #262626;
        font-weight: 600
    }
    #clockdiv>div,
    .head-sec {
        margin-left: 0
    }
    .head-sec h2 {
        font-size: 30px
    }
    .head-sec h2 span {
        display: block;
        padding-top: 20px
    }
    #Bathroom .owl-item {
        padding: 0!important
    }
    .top-slider .owl-prev {
        left: 20%!important;
        font-size: 14px
    }
    .top-slider .owl-next {
        right: 20%!important;
        font-size: 14px
    }
    .top-slider .tranding .owl-next:before,
    .top-slider .tranding .owl-prev:after {
        font-size: 14px
    }
    .top-slider .tranding .owl-prev:after {
        padding-right: 10px
    }
    .top-slider .tranding .owl-next:before {
        padding-left: 10px
    }
    .top-slider .thumbnail {
        margin-bottom: 60px
    }
    .top-slider .thumbnail.no-padding {
        padding: 10px 4px
    }
    #clockdiv>div {
        padding: 10px 0;
        width: 25%;
        float: left
    }
    #clockdiv {
        width: 100%;
        display: inline-block
    }
    #clockdiv div>span {
        font-size: 36px
    }
    .smalltext {
        font-size: 12px;
        padding-left: 8px
    }
    .heart-hover {
        bottom: 135px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .head-sec h2 {
        font-size: 32px
    }
    .top-slider .product img {
        width: 99%!important
    }
    .top-slider .tranding .owl-prev {
        width: 20%!important;
        left: 30%!important
    }
    .top-slider .tranding .owl-next {
        width: 20%!important;
        right: 30%!important
    }
    .top-slider .thumbnail {
        margin-bottom: 60px
    }
    .top-slider .thumbnail.col-md-12 {
        padding: 00px 4px
    }
    .top-slider .icon-hover {
        bottom: -9%
    }
    #Bathroom .owl-item {
        padding: 10px 0!important
    }
    .heart-hover {
        bottom: 136px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .top-slider .tranding .owl-prev {
        width: 15%!important;
        left: 35%!important
    }
    .top-slider .tranding .owl-next {
        width: 15%!important;
        right: 35%!important
    }
    #Bathroom .owl-item {
        padding: 0!important
    }
    .top-slider .thumbnail.no-padding {
        padding: 0 10px
    }
    .icon-hover {
        padding: 0 10px 15px
    }
    .tab-detail {
        padding: 0 8px
    }
}

.exclusive-sec {
    background-image: url(../img/pro-bg.jpg);
    position: relative;
    padding: 0;
	padding-top:100px;
}

.exclu-bottom,
.exclu-top {
    position: absolute;
    z-index: 2
}

.exclusive-sec .col-md-12,
.head-sec.col-md-12 {
    padding-left: 0
}

.exclusive-sec .thumbnail {
    background-color: transparent
}

.exclu-top {
    top: -110px;
    right: 0
}

.exclu-bottom {
    bottom: -80px;
    left: 0;
    width: 325px;
	z-index:0;
}

.exclusive-sec .sale img {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px
}

.exclusive-sec .sale {
    border: none
}

.exclusive-sec .exclusive-img img {
    width: 80%!important;
    transition: all .4s
}

.mt-70 {
    margin-top: 70px
}

.exclusive-img {
    position: relative
}

.exclusive-sec .sale:hover {
    box-shadow: none
}

.exclusive-sec .sale:hover .exclusive-img img {
    transform: translate(-25px, -20px)
}

.exclusive-img:after {
    content: '';
    position: absolute;
    width: 78%;
    height: 98%;
    border-radius: 50%;
    border: 10px solid #ff3349;
    display: block;
    top: 1%;
    z-index: -1;
    right: 11%
}

.exclusive-sec .owl-next,
.exclusive-sec .owl-prev {
    width: 13%!important;
    color: #fff!important;
    font-weight: 600
}

.exclusive-sec .tranding {
    padding: 0
}

.exclusive-sec .owl-next,
.exclusive-sec .owl-prev {
    background-color: transparent!important;
    border: 1px solid #fff;
    border-radius: 50px;
    top: 100%!important;
    height: 46px!important;
    line-height: 46px!important
}

.exclusive-sec .owl-prev {
    left: 38%!important
}

.exclusive-sec .owl-next {
    right: 38%!important
}

.exclusive-sec .owl-next:hover,
.exclusive-sec .owl-prev:hover {
    color: #ff3349!important
}

.tranding .owl-next .fa .exclusive-sec .tranding,
.tranding .owl-prev .fa {
    position: relative
}

.exclusive-sec .tranding .owl-next:hover .fa,
.exclusive-sec .tranding .owl-prev:hover .fa {
    color: #e63047
}

.exclusive-sec .tranding .owl-next .fa,
.exclusive-sec .tranding .owl-prev .fa {
    color: #fff;
    line-height: 30px;
    transition: all .4s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.exclusive-menu i {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 54px;
    font-size: 22px
}

.exclusive-sec .tranding .owl-next:before,
.exclusive-sec .tranding .owl-prev:after {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #fff;
    text-transform: uppercase
}

.exclusive-menu {
    height: 54px;
    width: 54px;
    background-color: #ff3349;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    bottom: 46px;
    border-radius: 50%;
    z-index: 5
}

.exclusive-sec .tranding .owl-prev:after {
    content: "prev";
    padding-left: 20px;
    padding-right: 27px
}

.exclusive-sec .tranding .owl-next:before {
    content: "next";
    padding-right: 10px;
    padding-left: 27px
}

.exclusive-sec .sale-body {
    padding-bottom: 40px
}

.exclusive-sec .sale-body h6 a {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center
}

.exclusive-sec .sale-body p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    text-align: center
}

@media (min-width:320px) and (max-width:480px) {
    #clockdiv>div {
        margin-left: 0;
        width: 50%;
        float: left
    }
    .top-slider .thumbnail {
        margin-bottom: 50px
    }
    .exclu-top {
        width: 150px;
        top: 0
    }
    .exclu-bottom {
        width: 150px;
        bottom: -35px
    }
    .exclusive-sec .owl-next {
        width: 50%!important;
        right: 1%!important;
        font-size: 14px
    }
    .exclusive-sec .owl-prev {
        width: 50%!important;
        left: 2%!important;
        font-size: 14px
    }
    .exclusive-sec .sale-body {
        padding-bottom: 20px
    }
    .exclusive-menu {
        bottom: 17px
    }
    .exclusive-sec .tranding .owl-next:before,
    .exclusive-sec .tranding .owl-prev:after {
        font-size: 14px
    }
    .exclusive-sec .tranding .owl-prev:after {
        padding-right: 10px
    }
    .exclusive-sec .tranding .owl-next:before {
        padding-left: 10px
    }
    .exclusive-sec .thumbnail {
        margin-bottom: 40px
    }
    .exclusive-sec .col-md-12 {
        padding-left: 15px
    }
}

@media (min-width:481px) and (max-width:767px) {
    .exclu-top {
        width: 200px;
        top: -20px
    }
    .exclu-bottom {
        width: 180px;
        bottom: -39px
    }
    .exclusive-sec .padd-80 {
        padding-top: 10px
    }
    .mt-70 {
        margin-top: 40px
    }
    .exclusive-sec .sale-body {
        padding-bottom: 20px
    }
    .exclusive-sec .sale-body h6 a {
        font-size: 17px
    }
    .exclusive-sec .sale-body p {
        font-size: 12px
    }
    .exclusive-sec .owl-next {
        width: 30%!important;
        right: 19%!important;
        font-size: 14px
    }
    .exclusive-sec .owl-prev {
        width: 30%!important;
        left: 20%!important;
        font-size: 14px
    }
    .exclusive-sec .tranding .owl-next:before,
    .exclusive-sec .tranding .owl-prev:after {
        font-size: 14px
    }
    .exclusive-sec .tranding .owl-prev:after {
        padding-right: 10px
    }
    .exclusive-sec .tranding .owl-next:before {
        padding-left: 10px
    }
    .exclusive-sec .thumbnail {
        margin-bottom: 40px
    }
    .exclusive-sec .col-md-12 {
        padding-left: 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .exclu-top {
        width: 250px;
        top: -40px
    }
    .exclu-bottom {
        width: 250px;
        bottom: -40px
    }
    .exclusive-sec .padd-80 {
        padding-top: 30px
    }
    .mt-70 {
        margin-top: 40px
    }
    .exclusive-sec .owl-prev {
        width: 18%!important;
        left: 32%!important
    }
    .exclusive-sec .owl-next {
        width: 18%!important;
        right: 32%!important
    }
    .exclusive-sec .sale-body {
        padding-bottom: 30px
    }
    .exclusive-sec .tranding .owl-next:before,
    .exclusive-sec .tranding .owl-prev:after {
        font-size: 14px
    }
    .exclusive-sec .tranding .owl-prev:after {
        padding-right: 10px
    }
    .exclusive-sec .tranding .owl-next:before {
        padding-left: 10px
    }
    .exclusive-sec .thumbnail {
        margin-bottom: 40px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .exclu-top {
        width: 300px;
        top: -60px
    }
    .exclu-bottom {
        width: 270px;
        bottom: -20px
    }
    .mt-70 {
        margin-top: 40px
    }
    .exclusive-sec .padd-80 {
        padding: 40px 0 80px
    }
    .exclusive-sec .owl-prev {
        left: 37%!important
    }
    .exclusive-sec .owl-next {
        right: 37%!important
    }
    .exclusive-sec .tranding .owl-next:before,
    .exclusive-sec .tranding .owl-prev:after {
        font-size: 14px
    }
    .exclusive-sec .tranding .owl-prev:after {
        padding-right: 10px
    }
    .exclusive-sec .tranding .owl-next:before {
        padding-left: 10px
    }
    .exclusive-sec .thumbnail {
        margin-bottom: 40px
    }
}

@media (min-width:1200px) and (max-width:1359px) {
    .exclusive-sec .sale-body {
        padding-bottom: 20px
    }
}

.tab-sec .nav-tabs>li {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    transition: all .4s
}

.tab-sec .nav-tabs>li:hover {
    background-color: rgba(242, 242, 242, .5)
}

.product-type.col-md-3 {
    padding-left: 0
}

.tab-sec .sale:hover .icon-hover {
    opacity: 1;
    display: block;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1), -1em 0 .4em transparent
}

.tab-body {
    border-top: 1px solid #ff3349;
    padding-bottom: 15px
}

.tranding {
    padding: 0
}

.tab-sec .nav-tabs>li a:hover,
.tab-sec .nav-tabs>li.active a {
    border-left-color: #ff3349
}

.tab-sec .product {
    position: relative
}

.tab-sec .product .tab-heart.tab-view {
    left: 15px;
    right: auto
}

.tab-sec .product .tab-heart {
    position: absolute;
    right: 15px;
    bottom: 27%;
    color: #bababa;
    transition: all .4s;
    opacity: 0
}

.tab-sec .nav-tabs>li.active a i,
.tab-sec .nav-tabs>li:hover a i,
.tab-sec .product .tab-heart:hover {
    color: #ff3349
}

.tab-sec .product:hover .tab-heart {
    opacity: 1
}

.tab-sec .product h4 {
    font-weight: 600
}

.tab-sec .nav-tabs>li>a {
    font-size: 13px;
    font-weight: 400;
    color: #156516;
    text-transform: uppercase;
    border-left: 5px solid transparent;
    transition: all .4s;
    padding: 5px 0 5px 10px;
    display: block!important
}

.tab-sec ul.nav-tabs {
    border: 1px solid #f2f2f2
}

.tab-sec ul.nav-tabs li a i {
    margin-right: 8px;
    font-size: 30px;
    vertical-align: middle;
    transition: all .4s
}

.tab-sec .product img {
    padding-top: 0;
    padding-bottom: 15px
}

.tab-sec .product p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    color: #5d5d5d
}

.product:hover .tab-detail p,
.tab-detail p {
    color: #ff3349
}

.tab-sec .product h4 {
    color: #156516;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block
}

.tab-sec .product h5 {
    display: inline-block;
    text-decoration: line-through;
    color: #ababab;
    font-size: 16px
}

.tab-sec .icon-hover p {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    color: #262626;
    letter-spacing: 2px;
    transition: all .4s
}

.tab-sec .icon-hover p:hover {
    color: #ff3349
}

.tab-sec .icon-hover p i {
    color: #ff3349;
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px;
    vertical-align: bottom
}

.offer-discount {
    left: -5px;
    right: auto;
    background-color: #ff3349;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    width: auto;
    padding: 0 6px;
    top: 4px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    height: 23px;
    line-height: 23px;
    margin-top: 6px
}

.offer-discount:after {
    position: absolute;
    content: '';
    border: 3px solid;
    border-color: #bf0a1d #bf0a1d transparent transparent;
    bottom: -6px;
    left: 0
}

@media (min-width:320px) and (max-width:480px) {
    .tab-sec .product {
        margin-top: 30px
    }
    .tab-sec .product img {
        width: 100%
    }
    .tab-sec .icon-hover {
        bottom: -9%
    }
    .product-type.col-md-3 {
        padding-right: 0
    }
    .tab-sec .col-md-9,
    .tab-sec .col-md-9 .col-md-3 {
        padding: 0
    }
}

@media (min-width:481px) and (max-width:767px) {
    .product-type.col-md-3 {
        padding-right: 0
    }
    .tab-sec .col-md-9 {
        padding: 00
    }
    .tab-sec .col-md-9 .col-md-3 {
        width: 50%;
        float: left;
        margin-top: 30px;
        padding: 0 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .tab-sec .product p {
        font-size: 14px
    }
    .tab-sec .product .tab-heart {
        bottom: 30%
    }
    .tab-sec .tab-4 {
        margin-top: 30px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .tab-sec .product .tab-heart {
        bottom: 35%
    }
    .tab-sec .product p {
        font-size: 14px
    }
}

.newsletter {
    background-image: url(../img/index-3/news-letter-img.jpg)
}

.newsletter h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase
}

.newsletter h4 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0
}

.newsletter p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px
}

.newsletter p span {
    color: #ff3349
}

.newsletter input::placeholder {
    color: #fff!important;
    opacity: 1!important
}

.newsletter input:focus::placeholder {
    color: #fff!important;
    opacity: 1
}

.newsletter .email-address {
    border: 1px solid #fff;
    width: 75%;
    display: inline-block
}

.newsletter .email-address input {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 15px 20px;
    color: #fff
}

.newsletter .round {
    right: 6px;
    border-radius: 0;
    background-color: #ff3349;
    transition: all .4s
}

.newsletter .round:hover {
    background-color: #fff
}

.newsletter .round:hover a {
    color: #ff3349
}

.newsletter .email-address a {
    font-size: 24px;
    line-height: 40px
}

.news-letter {
    background-color: #ff3c20;
    margin-top: 15px
}

.news-letter .col-md-4 {
    padding-left: 0
}

.letter h2,
.letter p {
    padding-left: 10px;
    color: #fff;
    margin-bottom: 0;
    float: left
}

.letter i {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    float: left;
    padding-top: 5px
}

.letter p {
    font-size: 20px;
    font-weight: 400
}

.letter h2 {
    font-size: 50px;
    margin-top: 0;
    font-weight: 700
}

.sign-news p {
    font-size: 15px;
    color: #fff;
    max-width: 100%;
    font-weight: 400;
    margin-top: 23px;
    line-height: 1.5
}

.email-address {
    position: relative;
    margin-top: 15px
}

.email-address input {
    padding: 15px 20px;
    border-radius: 30px;
    border: none;
    width: 100%;
    position: relative;
    font-size: 19px;
    color: #b1b1b1;
    font-weight: 400
}

.email-address a,
.round {
    display: block;
    position: absolute
}

.email-address a {
    right: 10px;
    top: 0;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all .4s
}

.email-address a:hover {
    color: #ff3349
}

.round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #232f3e;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

.detail-left .carousel .item img,
.detail-left ul li img,
.icon-plus {
    display: inline-block
}

.treand {
    background-color: #ff3349
}

.treand .product {
    border: none
}

.treand .icon-hover {
    bottom: -12%
}

.treand .head-sec h3 {
    background-color: #156516
}

.treand .head-sec h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.treand .head-sec p {
    font-size: 15px;
    font-weight: 400
}

.product:hover .health-body p.product-name {
    color: #ff3349
}

.treand .head-sec p.p-text {
    color: #fff
}

.treand .product img {
    padding-bottom: 0;
    margin-bottom: 0
}

.treand .product-body {
    padding: 15px 15px 0
}

.treand .product h4 {
    margin-bottom: 15px
}

.treand .thumbnail {
    border-radius: 0
}

.treand .sale-body {
    border-top: 1px solid #f2f2f2
}

.treand {
    padding-top: 80px;
    padding-bottom: 20px
}

.treand .heart-hover {
    bottom: 90px;
    opacity: 0;
    z-index: 2
}

.treand .treand-view {
    right: auto;
    left: 16px
}

.treand .tranding .special-offer {
    margin-left: -15px
}

.sign-up {
    position: relative
}

.sign-up .newsletter {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0
}

.newsletter-body {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    margin-left: 10%
}

.sign-up .owl-next i,
.sign-up .owl-prev i {
    color: #313131!important;
    line-height: 50px!important;
    font-size: 35px!important;
    text-align: center
}

.sign-up .owl-next,
.sign-up .owl-prev {
    height: 50px!important;
    width: 50px!important;
    border: 1px solid #efeeee;
    background-color: #fff!important
}

.sign-up .owl-next:hover,
.sign-up .owl-prev:hover {
    background-color: #156516!important;
    border-color: #156516!important;
    opacity: 1!important
}

.sign-up .owl-next:hover i,
.sign-up .owl-prev:hover i {
    color: #fff!important
}

.blog-slider.tranding .owl-next,
.blog-slider.tranding .owl-prev {
    bottom: auto;
    top: 42%
}

.blog-slider.tranding .owl-prev {
    left: -20px
}

.blog-slider.tranding .owl-next {
    right: -20px
}

.quick-modal .modal-lg {
    width: 1000px;
    max-height: 90%;
    overflow: auto
}

.detail-left {
    background-color: #f7f7f7;
    position: relative;
    padding-bottom: 30px;
    padding-top: 50px
}

.detail-left .carousel-control.right {
    background-image: none
}

.detail-left .zoom-btn {
    position: absolute;
    display: inline-block;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #d5d5d5;
    line-height: 40px;
    text-align: center;
    bottom: 175px;
    z-index: 6
}

.detail-left .carousel-indicators {
    left: 0;
    margin-left: 5px;
    width: 100%;
    position: relative;
    bottom: auto
}

.detail-left .carousel-indicators li {
    border: none;
    border-radius: 0;
    float: left;
    height: 90px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px!important;
    margin-top: 0;
    width: 100px
}

.detail-left .carousel-indicators img {
    border: 2px solid #FFF;
    float: left
}

.detail-left .carousel-control {
    top: 50%;
    transform: translateY(-50%);
    height: inherit;
    bottom: auto
}

.color-var,
.new-label {
    position: absolute;
    top: 20px
}

.detail-left .carousel-control .fa {
    color: #000;
    font-size: 50px
}

.detail-left .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: .7
}

.detail-left .lSSlideOuter .lSPager.lSGallery img {
    width: 100%
}

.detail-page .coupon {
    padding: 14px 35px;
    float: left
}

.detail-page .menu ul.navbar-nav.navbar-left {
    margin-left: 0
}

.detail-page .navbar-collapse {
    padding-left: 0
}

.icon-plus {
    width: 20px;
    height: 20px;
    border: 2px solid #ababab;
    border-radius: 50%;
    float: right;
    text-align: center
}

.icon-plus i {
    font-size: 10px;
    line-height: 16px;
    color: #ababab;
    display: block;
    font-weight: 700
}

.color-var li a,
.rate h2,
.rate h2 del {
    display: inline-block
}

.new-label {
    background-color: #ff3c20;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 5px 8px;
    border-radius: 30px;
    left: 20px
}

.color-var {
    list-style: none;
    padding-left: 0;
    right: 20px;
    z-index: 50
}

.color-var li a {
    width: 25px;
    height: 25px;
    border: 1px solid #ececec;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 8px
}

.color-var li:nth-child(1) a {
    background-color: #222
}

.color-var li:nth-child(2) a {
    background-color: #f7c6bf
}

.color-var li:nth-child(3) a {
    background-color: #fff
}

.color-var li:nth-child(4) a {
    background-color: #c6c6c6
}

.color-var li:nth-child(5) a {
    background-color: #d03131
}

.color-var li a.active i {
    opacity: 1
}

.color-var li a i {
    line-height: 25px;
    color: #fff;
    opacity: 0
}

.nbs-flexisel-nav-left.disabled,
.nbs-flexisel-nav-right.disabled {
    opacity: .4
}

.detail-top h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 7px
}

.detail-top h6 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #ababab
}

.detail-top .rating {
    margin-top: 7px
}

.detail-top .rating i {
    margin-right: 8px;
    font-size: 16px;
    color: #fec200
}

.detail-top .rating a,
.detail-top .rating span {
    color: #ababab;
    font-size: 16px;
    font-weight: 400
}

.detail-top .rating a {
    font-style: italic;
    float: right
}

.rate h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ff3349;
    margin-top: 15px;
    vertical-align: middle;
    margin-right: 15px
}

.rate h2 del {
    font-size: 16px;
    font-weight: 400;
    color: #ababab;
    margin-left: 8px;
    vertical-align: inherit;
    margin-top: -3px
}

.action-icon a i,
.top-bar .new-cart p {
    vertical-align: middle
}

label.offer-label {
    text-align: center;
    line-height: 26px;
    height: 26px;
    padding: 0 12px;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #232f3e;
    font-size: 13px;
    z-index: 1
}

label.offer-label p {
    line-height: 26px
}

.rate span {
    float: right;
    font-size: 16px;
    color: #49b72c;
    margin-top: 6px
}

.detail-right .detail,
.rate {
    margin-top: 15px
}

.rate span i {
    font-size: 18px
}

.detail-right .detail.feature {
    margin-top: 25px
}

.detail-right .detail,
.detail-right ul {
    list-style: none;
    padding-left: 0
}

.detail-right .detail p,
.detail-right .detail.feature ul li {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #999
}

.detail-right .detail p.text-uppercase,
.detail-row p {
    font-weight: 700
}

.detail-right .detail .sub-menu a.main-a {
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    margin-bottom: 15px
}

.detail-row p,
.soc-icon a,
ul.size,
ul.size li,
ul.size li a {
    display: inline-block
}

.detail-right .detail.feature .toggle-ul ul {
    width: 50%;
    float: left
}

.detail-right .detail.feature ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px
}

.detail-right .detail.feature ul li i {
    position: absolute;
    left: 0;
    color: #ff3349;
    font-size: 20px
}

.detail-row p {
    font-size: 16px;
    color: #ababab
}

.detail-row p span {
    color: #5d5d5d;
    font-weight: 900
}

.soc-icon a {
    font-size: 20px;
    padding: 0 5px;
    transition: all .4s
}

ul.size {
    margin-left: 30px
}

ul.size li a:hover,
ul.size li.active a {
    background-color: #232f3e;
    color: #fff;
    border: 1px solid #232f3e
}

ul.size li a {
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 15px;
    border-radius: 45px;
    transition: all .3s
}

.detail-btm {
    margin-top: 20px
}

.blog-detail .menu ul.navbar-nav.navbar-left {
    margin-left: 0
}

.blog-detail .navbar-collapse {
    padding-left: 0
}

.quantity-box {
    margin-top: 15px;
    margin-bottom: 22px
}

.quantity-box #field1 {
    margin-top: 5px;
    float: left
}

.quantity-box #field1 input {
    border: 1px solid #e7e7e7;
    width: 66px;
    text-align: center;
    height: 46px;
    float: left;
    color: #ababab
}

.quantity-box #field1 button {
    border: 1px solid #e7e7e7;
    background-color: transparent;
    font-size: 14px;
    height: 46px;
    width: 42px;
    text-align: center
}

.quantity-box #field1 button#sub {
    margin-right: -1px;
    float: left
}

.quantity-box #field1 button#add {
    margin-left: -1px;
    float: left
}

.action-icon a,
.quick-modal .coupon {
    display: inline-block;
    margin-left: 8px;
    transition: all .3s
}

.quantity-box #field1 button#add:hover,
.quantity-box #field1 button#sub:hover {
    color: #ff3c20
}

.action-icon {
    display: inline-block;
    margin-top: 15px
}

.action-icon a {
    font-size: 16px;
    font-weight: 400;
    color: #dbdbdb
}

.action-icon a:hover {
    color: #ff3349
}

.action-icon a i {
    font-size: 20px;
    margin-right: 7px;
    color: #dbdbdb;
    transition: all .3s
}

.action-icon a:hover i {
    color: #ff3349
}

.quantity-box .sub {
    border-radius: 30px 0 0 30px
}

.quantity-box .add {
    border-radius: 0 30px 30px 0
}

.detail-row .soc-icon {
    display: inline-block
}

.detail-row .soc-icon a i {
    color: #868686
}

.quick-modal .coupon {
    padding: 13px 30px;
    margin-top: 5px;
    background-color: #ff3349;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 30px;
    border: 1px solid #ff3349
}

.blog-news h5 a,
.control a,
.copy-image a,
.detail-row .soc-icon a i,
.footer-sec ul li a,
.usefull-link img,
.usefull-link p a {
    transition: all .4s
}

.quick-modal .coupon:hover {
    background-color: transparent;
    color: #ff3349
}

#thumbcarousel .thumb {
    width: 25%;
    float: left
}

.quick-modal .detail-left {
    background-color: transparent;
    padding: 0
}

.quick-modal .detail-left.col-md-5 {
    padding: 0
}

.quick-modal .modal-body {
    padding: 25px
}

#thumbcarousel {
    margin-top: 15px
}

.quick-modal button.close {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 48px;
    z-index: 5
}

.quick-modal .rate h2 {
    font-size: 28px;
    margin: 0
}

.quick-modal .rate h2 del {
    font-size: 14px;
    vertical-align: middle
}

.quick-modal .detail-top h1 {
    font-size: 28px
}

.quick-modal .detail-left .carousel-control .fa {
    font-size: 36px
}

.quick-modal .carousel-control {
    left: -30px
}

.quick-modal .carousel-control.right {
    right: -30px
}

.quick-modal .detail-row .soc-icon a i:hover {
    color: #ff3349
}

.quick-modal .carousel img {
    width: auto
}

@media (min-width:320px) and (max-width:480px) {
    .detail-right .detail.feature ul li {
        padding: 0
    }
    .quick-modal .modal-lg {
        width: auto
    }
    .quick-modal button.close {
        font-size: 36px
    }
    .quick-modal .detail-left .carousel .item img {
        width: 100%
    }
    .quick-modal .detail-right.col-md-7 {
        margin-top: 30px;
        padding: 0
    }
    .quick-modal .detail-top .rating a {
        float: none
    }
    .quick-modal .rate h2 {
        font-size: 24px
    }
    .quick-modal .coupon {
        margin-left: 0;
        margin-top: 10px
    }
    .quick-modal .detail-top h1 {
        font-size: 20px
    }
    .quick-modal .detail-left .carousel-control .fa {
        font-size: 24px
    }
    .quick-modal .carousel-control {
        left: -23px
    }
    .quick-modal .carousel-control.right {
        right: -23px
    }
    .action-icon.pull-right {
        float: none!important
    }
    ul.size li a {
        padding: 5px 10px;
        font-size: 14px;
        margin-left: 4px
    }
    ul.size {
        margin-left: 0
    }
    .detail-row p {
        line-height: 1.6
    }
}

@media (min-width:481px) and (max-width:767px) {
    .quick-modal .modal-lg {
        width: auto
    }
    .quick-modal button.close {
        font-size: 36px
    }
    .quick-modal .detail-right.col-md-7 {
        margin-top: 40px;
        padding: 0
    }
    .quick-modal .detail-top h1,
    .quick-modal .rate h2 {
        font-size: 24px
    }
    .quick-modal .rate span {
        margin-top: 4px
    }
    .quick-modal .action-icon.pull-right {
        float: none!important
    }
    .quick-modal .carousel-control.right {
        right: -20px
    }
    .quick-modal .carousel-control {
        width: 5%;
        left: -20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .quick-modal .modal-lg {
        width: 700px
    }
    .quick-modal button.close {
        z-index: 1
    }
    .quick-modal .detail-right.col-md-7 {
        margin-top: 60px
    }
    .quick-modal .color-var {
        right: 50px
    }
    #thumbcarousel .thumb img {
        width: 75%
    }
    #thumbcarousel {
        text-align: center
    }
    #thumbcarousel .carousel-inner {
        width: 80%;
        display: inline-block
    }
    .quick-modal .carousel-control {
        left: 0
    }
    .quick-modal .carousel-control.right {
        right: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .quick-modal button.close {
        right: 30px;
        font-size: 36px
    }
    .quick-modal .detail-top h1 {
        font-size: 26px
    }
    .quick-modal .modal-lg {
        margin: 0 auto
    }
}

@media (min-width:320px) and (max-width:480px) {
    .newsletter-body,
    .sign-up .newsletter {
        position: relative;
        width: 100%
    }
    .treand {
        padding-bottom: 10px;
        padding-top: 60px
    }
    .blog-slider.col-lg-9 {
        padding-right: 0
    }
    .newsletter-body {
        top: 0;
        transform: translateY(0);
        margin-left: 0
    }
    .newsletter h5 {
        font-size: 20px
    }
    .newsletter h4 {
        font-size: 30px
    }
    .newsletter .email-address input,
    .newsletter p {
        font-size: 14px
    }
    .newsletter .email-address {
        width: 88%
    }
    .treand .tranding .special-offer {
        margin-left: 0
    }
}

@media (min-width:481px) and (max-width:767px) {
    .newsletter-body,
    .sign-up .newsletter {
        position: relative;
        width: 100%
    }
    .newsletter-body {
        top: 0;
        transform: translateY(0);
        margin-left: 0
    }
    .newsletter h5 {
        font-size: 24px
    }
    .newsletter p {
        font-size: 14px
    }
    .newsletter h4 {
        font-size: 36px
    }
    .treand .heart-hover {
        bottom: 105px
    }
    .treand .tranding .special-offer {
        margin-left: 0
    }
    .head-sec.col-md-12 {
        padding: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .newsletter .email-address {
        width: 95%
    }
    .newsletter .email-address input::placeholder {
        font-size: 16px
    }
    .treand .tranding .special-offer {
        margin-left: 0
    }
    .head-sec.col-md-12 {
        padding: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .treand .tranding .special-offer {
        margin-left: 0
    }
    .head-sec.col-md-12 {
        padding: 0
    }
}

.client-sec .head-sec h2 {
    text-align: left
}

.client-sec .head-sec h3 {
    margin-bottom: 10px
}

.client {
    overflow-x: hidden
}

.nbs-flexisel-item img {
    margin: 10px 0
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    border: 1px solid #f2f2f2;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    overflow: auto
}

.nbs-flexisel-inner {
    position: relative;
    float: left;
    width: 100%;
    overflow: visible;
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin-top: 25px
}

 

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    color: #204186;
    font-family: FontAwesome;
    font-size: 26px
}

.nbs-flexisel-nav-left {
    left: -15px;
    color: #ccc
}

.nbs-flexisel-nav-left:before {
    content: "\f104"
}

.nbs-flexisel-nav-right {
    right: -15px;
    color: #ccc
}

.nbs-flexisel-nav-right:before {
    content: "\f105"
}

@media (min-width:320px) and (max-width:767px) {
    .client-sec h3 {
        font-size: 20px
    }
    .client-sec p {
        font-size: 15px;
        line-height: 1.5
    }
}

.pb-30 {
    padding-bottom: 30px
}

.latest-blog {
    background-image: url(../img/quality-bg.jpg);
    padding-bottom: 100px
}

.control .carousel-control.left,
.control .carousel-control.right,
.control a:hover {
    background-image: none
}

.latest-blog h2 {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300
}

.blog-news {
background-color: #fff;
    margin: 0 -5px!important; 
    border-radius: 10px;
}

.col-md-12.blog-news:last-child {
    margin-top: 22px
}

.blog-news .col-md-8 {
    padding: 25px 0 0 15px
}

.copy-text.col-md-6,
.usefull-link.col-md-3 {
    padding-left: 0
}

.blog-news .col-md-4 {
    padding-left: 0;
    padding-right: 0
}

.blog-news h5 a {
    font-size: 18px;
    color: #156516;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0
}

.blog-news h5 a:hover,
.blog-news p a:hover {
    color: #ff3349
}

.blog-news p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.usefull-link.col-md-3:last-child {
    padding-right: 0
}

.blog-news a {
    font-size: 14px;
    color: #262626;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px
}

.blog-news a i {
    color: #ff3349;
    font-size: 18px;
    font-weight: 400
}

.blog-news a:hover i {
    animation-name: red;
    animation-duration: .55s;
    position: relative
}

.date {
    margin-bottom: 20px
}

.blog-news span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 5px 10px;
    background-color: #ff3349;
    margin-top: 20px
}

@keyframes red {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 20px
    }
}

.ban-sec img {
    height: 100%
}

.blog-post.ban-sec {
    padding-right: 0;
	    margin-top: 22px;
}

.tab-pane .col-md-3 {
    padding: 0 7px
}

.tab-sec .col-md-9 {
    padding: 0
}

@media (min-width:320px) and (max-width:480px) {
    .product-sec .blog-news img {
        width: 100%;
        margin-bottom: 0
    }
    .col-md-12.blog-news {
        padding: 0
    }
    .blog-news .col-md-8 {
        padding-bottom: 20px
    }
    .blog-news h5 {
        font-size: 16px;
        line-height: 24px
    }
    .blog-news p {
        font-size: 14px
    }
    .blog-post img {
        margin-top: 22px
    }
    .latest-blog {
        padding-bottom: 58px
    }
    .ban-sec img {
        height: auto
    }
   
}

@media (min-width:481px) and (max-width:767px) {
    .blog-news .product-sec .col-md-7 img {
        margin-bottom: 0
    }
    .product-sec .col-md-7 .col-sm-4 {
        width: 40%;
        float: left
    }
    .product-sec .col-md-7 .col-sm-8 {
        width: 60%;
        float: left;
        padding: 14px 0 14px 10px
    }
    .blog-news h5 {
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 5px
    }
    .blog-news p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 5px
    }
    .date {
        margin-bottom: 9px
    }
    .blog-news span {
        font-size: 10px
    }
    .blog-post img {
        margin-top: 22px
    }
    .col-md-5.blog-post {
        padding-right: 0;
        padding-left: 0
    }
    .latest-blog {
        padding-bottom: 70px
    }
    .ban-sec img {
        height: auto
    }
    .blog-news h5 a {
        font-size: 16px;
        line-height: 24px
    }
    .latest-blog .col-md-7 {
        padding-right: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .blog-post.ban-sec img {
        display: inline-block;
        margin-top: 18px
    }
    .latest-blog h2 {
        margin-top: 0
    }
    .blog-post.ban-sec {
        text-align: center;
        padding-left: 0
    }
    .latest-blog {
        padding-bottom: 80px
    }
    .product-sec.equalize .col-md-7 {
        display: inline-block
    }
    .latest-blog .col-md-7 {
        padding-right: 0
    }
    .tab-pane .col-md-3 {
        padding: 0 7px
    }
    .tab-sec .col-md-9 {
        padding: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .blog-news .col-md-8 {
        padding: 12px 0 11px 15px
    }
    .blog-news h5 {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 8px
    }
    .latest-blog h2 {
        font-size: 30px;
        margin-top: 0
    }
    .latest-blog.padd-80 {
        padding: 80px 0
    }
    .blog-news p {
        font-size: 14px
    }
    .ban-sec img {
        height: auto
    }
    .col-md-12.blog-news:last-child {
        margin-top: 15px
    }
    .blog-post.ban-sec {
        padding-left: 0
    }
}

.twiiter-feed-sec {
    background-color: #f0f0f0
}

.twiiter-feed {
    background-color: #156516;
    display: block;
    min-height: 58px
}

.twiiter-feed .col-md-1 {
    padding-left: 0;
    overflow: hidden
}

.twiiter-feed-sec .col-md-12 {
    padding-left: 0;
    padding-right: 0
}

.twitter-icon {
    background-color: #ff3349;
    display: inline-block;
    min-height: 58px;
    min-width: 65px;
    text-align: center;
    position: relative
}

.text-content {
    line-height: 58px
}

.twitter-icon i {
    color: #fff;
    font-size: 36px;
    line-height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.twiiter-feed .carousel-content .text-slider p {
    margin-bottom: 0
}

.twiiter-feed .carousel-content .text-slider p a {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.index-4 .copy-text a,
.twiiter-feed .carousel-content .text-slider p span {
    color: #ff3349
}

.control {
    text-align: right;
    line-height: 58px
}

.control a {
    border: 1px solid #fff;
    padding: 3px 12px;
    opacity: 1
}

.control a:hover {
    background-color: #ff3349
}

.control a.carousel-control {
    position: static
}

@media (min-width:320px) and (max-width:767px) {
    .control,
    .twiiter-feed,
    .twiiter-feed .col-md-2 {
        text-align: center
    }
    .twiiter-feed {
        padding-top: 15px
    }
    .text-content {
        line-height: 24px;
        margin-top: 15px
    }
    .twiiter-feed-sec .col-md-12 {
        padding-right: 0
    }
    .twiiter-feed .carousel-content .text-slider p a {
        font-size: 14px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .twiiter-feed .carousel-content .text-slider p a {
        font-size: 12px
    }
    .text-content {
        line-height: 56px
    }
    .twiiter-feed-sec .col-md-12 {
        padding-right: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .twiiter-feed-sec .col-md-12 {
        padding-right: 0
    }
}

.footer-sec {
    background-color: #f0f0f0
}

.footer-sec ul {
    list-style: none;
    padding-left: 0
}

.footer-sec ul li {
    font-size: 16px;
    color: #156516;
    font-weight: 400;
    padding-top: 15px;
    text-transform: uppercase
}

.footer-sec ul li i {
    padding-right: 10px
}

.footer-sec ul li a {
    letter-spacing: 1px
}

.footer-sec ul li a:hover {
    color: #ff3349
}

.contact-info h3,
.usefull-link h4,
.usefull-link p a {
    text-transform: uppercase;
    color: #156516
}

.usefull-link h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
}

.usefull-link.blog-news {
    background-color: transparent
}

.usefull-link p a {
    font-size: 16px!important;
    font-weight: 700!important;
    font-style: normal;
    letter-spacing: 0;
    max-width: 77%
}

.usefull-border {
    border-bottom: 1px solid #dfdfdf
}

.usefull-link .date {
    margin-bottom: 10px;
    margin-top: 20px
}

.usefull-link:last-child .date {
    margin-top: 20px
}

.usefull-link .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.usefull-link img {
    width: 100%
}

.usefull-link img:hover {
    transform: scale(1.2)
}

.ban-sec img:hover {
    transform: none
}

.ban-sec a {
    position: relative;
    overflow: hidden;
    display: block
}

.ban-sec a::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg)
}

.ban-sec:hover a:before {
    animation: shine .75s
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.contact-info h3 {
    border-bottom: none;
    margin-top: 10px;
    padding-bottom: 0
}

.contact {
    margin-top: 15px
}

.contact-info h3:after {
    display: none
}

.contact-img {
    margin-top: 25px
}

.copy-right {
    background-color: #e8e8e8;
    padding: 10px 0
}

.footer-sec .tag ul li:hover,
.new-wishlist,
.search .round {
    background-color: #fff;
}

.copy-text p {
    margin-bottom: 0;
    line-height: 29px;
    color: #5d5d5d;
    font-weight: 400;
    font-size: 16px
}

.copy-text a {
    color: #ff3349
}

.copy-image a {
    display: inline-block;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 22px;
    color: #cacaca
}

.footer-sec .tag ul li {
    float: left;
    border: 1px solid #dfdfdf;
    font-size: 13px;
    margin-right: 10px;
    padding-top: 0;
    text-transform: capitalize;
    margin-top: 10px;
    transition: all .4s
}

.footer-sec .tag ul li a {
    padding: 10px 9px;
    display: block
}

.menu-call,
.menu-call-no,
.menu-call-no p,
.top-bar .new-cart p {
    display: inline-block
}

.footer-sec .tag ul li:hover a {
    color: #fff
}

.copy-image a:hover {
    color: #ff3349
}

.contact p {
    padding-left: 20px;
    margin: 0
}

.contact-info p {
    font-size: 15px;
    font-weight: 400;
    color: #282828;
    line-height: 1.6
}

p.phone-no {
    font-size: 20px;
    font-weight: 700
}

.contact i {
    float: left;
    font-size: 25px;
    color: #ff3349;
    padding-right: 15px;
    font-weight: 600
}

@media (min-width:320px) and (max-width:480px) {
    .copy-image.text-right,
    .copy-text p {
        text-align: center
    }
    .contact-info,
    .usefull-link {
        margin-top: 40px
    }
    .copy-text p {
        font-size: 12px
    }
    .contact-img img {
        margin-bottom: 0
    }
    .footer-sec ul li,
    .usefull-link p a {
        font-size: 14px!important
    }
}

@media (min-width:481px) and (max-width:767px) {
    .usefull-link .contact-img img {
        width: 100%
    }
    .copy-image.text-right,
    .copy-text {
        text-align: center
    }
    .usefull-link {
        margin-top: 40px
    }
    .usefull-link .col-md-4 {
        width: 25%
    }
    .usefull-link .col-md-4:nth-child(6),
    .usefull-link .col-md-4:nth-child(7) {
        margin-top: 20px
    }
    .usefull-link img {
        width: auto
    }
}

@media (min-width:768px) and (max-width:991px) {
    .usefull-link .contact-img img {
        width: 100%
    }
    .contact-info,
    .usefull-link {
        margin-top: 30px
    }
    .usefull-link .col-md-4:nth-child(5),
    .usefull-link .col-md-4:nth-child(6),
    .usefull-link .col-md-4:nth-child(7) {
        margin-top: 20px
    }
    .usefull-link img {
        width: auto
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-sec ul li,
    .usefull-link p a {
        font-size: 14px!important
    }
    .footer-sec .tag ul li {
        margin-right: 5px;
        font-size: 10px!important
    }
    p.phone-no {
        font-size: 18px
    }
    .contact-info p {
        font-size: 12px
    }
}

.top-bar .cart i {
    line-height: 50px
}

.top-bar p span {
    color: #fff;
    font-size: 12px;
    padding-right: 5px
}

.top-bar p {
    font-size: 18px;
    color: #ff3349
}

.new-menu {
    min-height: 100px;
}
.navbar-brand>img {
    display: block;
    margin-top: 2px;
}
.menu-call-icon {
    float: left;
    margin-top: 7px
}

.menu-call-icon i {
    font-size: 30px;
    color: #ff3a4f;
    font-weight: 400
}

.menu-call-no p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 10px
}

.menu-call {
    float: left;
    padding: 25px 0;
	margin-left: 350px;
}

.search {
    margin-top: 0;
    position: relative
}

.search .round {
    border-radius: 0
}

.search-round a {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 40px
}

.new-wishlist {
    display: inline-block;
    padding:0px 30px;
    margin-top: 0
}

.new-wishlist i {
    font-size: 18px;
    color: #fff;
    padding-left: 15px
}

.new-navbar.navbar-default {
    padding: 0;
    background-color: #156516;
    border: none;
    min-height: auto
}

.new-navbar .cart,
.top-bar .cart-wish {
    border-left: 1px solid #2b3755;
    display: inline-block
}

.new-navbar.navbar-default .navbar-nav li a {
    color: #fff;
    line-height: 52px
}

.new-navbar.navbar-default .navbar-nav .nav-mega-menu a {
    color: #5d5d5d;
    line-height: 40px;
    font-size: 15px;
    padding: 0
}

.new-navbar.navbar-default .navbar-nav .nav-mega-menu a:hover,
.top-bar i {
    color: #ff3349
}

.new-navbar.navbar-default .navbar-nav.navbar-left li {
    border-right: none
}

.top-bar i {
    vertical-align: baseline
}

.border .navbar-brand {
    float: none
}

.new-navbar .cart-item i {
    font-size: 20px
}

.new-navbar .cart-item {
    padding-left: 0
}

.top-bar .cart-wish i {
    padding-right: 10px;
    font-size: 20px;
    line-height: 50px;
    vertical-align: middle
}

.new-wishlist h4 a,
.top-bar .cart-wish {
    padding-right: 15px;
    color: #fff
}

.new-navbar .cart {
    padding-left: 15px;
    position: relative
}

.top-bar .cart-wish {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    text-transform: none;
}

.new-wishlist h4,
.new-wishlist h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 400
}

.new-wishlist h5 a {
    border-left: 1px solid #fff;
    padding-left: 15px;
    color: #fff
}

.search input {
    border-radius: 0;
    border: 1px solid #d4d4d4;
    position: relative;
    width: 100%;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 15px;
    color: #5d5d5d
}

.search input::placeholder {
    color: #b1b1b1
}

.menu-call-no h5 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px
}

.index-4-new .cart-item .cart-item-hover {
    top: 50px
}

.index-4-new .cart-item .cart-item-hover:after {
    right: 50%
}

.index-4-new .container>.navbar-collapse {
    width: 65%;
    float: left
}

@media (min-width:320px) and (max-width:480px) {

    .new-menu .menu-call,
    .new-menu .new-wishlist {
        left:87%;
		margin-top: -165px!important;
		display:none;
		
    }
	
    .index-4-new .new-menu .col-md-2 {
        text-align: center
    }
    .index-4-new .new-menu .navbar-brand {
        float: none;
		margin-left:-10px;
    }
    .index-4-new .new-menu img {
        padding: 0px 0;
        display: none;
		margin-top:25px;
		margin-bottom:25px;
		width:100%;
    }
    .index-4-new .new-menu .search-round {
        top: 78%!important
    }
    .index-4-new .navbar-default .navbar-collapse .navbar-right {
        display: block
    }
    .index-4-new .cart-item,
    .index-4-new .new-navbar .cart,
    .index-4-new .top-bar .cart-wish {
        float: none;
        border: none;
        line-height: 30px
    }
    .index-4-new .new-cart {
        text-align: left
    }
    .top-bar .cart-wish i {
        line-height: 24px
    }
    .index-4-new .cart-item .cart-item-hover {
        right: 0
    }
    .index-4-new .new-menu .col-lg-9 {
        padding: 0
    }
  
    .new-navbar.navbar-default .navbar-nav li a {
        line-height: 39px
    }
    .index-4-new .container>.navbar-collapse {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width:767px) {

.product {
    border: 1px solid #ff3349;
    position: relative;
    transition: all .4s;
    margin-bottom: 50px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

.sec-head h2 {
    font-size: 20px;
    margin-bottom: 0;
}

}


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

    .index-4-new .menu-call,
    .index-4-new .new-wishlist {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
    .index-4-new .new-cart,
    .index-4-new .new-menu .col-md-2 {
        text-align: center
    }
    .index-4-new .new-menu .navbar-brand {
        float: none
    }
    .index-4-new .new-menu img {
        padding: 15px 0;
        display: inline-block
    }
    .index-4-new .new-menu .search-round {
        top: 81%!important
    }
    .index-4-new .new-wishlist {
        padding: 10px 30px;
        margin-bottom: 15px
    }
    .index-4-new .menu-call {
        padding-bottom: 25px
    }
    .index-4-new .new-menu .search {
        margin-top: 0
    }
    .index-4-new .cart-item,
    .index-4-new .new-navbar .cart,
    .index-4-new .top-bar .cart-wish {
        float: none;
        border: none;
        line-height: 30px
    }
    .index-4-new .cart-item .cart-item-hover {
        right: 90px
    }
    .new-navbar.navbar-default .navbar-nav li a {
        line-height: 39px
    }
    .index-4-new .container>.navbar-collapse {
        width: 100%;
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .new-menu .search {
        clear: both;
        margin: 0
    }
    .index-4-new .search-menu {
        right: 30px
    }
    .index-4-new .new-wishlist {
        margin-top: -3px
    }
    .index-4-new .menu-call {
        padding: 15px
    }
    .index-4-new .new-navbar.navbar-default .navbar-nav.navbar-left li {
        float: none
    }
    .index-4-new .new-navbar .cart,
    .index-4-new .new-navbar .cart-item,
    .index-4-new .new-navbar .cart-wish,
    .top-bar .cart-wish {
        border: none
    }
    .index-4-new .navbar-header {
        display: table
    }
    .index-4-new .new-cart {
        text-align: left
    }
    .index-4-new .cart-item .cart-item-hover {
        right: 27%
    }
    .new-menu .col-md-2 {
        width: 20%;
        float: left
    }
    .new-menu .col-md-10 {
        width: 80%;
        float: left
    }
    .top-bar .cart-wish i {
        line-height: 24px;
        vertical-align: middle
    }
    .new-navbar.navbar-default .navbar-nav .nav-mega-menu a {
        color: #fff;
        line-height: 40px
    }
    .new-navbar.navbar-default .navbar-nav li a {
        line-height: 40px
    }
    .new-navbar .navbar-nav>li:hover .nav-mega-menu {
        padding: 0
    }
    .new-navbar .navbar-nav>li .nav-mega-menu {
        left: 25px
    }
    .index-4-new .cart-item {
        padding-top: 0
    }
    .index-4-new .navbar-right {
        top: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .index-4-new .search input {
        width: 90%
    }
    .index-4-new .search .round {
        right: 50px
    }
    .index-4-new .container>.navbar-collapse {
        width: 90%
    }
}

@media (min-width:320px) and (max-width:991px) {
    .index-4-new .navbar-default .navbar-toggle:focus,
    .index-4-new .navbar-default .navbar-toggle:hover {
        background-color: transparent
    }
    .index-4-new .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .navbar-nav>li .nav-mega-menu {
display:none;
    }
	.top-slider .product p {
    font-size: 12px;
    font-weight: 600;
    color: #5d5d5d;
    text-align: center;
}
.top-slider .mt-30 {
    margin-top: 10px;
}
}


.btm-bx {background: linear-gradient(135deg, #089208, #ff3349 100%); 
    text-align: center;padding:20px 40px 40px 40px; border-radius: 40px;}


.btm-bx h1 {color:#fff; }

.top-list {margin-top: 10px; text-align: right}
.top-list li {list-style: none; margin-left: 20px; display: inline;}

.top-list li i {color:#089208; padding-right:5px; color:#2b2b2b; margin-top: 3px}

@media(max-width: 767px)
{
  .top-list{ 
    text-align: center;
    margin: 20px 0 20px 0;
    padding: 0;}
    .top-list li { margin-left:0; display: block; margin-bottom: 15px} 
}

.abt-btm {    background: url(../img/abt-btm.jpg);
    padding: 60px 20px;
    display: block;  
    margin:60px auto 30px auto;
    border-radius: 20px}

 

.abt-btm h4 {font-size: 30px; color:#fff;}

.certifs {color:#fff; text-align: center; margin:20px auto; display: block;}

.certifs li {display: inline-block; margin:5px 10px; color:#fff!important; font-weight: bold}
.certifs li img  { max-width: 100px; border-radius: 8px}

@media(max-width: 767px) {
    .certifs li:first-child {display: block;  } 
}

