 /* Add here all your CSS customizations */

#sub-menu ul li a{color:#66cc33;}
#sub-menu ul li a:hover{color:#fff;}


.form-controlnews {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4b8f31;
    background-color: #fff;
    background-image: none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-news {
    color: #000; padding-left:20px; padding-right:20px;
    background-color:#ecc931;
    border-radius:0px;
}

.homea{color:#000; text-decoration:none; font-size:22px; line-height:1.5;}
.homea a:hover{color:#69bc4c !important; text-decoration:none !important;}


.innertitleh1{font-size:50px; color:#80bb01; font-weight:700;}
.innertitleh1sub{font-size:20px; color:#000; font-weight:600;}

.selectcalls{background:#ede9e0; color:#707070;}

/*box*/


.thumb-info-side-image-custom {
	border: 0 none;
	color: #777;
	margin: 0 0 35px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
	padding: 0;
	margin-right: 30px;
}
.thumb-info-side-image-custom .thumb-info-caption {
	text-align: left;
}
.thumb-info-side-image-custom .thumb-info-caption h4 {
	margin: 30px 0 0;
	padding: 0;
}
.thumb-info-side-image-custom .thumb-info-caption p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
}
.thumb-info-side-image-custom:hover {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
	margin: 0 0 10px 0;
	padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
	padding: 0 10px;
	display: block;
	clear: both;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
	margin: 3px 0 0;
	padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
	margin: 0;
	padding: 0;
}

.homebox{background:#f8f8f8; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20) !important;}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}




.links ul {
    padding-left: 0;
}
.probor{border:solid 1px #e6e6e6; border-radius: 6.99px;}

/* 4 green box */
.bluethumb{background: #f4ac12 !important;}
.orangethumb{background: #f47c12 !important;}
.greenthumb2{background: #00a851 !important;}
.greenthumb{padding:50px 30px; min-height:150px;

 	background: #80bb01; /* For browsers that do not support gradients */
	}

.greenthumb h2{color:#fff; font-weight:600; margin-bottom:5px;}
.greenthumb p{color:#fff; font-size:14px; font-weight:600;}



@media (min-width: 980px) and (max-width:1200px) {
	.greenthumbH{min-height:247px !important;}
}

/* 4 green box end */



/*product social icons*/


.social-icons3 {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons3 li {
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
}

.social-icons3 li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #FFF;
	display: block;
	height:34px;
	line-height:34px;
	width: 34px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
}
.social-icons3 li.social-icons-twitter3 a {
	background: #1aa9e1; color:#fff !important;
}
.social-icons3 li.social-icons-facebook3 a {
	background: #3b5a9a; color:#fff !important;
}
.social-icons3 li.social-icons-plus3 a {
	background: #ff6c00; color:#fff !important;
}
.social-icons3 li.social-icons-googleplus3 a {
	background: #dc4e41; color:#fff !important;
}

/*product social icons end*/




/*cart steps*/

.cartstep {
    background: #5e5e5e;
    height: 6px;
    position: relative;
}

.cartstep-active {
    background: #3bac44;
    height: 6px;
    position: relative;
}

.icon-box.small .icon i {
    font-size: 20px;
    line-height: 47px;
}

.cartstep-cont {
    position: absolute;
    left: 42%;
    top: -25px;
}
.icon-box {
    margin-bottom: 50px;
}

.icon-box.light .icon i {
    color: #ffffff;
}
.icon-box.light .icon i {
    background-color: #3bac44; border:solid 5px #f9f7f2;
}
.icon-box.small .icon i {
    font-size: 20px;
    line-height: 47px;
}
.icon-box .icon i {
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}
.icon-box .icon i {
    font-size: 28px;
    text-align: center;
    line-height: 66px;
    border-radius: 50%;
}
.icon-box .icon a, .icon-box .icon i {
    width: 100%;
    height: 100%;
    color: #333;
}

.icon-box.small .icon {
    height: 56px;
    width: 56px;
}
.icon-box .icon {
    height: 64px;
    position: absolute;
    width: 64px;
}
.icon {
    margin-bottom: 16px;
}
.steps{
	width:100%;
	margin-left:10px;
}

@media (max-width:770px) {
	.csh{min-height:70px;}
}


/*Steps end here */


/*Other classes*/
.borradius50{border-radius: 50px !important;}
.homeh1{font-size:23px; color:#333333; font-weight:700;}
.homeh2{font-size:29px; color:#fff; font-weight:500;}
.greenp{color:#000; line-height:25px;}

.greenbox{background:#ffffff; border-radius:10px; padding:2px; float:left;}
.greenbox img{float:left; padding-left:5px;}
.greenbox a{background:#e6e6e6; color:#000; width:77%; font-size:13px; display:block; float:right; height:66px; line-height:66px; text-align:center; border-radius:0 10px 10px 0; text-decoration:none; font-weight:600;}
.greenbox a:hover{background:#333333; color:#fff;}



@media (min-width: 280px) and (max-width:480px) {
	.greenbox{margin:4% 0;}
	.greenbox a{width:65%; font-size:11px; line-height:20px; padding-top:13px;}
	
	.greenbox2{margin:4% 0;}
	.greenbox2 a{width:60%; font-size:11px; line-height:20px; padding-top:13px;}
}

@media (min-width: 480px) and (max-width:1024px) {
	.greenbox{margin:2% 0;}
	.greenbox a{width:90%; font-size:13px;}
}



.arrow{float:right; width:90px; height:100px;}
.arrow a{color:#fff; background:#68bc28; width:30px; float:left; padding:5px 10px; margin:0 7px;  text-decoration:none;}
.arrow a:hover{color:#fff; background:#040506;  text-decoration:none;}

.borderall{border:solid 1px #dedede;}
.cart-product-name h6 span {
    border: 1px solid #65ce43;
    border-radius: 4px;
    color: #fff; background:#65ce43;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    width: 26px;
}


.section_title .fa {
    background: #65ce43 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    position: relative;
    text-align: center;
    width: 28px;
}

.section_title .fa span {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: -10px;
}

.badge2 {
    background-color: #777777;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}


.borderright{border-right:solid 1px #749e67;}
.borderright2{border-right:solid 1px #ffc240;}
.borderright3{border-right:solid 1px #fb851d;}

.borderleft{border-left:solid 1px #b1dca3;}
.borderbtmnone{border-bottom:none !important;}
.marginetop{margin-top:-30px;}


.prodborderright{border-right:solid 1px #e1e1e1;}
.commentborder{border:solid 1px #e5e5e5; margin-top:35px;}
.commentlable{font-weight:400 !important;}

@media (max-width: 460px) {
	.hidden-xss {
		display: none !important;
	}
	.stepnew{padding:20px 10px !important;}
	.stepnewactive{padding:20px 10px !important;}
	.stepnewactive p{font-size:14px !important;}
	.stepnew p{font-size:14px !important;}
}


@media (max-width: 768px) {
.prodborderright {border-right:solid 1px #fff;}
.containercustom{padding-right: 15px !important; padding-left: 15px !important;}
}

/*cart steps new start*/

.stepnew{background:#f3f3f3; padding:20px 30px; min-height:90px;}
.stepnewactive{background:#191919; padding:20px 30px; min-height:90px;}
.iconnew i {background-color: #64bb48; color:#fff; padding:10px; border-radius:50%; float:left;}
.stepnewactive p{float:left; line-height:50px; font-size:18px; color:#fff; margin-left:10%; margin-bottom:0;}
.stepnew p{float:left; line-height:50px; font-size:18px; color:#191919; margin-left:10%; margin-bottom:0;}
/*cart steps new end*/


.imgthumbnew{width:294px !important; height:180px !important;}

@media (min-width: 1024px) and (max-width:1680px) {
	.imgthumb{width:294px !important; height:180px !important;}
}

@media (min-width: 1160px) and (max-width:1680px) {
	.imgthumb2{width:200px !important; height:180px !important;}
}

@media (min-width: 1024px) and (max-width:1150px) {
	
	.imgthumb2{width:240px !important; height:180px !important;}
}

@media (min-width: 920px) and (max-width:1023px) {
	.imgthumb{width:300px !important; height:180px !important;}
	.imgthumb2{width:230px !important; height:180px !important;}
}

@media (min-width: 680px) and (max-width:920px) {
	.imgthumb{width:300px !important; height:180px !important;}
	.imgthumb2{width:250px !important; height:180px !important;}
}

@media (min-width: 680px) and (max-width:920px) {
	.imgthumb{width:300px !important; height:180px !important;}
	.imgthumb2{width:250px !important; height:180px !important;}
}


@media (min-width: 280px) and (max-width:990px) {
	.signupclass{margin-left:40%;}
}

.noborderradius{border-radius:0px !important;}
.breadcrumb{background:none !important;}

/*cart class*/
.remove a{color:#696e89; text-decoration:none;}
.remove a:hover{color:#ff0000; text-decoration:underline;}

/*header main left margin class*/

.mainLmargin{margin-left:15% !important;}


@media (min-width: 880px) and (max-width:1024px) {
	.mainLmargin{margin-left:4% !important;}
}
@media (min-width: 1025px) and (max-width:1280px) {
	.mainLmargin{margin-left:5% !important;}
}
@media (min-width:1281px) and (max-width:1366px) {
	.mainLmargin{margin-left:8% !important;}
}

@media (min-width:1366px) and (max-width:1466px) {
	.mainLmargin{margin-left:11% !important;}
}

@media (min-width:1466px) and (max-width:1566px) {
	.mainLmargin{margin-left:13% !important;}
}


@media (min-width:1650px) and (max-width:1800px) {
	.mainLmargin{margin-left:17% !important;}
}
@media (min-width:1801px) and (max-width:2000px) {
	.mainLmargin{margin-left:21% !important;}
}
@media (min-width:2001px) and (max-width:2200px) {
	.mainLmargin{margin-left:23% !important;}
}
@media (min-width:2201px) and (max-width:2400px) {
	.mainLmargin{margin-left:25% !important;}
}


/*              header main left margin class end here   */




/*Login or regsiter page*/
.panel{ box-shadow: 0 1px 10px rgba(0,0,0,.3);}
.borderradnone{border-radius:0px !important;}
.panel-body h3{font-size:25px;}
.btn-default:hover {
    background-color: #f7f7f7;
}





#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #3bac44;
}

.scrollbar{	height: 400px;	overflow-y: scroll;}


/*check out price class*/
@media (max-width: 480px) {
	.pclass{padding-top: 0px;}
}
.pclass{padding-top: 60px;}



/*23.12.17*/

.brandscroll{	height:150px;	overflow-y: scroll;}
#style-4::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	background-color: #F5F5F5;}
#style-4::-webkit-scrollbar{width: 6px;	background-color: #F5F5F5;}
#style-4::-webkit-scrollbar-thumb{	background-color: #93ce38;}



.checkcont {display:block; position:relative; padding-left:35px; margin-bottom:12px; cursor:pointer; font-size:15px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select: none;}
.checkcont input {position: absolute; opacity: 0;}
.checkmark {   position: absolute;   top: 0;    left: 0;    height: 20px;   width: 20px; background-color: #eee; border:solid 2px #80bb01;}
.checkcont:hover input ~ .checkmark {   background-color: #fff; border:solid 2px #80bb01;}
.checkcont input:checked ~ .checkmark {   background-color: #80bb01;}
.checkmark:after {    content: "";    position: absolute;    display: none;}
.checkcont input:checked ~ .checkmark:after {    display: block;}
.checkcont .checkmark:after {left:5px; top:3px; width:5px; height:10px; border:solid white; border-width:0 3px 3px 0; -webkit-transform:rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}



/*ribbon effect*/
.pricing-ribbon h5 {color: #fff; background:#E66D00; transform: rotate(-45deg); width: 190px;
    left: -60px; text-align:center;  line-height: 40px; z-index:50;  margin: 0;  position: absolute;  text-transform: uppercase;   top: 15px;}
.overflow-hidden { overflow: hidden !important;}


.limited-ribbon h5 {color:#fff; background:#e90c0c; transform:rotate(-45deg); width:190px; font-size:10px; left:-66px; text-align:center; line-height:33px; z-index:50; margin:0; position:absolute;  text-transform: uppercase; top:15px;}

.sale-ribbon h5 {color:#fff; background:#71bf15; transform:rotate(-45deg); width:190px; font-size:12px; left:-60px; text-align:center; line-height:33px; z-index:50; margin:0; position:absolute;  text-transform: uppercase; top: 15px;}

.new-ribbon h5 {color:#fff; background:#000; transform:rotate(-45deg); width:190px; font-size:12px; left:-60px; text-align:center; line-height:33px; z-index:50; margin:0; position:absolute;  text-transform: uppercase; top: 15px;}


/*coupon effect*/
.cpnbord{border:dotted 3px #80bb01 !important;}
.pcpn{background:#d7e8b3; height:34px;}
.pcpn p{line-height:34px; color:#000}
.sidebar.shop-sidebar .panel.panel-default .panel-bodynew{padding:0 !important;}

.specbord{border:dotted 3px #000 !important;}


/*our brand*/
.brandimgH a img{height:120px !important;}

/*22.03.18*/
.containerlg {
    width:88%;
}

/*
@media (min-width: 992px)
.container {
    width: 970px;
}

@media (min-width: 768px)
.container {
    width: 750px;
}
*/


.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    
}

.dropdown-content {
    display: none; list-style:none !important; padding-left:0px !important;
    position: absolute;
    background-color: #fff;
    width: 100% !important;
    overflow:scroll; left:0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.dropdown-content ul li{padding:0 !important; list-style: none !important;}
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a{padding: 1px 8px !important;}


/*new classes 14.05.18*/

@media (min-width: 992px){
.col-md-2new {width: 13.66666667% !important;}
}

.custom-parallax-medium-padding {
    padding: 128px 0 !important;
}

/*new classes 20.06.18*/

/* contact us */

.custom-min-height-1 {
    min-height: 190px;
}
.custom-text-color-1 {
    color: #818898 !important;
}
.custom-list-style-3 {
    padding: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.custom-list-style-3 li {
    list-style: none;
}
.custom-list-style-3 li .title {
    display: inline-block;
    width: 80px;
    font-weight: 600;
}

.custom-list {
    padding: 0;
}
.custom-list li {
    list-style: none;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.text-center {
    text-align: center!important;
}
.d-none {
    display: none!important;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.custom-form-style .form-control-custom {
    position: relative;
    margin-bottom: 10px;
}
.custom-form-style .form-control-custom > i {
    position: absolute;
    top: 16px;
    left: 0;
    color: #FFF;
}
.custom-form-style .form-control-custom .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 10px 10px 30px;
    box-shadow: none;
    color: #FFF;
}
.custom-form-style.contact-page .form-control-custom .form-control {
    height: auto;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.form-control::-moz-placeholder {
    color: #fff !important;
}
.form-control::-webkit-input-placeholder {
    color: #fff !important;
}

/* service page */
.custom-list-style-1 li {
    list-style: none;
    line-height: 2.5;
}
.custom-list-style-1 {
    padding: 0;
}

/* product category page */

.text4a9634{color:#4a9634;}
.line-height20{line-height:40px !important;}
.pcpara{border:solid 1px #4a9634; border-radius:50px;}


/* 05.09.19 foot keywords */
.footkey{background:#fff; padding:15px 0 0 0;}

























