

/* ==========================================================================
Author's custom styles
========================================================================== */
/* fonts */
@font-face {
 font-family:oswald-light;
 src: url('../fonts/Oswald-Light.ttf');
}
@font-face {
 font-family:oswald-bold;
 src: url('../fonts/Oswald-Bold.ttf');
}
@font-face {
 font-family: oswald-extralight;
 src: url('../fonts/Oswald-ExtraLight.ttf');
}
@font-face {
 font-family: Oswald-Regular;
 src: url('../fonts/Oswald-Regular.ttf');
}
@font-face {
 font-family: Oswald-italic;
 src: url('../fonts/Oswald-italic.ttf');
}
@font-face {
 font-family:opensans-regular;
 src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
 font-family:OpenSans-Bold;
 src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
 font-family:OpenSans-light;
 src: url('../fonts/OpenSans-Light.ttf');
}

*{
    margin:0px;
    padding: 0px;
}
/* header css */
body{
	margin: 0px;
	padding: 0px;
	font-family:opensans-regular,Helvetica, sans-serif;
	font-weight: 500;
}
img{
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,li{
	font-family:oswald-regular;
	font-weight: 500;
}
header nav ul.menu-1 li {
    display: inline-block;
    color: rgba(34, 34, 34, 0.61);
    margin: 0px 4px;
}

 header nav ul.menu-1 li a.extra-li-menu {
    display: inline-block;
    margin-left: 16px;
    margin-top: 4px;
    border: 1px solid #e0b718;
    color: #e0b718;
    padding: 5px 10px;
    border-radius: 20px;
}


.dropdown a.highlighted-menu-item{
    color: #078231 !important;

    border-bottom: 2px solid #00b63e;

}

.dropdown.visible-xs a.highlighted-menu-item{
    color: #e0b718 !important;

    border-bottom: 2px solid #00b63e;

}


.pop-cat{
        margin-top: 20px;
    }

.pop-cat p{
    color: #333;
    margin-top: 10px;
    background: #f9f9f9;
    padding: 2px;
}



header nav .navbar-collapse ul.menu-1 li {
    margin: 0px 10px;
	text-transform: uppercase;
	cursor: pointer;
}
header nav ul.menu-1 li.dropdown {
	padding: 35px 0px;
}
header nav ul.menu-1 li.dropdown:nth-child(2) > a span {
    color: #333;
    font-size: 14px;
    line-height: 0px;
    vertical-align:baseline;
    padding-right: 4px;
}
header div.mini-header {
       height: 37px;
    position: fixed;
    z-index: 1031;
    background-color: #484848;
    width: 100%;
    color: #fff;
    padding-top: 8px;
}
.mini-header h6.text i.fa {
   font-size: 16px;
    color: #92e426;
    margin: 0px;
    padding: 0px;
}
.mini-header h6.text span {
    font-weight: 100;
    letter-spacing: 1px;
    padding: 0px 11px;
}
.mini-header h6.text {
   font-size: 12px;
    margin: 0px;
    padding: 0px;
    letter-spacing: .2px;
    padding-top: 0px;
    text-align: right;
    font-family: opensans-regular;
    color: #fff;
}
.margin-top-10{
    margin-top: 10px;
}
.transparent{
	position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.68);
}
.mini-header .social .fa {
   color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 11.2px 0px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    cursor: pointer;
    margin: 0px -1.4px;
    margin-top: -7px;
    border-right: 1px solid rgba(153, 153, 153, 0.39);;
    width: 43px;
}
.mini-header .social .fa.fa-facebook:hover {
    background: rgb(59, 89, 153);
}
.mini-header .social .fa.fa-google-plus:hover {
    background: rgb(225, 47, 47);
}
.mini-header .social .fa.fa-pinterest-p:hover {
    background: rgb(233, 38, 44);
}
.mini-header .social .fa.fa-instagram:hover {
    background: rgb(175, 58, 149);
}
header nav ul.menu-1 li > ul.dropdown-menu li:last-child {
    border-bottom: 0px;
}
.mini-header .social .fa.fa-facebook {
    border-left: 1px solid rgba(153, 153, 153, 0.39);;
}
header .user-detail ul.menu-1 li.dropdown:nth-child(2) {
    background: rgba(220, 154, 25, 0.36);
    border-radius: 17px;
    padding: 2px 5px !important;
    box-shadow: 0px 0px 0px 1px rgba(226, 154, 25, 0.35);
}
header .user-detail ul.menu-1 li.dropdown:nth-child(2) i.fa.fa-shopping-cart {
    color: #333;
}
.no-gutter{
    padding-left: 0px !important;
    padding-right: 0px !important;
	padding-top: 0px !important;
}
.col-centered{
    float: none;
    margin: 0px auto;
}
.padding-bottom-15{
	padding-bottom: 15px !important;
}
.margin-top-20{
    margin-top: 24px;
}
.title-head {
    font-family: oswald-regular;
    letter-spacing: 3px;
    font-size: 38px;
    margin-bottom: 21px;
    font-weight:500;
    text-transform: capitalize;
    position: relative;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-18{
    font-size: 16px !important;
}
.font-size-20{
    font-size: 16px !important;
}
.subtitle {
    font-size: 23px;
    text-transform: capitalize;
    color: #5ea50c;
    font-weight:100;
    margin-bottom: 30px;
   -webkit-transition: .25s;
    -moz-transition:.25s;
}
.subtitle-head {
    font-size: 23px;
    text-transform: capitalize;
    color: #5ea50c;
    font-weight: 100;
    margin-bottom: 30px;
}
.top-scrolling-btn-in-bottom {
    position: fixed;
    bottom: 56px;
    right: 39px;
    background: #dc9a19;
    color: #fff;
    text-align: center;
    height: initial;
    padding: 0px 5px 4px 5px;
    display: none;
}
.top-scrolling-btn-in-bottom i.fa {
    font-size: 34px;
    display: inline-block;
	color:#fff;
}
h3.title-head {
    color: #dc9916;
    font-family: oswald-regular;
    letter-spacing: 1px;
    font-size: 38px;
    margin-bottom: 44px;
}
a:hover,a:focus{
    color: #dc9916;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}
h3.title-head span {
    color: #222;
}
h3.title-head span:hover {
    color: #dc9916;
}
p.text {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 26px;
    color: rgba(17, 17, 17, 0.67);
}

.afooter {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 26px;
    color: rgba(17, 17, 17, 0.67);
}

p.title {
    font-size: 15px;
    color: #7c8383;
    line-height: 30px;
    letter-spacing: 0.25px;
    font-weight: 100;
}
.search {
    position:fixed;
    width:100%;
    height:125%;
    background: #fff;
    z-index: 1031;
    padding:100px 0px;
    display: none;
    -webkit-transform: translate3d(0px,-1000px,0px);
    -moz-transform: translate3d(0px,-1000px,0px);
    -webkit-transition:.1s ease-in;
    -moz-transition:.1s ease-in;
    overflow: hidden;
}
.search-box {
    padding-top: 30px;
}
.search .search-box {
    padding-top: 0px;
    margin-top: -23px;
    padding-bottom: 40px;
}
.active{
    display: inline-block;
}
.search.active{
}
.search h3.title-head{
	    margin-bottom: 15px;
	padding-left: 10px;
}
.padding-bottom {
    padding-bottom: 13px !important;
}
.ais-refinement-list--item .hollow-button > .button {
   line-height: 20px;
    padding: 5px 24px;
    margin: 16px 11px 2px 0px;
	text-transform: capitalize;
}
input.button.btn-search {
    display: inline-block;
    float: right;
    border: 1px solid;
    border-radius: 0px;
    margin-top: 17px;
}
.search .search-box input.input {
    width: 90%;
    border: 0PX;
    border-bottom: 2px solid rgba(153, 153, 153, 0.88);
    height: 50px;
    position: absolute;
    top: 10px;
    font-size: 30px;
    color: #999;
    padding-left: 11px;
    background: none;
}
.search .search-box input.input:hover,.search .search-box input.input:focus,input.button.btn-search:hover,input.button.btn-search:focus{
    outline: 0px
}
.search .search-box input.input:hover,.search .search-box input.input:focus{
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.search .close-modal.col-md-12 {
    position: absolute;
    top: 15px;
    right: 28px;
    width: 40px;
    padding: 0px 3px 5px 3px;
    font-size: 30px;
    color: #222;
    height: 40px;
    cursor: pointer;
}
.search .close-modal.col-md-12 i.fa.fa-close {
    font-size: 38px;
    font-weight: 100;
    margin-top: -10px;
}
.search .tags-box,.search .types-box{
    padding:0px 0px 5px;
}
.search .types-box{
	padding:0px 0px 5px 5px;
}
.hollow-button a {
    background: #fff;
    color: #222;
    border: 1px solid #dc9916;
    line-height: 32px;
    padding: 4px 48px;
    -webkit-transition:.25s ease-in;
    transition: .25s ease-in;
    display: inline-block;
    margin: 20px 10px 10px;
    border-radius: 30px;
}
.search .hollow-button a{
	background: #fff;
    color: #222;
    border: 1px solid #dc9916;
    line-height: 24px;
    padding: 3px 34px;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    display: inline-block;
    margin: 7px 10px 6px;
    border-radius: 30px;
}
.search .hollow-button {
    float: left;
}
.search .underline-button a {
    background: #fff;
    color: #222;
    border: 0px;
    border-bottom: 1px solid #dc9916;
    border-radius: 0px;
    -webkit-transition:.25s ease-out;
    transition: .25s ease-out;
    margin: 1px 0px 10px;
	text-transform: capitalize;
}
.search .hollow-button a:hover{
    background: #dc9916;
    color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.18);
}
.search .underline-button a:hover,.search .underline-button a.button.activetag{
    outline: 1px solid #dc9916;
    color: #dc9916
}
.noscroll{
    overflow: hidden;
}
.search .category-search {
    border-top: 1px solid rgba(185, 185, 185, 0.45);
	padding-top: 25px;
}
.search h3.title-head:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #dc9916;
    width: 20%;
    bottom: -10px;
}
.search h3.title-head.font-size-18:before {
    width:17%;
}
form span {
    position: absolute;
    font-size: 34px;
    color: #999;
    font-family: oswald-regular;
    padding-left: 10px;
}
form{
    position: relative;
}
.search .types-box {
    border-left: 1px solid rgba(153, 153, 153, 0.34);
}
header nav ul.menu-1 {
    margin-top: 6px;
    text-align: center;
	margin-bottom: 0px;
}
header nav .navbar-brand > img {
    display: block;
    height: 100px;
    margin-top: -13px;
    margin-left: 17px;
}
header nav a.navbar-brand {
    font-size: 33px;
    color: #222;
    text-transform: lowercase;
    font-weight: 900;
    font-family: Oswald-bold;
}
header nav ul.menu-1 li > a i.fa {
    padding-left: 5px;
    font-size: 16px;
}
header nav ul.menu-1 li > a i.fa.fa-search:before {
       position: relative;
    top: -1px;
    left: -1px;
}
header nav ul.menu-1 li > a {
   color: rgba(34, 34, 34, 0.87);
    font-size: 16px;
    padding-left: 4px;
    font-weight: 100;
    letter-spacing: 1px;
    font-family: oswald-light;
    clear: both;
    white-space: nowrap;
    line-height: 1.4285;
    display: block;
}
header nav ul.menu-1 li > ul.dropdown-menu li {
  display: block !important;
    margin: 0px !important;
    -webkit-transition:.2s ease-in;
    transition: .2s ease-in;
    border-bottom: .1px solid rgba(153, 153, 153, 0.07);
	text-transform: capitalize;
}
header nav ul.menu-1 li > ul.dropdown-menu li:hover{
    border-bottom: .1px solid rgba(220, 154, 25, 0.28);
}
header nav ul.menu-1 li > ul.dropdown-menu.full-width li:hover > a {
    color: #dc9916 !important;
}
header nav.navbar.navbar-fixed-top {
    background-color: #fff;
/*    padding: 33px 0px;*/
    top :37px;
/*    border: 0px;*/
    border-bottom: 3px solid #ebebeb;
}

header nav ul.menu-1 li > a:hover, header nav ul.menu-1 li > a:focus{
    background: none;
    color: #dc9916 !important;
}
.padding-top-20{
    padding-top:20px !important;
}
header nav ul.menu-1 li > ul.dropdown-menu {
    position: absolute;
    top: 134px;
    border: 0px;
    box-shadow: 0px 0px 0px 0px;
    margin: 0px;
    margin-left: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition:.2s ease-in;
    transition: .2s ease-in;
    display: block;
    min-width: 222px;
    padding: 0px;
    visibility: hidden;
    padding-top: 5px;
    left: -38px;
}
header nav ul.menu-1 li > ul.dropdown-menu.full-width {
    min-width: 700px;
    left: -23vw;
    width: 90vw;
}
header nav ul.menu-1 li > ul.dropdown-menu li a {
   padding: 9px 14px;
    font-weight: 100;
    font-family: opensans-regular;
    font-size: 15px;
    -webkit-transition: .25s;
    transition: .25s;
    letter-spacing: .7px;
}
header nav ul.menu-1 li.dropdown.open > ul.dropdown-menu h5.title {
    display: none;
    font-size: 21px;
    padding: 0px 10px;
    text-transform: capitalize;
    letter-spacing: .9px;
}
/*
header nav .col-sm-3.text-right ul.menu-1 {
    text-align: right;
}
*/
header nav .col-sm-3.text-right ul.menu-1 li.dropdown:nth-child(1) a {
      color: #487d00 !important;
    /* font-weight: 600; */
    padding-right: 11px;
}
header nav ul.menu-1 li.dropdown.open > ul.dropdown-menu {
   opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 1130;
    bottom: auto;
/*    border: .1px solid rgba(153, 153, 153, 0.18);*/
    border-top: 0px;
    border-radius: 0px;
   box-shadow: 0 3px 4px rgba(0,0,0,0.2);
	    background: #fff !important;
}
header nav ul.menu-1 li.dropdown.open > ul.dropdown-menu img {
    height: 200px;
    margin: 2px;
}
header nav ul.menu-1 li.dropdown.open > ul.dropdown-menu.full-width img {
    margin: 2px;
   height: 169px;
    width: 100%;
}
/* header css end*/
.section-margin{
    margin-top: 20px;
}
.section-margin-50{
    margin-top:50px;
}
.secondry-bg{
    background-color:#f9f9f9;
}
.secondry-bg-green{
     background-color:#88b04b;
         color:#fff;
}
.section-tile{
    text-align: center;
}
.section-padding{
    padding: 30px 0px !important;
}
.section-padding-50{
    padding-top: 50px;
}
.button{
    color: #ffffff;
    background: #dc9916;
    border-radius: 46px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing:1px;
    margin-top: 20px;
    padding: 11px 37px;
    font-family: oswald-regular;
        border: .1px solid #dc9916;
    transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
}
.button:hover ,.button:focus{
    color: #dc9916;
    background: rgba(45, 45, 45, 0);
    border: 1px solid #dc9916 !important;
}
.button.is-active,.button.is-active:hover,.button.is-active:focus{
  color: #ffffff;
    background: #dc9916;
}
.button.large i.fa {
    font-size: 20px;
    padding-left: 10px;
}
.button.large {
}
/* banner css */
.index .banner ul{list-style: none outside none;
    padding-left: 0;
    margin: 0;
}
.index .banner{
    max-height: 600px;
    overflow: hidden;
}
.index .banner .item{
    margin-bottom: 60px;
    position: relative;
}
.index .banner .content-slider h3 {
    margin: 0;
    padding: 70px 0;
}
.index .banner .lSAction > a{
    top:34%;
}
.index .banner ul.lSPager.lSpg {
		display: none;
}
.index .banner .slider-image img {
    width: 100%;
    height: auto;

}
.index .banner li.lslide {
    position: relative;
    margin-top: 5px;
}
.index .banner .slider-content {
    position: inherit;
    color: #ffffff;
    left: 0px;
    right: 0px;
    top: 12vh;
    text-align: center;
    width: 100%;
    position: absolute;
}
.index .banner .slider-content .content {
    position: relative;
    top:15%;
}
.index .banner .slider-content .content h1,.index .banner .slider-content .content h2 {
   font-size: 48px;
    font-family: oswald-light;
    letter-spacing: 4px;
    line-height: 80px;
    text-shadow: 0px 2px 0px #484848;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0px;
}
.index .banner .slider-content .content p{
    line-height: 33px;
    letter-spacing: 5px;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 24px;
    width: 100%;
/*    display: none;*/
}
.index .banner .slider-content .content a.button{
    margin-top: 4px;
}

.index .banner .slider-content .content a.button:hover{
    box-shadow: 0 0 1px 2px #ababab;
}

.index .banner .item .search-slider-box i.fa {
       color: #fff;
    position: absolute;
    right: 1px;
    background: #dc9a19;
    padding: 12px 20px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 17px;
    cursor: pointer;
    top: 0px;
}
.index .banner .item .search-slider-box input.search-input {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #dc9a19;
    padding: 10px 20px;
}
.index .banner .item .search-slider-box {
    position: absolute;
    z-index: 103;
    width: 55%;
    bottom: 38.4%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
	display: none;
}
/* banner css end */
/* second scroll section css*/
.content{
    position: relative;

}

.image-box img {
    min-height: 538px;
    width: 100%;

}
.index .content-box{
    position: absolute;
    top: 0px;
}
.back-image{
    background-size: cover;
    background-repeat: no-repeat;
}
.index .scroll-first{

}
.index .about-sec{

}
.index .about-sec .content-box p.title {
    width: 60%;
    margin: 26px 0px;
}
.index .why-sec{
    background-image: url(../img/why-sec-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    padding: 0px;
    filter: grayscale(.6);
}
.index .why-sec .content-why{
    padding: 0px 0px 16px;
}
.index .why-sec .content-why .why-box{
    text-align: center;
}
.index .why-sec .content-why .why-box img {
    height: 53px;
}
.index .why-sec .content-why p.title {
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 30px;
}
.index .why-sec .content-why .why-box h6.text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
    margin-top: 20px;
    font-family: oswald-light;
    letter-spacing: .9px;
}
.index .why-sec .hover-overlay {
   background: rgb(101, 158, 30);
    opacity: .51;
    padding: 27px 0px;
    z-index: -99;
}
.index .why-sec .content-why .bg-layer {
    padding: 0px;
    padding-top:42px;
    margin-bottom: 34px;
    padding-bottom: 10px;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
}
/* how it work section*/
/*review testomanial section*/
.review-testomanial .review-box .slider-image{
   margin-bottom: 10px;
}
.review-testomanial .review-box .slider-image img {
    height: 100px;
    border-radius: 50%;
    width: 100px;
    border: 1px solid #ebebeb;
}
.review-testomanial .review-box .content{
    padding: 0px 20px;
}
.review-testomanial .review-box  .review-ratings {
    float: none;
    width: 29%;
    margin: 0px auto;
    clear: both;
    overflow: hidden;
}
.review-testomanial  .rating > label:before {
    margin: 5px;
    font-size: 1.60em;
}
.review-testomanial .review-box .content p.title {
    font-size: 15px;
    line-height:26px;
    font-weight: 100;
    font-family: oswald-light;
    word-spacing: 1.7px;
}
.review-testomanial .review-box .customer-name h4.name {
   font-size: 24px;
    font-weight: 100;
    color: #999;
}
.review-testomanial .review-box .customer-name h4.subtitle {
    font-size: 15px;
    font-weight: 100;
    color: #353333;
    font-family: oswald-light;
    letter-spacing: 1px;
    font-style: italic;
    margin-top: -5px;
}
.review-testomanial .lSAction > a {
    display: inline-block;
}
.index .how-it-work img {
    width: 100%;
}
.index .how-it-work {
    margin: 0px;
}
/* how it works section end*/
.overlay-box{
    position: relative;
}
.hover-overlay{
    position: absolute;
    height: 100%;
    width: 89.2%;
    padding: 100px 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.61);
    text-align: center;
    color: #efefef;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
}
.overlay-box > .hover-overlay{
   opacity: 0;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
}
.about-sec .image-half-box.overlay-box:hover  .hover-overlay,.about-sec .image-full-width.overlay-box:hover  .hover-overlay{
    outline: 1px solid #fff;
    outline-offset: -10px;
    background: rgba(8, 8, 8, 0.42);
    color: #a3cd56 ;
    text-shadow: 0.5px 0.5px 0.2px #585b55
}
.about-sec .overlay-box .hover-overlay .h4{
    font-size: 22px;
    text-transform: uppercase;
}
.width-95{
    width: 95%;
}
.width-100{
    width: 100%;
}
.overlay-box:hover > .hover-overlay{
    opacity: 1;
}
.image-full-width img{
    max-height:280px;
    width: 100%;
}
.image-half-box img {
    max-height: 280px;
    width: 100%;
}
/*second scroll section end*/
/* gloable card css*/
.card{
    position: relative;
}
.card-image {
    position: inherit;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    height: auto;
    padding: 0;
    border: 1px solid #ebebeb;
}
.inner .banner-image-box li img {
    width: 100%;
}
.card-image:before{
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.5;
    transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
}
.card:hover .card-image:before {
    opacity: 0.05;
    transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -transition: opacity 0.5s;
}
.card:hover .card-time{
    color:#222;
}
.card .card-time{
    position: absolute;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.76);
    color: rgba(255, 255, 255, 0.67);
    border-radius: 20px;
    padding: 5px;
    margin-top: 20px;
    margin-left: 20px;
}
.card {
    text-align: center;
    border: 1px solid rgba(153, 153, 153, 0.28);
    position: relative;
    overflow: hidden;
}
.card h6.title , .card h2.title{
    font-size: 18px;
    font-family: oswald-light;
    margin-bottom: 0px;
    margin-top: 22px;
        color: #333;
}
.card h6.price {
    font-size: 14px;
    margin-bottom: 0px;
}
.card h6.price.active-price {
    font-size: 18px;
}

.card h3.price.active-price {
    font-size: 18px;
}


.card .sale-new {
    position: absolute;
    color: #fff;
    z-index: 102;
    background: #dc9a19;
    height: 150px;
    top: -70px;
    left: -70px;
    width: 100px;
    text-align: right;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.card .sale-new h6.text {
    position: inherit;
    right: 2px;
    bottom: 75px;
    color: #fff;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 15px;
    text-transform: uppercase;
}
.card .sale-new i.fa {
    position: inherit;
    right: 10px;
    bottom: 82px;
    font-size: 21px;
}
.card:hover .heart{
    opacity: 1;
    top:13px;
}
.card .heart {
    position: absolute;
    top: 20px;
    right: 21px;
    font-size: 20px;
    color: #dc9a19;
    border: 1px solid #dc9a19;
    border-radius: 33px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
    font-weight: 700;
    -webkit-transition:.2s ease-in;
    transition: .2s ease-in;
    opacity: 0;
    cursor: pointer;
}
/* globale card class*/
.hollow-button a.button:hover, .hollow-button a.button.activetag {
    background: #dc9a19;
    color: #fff;
}
.product-sec li div.card{
    margin: 0px 12px;
    padding-bottom: 15px;
    background: #fff;
}
div.card .slider-image {
    max-height: 250px;
    overflow: hidden;
    min-height: 250px;
}
div.card .slider-image img {
    max-height: 250px;
    min-height: 250px;
    overflow: hidden;
}
/*
.card .slider-image img {
    padding: 0px 30px;
    min-height: 200px;
    max-height: 230px;
    overflow: hidden;
}
*/
.lSAction{
	display: block !important;
}
.product-sec .lSAction > .lSPrev {
    left: -6px;
    background-color: #999;
    border-radius: 50%;
    background-position: 1px 0px;
}
.product-sec .lSAction > .lSNext {
    right: -6px;
    background-color: #999;
    border-radius: 50%;
    background-position: 30.7px 0px;
}
.product-sec ul.lSPager.lSGallery {
    display: none;
}
.testomanial .card{
    border: 0px;
    background: none;
}
.testomanial .card:hover{
    border: 0px;
    background: none;
    box-shadow: none;
}
.read-more-btn {
    color: #dc9916;
}
.card .card-content {
    background-color: #fff;
    text-align: left;
    border: 1px solid #ebebeb;
    padding: 20px 15px;
}
.card a.title {
    color: #222;
    font-weight: 500;
    font-size: 21px;
    font-family: oswald-regular;
    letter-spacing: .9px;
    margin-bottom: 20px;
    display: inline-block;
}
/* global card css end*/
/*footer css*/
footer .footer-copyright{
    background: #000;
    color: rgba(255, 255, 255, 0.54);
    text-align: center;
    padding: 10px;
    font-size: 12px;
}
footer .footer-copyright p a {
    color: #999;
}
footer .footer-copyright p {
    color: #999;
    font-size: 14px;
    padding-top: 5px;
}
footer .footer-copyright p a:hover{
    color: #dc9a19;
}
footer .title-footer{
   font-weight: 600;
    font-size: 20px;
    color: rgba(153, 153, 153, 0.82);
    letter-spacing: .7px;
    font-family: oswald-light;
    margin-top: 10px;
    margin-bottom: 26px;
    clear: both;
}
footer .footer-venue .title-footer {
    padding-left: 11%;
}
footer .instgram-footer .title-footer {
    padding-left: 8px;
}
footer .footer-top .News-letter .title-footer {
    margin: 0px;
    font-size: 13px;
    margin-bottom: 5px;
    /* text-align: right; */
    color: #999;
    letter-spacing: 1.3px;
    font-family: opensans-regular;
    font-weight: 100;
}
footer .footer-box i.fa {
    font-size: 22px;
    color: #827e7e;
}
footer .top-footer{
    border-left: 4px solid #222;
    padding-bottom: 16px;
}
footer .footer-box.no-gutter.col-xs-12 {
    margin-bottom: 12px;
}
footer p.text{
    font-size: 12px;
}
footer p.title{
    font-size: 14px;
}
footer .News-letter p.text{
    font-size: 14px;
    color: #777777;
    font-weight: 100;
    text-align: left;
}
footer .logo-footer p.text{
    font-size: 14px;
    color: #777777;
    font-weight: 100;
    text-align: left;
}
footer input.input {
   width: 100%;
    border: 1px solid rgb(221, 221, 221);
    padding: 3px 10px;
    background: rgb(249, 249, 249);
    color: #999;
    margin-top: -2px;
    border-radius: 20px;
}
footer input:focus,footer input:hover{
    outline: 0;
}
footer p.title{
    font-size: 15px;
    color: rgba(34, 34, 34, 0.93);
    line-height: 2px;
    letter-spacing: 0.25px;
    font-weight: 500;
    margin-top: 5px;
}
footer input.button {
    border: 0px;
    margin-top: -8px;
    line-height: 0;
    height: 39px;
    margin-bottom: 0px;
}
footer .logo-footer img {
   height: 107px;
    margin-bottom: 11px;
}
footer a.footer-link {
       display: block;
    padding-bottom: 10px;
    font-size: 16px;
    padding-left: 8%;
    color: #999;
}
footer a.footer-link:first-child {
    margin-top: -10px;
}
footer .instgram-footer .footer-box i.fa {
    font-size:16px;
    padding: 10px 0px;
    border-radius: 50%;
    margin-top: -10px;
    width: 35px;
    height: 35px;
    text-align: center;
}
footer .footer-top .feature-footer:nth-child(3) {

}
footer .footer-top .feature-footer:nth-child(1) {
    padding-left: 0px;
}
footer .footer-top i.fa {
    padding-right: 12px;
    font-size: 20px;
}
footer .footer-top .feature-footer {
    color: #999;
    padding-right: 16px;
    padding-left: 14px;
    font-size: 16px;
    border-right: 1px solid rgba(153, 153, 153, 0.32);
    float: left;
    position: relative;
    width: 33.3%;
    min-height:52px;
}
footer .footer-top .News-letter .footer-box.hollow-button .button {
    height: auto;
    padding: 7px 20px;
    line-height: 1;
    margin-top: 14px;
}
footer .footer-top .News-letter {
    padding: 0px;
}
footer .footer-top .feature-footer img {
    height: 40px;
    margin-right: 9px;
    width: 34px;
    object-fit: contain;
    float: left;
}
footer .footer-top .feature-footer .lead {
    display: block;
    font-size: 13px;
    color: #dc9916;
    line-height: 1.1;
    margin-bottom: 3px;
    margin-top: 4px;
    font-weight: 600;
}
footer .footer-top .feature-footer p.text {
    line-height: 17px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
footer a.footer-link:before {
        content: "\f105";;
    position: absolute;
    font-family: FontAwesome;
    left: 6px;
}
footer .footer-top a:hover{
   color: #999;
}
footer .instgram-footer .footer-box i.fa.fa-facebook{
    background: rgb(57, 87, 154);
    color: #fff;
}
footer .instgram-footer .footer-box i.fa.fa-google-plus{
    background: rgb(221, 55, 20);
    color: #fff;
}
footer .instgram-footer .footer-box  i.fa.fa-twitter{
    background: rgb(0, 171, 240);
    color: #fff;
}
footer .instgram-footer .footer-box i.fa.fa-instagram{
    background:rgb(175, 58, 149);
    color: #fff;
}
footer .footer-top {
    border-top: 1px solid rgba(153, 153, 153, 0.58);
    border-bottom: 1px solid rgba(153, 153, 153, 0.29);
   padding-top: 8px;
    margin-bottom: 22px;
    padding-bottom: 1px;
    background: #f5f5f5;
}
footer a.footer-link:hover{
    color: #dc9916;
}
footer .instgram-footer .footer-box .image-footer {
    padding: 2px;
}
footer .instgram-footer .footer-box .image-footer img {
    width: 100%;
}
footer .footer-copyright img {
    height: 40px;
    margin-right: 19px;
}
footer .footer-copyright img:nth-child(4) {
    height: 21px;
}
 footer .hollow-button .button{
    background: #f9f9f9;
    color: #222;
    border: 1px solid #dc9916;
    height: 36px;
    line-height: 32px;
    padding: 0px 48px;
    -webkit-transition:.25s ease-in;
    transition: .25s ease-in;
    display: inline-block;
    border-radius: 30px;
}
footer .hollow-button .button:hover{
    background: #dc9916;
    color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.18);
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #222;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    cursor: pointer;
}
/*footer css end*/
/* about us page cee */
.inner.about-content  h3.title-head {
    color: #dc9916;
    font-family: oswald-regular;
    letter-spacing: 3px;
    font-size: 27px;
    line-height: 24px;
}
.inner.about-content .about-us .share .social-share {
    padding: 0px;
}
.about-content.inner .about-us h6.title {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-top: -1px;
    margin-bottom: 21px;
    color: rgb(121, 121, 121);
}
 p.lead {
    line-height: 1.8;
    font-size: 19px;
    font-family: openSans-light;
    margin-bottom: 20px;
    color: #656464;
    letter-spacing: 1px;
}


.about-content.inner .about-us .share {
    border-left: 1px solid rgba(153, 153, 153, 0.18);
    padding-left: 33px;
}
.about-content.inner .about-us .content {
    border-bottom: 1px solid rgba(153, 153, 153, 0.23);
    padding-bottom: 16px;
    margin-bottom: 15px;
}
.inner.about-content .banner img {
    height: 492px;
    width: 100%;
}
.inner.about-content .banner {
    max-height: 300px;
    overflow: hidden;
}
.inner.about-content .quality-process .step{
   float: left;
    margin: 10px 10px;
    min-width: 14.3vw;
    padding: 20px 5px 5px;
    max-width: 17%;
    position: relative;
    transition: .5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
}
.inner.about-content .quality-process .step h4.title {
    font-weight: 100;
    color: #3a3838;
    margin-bottom: 20px;
    letter-spacing: .9px;
    font-size: 32px;
}
.inner.about-content .quality-process .step p.text {
    line-height: 23px;
    text-indent: initial;
    font-family: opensans-regular;
}
.inner.about-content .quality-process .step:hover h4.title{

    color: #88b04b;
    text-shadow: 0 1px #dc9a19;
/*
   color: #808d93;
  text-shadow:
    0 1px #808d93,
    -1px 0 #cdd2d5,
    -1px 2px #808d93,
    -1px 1px #cdd2d5,
    -1px 1px #808d93,
    -1px 1px #cdd2d5,
    -1px 1px #808d93,
    -1px 1px #cdd2d5,
    -1px 1px #808d93,
    -1px 1px #cdd2d5,
    -1px 1px #808d93,
    -1px 1px #cdd2d5,
    -1px 1px #808d93,
    -1px 1px #cdd2d5,
    -3px 4px #808d93,
    -4px 3px #cdd2d5;
*/
}
.inner.about-content .quality-process .step:hover p.text{
    color: #dc9a19;
}

.inner.about-content .banner.overlay-box > .hover-overlay {
    width: 67%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    top: 77px;
    padding: 24px 0px;
    left: 0px;
    right: 0px;
    height: 39%;
    margin: 0px auto;
    outline: 2px double #88b04b;
    outline-offset: -10px;
}
.inner.about-content .banner.overlay-box > .hover-overlay h4.title {
    font-size: 50px;
    margin-top: 0px;
    color: #fff;
    text-shadow: 0px 1px #000, 1px 2px #000;
}
.inner.about-content .quality-process .step:after {
    position: absolute;
    content: "";
    border: 1px solid #999;
    height: 25px;
    width: 25px;
    top: 25px;
    -webkit-transform: rotate(46deg);
            transform: rotate(46deg);
    right: 7px;
    border-left: 0px;
    border-bottom: 0px;
}
.inner.about-content .quality-process .step.step-5:after{
    display: none;
}
.inner.about-content .why-decor h3.title-head {
    margin-bottom: 0px;
}
.inner.about-content .why-decor .box .image img {
    margin-left: -10%;
    height: 123px;
}
.inner.about-content .why-decor .box .image {
    max-width: 191px;
    max-height: 120px;
    overflow: hidden;
}
.inner.about-content .why-decor .box h5.title {
    font-size: 20px;
    color: #424242;
    font-family: oswald-light;
    margin-bottom: -9px;
    font-weight: 100;
    margin-top: 5px;
    letter-spacing: 1px;
}
.inner.about-content .why-decor .box {
    padding: 0px 9px;
}
.inner.about-content .gift-a-life {
    height: 300px;
}
.inner.about-content .gift-a-life .content {
    padding:45px 80px;
    height: inherit;
}
.inner.about-content .gift-a-life .content .inner-content {
    border: 1px solid #fff;
    padding: 0px 4px;
}
.inner.about-content .gift-a-life .content .inner-content .box {
    border: 1px solid #fff;
    padding:40px 58px;
    margin-top: -8px;
    margin-bottom: -7px;
}
.inner.about-content .gift-a-life .content .inner-content .box h4.title {
   font-size: 37px;
    text-align: center;
    margin-bottom: 22px;
    letter-spacing: 5px;
    color: #880150;
    font-style: italic;
}
.inner.about-content .gift-a-life .content .inner-content .box p.title {
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
/*    text-transform: uppercase;*/
    font-family: opensans-regular;
    margin-top: -9px;
}
.inner.about-content .quality-process {
    padding-bottom: 24px;
}


.gift-a-life img{
    height: 300px;
    width: 100%;
}

textarea.text-area {
    width: 100%;
    border: 1px solid #c1c1c1;
    resize: none;
    padding: 2px 10px;
    margin: 10px 0px;
}
textarea.text-area:hover,textarea.text-area:focus{
    outline: 0px;
}
input.input-file {
    margin-top: 14px;
    border: 0px;
    width: 100%;
}
.review-testomanial .write-review-box form .review-box {
    padding-top: 34px;
}
/*Team section in About Us Page*/

.linkedin-icon-gd{
    border: 1px solid #337ab7;
    border-radius: 2px;
    padding: 1px 5px;
    vertical-align: super;
}

.linkedin-icon-gd:hover{
   border: 1px solid #dc9a19;
}

.team-image img{
    height: 260px;
    width: 100%;
}

.team .card{
    padding: 0px;
}
/* about us page css end */
/*toastr css*/
#toastr {
    min-width: 20vw;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding:5px 10px;
    position: fixed;
    z-index: 1030;
    right: -30%;
    font-size: 17px;
    top:25%;
    opacity: 0;
    border: .2px solid;
}
button:hover,button:focus{
    outline: 0px;
}
#toastr > h3 {
    margin: 0px;
    font-weight: 600;
    font-family: oswald-light;
    font-size:18px;
    padding: 5px 0px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
#toastr > h3 > i.fa {
    margin-left: -10px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 3px;
}
#toastr.alert {
   background-color: #d9534f;
    border-color: #d43f3a;
    box-shadow: 0px 0px 0.1px 2px rgba(90, 62, 62, 0.3);
}
#toastr.warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    box-shadow: 0px 0px 0.1px 2px rgba(90, 62, 62, 0.3);
}
#toastr.success{
    background-color: #5cb85c;
    border-color: #4cae4c;
    box-shadow: 0px 0px 0.1px 2px rgba(90, 62, 62, 0.3);
}

/*tostr css end*/

/*inner banner css start*/
.inner section#banner {
    background-color: #ebebeb;
}
.inner .banner .banner-content-box {
    padding-top: 37px;
}
.inner .banner .banner-image-box .card-image img {
    width: 100%;
}
.inner .banner .banner-image-box .card-image:before {
    background: #059205;
}
.inner .banner .banner-image-box .lSAction > a {
    display: none;
}
.inner .banner .banner-image-box ul.lSPager.lSGallery {
    display: none;
}
.inner .banner .banner-image-box {
}
.inner .video-sec:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #427224;
    opacity: .8;
}
.inner .video-sec {
    padding: 0px;
    position: relative;
}
.inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box {
    text-align: center;
    border: 1px solid rgba(153, 153, 153, 0.62);
    padding: 20px 30px !important;
}
#product-sec-inner.product-sec li div.card {
    padding-bottom: 0px;
    background: #ebebeb;
    border: .1px solid #ebebeb;
    min-height: 250px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    border-radius:0px;
    overflow: hidden;
}
#product-sec-inner.product-sec li div.card:hover .slider-image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
#product-sec-inner.product-sec li div.card h6.price.active-price {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 14px;
    font-family: opensans-regular;
    text-transform: uppercase;
}
#product-sec-inner.product-sec li div.card:hover h6.price.active-price {
    color: #fff;
}

#product-sec-inner.product-sec li div.card h3.price.active-price {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 14px;
    font-family: opensans-regular;
    text-transform: uppercase;
}
#product-sec-inner.product-sec li div.card:hover h3.price.active-price {
    color: #fff;
}





#product-sec-inner.product-sec li div.card:hover {
    box-shadow: 0px 0px 1px 3px #ebebeb;
    background: #dc9a19;
}
#product-sec-inner.product-sec li div.card .slider-image {
   max-height: 202px;
    min-height: 202px;
    overflow: hidden;
    background: #fff;
    width: 100%;
}
#product-sec-inner.product-sec li div.card .slider-image  img{
    min-height: 202px;
    -webkit-filter: grayscale(.3);
            filter: grayscale(.3);
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
}
#product-sec-inner.product-sec li div.card:hover .slider-image  img{
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.feature-sec .feature-content .content-box {
    padding-top: 42px;
}
.inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box:nth-child(n){
    border-bottom: 0px;
    overflow: hidden;
    height: 230px;
    padding-top: 30px !important;
}
.inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box:nth-child(1), .inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box:nth-child(2), .inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box:nth-child(3) {
    border-top: 0px;
}
.inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box:nth-child(5), .inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box:nth-child(2){
border-left: 0px;
border-right: 0px;
}
.inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box img {
    max-height: 121px;
}
.inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box:hover h4.subtitle{
    color: #636363;
}
.inner .banner-image-box .banner-content-box {
  position: absolute;
  top: 0px;
  color: #fff;
  background: rgba(147, 228, 39, 0.24);
  width: 50vw;
  text-align: left;
  height: 100%;
  padding-top: 40px;
  padding-left: 70px;
  /* padding-right: 10vh; */
  /* padding-bottom: 10vh; */
  overflow: hidden;
}
.inner .banner-image-box .banner-content-box h3.title-head span {
    color: #fff;
}
.inner .banner-image-box .banner-content-box p.title {
   color: #fff;
    max-height: 120px;
    overflow: hidden;
    font-size: 22px;
}
.inner .banner-image-box .banner-content-box h3.title-head {
    opacity: 1;
    color: #fff;
}
.feature-sec .feature-content .content-box p.title{
    text-align: left;
}
.feature-sec .feature-content .feature-box p.text {
    line-height: 20px;
    font-size: 12px;
    position: relative;
    bottom: -90px;
    display: none;
}
.feature-sec .feature-content h4.subtitle-head:after {
    position: absolute;
    width: 75%;
    border: 2px solid #5ea50c;
    border-right: 0px;
    left: 0px;
    height: 10px;
    bottom: -12px;
    border-left: 0px;
}
.feature-sec .feature-content h4.subtitle-head {
    position: relative;
}
.inner .banner-image-box {
    max-height: 70vh;
    overflow: hidden;
}



.inner .banner-image-box .lSAction{
    display: none !important;
}
/*inner banner css end*/
/* star rating css */
.rating {
    border: none;
    float: left;
    margin-top: 7px;
}
.review-section span.add-review:before {
    position: absolute;
    content: "";
    background: rgba(153, 153, 153, 0.8);
    width: 1px;
    height: 23px;
    left: 5px;
}
.review-section span.add-review {
    padding-left: 19px;
    font-size: 18px;
    color: rgba(121, 121, 121, 0.84);
    padding-top: 11px;
    display: inline-block;
    position: relative;
}
.rating > input { display: none; }
.rating > label:before {
  margin: 5px;
  font-size: 1.10em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
 float: right;
}

/***** Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #dc9a19;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #dc9a19;  }
/* star rating sec end */

/*product page css*/
h3.product-name ,h1.product-name{
    font-size: 26px;
    font-family: oswald-light;
    font-weight: 600;
    margin-top: 28px;


}
.product-p h3.product-name i.fa{
   color: #999;
    margin-left: 24px;
    font-size: 16px;
    border: 1px solid #999;
    padding: 5px;
    border-radius: 30px;
    float: right;
    margin-right: 43px;
    cursor: pointer;
}
.product-p h3.product-name i.fa:hover{
    color: #dc9a19;
    border: 1px solid #dc9a19;
}
.price:before {
    position: absolute;
    content: "";
    width: 82%;
    height: 1px;
    background: rgba(153, 153, 153, 0.73);
    left: 0px;
    top: 7px;
}
.product-detail .product-offer {
    margin-bottom: 5px;
}
.product-detail .product-offer .price {
    margin-top: 30px;
/*    padding-top: 11px;*/
    margin-bottom: 0px;
}

.product-detail div.info {

    background: #cecece;
    padding:  3px 20px;

}

.product-detail  .info p{
    margin-bottom: 0px;
    font-size: 12px;
    text-align: justify;
}

.product-detail .info p i {
    color: #f9f9f9;
}
.price {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #999;
    font-weight: 100;
    font-family: oswald-light;
    display: none;
   margin-top: 22px;
    padding-right: 20px;
}
.price.active-price:before {
    position: absolute;
    height: 0px;
}
.price.active-price {
    position:relative;
    color: #dc9a19;
    font-size: 23px;
    display: inline-block;
}
.tags span {
    font-weight: 100;
    line-height: 0;
    font-size: 15px;
    color: #dc9a19;
    letter-spacing: .4px;
    margin-top: 6px;
}
.tags {
    font-weight: 100;
    line-height: 0;
    font-size: 15px;
    color: #999;
    letter-spacing: .4px;
    margin-top: 6px;
}
.product-p .product-detail .review-sec.col-xs-6, .product-p .product-detail .review-tags.col-xs-6 {
    padding-top: 5px;
    padding-bottom: 10px;
}
.product-p .product-detail .content-detail {
    color: #222;
    font-size: 14px;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    padding: 4px 0px 0px 25px !important;
}
.product-p .product-detail .content-detail:after {
    content: "....";
    position: absolute;
    bottom: 4px;
    right: 6px;
}
.more-info .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #dc9a19;
    border-radius: 4px;
    color: #dc9a19;
    letter-spacing: .9px;
    min-width: 87px;
    cursor: auto;
}
.more-info .label {
   margin-top: 2px;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #dc9a19;
    letter-spacing: .9px;
    padding-left: 13px;
    display: inline-block;
    font-family: oswald-light;
    text-transform: capitalize;
    min-width: 54%;
	word-break: break-word;
}
.more-divide-info.col-xs-6 h6.label {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-left: 8px;
    text-align: center;
    display: inline-block;
    min-width: 100%;
}
.more-divide-info.col-xs-6 h4.box-head {
    color: #656565;
    font-weight: 100;
}
.more-info .info:after {
    position: absolute;
    content: ":";
    font-family: oswald-light;
    right: -11px;
    font-size: 27px;
    top: 4px;
}
.more-info .info {
    margin: 0px;
    text-align: left;
    color: #656565;
    font-size: 15px;
    margin-bottom: -5px;
    padding-top: 8px;
    display: inline-block;
    position: relative;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
    background: #dc9916;
}
.product-detail .col-xs-12.content-detail {
        padding: 10px 0px 0px 25px;
}
.more-info .info i.fa {
    padding-right: 6px;
    font-size: 25px;
     min-width: 33px;
    display: none;
}
.more-info div.info-box {
    display: inline-block;
    width: 80%;
    text-align: left;
    padding-left: 20px;

}
.more-info div.info-box .label{
    text-align: left;
    padding-left: 0px;
}
.more-info div.fa {
    float: left;
    width: 20%;
    font-size: 24px;
    padding: 10px;
    display: inline-block;
    height: 100%;
    padding-left: 21px;
    padding-top: 20px;
    color: #333;
}
.more-info .info {
   margin: 0px;
    text-align: left;
    color: #656565;
    font-size: 16px;
    margin-bottom: -5px;
    padding-top: 8px;
    display: inline-block;
    letter-spacing: .9px;
    font-weight: 100;
    font-family: oswald-light;
    min-width: 143px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.hollow-btn {
    background: #fff;
    color: #222;
    border: 1px solid #dc9916;
    -webkit-transition:.25s ease-in;
    transition: .25s ease-in;

}



.add-to-cart a.minus, .add-to-cart a.plus, .add-to-cart span {
    background: #fff;
    padding: 4px 8px;
    border: 2px solid #fff;
    color: #222;
}
.add-to-cart {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f1f1f1;
}
.add-to-cart > div.col-xs-12.col-sm-7 {
    padding-top: 20px;
/*    border-right: 1px solid #b7b2b2;*/
}
.add-to-cart span {
    border-left: 1px solid rgba(34, 34, 34, 0.47);
    border-right: 1px solid rgba(34, 34, 34, 0.38);
    padding: 4px 16px;
}
.add-to-cart .add-cart-review span{
    border: 0px solid rgba(34, 34, 34, 0.47);
    padding: 0px 0px 0px 7px;
    background: none;
    color: #999;
    margin-top: 12px;
    display: inline-block;
}
.more-info {
   float: left;
    min-width: 20%;
    text-align: left;
    width: 48%;
    min-height: 47px;
}
.col-xs-4.more-info {
    float: left;
    max-width: 30%;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin:0;
}
.col-xs-3.more-info,.col-xs-6.more-info,.col-xs-6.more-divide-info {
    float: left;
    max-width: 34%;
    text-align: center;
    border: 1px solid #dcdcdc;
    margin: 0;
    padding: 22.5px 8px;
    width: 33.3%;
    text-align: center;
    min-width: auto;
    background: #fff;
    height: 116px;
    overflow: hidden;
}
.more-info.col-xs-6,.col-xs-6.more-divide-info {
    width: 49.9%;
    max-width: 50%;
     padding: 0px;
}

p.pdp-image-box-info{
    position:absolute;
    bottom:17%;
    left:30%; z-index:999;
    text-shadow:0px 0px 1px rgba(59, 112, 86, 0.20);
}

.more-info.col-xs-6{

}
.col-xs-6.more-divide-info h4.info {
    text-align: center;
}
.col-xs-6.more-divide-info{
    border-width: 1px 0px 0px 1px;
    background: none;
}
.more-info.col-xs-3:hover,.col-xs-6.more-info:hover {
    background: #f8f8f8;
}
.col-xs-3.more-info .info:after,.col-xs-6.more-info .info:after{
    display: none;
}
.add-to-cart .share.share-change a.title {
    color: #dc9916;
}
/*
.add-to-cart a.title.button {
    border: 1px solid #dc9916;
    color: #dc9916;
    background: #fff;
}
.add-to-cart a.title.button:hover,a.title.button:focus{
    background: #dc9916;
    color: #fff;
}
*/
.product-detail .review-section {
    margin-top: 10px;
}
.more-info.col-xs-4 .label {
    min-width: 0px;
    padding-left: 0px;
    display: block;
    text-align: center;
    padding-left: 24px;
}
.more-info.col-xs-4 .info:after{
    display: none;
}
.more-info.col-xs-4 .info i.fa {
    padding-right: 0px;
    font-size: 19px;
    min-width: 0px;
}
.more-info.col-xs-4 .info {
    min-width: 0px;
    text-align: center;
    display: block;
    margin-bottom: 6px;
}
.share .social-share i.fa:hover {
    color: #dc9a19;
}
.add-to-cart a.button {
    margin-top: -18px;
    padding: 7px 26px;
}
.add-to-cart a.button i.fa {
    padding-right: 5px;
    margin-top: -18px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0px;
    padding-top: 11px;
}
.add-to-cart .col-xs-4.counting {
    padding-top: 14px;
}
ul.tabs li.active-tab:before {
    position: absolute;
    content: "";
    background: #dc9916;
    height: 2px;
    left: 20px;
    right: 19px;
    top: -11px;
}

ul.tabs li.active-tab:after {
    position: absolute;
    content: "";
    background: #dc9916;
    height: 2px;
    left: 20px;
    right: 19px;
    bottom: -11px;
}
ul.tabs{
    padding-bottom: 25px;
}
div.tab-content div.t{
   opacity: 0;
    position: absolute;
    top:10px;
    display: block;
    -webkit-transition:.4s ease-in;
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    padding: 0px 50px 20px;
    text-align: left;
    z-index: -999;
    width: 100%;
}
div.tab-content div.t .panel .panel-title {
    padding: 8px 9px 8px 45px !important;
    background: #fff;
    margin-top: 5px;
    position: relative;
    border: 1px solid #dedede;
}
div.tab-content div.t .panel .panel-title:before {
    position: absolute;
    content: "Q :";
    left: 10px;
    color: #333;
}
div.tab-content div.t .panel .panel-content:before {
    position: absolute;
    content: "Ans :";
    top: 0px;
    left: 12px;
    color: #333;
    font-weight: 500;
}
div.tab-content div.t .panel .panel-content {
    border: 1px solid #dedede;
    position: relative;
    box-shadow: none;
    margin-bottom: 0px;
}
h5.lead {
    font-weight: 500;
    font-family: oswald-light;
    color: #525252;
    font-size: 15px;
    margin-bottom: 0px;
    letter-spacing: 1.2px;
}
div.tab-content div.t .how-to-grow .content-box .box:nth-child(3), div.tab-content div.t .how-to-grow .content-box .box:nth-child(2) {
    /* border-top: 0px; */
    border-bottom: 0px;
}
div.tab-content div.t .how-to-grow .content-box .box:nth-child(1) {
    /* border-top: 0px; */
    border-bottom: 0px;
}
div.tab-content div.t .how-to-grow .content-box .box {
    border: 1px solid #e9e9e9;
}
div.tab-content div.t .how-to-grow .content-box .box p.text {
    text-transform: uppercase;
    color: #dc9916;
    line-height: 24px;
}
div.tab-content div.t .how-to-grow .box{
    border:1px solid #e9e9e9;
}
div.tab-content div.t .how-to-grow .text.box {
    border: 1px solid #e9e9e9;
    min-height: 332px;
    padding-left: 35px;
}
div.tab-content div.t .how-to-grow .box.text ul{
    list-style-type: none !important;
}
div.tab-content div.t .dos-donts .dos, div.tab-content div.t .dos-donts .donts {
    border: 1px solid #e9e9e9;
    min-height: 250px;
    padding: 0px;
}
div.tab-content div.t .dos-donts h4.title:before {
   position: absolute;
    content: "\f00d";
    font-family: FontAwesome;
    left: 36%;
    border: 1px solid #6f3232;
    padding: 5px;
    width: 31px;
    border-radius: 50%;
    height: 31px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    margin-top: 10px;
    color: #7d191e;

}
div.tab-content div.t .dos-donts h4.title {
    position: relative;
    text-align: center;
    line-height: 2;
    font-size: 25px;
    letter-spacing: .2px;
    /* background: rgb(167, 32, 38); */
    color: #999;
    border-bottom: 1px solid #f6bf2e;
}
div.tab-content div.t p,div.tab-content div.t span {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 26px;
    color: rgba(17, 17, 17, 0.67);
    font-family: opensans-regular !important;
}
div.tab-content div.t li, div.tab-content div.t .dos-donts .donts li,div.tab-content div.t .dos-donts .dos li {
    margin-left: 34px;
	 font-size: 14px;
    letter-spacing: .5px;
    line-height: 26px;
    color: rgba(17, 17, 17, 0.67);
    font-family: opensans-regular !important;
    padding-right: 8px;
}
div.tab-content div.t .dos-donts p{
    padding: 5px 20px;
}
div.tab-content div.t .dos-donts .dos h4.title:before {
   content: "\f00c";
    background: #fff;
    border-color: #88b04b;
    color: #88b04b;
    left: 37.5%;
}

.p-f-label{
    margin-top: 28px;
}


/*
div.tab-content div.t .how-to-grow .box.text li:before {
    position: absolute;
    content: "\f00c";
    left: 1px;
    top: 3px;
    color: #dc9916;
    font-family: FontAwesome;
    font-size: 16px;
}
*/
div.tab-content div.t .how-to-grow .box.text li {
    font-weight: 100;
    position: relative;
    font-family: oswald-light;
    padding-bottom: 5px;
    font-size: 15px;
    padding-left: 22px;
    letter-spacing: .8px;
    padding-top: 2px;
	margin-left: 0px;
}
div.tab-content div.t .how-to-grow .no-gutter .box h5.lead{
    font-size: 20px;
}
div.tab-content {
    height:420px;
    overflow: hidden;
    position: relative;
}
div.tab-content div.t .panel .panel-content{
    display: none;
}
div.tab-content > div.active-content {
    opacity: 1;
    top: 0px;
    z-index: 999;
}
.panel{
    box-shadow: none;
}
ul.tabs li.active-tab {
    color: #dc9a19;
}
ul.tabs li {
    display: inline-block;
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .9px;
    font-family: oswald-light;
    padding: 0px 20px;
    color: #555;
    border-right: 2px solid #ccc;
    position: relative;
    cursor: pointer;
}

ul.tabs li:hover{
    color: #333;
}
.col-xs-12.tabs-sec {
    text-align: center;
    border-top: 1px solid #999;
    padding-top: 10px;
}
.product-detail .content .image-gallery {
    padding-top:0px;
}
.product-detail{
    margin: 0px;
}
.share .social-share .fa.fa-google-plus {
    border: 1px solid #e12f2f;
    color: #e12f2f;
}
.share .social-share .fa.fa-google-plus:hover {
    background: #e12f2f;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.share .social-share .fa.fa-twitter {
     border: 1px solid #1da1f2;
    color: #1da1f2;
}
.share .social-share .fa.fa-twitter:hover {
     background: #1da1f2;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.share .social-share .fa.fa-pinterest-p{
     border: 1px solid #e12f2f;
    color: #e12f2f;
}
.share .social-share .fa.fa-pinterest-p:hover{
     background:  #e12f2f;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.share .social-share .fa.fa-facebook {
    color: #3b5999;
    border: 1px solid #2b5999;
}
.share .social-share .fa.fa-facebook:hover {
    color: #fff;
    background:  #2b5999;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.share .social-share .fa.fa-instagram {
     border: 1px solid rgb(175, 58, 149);
    color: rgb(175, 58, 149);
    padding: 5px 4px;
    font-size: 17px;

}
.share .social-share .fa.fa-instagram:hover {
    background: rgb(175, 58, 149);
     color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.share .social-share .fa {
    font-size: 14px;
    height: 30px;
    text-align: center;
    width: 30px;
    vertical-align: middle;
    border-radius: 50%;
    padding-top: 9px;
    margin-right: 14px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
}
.share .social-share {
   padding: 12px 0px 22px 20px;
}
.share p.title {
    padding-top: 13px;
    text-align: left;
}
.share.share-change .social-share{
    position: absolute;
    height: 0px;
    bottom: 46px;
    width: 35px;
    overflow: hidden;
    padding: 0px;
    z-index: -9;
    padding-top: 11px;
    padding-left: 2px;
    right: 13px;
    margin: 0px auto;
    left: 0px;
}
.share.share-change >div:first-child {
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 4px;
}
.share.share-change .social-share.active-share i.fa {
    margin-top: 11px;
}
.share.share-change .social-share.active-share {
    background: #fff;
}
div.image-gallery div#image-box div.zoomWrapper img, div.image-gallery div#image-box div.zoomWrapper {
    max-height: 480px;
    min-height: 42vh;
    min-width: 32vw;
    width: 100% !important;
}
div#image-box a.active > img {
    border: 1px solid #000;
}
div#image-box a > img {
    min-width: 10%;
    max-height: 64px;
    margin-top: 19px;
    margin-right: 11px;
}
section#product-detail .container-fluid, section#product-detail .container-fluid .col-md-12.col-xs-12.content, section#product-detail .container-fluid .col-md-12.col-xs-12.content .image-gallery {
    padding-left: 0px;
    padding-right: 0px;
}
.container-fluid .col-md-12.col-xs-12.content .col-lg-6.content-box {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: -2px;
}
/* product page css transform: perspective(1000px) translate3d(0,50vh,0) rotate3d(1,0,0,30deg);
background: -moz-radial-gradient(center,ellipse cover,rgba(102,102,102,0) 48%,rgba(102,102,102,.2) 100%);
    background: -webkit-radial-gradient(center,ellipse cover,rgba(102,102,102,0) 48%,rgba(102,102,102,.2) 100%);
    background: radial-gradient(ellipse at center,rgba(102,102,102,0) 48%,rgba(102,102,102,.2) 100%);
*/
/*log in form css */
.login, .signup {
    border: 1px solid rgba(153, 153, 153, 0.24);
    box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.34);
    padding-right: 0px;
}
input:hover,input:focus{
    outline: 0;
}
input:-webkit-autofill{
   -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #222 !important;
}
.signup-form .form h3.title-head {
    padding-top: 30px;
}
.form .form-input input {
        border: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
    margin-bottom: 20px;
    background: #fff;
    color: #999;
    padding-left: 14px;
}
.form .form-input label {
    color: #999;
    font-weight: 100;
    font-family: oswald-light;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 12px;
}
.form .form-input {
    padding: 39px 0px 43px 18px;
    padding-right: 0px;
     border-left: 1px solid rgba(153, 153, 153, 0.38);
}
.border-right{
   border-right: 1px solid rgba(153, 153, 153, 0.24);
}
.border-left{
   border-left: 1px solid rgba(153, 153, 153, 0.24);
    padding-left: 32px;
}
.bottom-top-seprater{
   border-bottom: 1px solid rgba(153, 153, 153, 0.24);
    padding-bottom: 32px;
    border-top: 1px solid rgba(153, 153, 153, 0.24);
    padding-top: 32px;
}
.product-detail .content .content-box .bottom-top-seprater {
    padding: 0px;
    padding-bottom: 19px;
    padding-top: 19px;
}
.product-detail .content .content-box ul.list{
	list-style-type: none;
}
.product-detail .content .content-box ul.list li.more-info{
	float: none;
	width: 100%;
	max-width: 100%;
	min-width: auto;
}
.product-detail .content .content-box ul.list li.more-info .info:after {
    right: 16px;
    top: -1px;
}
.product-detail .content .content-box ul.list li.more-info .label{
	padding-top: 6px;
	padding-left: 0px;
}
.product-detail .content .content-box .bottom-top-seprater.no-gutter{
    padding-bottom: 0px;
    padding-top: 0px;
}
.seprator1px{
	border: 1px solid rgba(153, 153, 153, 0.24);
}
.bottom-seprator{
   border-bottom: 1px solid rgba(153, 153, 153, 0.24);
    padding-bottom: 32px;
}
.top-seprator{
    border-top: 1px solid rgba(153, 153, 153, 0.24);
    padding-top: 32px;
}
.form .form-input .submit {
    position: relative;
    margin-top: 15px;
    cursor: pointer;
}
.form .form-input .submit label {
    position: absolute;
    color: #fff;
    z-index: 99;
    padding-left: 36%;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.form div.tab-content.col-xs-12 {
    min-height: 311px;
}
.form ul.tabs li {
    width: 49%;
    border: 1px solid rgba(153, 153, 153, 0.44);
    padding: 5px;
    text-align: center;
}
.form ul.tabs li.active-tab {
    border: 1px solid #dc9a19;
}
.form ul.tabs li.active-tab:before {
    position: absolute;
    content: "";
    background: #dc9916;
    height: 1px;
    left: 0px;
    right: 0px;
    top: 0px;
    display: none;
}
.form ul.tabs li.active-tab:after {
    position: absolute;
    content: "";
    background: #dc9916;
    height: 1px;
    display: none;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.form .col-xs-12.tabs-sec{
    border: 0px;
}
.form div.tab-content div.t {
    padding: 0px;
    top: 0px;
    display: none;
}
.form div.tab-content > div.active-content{display: block}
.form .form-input .submit input[type="Submit"] {
    border: 1px solid #dc9a19;
    border-radius: 33px;
    margin-top: 13px;
    background: #dc9a19;
    width: 80%;
    margin: 0px auto;
    display: block;
    position: inherit;
    height: 46px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
}
a.facebook-btn {
    margin-bottom: 20px;
}
a.facebook-btn, a.google-btn {
        border: 1px solid rgba(153, 153, 153, 0.5);
    padding: 10px 0px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    /* text-align: center;*/
}
a.facebook-btn, .facebook-btn:focus {
    color: #fff;
    background: rgb(80, 102, 152);
}
a.google-btn, .google-btn:focus {
    background: rgb(227, 65, 31);
    color: #fff;
}
.google-btn i.fa, .facebook-btn i.fa {
    padding-right: 28px;
    -webkit-transition:.2s ease-in;
    transition: .2s ease-in;
    text-align: left;
    padding-left: 22px;
}
/* log in form css */

/*cart page css */
.cart-sec {
    border-top: 0px solid rgba(117, 117, 117, 0.26);
}
.cart-sec .add-cart{
     padding-top: 20px;
}
.cart-sec .total-cart {
    border-left: 1px solid rgba(153, 153, 153, 0.26);
}
.cart-sec .cart-tab {
    display: inline-block;
    padding: 12px 19px;
}
.cart-sec .cart-tab p.title {
    font-size: 19px;
    font-family: oswald-light;
    letter-spacing: .6px;
}
.cart-sec .cart-tab.cur-tab p.title {
    color: #dc9916;
/*    border-bottom: 1px solid #dc9916;*/
    font-weight: 600;
    letter-spacing: 2px;
}
.cart-sec h3.title-head {
    font-size: 36px;
    margin-top: 2px;
}
a.coupans.button {
    font-size: 12px;
    margin-top: 0px;
    line-height: 25px;
    border-radius: 23px;
    padding: 0px 12px;
}

#coupon_code {
    padding: 3px 10px;
}
.cart-sec .cart-tab.middle-tab:before {
    position: absolute;
    content: "----";
    top: 6px;
    right: -18px;
    font-size: 27px;
    font-family: oswald-light;
    color: #757575;
}
.cart-sec .total-cart .cart-price p.title {
    font-size: 14px;
    line-height: 22px;
}
.cart-sec .total-cart .cart-price h4.title {
    padding-bottom: 20px;
}
.cart-sec .total-cart .cart-total-price p.title span {
    float: right;
}
.cart-sec .total-cart .cart-total-price p.title {
    font-size: 16px;
    font-weight: 700;
}
.cart-sec .total-cart .cart-total-price {
    padding-top: 20px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.43);
}
.cart-sec .cart-tab.middle-tab:after {
    position: absolute;
    content: "----";
    top: 6px;
    left: -18px;
    font-size: 27px;
    font-family: oswald-light;
    color: #6f6e6e;
}
.cart-sec .cart-tab.middle-tab {
    position: relative;
}
.cart-sec .cart-box, .cart-sec .cart-box.cart-head {
    border-bottom: 1px solid rgba(153, 153, 153, 0.22);
    padding: 11px 0px;
    /*border-right: 1px solid rgba(153,153,153,0.22);*/
}
.cart-sec .total-cart .cart-box .col-sm-6 input {
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #c1bfbf;
    padding: 1px 0px 0px 8px;
    width: 100%;
}
.cart-sec .cart-box h4.title, .cart-sec .total-cart h4.title {
    font-weight: 100;
    font-family: oswald-light;
    letter-spacing: .8px;
    color: #333;
}
.cart-sec .total-cart .cart-box h4.title {
    color: #333;
    padding-left: 11px;
/*    padding-bottom: 15px;*/
    font-size: 21px;
    padding-top: 3px;
}
.cart-sec .total-cart .cart-box p.title span {
    color: #999;
    font-weight: 700;
}
.cart-sec .total-cart .cart-box p.sub-title {
    padding: 0px;
    line-height: 19px;
    font-size: 12px;
    color: rgba(34, 34, 34, 0.66);
    margin-top: -10px;
}
.cart-sec input.checkbox {
    height: 25px;
    width: 25px;
}
.cart-sec .cart-image {
    width: 120px;
    float: left;
}
.cart-sec .cart-image {
    width: 120px;
    display: inline-block;
}
.cart-sec .cart-name {
    display: inline-block;
    text-align: right;
    padding-left: 30px;
}
.cart-sec .add-to-cart.quantity{
    padding: 0px;
}
.cart-sec .add-to-cart.quantity a.minus, .cart-sec .add-to-cart.quantity a.plus, .cart-sec .add-to-cart.quantity span {
    background: #f5f5f5;
    padding: 4px 7px;
    border: 2px solid rgb(245, 245, 245);
    color: #222;
}
.cart-sec .add-to-cart.quantity span {
    border-left: 1px solid rgba(34, 34, 34, 0.14);
    border-right: 1px solid rgba(34, 34, 34, 0.16);
    padding: 4px 8px;
}
a.remove i.fa {
    padding-right: 7px;
}
a.remove {
    font-size: 12px;
}
.cart-sec .total-cart .cart-price {
    border-bottom: 1px solid rgba(153, 153, 153, 0.27);
    padding-left: 15px !important;
    padding: 10px 10px !important;
}
.cart-sec .total-cart .cart-price p.title span,.cart-sec .total-cart .total-price p.title span {
    float: right;
}
.cart-sec .total-cart .total-price{
    padding:5px 15px;
}
.cart-sec .cart-cdetail-box .cart-image img {
    height: 100%;
}
.cart-sec .cart-cdetail-box .cart-image {
    display: block;
    height: 200px;
    padding-top: 25px;
    width: 33.333333%;
}
.cart-sec .cart-cdetail-box .cart-content {
    height: 200px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.22);
    padding-left: 25px;
    padding-top: 15px;
    position: relative;
}
.cart-sec .cart-cdetail-box .cart-content h4.text {
    padding-bottom: 20px;
    font-weight: 100;
    letter-spacing: .9px;
    color: #222;
    font-family: oswald-light;
}
.sub-cart-box {
    border-top: 1px solid rgba(153, 153, 153, 0.39);
    padding-top: 6px;
    position: absolute;
    bottom: 0px;
    padding-bottom: 7px;
    width: 94%;
    padding-left: 0px;
}
.cart-sec .cart-cdetail-box a.link {
    padding-right: 28px;
}
.cart-sec .cart-cdetail-box a.link:nth-child(2) {
    padding-left: 30px;
    border-left: 1px solid #337ab7;
    padding-right: 0px;
}
.cart-sec.cart-shipping-sec .total-cart .cart-head.cart-box {
    padding: 2px 0px 20px;
    text-align: left;
    margin-top: 0px;
    border-right: 0px;
}

#shipinfo{
    padding-top: 10px;
    cursor: pointer;
}

.f-d-notif{ background: #f9f9f9;
    padding: 10px 0px 10px 10px;
    border: 1px solid #88b04b;
    font-size: 13px;
    color: #c3850b;
    text-align: center;
}

ul#id_delivery_type li {
    list-style-type: none;
    display: inline;
    padding: 0px 20px;
}
h4.title {
    margin: 0px;
}
.cart-sec .total-cart .cart-head.cart-box.coupan {
    text-align: left;
    box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.44);
    padding: 15px !important;
}
.cart-sec .total-cart .cart-head.cart-box.coupan h4.title {
    margin-left: -9px;
    font-size: 22px;
    padding-left: 5px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.49);
    padding-bottom: 11px;
}
.cart-sec .total-cart .cart-head.cart-box.coupan input.input,.write-review-box input.input,#gift_wrap_text .input {
    width: 100%;
    border: px solid rgba(153, 153, 153, 0.35);
    padding: 10px;
/*    margin-top: 20px;*/
    color: #dc9916;

}
.cart-sec .total-cart .cart-head.cart-box.coupan h6.text {
    font-size: 18px;
    border-top: 1px solid rgba(153, 153, 153, 0.42);
    padding-top: 10px;
}
.cart-sec .total-cart .cart-head.cart-box.coupan {
    text-align: left;
    box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.44);
    padding: 15px !important;
}
.cart-sec .total-cart .cart-head.cart-box.coupan input.button {
    box-shadow: 0px 0px 0px 0px;
    outline: 0px;
    border: 0px;
    width: 30%;
    margin: 33px auto 5px;
}

.cart-sec .total-cart .cart-head.cart-box.coupan p.text {
    padding-top: 20px;
    padding-left: 3px;
}
.cart-sec .total-cart .continue a.button i.fa {
    padding-left: 10px;
    font-size: 16px;
}
.cart-sec .total-cart .continue a.button {
/*    width: 57%;*/
}
.cart-sec .shipping-addr input.input {
    width: 100%;
    margin-top: 20px;
    padding: 7px 5px;
    border: 2px solid rgba(153, 153, 153, 0.31);
    color: #333;
     transition: all .16s;
}

#lctn{
    padding-top: 10px;
}
.cart-sec .add-cart .cart-empty-box .seprator1px {
    width: 15%;
    margin: -6px auto 14px;
    padding: 26px;
    border-radius: 50%;
	border: 1px solid rgb(220, 153, 22);
}
.cart-sec .add-cart .cart-empty-box .seprator1px i.fa {
    font-size: 50px;
    color: #777474;
}
select.select {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(223, 223, 223, 0.88);
    color: #dc9a19;
}
select.select:hover,select.select:focus{
   outline: 0px;
}
input.input:hover,input.input:focus{
    border: 2px solid #dc9916 !important;
}
.cart-sec .shipping-addr h6.title {
    font-size: 18px;
    color: #dc9916;
}
.cart-sec .add-cart .shipping-addr {
    padding-top: 0px;
    padding: 0px;
}
input#label-2:checked, input#label-1:checked {
    background-color: #dc9a19;
    fill: #dc9a19;
}
input#label-2, input#label-1,input#label-3 {
    background: #999;
    width: 20px;
    border: 1px solid #dc9a19;
    height: 20px;
    margin-right: 13px;
    margin-top: 4px;
    cursor: pointer;
}
.shipping-addr label {
    height: 35px;
    font-weight: 300;
    font-family: oswald-light;
    letter-spacing: 1.5px;
    font-size: 17px;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: 0px;
}
.cart-sec.cart-shipping-sec .shipping-addr .form {
    padding: 0px;
}
.cart-sec.cart-shipping-sec .add-cart{
    padding-top: 0px;
}
.cart-sec.cart-shipping-sec h3.title-head {
    margin-bottom: 0px;
}
.cart-sec.cart-shipping-sec .total-cart .cart-price p.title span, .cart-sec.cart-shipping-sec .total-cart .total-price p.title span {
    float: right;
    position: inherit;
    font-size: 17px;
    font-weight: 100;
    font-family: oswald-light;
/*    padding-right: 15px;*/
}
/*
.cart-sec .shipping-addr form h6.title {
    margin-top: 31px;
    margin-bottom: 18px;
}
*/
/*.cart-sec .shipping-addr {
    border-right: 1px solid rgba(153, 153, 153, 0.28);
}*/
/* cart page css */

/* dashbord css */



.dashbord-content.cart-sec .cart-image {
    width: 54px;
    display: inline-block;
}
.dashbord-content.cart-sec .cart-box, .cart-sec .cart-box.cart-head {
    margin-top: 20px;
    padding: 10px 0px;
}
.dashbord-content.cart-sec .cart-box.cart-head h4.title {
    margin: 0px;
    font-size: 16px;
}
.dashbord-content.cart-sec h5.title {
    font-size: 16px;
    margin: 0px;
    color: #dc991d;
}
.dashbord-menu ul.dashbord-tab {
    padding-top: 10px;
    margin-bottom: 0px;
}
.dashbord-menu {
    margin-top: 25px;
}
.dashbord .dashbord-content h3.title-head {
    font-size: 25px;
    margin-bottom: 21px;
}
.dashbord-menu ul.dashbord-tab li {
    list-style-type: none;
    padding: 10px 8px;
    font-size: 18px;
    color: #737272;
    position: relative;
    font-weight: 100;
    font-family: oswald-light;
    border-bottom: 1px solid rgba(153, 153, 153, 0.12);
}
.dashbord-menu ul.dashbord-tab li.active-d:before {
    position: absolute;
    content: "";
    border-left: 3px solid #dc9916;
    top: 0px;
    bottom: 0px;
    left: -14px;
    /*border-bottom: 1px solid #dc9916;*/
    right: 0px;
}
.dashbord-menu ul.dashbord-tab li:hover {
    color: #dc9916;
}
.dashbord-menu ul.dashbord-tab li.active-d {
    color:#dc9916;
}
/*order list page css*/
.dashbord-content.cart-sec.order .cart-box {
    margin-top:0px;
    padding: 12px 0px;
    border: 1px solid rgba(153, 153, 153 , 0.22);
    margin-bottom: 20px;
}
.dashbord-content.cart-sec.order .cart-box .cart-image img {
    height: 100%;
}
.dashbord-content.cart-sec.order .cart-box .cart-image {
    width: 10vw;
    height: 132px;
}
.dashbord-content.cart-sec.order .cart-box .cart-sub-boxup {
    border-bottom: 1px solid rgba(204, 202, 202, 0.36);
    margin-bottom: 22px;
}
.dashbord-content.cart-sec.order .cart-box span {
    font-weight: 700;
    letter-spacing: 1.1px;
}
.dashbord-content.cart-sec.order .cart-box .cart-name {
    text-align: left;
}
.dashbord-content.cart-sec.order .cart-box p.text {
    line-height: 19px;
}
.dashbord-content.cart-sec.order h4.text a:before {
    padding-right: 10px;
    text-decoration: none;
    font-family: FontAwesome;
}
.dashbord-content.cart-sec.order h4.text a {
        color: #999;
    font-size: 16px;
    font-family: opensans-regular;
}
.dashbord .cart-sec .cart-name {
    float: right;
        padding-left: 0px;
}
.dashbord .cart-sec .order-detail-box .cart-name {
    display: inline-block;
    text-align: right;
    padding-left: 30px;
    float: none;
}
.dashbord-content.cart-sec {
    border-top: 0px solid rgba(117, 117, 117, 0.26);
        padding-top: 24px;
}
.dashbord-content.cart-sec.order h4.text a:hover {
    color: #dc9916;
}
a.link-o {
    text-transform: UPPERCASE;
    font-size: 13px;
    letter-spacing: .8px;
}
select.input {
    width: 100%;
    margin: 12px;
    border: 0px;
    border-bottom: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 20px;
    color: #999;
    margin: 10px 0 10px;
}
select.input:hover,select.input:focus{
    outline: 0px;
}

.cta-home-strip{
/*   color: #085633;*/
    color: #999;
/*    background-color: #1f8254;*/
    background-color: #f9f9f9;
    letter-spacing: .05em;

    font-size: 24px;
    padding: 20px 0px 5px 0px;

}

.cta-home-strip:before{
    background: #4c4;
    height: 20px;
    width: 20px;
    content: "";
}

.cta-home-strip a.btn{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.13);

    background: #fff;
    text-shadow: none;
    border-radius: 20px;
    text-transform: capitalize;
    font-size: 18px;
    color: #dc9a19;
    letter-spacing: normal;
    transition: all 0.25s ease-out;
}

.cta-home-strip a.btn:hover{
    box-shadow: 0 4px 3px 0 rgba(0,0,0,0.33);
    background: #dc9916;
    color: #fff;

}
.cta-home-strip p{
/*    text-shadow: -1px -1px 1px #1c8253, 2px 2px 1px #1c8655;*/
}

.no-stock-btn{
    background: #888;
    border: 0px;
}

.add-to-cart span.no-stock-btn{
    margin-top: 0px;
    background: #888;
    border: 0px;
}

.no-stock-btn:hover{
    background: #888;
    border: 0px;
    color: #f5f5f5;
}

.dashbord-content.cart-sec.order .cart-box.shipping-addr h4.title {
    color: #717171;
    padding-bottom: 12px;
    font-weight: 100;
    font-size: 24px;
}
.dashbord-content.cart-sec.order.order-detail .cart-box .order-detail-box {
    border-top: 1px solid rgba(153, 153, 153, 0.24);
    padding-top: 20px;
    padding-bottom: 10px;
}
.dashbord-content.cart-sec.order.order-detail .cart-box .cart-sub-boxup{
    margin-bottom: 0px;
}
.dashbord-content.card-wishlist .order-wishlist-card {
    margin-bottom: 24px;
}
.dashbord-content.card-wishlist .order-wishlist-card .card {
    border-bottom: 0px;
    border: 1px solid #ebebeb;
}
.dashbord-content.card-wishlist .order-wishlist-card .card .heart {
    opacity: 1;
    top: 13px;
}
.dashbord .dashbord-content .add-plant{
    padding: 17px;
    text-align: left;
}
.dashbord .dashbord-content .add-plant select.select {
    border: 0px;
    border-bottom: 1px solid #999;
}

.cart-sec form span.error-msg{
  top: 24px !important;
}

.cart-sec form span{
    position: static;
    font-size: 18px;
    color: #999;
    font-family: oswald-light;
    border: 0px;
    padding-left: 0px;
    margin-top: 0px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    /* border: 0px; */
    border-radius: 0px;
    /* border-bottom: 1px solid #999; */
    margin-top: 20px;
    height: 42px;
    padding: 6px;
}
span.select2-selection.select2-selection--single:focus {
    outline: 0px;
}
.dashbord .dashbord-content .add-plant input.input {
      border-radius: 0px;
    color: #999;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #a09e9e;
}
.dashbord .dashbord-content .add-plant input.input:hover,.dashbord .dashbord-content .add-plant input.input:focus{
    border: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 27px;
    right: 24px;
    width: 20px;
}
/* dasbord css */
.fullpage-search{

}
.fullpage-search div.card {
    border: 1px solid rgba(153, 153, 153, 0.29);
    background: #fff;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}
.card:hover{
     border: 1px solid rgba(153, 153, 153, 0.29);
    background: #fff;
    box-shadow: 0px 0px 1px 1px #DCDCDA;
}
.fullpage-search .full-search-card .search-card{
    margin-top:30px;
}
.fullpage-search .full-search-card .category-image {
    max-height: 400px;
    overflow: hidden;
    padding-top: 40px;
}

#search-full{
    padding-top: 30px !important;
}

.card.card-v2 {
    width: calc(19% - 10px);
    float: left;
    margin: 10px;
}
.card.card-v2 .content.content-bottom {
    text-align: left;
    padding: 0px 11px;
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, 0.52);
    /* top: 0px; */
    color: #fff;
    bottom: -64%;
    height: 80%;
        width: 100%;
    transition: .45s;
    -moz-transition: .45s;
    -webkit-transition: .45s;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;


}
#cat-1,#cat-2,#cat-3{
    border-right: 1px solid #f8f8f8;
}
.card.card-v2 .card-v2-image img,.card.card-v2 .card-v2-image {
    height: 310px;
    width: 204px;
}
.card.card-v2 .content.content-bottom p.text, .card.card-v2 .content.content-bottom h6.title {
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: .3px;
    line-height: 22px;
}
.card.card-v2 .content.content-bottom h6.title {
   margin-bottom: 15px;
    margin-top: 12px;
     transition: .45s;
    -moz-transition: .45s;
    -webkit-transition: .45s;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
}
.card.card-v2:hover > a > .content.content-bottom {
    bottom: -41%;
    padding-top: 40px;
}
.card.card-v2:hover {
    box-shadow: 0px 0px 1px 2px #DCDCDA;
}
.card.card-v2 .content.content-bottom h6.title {
   margin-bottom: 15px;
    margin-top: 12px;
    font-size: 22px;
}
/*full search page css*/
/*accordian css */
.panel .panel-content{
    padding: 22px 15px !important;
    text-align: justify;
    border: 1px solid rgb(220, 154, 25);
    box-shadow: inset 0px 0px 1px 1px #efefef;
    border-top: 0px;
    margin-bottom: 26px;
}
.faq-sec .faq-content .panel .panel-content{
    display: none;
}
.panel .panel-title h4.title {
    font-weight: 100;
    font-family: oswald-light;
    letter-spacing: .6px;
    color:#dc9a19;
}
.panel .panel-title h4.title i.fa {
    float: right;
    padding-right: 10px;
    font-size: 21px;
}
.panel .panel-title {
    padding: 0px 9px !important;
    background: #fff;
    margin-top: 5px;
    border: 1px solid #dc9916;
}
.panel {
    margin-bottom: 10px;
}
.faq-sec .faq-title ul li {
    list-style-type: none;
    padding: 10px 26px;
    background: #dc9a19;
    color: #fff;
    font-size: 21px;
    border-top: 1px solid #afadad;
}
.faq-sec .faq-title ul li.act-sec {
    background:#a97105;
    border-top: 1px solid #e8e8e8;
}
.faq-sec .faq-content h4.title {
       margin-bottom: 15px;
    font-size: 18px;
    color: #716d6d;
    letter-spacing: .7px;
    margin-top: 15px;
}
.faq-sec .filter-sec {
    position: relative;
}
/* accordian css closed */
/*full page search page */
.fullpage-search .filter-sec .panel .panel-title {
    border: none;
    border-bottom: 1px solid rgba(58, 56, 56, 0.1);
    box-shadow: none;
	cursor: pointer;
}
.fullpage-search .filter-sec .panel .panel-content{
    border: 0px;
    box-shadow: none;
    padding: 10px 15px 5px!important;
    margin-bottom: 2px;
	display: none;
}
.ais-root.ais-clear-all.clear-all a.ais-clear-all--link {
    font-size: 13px;
    margin-top: 13px;
    display: inline-block;
    font-weight: 500;
    color: #676767;
    border-bottom: 1px solid #999;
}
.fullpage-search .filter-sec input.checkbox {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dc9a19;
    height: 21px;
    width: 15px;
    cursor: pointer;
}

.fullpage-search .filter-sec .category label:hover{
    color: #333;

}
.fullpage-search .filter-sec .category label {
    font-family: oswald-light;
    font-weight: 100;
    letter-spacing: 1.4px;
    font-size: 15px;
    cursor: pointer;
    color: #868686;
    width: 100%;
}
.fullpage-search .filter-sec .panel .panel-title h4.title {
    color: rgba(34, 34, 34, 0.71);
    font-weight: 200;
    letter-spacing: 1px;
	    padding-bottom: 9px;
}
.fullpage-search .filter-sec .category label span {
    padding-left: 10px;
    display: inline-block;
    position: relative;
    top: -3px;
}
.fullpage-search .filter-sec div#placement .category label span {
    top: 18px;
    width: 83%;
}
.fullpage-search .full-search-card .category-filter div#stats-container .ais-body.ais-stats--body > div:before {
    content: "Total";
	font-weight: 100;
}
li#sort-by-selector select {
    width: 96px;
    height: 30px;
}
li#sort-by-selector select:hover, li#sort-by-selector select:focus {
    outline: 0px;
}
.fullpage-search .full-search-card .category-filter div#stats-container .ais-body.ais-stats--body > div:after {
    content: "found";
	font-weight: 100;
}
.fullpage-search .filter-sec .category label input.ais-refinement-list--checkbox {
    margin-top: 10px;
    height: 16px;
    width: 16px;
}
.ais-hits.ais-hits__empty h3.title {
    font-size: 30px;
    margin-top: 42px;
    font-weight: 100;
    font-family: oswald-light;
    letter-spacing: .9px;
    margin-bottom: 5px;
    color: #404040;
}
.fullpage-search .filter-sec .category-filter .filter-title .filters {
    font-size: 24px;
    font-weight: 100;
    font-family: oswald-light;
    letter-spacing: .7px;
    color: #676767;
}
.fullpage-search .filter-sec .category-filter .filter-title {
    border-bottom: 1px solid #cecece;
    margin-bottom: 9px;
}
.fullpage-search .full-search-card span.ais-stats--time{
	display: none;
}
.fullpage-search .full-search-card .category-filter h4.tiltle span {
    font-weight: 600;
    font-family: oswald-regular;
    color: #353535;
    padding-left: 6px;
    font-size: 19px;
}
.fullpage-search .full-search-card .category-filter h4.tiltle {
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 100;
    font-family: oswald-light;
    color: #827d7d;
}
.fullpage-search .full-search-card .category-filter {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    padding-top: 12px;
    padding-bottom: 10px;
}
.fullpage-search .full-search-card .category-filter .sorting ul {
    padding-top: 10px;
}
.input.checkbox:hover,input.checkbox:focus{
    outline: 0px;
}
.fullpage-search .full-search-card .category-filter div#stats-container div{
	font-weight: 700;
}
.fullpage-search .full-search-card .category-filter .sorting ul li, .ais-stats--body, .ais-stats--body span{
    display: inline-block;
    list-style-type: none;
    color: rgba(34, 34, 34, 0.73);
    font-weight: 100;
    font-family: oswald-light;
    font-size: 15px;
    padding: 0px 6px;
    letter-spacing: 1.3px;
}
.fullpage-search .full-search-card .category-filter .sorting ul > a {
    border-right: 1px solid rgba(153, 153, 153, 0.48);
}
.fullpage-search .full-search-card .category-filter div#stats-container {
    padding-top: 12px;
}
/*full search page end*/
/* contact form */
.contact-form input.input,.contact-form textarea.textarea {
    width: 100%;
    margin: 16px 0px;
    border: 0px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.57);
    background: #f8f8f8;
    color: #999;
    font-family: oswald-light;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 5px 5px;
    resize: none !important;
}
.contact-form input.input:hover,.contact-form input.input:focus,.contact-form textarea.textarea:hover,.contact-form textarea.textarea:focus{
    border: 0px !important;
     border-bottom: 1px solid rgba(153, 153, 153, 0.57) !important;
}
input#search-box.input {
    width: 100%;
    padding: 8px;
    border-radius: 21px;
    box-shadow: none;
    border: 1px solid #999;
}
.contact-form .section-title h4.title {
    margin: 0px;
    margin-bottom: 31px;
    margin-top: 33px;
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.contact-form .section-title h4.title:after {
    position: absolute;
    content: "";
    height: 2px;
    background: #dc9916;
    bottom: -20px;
    width: 84px;
    left: 43%;
}
.contact-form input.submit {
    background: #f8f8f8;
    padding: 8px 45px;
    box-shadow: none;
    border: none;
    margin-bottom: 32px;
    margin-top: 40px;
    border: 1px solid #999;
    border-radius: 30px;
    color: #999;
}
.contact-form input.submit:hover {
    background: #dc9a19;
    color: #fff;
    border: 1px solid;
}
.contact-form .contact-detail {
    padding-top:10px;
}
.contact-form .contact-detail h4.title {
    margin: 0px;
    padding: 10px 0px;
    font-size: 24px;
    color: #999;
}
.contact-form .contact-detail h3.title-head:before {
    position: absolute;
    border-bottom: 1px solid #dc9916;
    left: 0px;
    right: 36%;
    content: "";
    bottom: -14px;
}
.contact-form .contact-detail h3.title-head {
    position: relative;
}
.contact-form .contact-detail h4.title.phone {
    padding: 0px;
    margin-top: 15px;
}
.contact-form .contact-detail h4.title > a{
    color:#999;
    position: relative;
    padding-left: 23px;
}
.contact-form .contact-detail h4.title > .fa-envelope-o:before {
    left: -7px;
    position: absolute;
    font-size: 20px;
    padding-top: 5px;
    color: #7d7d7d;
    font-weight: 100;
}
.contact-form .contact-detail h4.title > a:hover{
    color:#dc9916;
}
.forgot-pwd input#id_email,.forgot-pwd input.input,.forgot-pwd input#id_new_password1,.forgot-pwd input#id_new_password2 {
    width: 100%;
    margin: 12px;
    border: 0px;
    border: 1px solid #aaa;
/*    border-radius: 20px;*/
    background-color: #fff;
    padding: 10px 20px;
}
.forgot-pwd input.input:hover,.forgot-pwd input.input:focus,.forgot-pwd input#id_email:hover,.forgot-pwd input#id_email:focus,.forgot-pwd input#id_new_password1:hover,.forgot-pwd input#id_new_password1:focus,.forgot-pwd input#id_new_password2:hover,.forgot-pwd input#id_new_password2:focus{
    border: 0px !important;
    border-bottom: 1px solid #dc9a19 !important;
}
.forgot-pwd {
    text-align: center;
    background:#fff;
    box-shadow: 0px 1px 1px 1px rgb(228, 228, 228);
    padding-bottom: 17px;
}
.forgot-pwd input.submit {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid rgba(153, 153, 153, 0.69);
    box-shadow: none;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color:#fff;
    color: #999;
}
.forgot-pwd input.submit:hover {
    background: #dc9a19;
    color: #fff;
}
.contact-form .contact-detail h4.title.phone span:before {
    position: absolute;
    left: 11px;
    font-weight: 100;
    color: rgba(34, 34, 34, 0.63);
}
.contact-form .contact-detail h4.title.phone span {
    font-weight: 100;
    font-size: 20px;
    padding-left: 23px;
    color: #999;
}
i.fa.fa-heart-o,.card .heart{
    display: none;
}
/* contact form css closed */
/* success or failure page css */
.dashbord.success-page .success-content {
    padding: 39px 0px;
    border: 1px solid rgba(153, 153, 153, 0.17);
}
.dashbord.success-page .success-content h4.title i.fa {
    color: #93e427;
    border: 1px solid #93e427;
    font-weight: 100;
    padding: 10px;
    border-radius: 50%;
    margin-right: 23px;
}
.dashbord.success-page .success-content h4.title {
   font-size: 37px;
    padding-bottom: 18px;
    font-family: oswald-light;
    letter-spacing: 2px;
    color: #333;
    border-bottom: 1px solid rgba(153, 153, 153, 0.06);
}
.dashbord.success-page.failure-page .success-content h4.title i.fa {
    color: #e61010;
    border: 1px solid #e61010;
    padding: 10px 14px;
}
.dashbord.success-page.failure-page .success-content h4.subtitle {
     color: #e61010;
}
.dashbord.success-page.failure-page .success-content h4.subtitle span{
     color: #e61010;
}
.dashbord.success-page .success-content p.title {
    padding: 19px 0px;
}
/* success or failure page css end*/
/*privacy policy and t& c*/
.privacy-policy .privacy-content h3.title-head {
    font-size: 30px;
    margin-bottom: 18px;
}
.privacy-policy .privacy-content h4.subtitle {
    font-size: 18px;
    margin-bottom: 6px;
    text-decoration: underline;
}
.privacy-policy .privacy-content h5.subtitle {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 21px;
}
.privacy-policy .privacy-content .info p.text:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    left: -3px;
    font-size: 19px;
    top: 2px;
    color: #dc9a19;
}
.privacy-policy .privacy-content .info p.text {
    padding-left: 20px;
    position: relative;
}
.privacy-policy.terms-condition .privacy-content .terms-condition-content p.text span {
    font-weight: 700;
    color: #333;
    font-size: 16px;
}
.privacy-policy.terms-condition .privacy-content .terms-condition-content h5.title {
    font-family: oswald-regular;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
}
.privacy-policy .privacy-content p.text {
    margin-bottom: 23px;
}
/*error shake*/
.shake{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  border-bottom: 1px solid rgba(255, 0, 0, 0.68) !important;
}
.show-pwd{
    position: relative;
}
.show-pwd i.fa {
    position: absolute;
    top: 37px;
    right: 18px;
    color: #656565;
    cursor: pointer;
}
a{
    cursor: pointer;
}
ul.ais-pagination li a, ul.ais-pagination li span {
    font-size: 14px;
    color: #676767;
    padding: 0px 22px;
}
ul.ais-pagination li {
    display: inline-block;
    margin: 0px 6px;
    cursor: pointer;
}
ul.ais-pagination li.ais-pagination--item.ais-pagination--item__page {
    border: 1px solid #999;
    margin: 0px 6px;
    /*padding: 2px 8px;*/
}
ul.ais-pagination li.ais-pagination--item.ais-pagination--item__page.ais-pagination--item__active {
    background: #dc9a19;
    border: 1px solid #af7608;
}
ul.ais-pagination li.ais-pagination--item.ais-pagination--item__page.ais-pagination--item__active a{
	color: #fff;
}
ul.ais-pagination li.ais-pagination--item.ais-pagination--item__next i.fa, ul.ais-pagination li.ais-pagination--item.ais-pagination--item__previous i.fa {
    font-size: 22px;
}
ul.ais-pagination {
    list-style-type: none;
    margin-top: 21px;
}
.card h6.title em {
    font-style: normal;
    font-weight: 600;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
G
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
span.error-msg {
    position: absolute !important;
    font-size: 13px !important;
    top: 4px !important;
    letter-spacing: 0.2px;
    font-family: opensans-regular,Helvetica, sans-serif !important;
    color: #b50404 !important;
    right: 13px;
}
span.error-msg:after {
    position: inherit;
    content: "*";
}
span.error-msg i.fa{
    display: none;
}
/*section#product-detail .container-fluid, section#product-detail .container-fluid .col-md-12.col-xs-12.content, section#product-detail .container-fluid .col-md-12.col-xs-12.content .image-gallery {
    padding-left: 0px;
}*/
section#client-testomanial-sec .review-box.text-center {
    min-height: 270px;
}
.rating > label.acc-rating{
    color: #dc9a19;
}

.slider-content h1 {
        padding-top: 10px;
    }


/*Coporate gifting page CSS*/
  .corporate-gift .right ul{
      margin-left: 17px;
  }
  .corporate-gift .right ul li{
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 13px;;
  }
.corporate-gift  .right p{
    line-height: 20px;
    font-size: 12px;
    margin: 0 0 1.5em;
  }
.corporate-gift  .left .about-scroll {
    height: 1000px;
}

.corporate-gift .mCustomScrollBox{
  position: relative;
  overflow: auto;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
 .corporate-gift .left li{
  list-style-type: none;
  margin-top: 25px;
  width: 47%;
  float: left;
  }
  .corporate-gift .left  {
        padding: 18px 0;
  }
  .corporate-gift .right  {
        padding: 18px 0;
  }

  .corporate-gift .contact-form .section-title h4.title{
    font-size: 2em;
  }

   .corporate-gift .card span{
    padding: 10px;
    /*display: inline-block;*/
    display: none;
  }
/*Corporate gifting CSS END*/


/*responsive css */

@media only screen and (min-width:1900px){
    .index .banner{
        max-height: 80vh;
    }

    .slider-content h1 {
        padding-top: 0px;
        line-height: 100px !important;
    }
}

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

    .index .banner .slider-content{
        top: 10vh;
    }
    header nav ul.menu-1 li {
    margin: 0px 2px;
    display: inline-block;
}
    header .user-detail ul.menu-1 li.dropdown {
    margin: 0px 1px;
}

    .dropdown-backdrop{
        display: none;
    }
.rating > label:before {
    margin: 5px 3px;
    font-size: 1em;
}
.review-section span.add-review {
    padding-left: 1px;
    font-size: 14px;
    }
.product-detail .content .image-gallery {
    padding-top:0px;
    overflow-x: hidden;
}
.border-left {
    border-left: 0px solid rgba(153, 153, 153, 0.24);
    padding-left: 0px;
}
.col-xs-4.more-info {
    width: 100%;
    max-width: 100%;
}
    .share p.title {
    padding-top: 2px;
    }
    .footer-box,.footer-box div:nth-child(n) {
        padding: 0px;
    }
    .responsive-right-to-left{
        text-align: left !important;
        padding-top: 20px;
    }
footer .footer-copyright img {
    height: 42px;
    margin-right: 9px;
}
.more-info .info i.fa {
    text-align: center;
}
    .inner .dashbord-content div.col-xs-12{
        padding: 0px;
    }
    .review-section span.add-review:before{
        display: none;
    }
    .hidden-1024{
        display: none;
    }
    .share .social-share {
    padding: 0px 0px 22px 20px;
}
    .price {
    padding-right: 0px;
}
    div#image-box a > img {
    max-height: 64px;
    max-width: 10vw;
    float: left;
    overflow: hidden;
}
}
    @media only screen and (max-width:768px){
      .corporate-gift.diwali-gift{    padding-right: 15px; padding-left: 15px;}
        .index .banner li.lslide{
            margin-top: 15px;
        }

/*        Cart page responsive*/

        .cart-sec .shipping-addr h6.title{
            margin-bottom: 20px;
        }

        .shipping-addr{
            margin-top: 20px;
        }

        .cart-sec.cart-shipping-sec .total-cart .cart-head.cart-box{
            padding-bottom: 5PX;
            margin-top: 10PX;
        }

        footer .footer-copyright p{
            font-size: 12px;
        }

        #coupon-box .col-sm-6:nth-child(2){
            margin-top: 10px;
        }

        .cart-sec h3.title-head{
            display: none;
        }



        .cart-sec .add-cart{
            padding-top: 30px;
        }

        .cart-sec .cart-tab{
            padding: 0px 5%;
        }

        .cart-sec .cart-cdetail-box .cart-image img{
            height: auto;
               }

        .dashbord-content.cart-sec .cart-box, .cart-sec .cart-box.cart-head{
            margin-top: 10px;
        }

        .cart-sec .cart-cdetail-box .cart-image.col-sm-4{
            box-shadow: 0px 1px 1px #a1a1a1;

        }

        .dos-donts{
            padding: 0px;
            min-height: 150px;
        }

        div.tab-content div.t .how-to-grow .no-gutter .box h5.lead{
            font-size: 14px;
        }

        .how-to-grow{
            padding: 0px;
        }

        .col-xs-12.tabs-sec{
            padding-left: 0px;
            padding-right: 0px;
        }

        div.tab-content div.t{
            padding: 5px 0px;
        }

        .col-xs-12.tabs-sec ul.tabs li{
            padding: 2px 6px;
            font-size: 12px;
/*            text-transform: uppercase;*/
        }

        .col-xs-12.tabs-sec ul.tabs li:nth-child(5){
            border: 0px;
        }
        .search-box{
            padding-top: 10px;
        }

        .search .search-box input.input{
            font-size: 20px;
        }

        input.button.btn-search{
            padding: 10px 15px;
        }
header nav ul.menu-1 li > a i.fa.fa-angle-down {

}
        header nav ul.menu-1 li.dropdown:nth-child(3) > a span{
            display: none;
        }
         ul.tabs li {
    font-size: 15px;
    }
 header nav ul.menu-1 li > a i.fa {
    padding-left: 1px;
    font-size: 16px;
}
        .no-pad-reponsive{
    padding-left:0px;
    padding-right: 0px;
}

.mini-header h6.text.email {
  padding-top: 5px;
  text-align: right;

}
.inner .banner-image-box .banner-content-box{
    padding-top: 22px;
    padding-left: 45px;
    padding-right: 25px;
    /* padding-bottom: 10vh; */
}

}
@media only screen and (max-width:460px){
     .mini-header h6.text{
        text-align: left;
    }
	.card.card-v2 {
    width: calc(100% - 10px);
    float: left;
    margin: 10px;
}
.form .form-input ul.tabs {
    padding-bottom: 30px;
    padding-top: 50px;
}
.mini-header h6.text span {
padding: 0px;
    display: none;
}
.mini-header h6.text i.fa {
  font-size: 14px;
padding-right: 5px;
}

 header nav .navbar-brand > img{
    margin-left: 0px;
    height: 38px !important;
    margin-top: -9px !important;
}
header nav div#navbar ul.menu-1 li.dropdown.open > ul.dropdown-menu.full-width {
       max-height: 219px;
    overflow: scroll;
    left: -66px !important;
    padding-left: 39px !important;
    background: #fff;
}
	.cart-sec .add-cart .cart-empty-box .seprator1px {
    width: 36%;
        margin-top: 15px;
	}
	header nav div#navbar ul.menu-1 li.dropdown.open > ul.dropdown-menu.full-width img{
		display: none;
	}
    .navbar .user-detail.no-pad-reponsive.text-right ul.menu-1 {
    margin: 2px 0px 0px;
    border-top: 1px solid #ebebeb;
}
    header nav.navbar.navbar-fixed-top{
        padding: 0px 0px;
    }
header nav ul.menu-1 li > a i.fa {
    padding-left: 1px;
    font-size: 17px;
}
    header .user-detail ul.menu-1 li.dropdown {
   width: 28%;
}
    header .user-detail ul.menu-1 li.dropdown.open ul.dropdown-menu li {
        background: #f5f5f5;
}
section:nth-child(1) {
    padding-top: 0px !important;
}
.user-detail.no-pad-reponsive.text-right {
   position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1029;
    width: 100%;
    margin: 0px auto;
}
header nav .user-detail.no-pad-reponsive.text-right ul.menu-1 li > a i.fa.fa-angle-down {
    padding-right: 0px;
    font-size: 16px;
    float: none;
    display: inline-block;
    padding-left: 10px;
}
header nav .navbar-collapse.menu ul.menu-1 li.dropdown {
   display: block;
    text-align: left;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    margin-bottom: 12px;
}
    .cart-sec .cart-cdetail-box .cart-image.col-sm-4{
/*            width: 100%;*/
    float: left;

    }
.cart-sec .col-xs-12.no-gutter.cart-head.cart-box > .col-sm-6 {
    text-align: left;
    margin-top: 10px;
}
header nav .navbar-collapse.menu ul.menu-1 li.dropdown a {
    font-size: 16px;
}
header nav .navbar-collapse.menu ul.menu-1 li ul.dropdown-menu a {
    font-size: 13px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}
.navbar-collapse.in {
    overflow-x: hidden;
    height: auto;
}
    .navbar-toggle{
        /*margin-top: 0px;*/
    }
header nav ul.menu-1 li > a i.fa.fa-angle-down {
    padding-right: 10px;
    font-size: 16px;
    float: right;
}
header nav ul.menu-1 li.dropdown.open > ul.dropdown-menu {
   display: inline-block;
    top: 12px;
    z-index: 1130;
    position: inherit;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 0px !important;
    bottom: 0px;
    margin-bottom: 20px;
    margin-top: 11px;
}
header nav ul.menu-1 li > ul.dropdown-menu {
    position: inherit;
    display: none;
    top: 10px;
    z-index: 1130;
    bottom: 10px;
    left: -25px
}




header nav ul.menu-1 li > ul.dropdown-menu.full-width {
    max-height: 200px;
    overflow: scroll;
}
.index .banner .slider-content .content p {
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 15px;
}
.index .banner .slider-content .content h1,.index .banner .slider-content .content h2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 24px;
    font-weight: 100;
/*    text-shadow: 0px 1px 10px rgba(0,0,0,0.5);*/
}

    .index .banner .item{
        margin-bottom: 0px;
    }
.lSSlideOuter .lSPager.lSGallery img {
    display: none;
    height: auto;
    max-width: 100%;
}
    .card{
        margin-bottom: 30px;
    }
.feature-sec .feature-box.col-sm-8.col-xs-12 {
    margin-top: 20px;
    margin-bottom: 21px;
}
.dashbord-content.cart-sec.order .cart-box .cart-image {
    width: 100% !important;
    text-align: center;
}
.dashbord-content.cart-sec.order .cart-box .cart-image {
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
    margin-top: 10px;
}
.dashbord-content.cart-sec .cart-box .cart-name {
    text-align: left;
    width: 100%;
    clear: both;
    padding-left: 0px;
    margin-bottom: 14px;
}
.dashbord-content.cart-sec .cart-box .cart-image img {
    height: 100% !important;
    width: 100%;
}
dashbord-content.cart-sec.order .cart-box {
    margin-top: 0px;
    padding: 0px 0px;
    }
    .cart-sec .cart-box, .cart-sec .cart-box{
        margin-top: 0px;
    }
    .cart-sec .cart-cdetail-box .cart-content {
    border: 1px solid rgba(153, 153, 153, 0.22);
    border-top: 0px;
    overflow: hidden;
    margin-bottom: 20px;
    }
    .share .social-share {
    padding: 0px 0px 28px;
}
    ul.tabs li {
    font-size: 18px;
    letter-spacing: 0.2px;
    padding: 2px 6px;
    width: auto;
	}
	#deatil-tabs-sec ul.tabs li>span{
		display: none;
	}
	div#image-box a > img{
		float: none;
	}
    ul.tabs {
    padding-bottom: 10px;
		text-align: left;
}
	ul.tabs li.active-tab:before,ul.tabs li.active-tab:after{
		left: 0px;
		right: 0px;
	}
	ul.tabs li.active-tab:after{
		bottom: -9px;
	}
    ul.tabs li.tab-4 {
    top: -20px;
}
	div.tab-content div.t .how-to-grow .text.box{
		padding: 0px 23px;
	}
	.fullpage-search .filter-sec {
    display: none;
}
	.fullpage-search .full-search-card .category-filter {
    padding: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
}
	.fullpage-search .full-search-card .category-filter .sorting ul{
		text-align: left;
		padding-left: 0px;
	}
    .counting {
    margin-bottom: 26px;
}
    .cart-sec .cart-cdetail-box a.link:nth-child(2) {
    padding-left: 10px;
    }
    .cart-sec .cart-cdetail-box a.link{
        padding-right: 10px;}
    footer .footer-top {
    display: none;
    }
    div.image-gallery div#image-box div.zoomWrapper img{
    max-width: 100vw;
    }
    .product-detail .content .review-section {
    display: none;
}
    .product-detail .content .add-to-cart a.button {
    margin-top: 9px;
}
	.product-detail .content .content-box ul.list li.more-info .info:after {
    right: -10px;
    top: -1px;
}
    div.tab-content div.t{
        padding: 30px 0px;
    }
    .inner.about-content .banner.overlay-box > .hover-overlay h4.title {
    font-size: 23px;
    margin-top: 19px;
    }
    .inner.about-content .why-decor .box .image {
    margin: 0px auto;
}
    .inner.about-content .why-decor .box .image img{
        margin-left: 0px;
    }
    .inner.about-content .gift-a-life .content {
    padding: 45px 10px 30px;
    height: inherit;
}
  .inner.about-content .gift-a-life {
    height: 814px;
    overflow: hidden;
}
    .inner.about-content .quality-process .step {
    width: 100%;
        max-width: 100%;
    }
    .inner.about-content .quality-process .step:after {
    top:auto;
    -webkit-transform: rotate(136deg);
            transform: rotate(136deg);
    right: 0px;
    margin: 0px auto;
    left: 0px;
        bottom: -24px;
}
       .index .why-sec .content-why .bg-layer {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}
    .index .why-sec .content-why .why-box h6.text {
    margin-bottom: 44px;
    margin-top: 0px;
}
    .review-testomanial .review-box .content {
    padding: 0px 0px;
}
    h3.title-head {
    font-size: 28px;
}
    footer .top-footer .footer-main .logo-footer {
    text-align: center;
    padding-top: 20px;
}
footer .footer-venue .title-footer {
    padding-left: 0px;
}
    .subtitle {
    font-size: 13px;
    word-break: break-word;
}
    .inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box:nth-child(n) {
    height: 151px;
}
    .index .banner .item .search-slider-box{
        display: none;
    }
    .index .about-sec .image-half-box, .index .about-sec .image-full-width {
    margin-top: 33px;
        padding-right: 0px;
}
    .image-half-box img {
    max-height: 294px;
    width: 100%;
    height: 200px;
}
    .card.card-v2 .card-v2-image img, .card.card-v2 .card-v2-image {
    height: 310px;
    width: 100%;
}
    .inner .banner-image-box .banner-content-box{
        width: 100vw;
    }
    .inner .banner-image-box .banner-content-box h3.title-head{
        font-size: 18px;
    }
    .inner .banner-image-box .banner-content-box p.title{
        font-size: 16px;
    }
    .more-info div.fa {
    width: 8%;
    padding: 4px;
    padding-left: 12px;
    padding-top: 20px;
    }
    .col-xs-3.more-info, .col-xs-6.more-info, .col-xs-6.more-divide-info {
    padding: 10.5px 8px;
    max-width: 50%;
    width: 49.3%;
        height: 91px;
    }
    .more-info div.info-box{
    width: 85%;
    padding-left: 34px;
    }
    .more-info.col-xs-6, .col-xs-6.more-divide-info{
        height: 139px;
    padding: 10px 0px;
    }
	.more-info.col-xs-6 h4.box-head {
    font-size: 16px;
    margin-bottom: 12px;
}
    .col-xs-6.more-divide-info h4.info {
        text-align: left;
        padding-left: 9px;
    }
	.more-divide-info.col-xs-6 h6.label {
			padding-left: 7px;
			display: block;
			text-align: left;
		}
    .product-detail .content .add-to-cart a.button {
            margin-top: -6px;
        }
    .add-to-cart .share.share-change a.title {
                color: #dc9916;
                display: none;
            }
    .add-to-cart > div.col-xs-12.col-sm-7 {
            padding-top: 0px;
            border-right: 0px solid #b7b2b2;
            padding-bottom: 20px;
        }
    div.tab-content div.t .dos-donts .dos h4.title:before{
        left: 29%;
    }
    div.tab-content div.t .dos-donts h4.title:before{
        left: 27%;
    }
    div.tab-content div.t .dos-donts .dos p, div.tab-content div.t .dos-donts .donts p, div.tab-content div.t .dos-donts .dos ul, div.tab-content div.t .dos-donts .donts ul{
        padding: 0px 20px;
    }
    .about-sec .overlay-box .hover-overlay .h4 {
    font-size: 15px;
    }
    header .user-detail ul.menu-1 li.dropdown.open >ul.dropdown-menu {
       top: 22px;
    position: absolute;
    right: 18px;
    min-width: 130px;
    }
	 .more-info .info{
        min-width: auto;
		    display: block;
    }
header ul.menu-1 li.dropdown {
	padding: 11px 0px !important;
}
	header nav div#navbar ul.menu-1 li.dropdown.open > ul.dropdown-menu.full-width .col-sm-5.col-xs-12.no-gutter {
    display: none;
}
}
@media only screen and (max-width:376px){
    .mini-header h6.text{
        text-align: left;
        font-size: 10px;
    }
.mini-header h6.text span {
padding: 0px;
    display: none;
}
   .mini-header h6.text i.fa {
      font-size: 12px;
    padding-right:0px;
    }
    .more-info .label{
        font-size: 14px;
    }
    .bottom-top-seprater {
    padding: 32px 0px;
}
    div.tab-content {
    max-height: 400px;
    height: 363px;
    }
    .inner .feature-sec .feature-content .feature-box .col-xs-4.no-gutter.box{
        padding: 15px 12px !important;
    }
    .button{
        font-size: 12px;
    }
    .product-detail .content .add-to-cart a.button{
        padding: 7px 20px;
    }
    .inner.about-content  h3.title-head{
        font-size: 22px;
        line-height: 30px;
    }
    .index .banner .slider-content .content a.button {
    margin-top: -7px;
        padding: 5px 20px;
}
}
@media only screen and (max-width:320px){
    .more-info .info i.fa {
    padding-right: 6px;
    width: 20px;
    font-size: 15px;
}
    .counting{
        padding: 0px;
    }
    h3.title-head {
    font-size: 20px;
    margin-bottom: 17px;
}
    .col-xs-12.tabs-sec{
        padding-top: 0px;
    }
.inner.about-content .gift-a-life {
    height: 848px;
}
	.cart-sec .add-cart .cart-empty-box .seprator1px {
    width: 43%;
}
	.cart-sec .cart-tab {
    display: inline-block;
    padding: 12px 10px;
}
	.cart-sec .total-cart .continue a.button {
    width: 83%;
}
header nav .navbar-brand > img {
    margin-left: 0px;
    height: 34px !important;
    margin-top: -16px !important;
}
    .user-detail.no-pad-reponsive.text-right{
        top: -7px;
    }
}
.no-padd-reponsive{
	padding: 0px !important
}
/*responsive home */
.inner .not-found .content {
    padding-top: 75px;
}
.inner .not-found .content h4.lead {
    margin-top: -25px;
    color: #999;
}
/*datepicker css*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dc9916;
    background: #dc9a18;
    color: #fff;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-datepicker {
	width: 17em;
    display: none;
    border: 1px solid #999;
    background: #fff;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	border-bottom: 1px solid #999;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	display:none;
}
td.ui-datepicker-unselectable.ui-state-disabled span {
    background: #ffffff;
    color: #cecaca;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
    margin: 0px 5px;
    padding: 4px 3px;
    font-size: 14px;
	text-align: center;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 100;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
    padding: 3px;
    text-align: right;
    font-size: 14px;
    text-decoration: none;
}
.ais-range-slider--background {
    background: #f3f4f7;
}
.ais-range-slider--target {
    position: relative;
    direction: ltr;
    background: #f3f4f7;
    height: 6px;
    margin-top: 2em;
    margin-bottom: 2em;
}
.ais-range-slider--base {
    height: 100%;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}
.ais-range-slider--connect {
    background: #46aeda;
}
.ais-range-slider--origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.ais-range-slider--handle {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #46aeda;
    border-radius: 50%;
    cursor: pointer;
}
.ais-range-slider--handle-lower {
    left: -10px;
    bottom: 7px;
}
.ais-range-slider--tooltip {
    position: absolute;
    background: #fff;
    top: -22px;
    font-size: .8em;
}
.ais-range-slider--handle-upper {
    right: 10px;
    bottom: 7px;
}
.ais-range-slider--tooltip {
    position: absolute;
    background: #fff;
    top: -22px;
    font-size: .8em;
}
.ais-range-slider--pips {
    box-sizing: border-box;
    position: absolute;
    height: 3em;
    top: 100%;
    left: 0;
    width: 100%;
}
.ais-range-slider--marker-large:first-child {
    margin-left: 0;
}
.ais-range-slider--marker {
    position: absolute;
    background: #ddd;
    margin-left: -1px;
    width: 1px;
    height: 5px;
}
.ais-range-slider--marker-large {
    background: #ddd;
    width: 2px;
    margin-left: -2px;
    height: 12px;
}
.ais-range-slider--value {
    width: 40px;
    position: absolute;
    text-align: center;
    margin-left: -20px;
    padding-top: 15px;
    font-size: .8em;
}
.ais-range-slider--marker {
    position: absolute;
    background: #ddd;
    margin-left: -1px;
    width: 1px;
    height: 5px;
}
.padding-top-15{
	padding-top: 15px !important;
}


/*
--------------- Akshay custom css----------*/

.cart-sec  .background_color{
  background-color: #f2f2f2;
}
/*
.button-cus .button a{
  color:  rgba(220, 154, 25, 1);

}
*/
.button-cus .button{
  float: right;
/*    background-color: transparent;*/
    padding-bottom: 11px;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 20px;
    padding-top: 7px;
    padding-right: 20px;
}
.button-cus .button:hover a{
  color: #fff;
}
.button-cus .button:hover{
  background-color:  rgba(220, 154, 25, 1);
  color: #fff;
  transition: all .3s;
}
.strip{
  height: 150px;
  width: 100%;
  /*object-fit: fill;*/
}


ul.navigation-new:hover{
  right: -200px;
  transition: all 1s;
}
ul.navigation-new {
  transition: all 1s;
  position: fixed;
  margin-left: -50px;
  padding: 0px;
  right: -620px;
  width: 650px;
  list-style: none;
  z-index: 9999;
  text-align: left;
}
.navigation-new .text{
    color: #2bb63d;
    font-size: 15px;
}
.navigation-new img{
  width: 150px;
  height: 125px;
}
.navigation-new .subhead a{
  color: #fff;
  font-size: 22px;
  line-height: 3;
}

ul.navigation-new .subhead a{
background-color: transparent;
font-size: 20px;
color: #dd9b3a;
}

ul.navigation-new .subhead a:hover{
  background-color: transparent;
  color: #d38616;
}

.navigation-new .shadow{
  box-shadow: 0px 0px 4px #e8e8e8;
  background-color: #fff;
}
ul.navigation-new li a {
    display: block;
    margin-left: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background-color:#fff;
    background-repeat: no-repeat;
    background-position: center center;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    transition: ease-out 0.5s;
  }
ul.navigation-new li a:hover {
    background-color: #fff;
    transition: ease-in 0.5s; }
.navigation-new .text-wrap{
    background-color: #fff;
    min-height: 150px;
    padding-top: 80px;
    width: 40px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #2bb63d;
}
.navigation-new .text-wrap p{
    transform: rotate(270deg);
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 18px;
    color: #2bb63d;
}
.navigation-new .link{
    color:#5c5c5c;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border:none;
}
.navigation-new .demo{
  background-color: #fff;
}

ul.navigation-new{top: 135px;}
#request-course-brochure{
  width: 200px;
  right: -81px;
}
.announcement-wrap .content{
  color: #e77021;
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
 }
 .announcement-wrap:hover a{
  text-decoration: none;
 }
.announcement-wrap .link{
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    border:none;
}
 .announcement-wrap p{
    color: #439646;
    font-size: 16px;
    line-height: 22px;
 }
 .announcement-wrap {
    box-shadow: 1px 1px 15px #c6c2c2;
 }
.product-specification-wrap{
  background-color: #ddd;
  min-height: 100px;
}

ul.navigation-new{top: 300px;}



.strip-banner {
    outline: 1px solid red;
    outline-offset: 0px;
    padding: 0px;
    transition: 0.2s ease-in;
}


.strip-banner:hover{
    outline-offset: -10px;

}


@media only screen and (max-width:767px){
  /*#ChangeToggle{
        padding-top: 15px;
  }*/

    .cta-home-strip p{
        font-size: 15px;
    }
    li#sort-by-selector select{
        background-color: #f9f9f9;
    }
  .strip{
    height: auto;
    width: 100%;
    object-fit: fill;
  }
.navigation-new .close {
  display: none;
}
  .navigation-new .close {
  background: #000;
  opacity: 1;
  color: #FFFFFF;
  /* line-height: 2; */
  position: absolute;
  right: 0px;
  padding: 4px 8px 6px 8px;
  z-index: 9;
  text-align: center;
  top: -15px;
  left: -30px;
  /* width: 24px; */
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -transition-delay: 0.1s;
  }


  .navigation-new .close:hover {
    background: #33bc51;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
  }



  ul.navigation-new {
    top: 300px;
      display: none !important;
}
ul.navigation-new .subhead a{
font-size: 16px;
line-height: 1.5;
margin-top: 10px;
}
ul.navigation-new:hover {
    right: 150px;
    transition: all 1s;
}
.hollow-button .add-card-btn{
  margin: 10px auto;
    text-align: center !important;
    display: block;
}
.add-card-btn{
    width: 70% !important;
    margin: 0 auto;
    display: block;
    text-align: center !important;
}
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.add-card-success{
  font-size: 20px;
  padding: 20px 0;
  /*width: 50%;*/
}
.add-card-btn{
  text-align: center;
    width: 100%;
}
.hollow-button .add-card-btn{
  text-align: center;
}
.add-card-success-white{
  color: #fff;
}
.modal-close span{
  font-size: 30px;
}

/*======== tick ==========*/
.circ{
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 10s;
}
.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
}
.modal-body #tick{
  width: 100px;
  margin: 30px auto 0 auto;
  display: block;
}
/*======== tick ==========*/

/*
--------------- Akshay custom css end----------*/

.no-hover * {
  pointer-events: none;
}


.rc-anchor{
  display: none !important;
}

.grecaptcha-badge {
    display: none;
}
