hr { display:block;position: relative;height:75px;line-height:75px;outline: 0;border: 0;color: #707070;text-align: center;opacity: .5;}
hr:before {
  content: '';position: absolute;top:50%;left: 0; width: 100%;height: 1px;
  background: linear-gradient(to right, transparent, #707070, transparent);
}
hr:after { content: attr(data-content); position: relative;display: inline-block;background:#FFFFFF;padding: 0 5px; }


fieldset .table tr td { padding-left: 0px;padding-right: 0px; }
fieldset .table tr th { padding-left: 0px;padding-right: 0px; background:none;}

@-webkit-keyframes cart {
    100% { right: 0px; }
}
@keyframes cart {
    100% { right: 0px; }
}


@-webkit-keyframes alertify {
    0% { opacity: 0; -webkit-opacity:0; }
    100% { opacity: 1; -webkit-opacity:1; }
}
@keyframes alertify {
    0% { opacity: 0; -webkit-opacity:0; }
    100% { opacity: 1; -webkit-opacity:1; }
}



.m0 { margin:0px !important; }
.m25 { margin:25px 0px; }
.m30 { margin:30px 0px; }
.m50 { margin:50px 0px; }
.m100 { margin:100px 0px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px !important; }
.mt25 { margin-top:25px !important; }
.mt75 { margin-top:75px !important; }
.mb10 { margin-bottom:10px !important; }
.mb25 { margin-bottom:25px !important; }
.mb15 { margin-bottom:15px !important; }
.mb30 { margin-bottom:30px !important; }
.mb50 { margin-bottom:50px !important; }
.mb100 { margin-bottom:100px !important; }
.pb0 { padding-bottom: 0px !important; }
.p15 { padding:15px 0px; }
.plr0 { padding-left:0 !important;padding-right:0 !important; }
.b0 { border:none !important; }
.bb1{ border-bottom:1px solid #EEE; }
.link { color:#7a92bb !important; }
.black { color:#111; }
.fa-10px{ font-size:10px; }
.count { display:block;padding: 10px 0px;font-size: 12px; }
.overflow { overflow: hidden; }
.overlay{ display: none;position: fixed;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;z-index: 7777; }
.go_top { display:none;position:fixed;bottom:30px;right:30px;background:#FDFDFD;color:#333333;padding:10px;border:1px solid #EEEEEE;border-bottom:2px solid #DDDDDD;border-radius:4px;font-size:12px;text-align:center;z-index: 5555;cursor: pointer; }
.go_top .fal { font-size:11px;margin-right: 5px; }
.agreement { display: block !important;background:#FFFFFF;border:1px solid #ebebeb;padding:15px;width:100%; }
.agreement a { font-weight: 500;text-decoration: underline; }
.name { display:block;font-size:15px;font-weight: 300;color:#191919; }
.price{ font-weight: 500; color:#1a191a; }

.loader { display:flex;align-items:center;justify-content: center; position: fixed;top:0;left:0;background:#FFFFFF;color:#143a84;font-size:30px;width:100%;height:100%;z-index: 999999; }

.rating { display: inline-flex;align-items: center;}
.rating input { display: none; }

.rating label { cursor: pointer;font-size:17px !important;margin:0 !important; color:#f0ad4e !important; }
.rating label.active .fa-star { font-weight: bold; }



.empty, .success , .failed  { padding:50px 0px;line-height:1;text-align: center; }
.empty i[class*="fa-"] { display: block;font-size:30px;margin-bottom:10px; }
.empty p { font-size:14px !important; }


.success .fal, .failed .fal { display:inline-block;;height:75px;line-height:75px;font-size:26px;width:75px;border-radius:100%; margin-bottom:20px;  }
.success h1, .failed h1 { display: block;margin-bottom:10px;font-size:25px;font-weight:bold; }
.success p, .failed p  { display: block;font-size:16px;color:#343434; }
.success a, .failed a { display:block;font-weight: 500;font-size:15px;color:#666666; }
.success .fal { border:2px solid #2ecc71; color:#2ecc71; }	
.failed .fal { border:2px solid #e74c3c; color:#e74c3c; }


ul.address li { margin-bottom:5px;font-size:13px; }
ul.address li:first-child { font-weight: 500;font-size:14px;color:#444444; }
ul.address li:last-child { margin-bottom:0px; }

ul.address + ul.address { margin-top:15px;padding-top:15px;border-top:1px solid #ebebeb; }

ul.order { position: relative; border:1px solid rgba(0,0,0,.03);padding:20px 25px;color: #7a7a7a;margin-bottom:20px;font-size:13px;border-radius: 5px; }
ul.order li { margin-bottom:5px; }
ul.order li:last-child { position: absolute;bottom:-10px;left:calc(50%-10px); margin-bottom:0px; }
ul.order li:last-child .btn-default { background: #F9F9F9; }


.account a { display:block;padding:30px 0px;border:1px solid #ebebeb;margin-bottom:30px;text-align: center; }
.account a [class*=fa-] { display: block;font-size:20px;margin-bottom:5px; }
.variant{ display:block;padding-bottom:5px;font-size: 12px;color: #666666; }

@keyframes warning {
	0% { background:rgba(252, 227, 227, .25); border-color:rgba(252, 227, 227, .25); }
	40% { background:rgba(252, 227, 227, .75);border-color:rgba(252, 227, 227, .75); }
	60% { background:rgba(252, 227, 227, .75); border-color:rgba(252, 227, 227, .75); }
	100% { background:rgba(252, 227, 227, .25); border-color:rgba(252, 227, 227, .25); }
}


.page404 { 
	position: absolute;top:0;bottom:0;left:0;right:0;
	display: flex;align-items: center;justify-content: center;flex-direction: column;
	font-size:14px;width:100%;height:100%;
}
.page404 strong { font-size:75px;font-weight: 900; }
.page404 span { margin-bottom:5px; }
.page404 small { margin-bottom:15px; }
       

.overline { text-decoration: line-through; }


ul.list { margin:0px !important; }
ul.list li { display: block;position: relative;padding:5px 0px;color: #232323; font-size: 13px; font-weight: 400; }
ul.list li:last-child { border-bottom:0px; }


ul.list.icon li { display: flex;align-items: center;font-size:13px;font-weight: 400;border:0px;padding:0px 0px 5px 0px;  }
ul.list.icon li .fa{ display: block; width: 35px; height: 35px;line-height: 35px;color:rgba(137,137,137);border: 1px solid #d0d0d0; border-radius: 100%;font-size:15px;text-align: center;margin-right:10px;  }

ul.review {  font-size:13px; }
ul.review li { display: inline-flex; color:#AAAAAA; }
ul.review li .fa-star { margin-right:2.5px;color:#EEEEEE; }
ul.review li .fa:first-child { margin-right:5px; }



.stars .fa-star { margin-right:2.5px;color:#EEEEEE; }
.stars .fas{ color:#f0ad4e !important; }

.comments .item{ padding-bottom:25px;margin-bottom:25px;color:#666666;font-size:13px;border-bottom:1px solid #F5F5F5; }
.comments .item:last-child { padding-bottom:0;margin-bottom: 0;border-bottom:0; }
.comments .stars { margin-bottom:10px;font-size:13px; }
.comments ul.meta { margin-top:10px; }
.comments ul.meta li{ display: inline-block; padding-right:8px; margin-right:8px;font-size: 12px; color: #999999; border-right:1px solid #BBBBBB; }
.comments ul.meta li:last-child{ border-right:0px; }

.checkbox , .radio  { position:relative;display:inline-flex;align-items: center;margin:0px;cursor: pointer; width:100%; }


.checkbox input, .radio input { 
	position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important;
}
.checkbox > span, .radio > span {
	display:inline-block;background:#FFFFFF;border:1px solid #DDDDDD;
	margin-right:10px;font-size:11px;text-align: center;color:#FFFFFF;
	width: 18px; height: 18px;line-height:18px;min-width: 18px;z-index: 1;
}
.checkbox > span:before, .radio > span:before{
	content: "\f00c";
	display: inline-block;
	font-family: Font Awesome\ 5 Pro;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.checkbox input:checked + span, 
.radio input:checked + span { background: #f7a61d;border-color:#f7a61d;color:#FFF;  }

.radio input + span { border-radius:100%; }
.checkbox input + span { border-radius:3px; }


.btn-fav:hover, .btn-fav.active .fa-heart { color:#f27a1a;font-weight: 900; }


.top{ position:absolute;top:0;left:0;right:0;background:rgba(0,0,0,.2);color:#FFFFFF;border-bottom: 1px solid rgba(255,255,255,.1);font-size:12px;z-index: 1000; }
.top .container { display: flex;align-items: center;justify-content: center; }
.top .right { margin-left:auto; }

.top ul { display: flex;align-items: center;padding:10px 0px; }
.top ul li a{ display:block;color:#FFFFFF; }

.top .left ul li:first-child a { margin-right:10px;padding-right:10px;border-right: 1px solid #DDDDDD; }

.top .right ul li a { padding-left:10px; }

.index .navbar-default { background: rgba(0,0,0,.2); }

.navbar-default { display: flex;align-items: center;position:absolute;top:35px;left:0;right:0;color:#FFFFFF; width: 100%;z-index: 1000;  }
.navbar-default .container { position:relative;display: inline-flex;align-items: center; }

.navbar-brand{ display: block; position: relative;width:200px;max-width:200px;min-width:200px;margin-right: 30px;padding:20px 30px 15px 0px;text-align: left;font-size:40px;line-height:40px;font-weight:bold;color:#FFF;}



.navbar-form .dropdown-menu { position: static;width: 100%;max-height: 400px;overflow-y:scroll; }
.navbar-form .dropdown-menu li a:hover { background:none; }
.navbar-form .dropdown-menu li a{ display: flex;align-items: center;padding:15px;border-bottom:1px solid #F9F9F9; }
.navbar-form .dropdown-menu img { width: 60px;max-width: 60px; }
.navbar-form .dropdown-menu .right{  padding-left:15px;position: relative;overflow: hidden; } 

.navbar-form .dropdown-menu strong{ display: block;font-size: 15px;font-weight: 300;letter-spacing: -.5px;}




.navbar-default .navbar-right { text-align: right;margin-left: auto; }
.navbar-default .navbar-right > li { float:none;display: inline-block;margin-left:10px; }
.navbar-default .navbar-right > li > a { 
	display: block;
	position: relative;
	padding:10px 0px 10px 10px;
	font-size:15px;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: .5px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease; 
}
.navbar-default .navbar-right > li > a:hover { color:#4cd137; }
.navbar-default .navbar-right > li > a > span { 
	display:inline-block;background:#009623;color:#FFFFFF;font-size:11px;padding:2px 4px;
	border-radius:4px;text-align: center;z-index: 4444;
}


.main { position:relative;height: 100vh; }
.main:before { content:'';position: absolute;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height: 100%;z-index: 50; }
.main::after {
    content:'';
    position: absolute;top: auto;bottom:0;left: 0;right: 0;
    background: url(../images/bottom.png) repeat-x scroll center bottom;
    background-size: auto;height: 50px;width: 100%;z-index: 51;
}

.main .title{ 
    display: flex;align-items: center;justify-content: center;flex-direction: column;
    position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 666; 
}



.main .title span {  display: block;font-family:"Great Vibes", Helvetica, sans-serif;font-size:50px;line-height:40px;color: #FFF; }

.main .title strong { position: relative;display: block;font-size:30px;color: #fff;font-weight: 800;}



.showroom { margin-top:100px; }
.showroom .title { background:url(../images/separator.png) center bottom no-repeat; margin-bottom:45px;padding-bottom:55px;text-align: center;}

.showroom .title span {  display: block;font-family:"Great Vibes", Helvetica, sans-serif;font-size:60px;line-height:40px;color: #009623;z-index: -1; }

.showroom .title strong { position: relative;display: block;background:#FFFFFF;font-size:30px;color: #111111;font-weight: 800;}

.showroom .row { display:inline-flex;align-items: center;justify-content:center;margin:0;width: 100%;  }
.showroom .row + .row { margin-top:15px;  }
.showroom .row .item { flex:1;flex-grow: 1;margin-right:15px; }
.showroom .row .item:last-child { margin-right:0px; }


.owl-buttons  {display: block;padding:30px 0 0 0;text-align: center;}
.owl-buttons a { display: inline-block;padding:5px 10px;letter-spacing:1px;font-weight:500;font-size:11px;color:#999999;border:2px solid #EEEEEE;border-radius: 30px;transition: all .5s ease; }
.owl-buttons a:hover { color:#777777;border:2px solid #CCCCCC;}

.showroom.bg { position: relative; padding:100px 0px 60px 0px;margin-top:100px;overflow: hidden; }
.showroom.bg:before { 
  content:'';position:absolute;top:0;left:0;right:0;
  background:url(../images/sliders/slider2.webp) center center no-repeat; 
  background-size: 100%;height:450px;z-index: -1;
}
.showroom.bg .single { background: #FFFFFF;border-bottom:2px solid #ebebeb; }
.showroom.bg .title { background:none;margin-bottom:30px;padding-bottom:30px; }
.showroom.bg .title span { position: relative;background: none;color:#FFFFFF;z-index: 55; }
.showroom.bg .title strong { position:relative;background: none;color:#FFFFFF;text-shadow: 2px 2px 2px rgba(0,0,0,1); z-index: 66;}
.showroom.bg .title p { display:inline-block;font-size: 14px;color: #F5f5f5;font-weight:300;max-width: 500px;letter-spacing: .5px;line-height: 17px; }



.banners .title { background:url(../images/separator.png) center bottom no-repeat; margin-bottom:45px;padding-bottom:55px;text-align: center;}

.banners .title span {  display: block;font-family:"Great Vibes", Helvetica, sans-serif;font-size:60px;line-height:40px;color: #009623;z-index: -1; }

.banners .title strong { position: relative;display: block;background:#FFFFFF;font-size:30px;color: #111111;font-weight: 800;}


.banners .content { display:flex;align-items:center;justify-content:center; }
.banners .item { position:relative;overflow:hidden;flex:1;flex-grow: 1;cursor: pointer;}

.banners .item figure img {width:100%;max-height:100%;transition:all .2s ease; }
.banners .item:hover figure img { transform: scale(1.1); } 
.banners .item figure { height:auto; }
.banners .item figure::before,
.banners .item figure::after {
    background-size: auto;
    content: "";
    width: 50px;
    position: absolute;
    top: 0px;
    bottom:0px;
    z-index: 5;
}

.banners .item figure::before { background: url(../images/border-left.png) repeat-y scroll center bottom; left:0;right:auto;}
.banners .item figure::after { background: url(../images/border-right.png) repeat-y scroll center bottom; right:0;left:auto;}


.banners .item::before, .banners .item::after {
    background: url(../images/bottom.png) repeat-x scroll center bottom;
    background-size: auto;
    bottom: -1px;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 5;
}

.banners .item::before {  top:-1px;bottom:auto;-webkit-transform: scale(-1, -1);transform: scaleY(-1, -1); }


.banners .item .heading {text-shadow: 1px 1px 2px #000; position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:800;letter-spacing:1px;color:#FFF; }



.cures { position: relative;display: block;padding:150px 0px;margin: 150px 0px 80px 0px;background:#FFFFFF url(https://www.rdsmme.com/wp-content/uploads/2022/03/AgricturalSprayer-scaled.jpg) center center no-repeat;background-size:100%; }
.cures::before, .cures::after {
    background: url(../images/bottom.png) repeat-x scroll center bottom;
    background-size: auto;
    bottom: 0px;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1;
}

.cures::before {  top:0;bottom:auto;-webkit-transform: scale(-1, -1);transform: scaleY(-1, -1); }
.cures .background{ position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4); }

.cures .row { display: flex; align-items: center; justify-content: center; text-align: center; }
.cures .left { padding:0 40px; }

.cures .title span {  display: block;font-family:"Great Vibes", Helvetica, sans-serif;font-size:60px;line-height:40px;color: #FFFFFF;z-index: -1; }

.cures .title strong { position: relative;display: block;font-size:30px;color: #FFFFFF;font-weight: 800;text-shadow: 6px 6px 0px rgba(0,0,0,0.2);}

.cures .left p { display: block;color: rgba(255,255,255,1);margin: 15px 0; line-height: 19px;font-size: 14px;font-weight:300;letter-spacing: .5px; }

.cures .left .btn { 
	display: inline-block;
    color: #FFFFFF;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    background: #009623;
    padding: 12px 25px;
    transition: all 0.1s ease-in-out 0s;
    font-size:12px;font-weight: 300;
 }

.cures .left .btn:hover { background: #009623; }

.cures .right .item, .cures.list .item { position:relative;display:block;padding:10px 10px 0px 10px;background: #FFFFFF;cursor: pointer; transition: all 0.1s ease-in-out 0s; border-radius: 4px;}
.cures .right .item:hover, .cures.list .item:hover { color:#009623; }
.cures .right .item .title, .cures.list .item .title { display:block;padding:10px 0px;font-weight: 500;letter-spacing: .5px; }
.cures .item img { border-radius: 4px; }

.cures.list .row { display: block; }
.cures.list { background: none;padding:0; }
.cures.list::before, .cures.list::after { display: none !important; }
.cures.list .item { background: #FCFCFC;border:1px solid #FAFAFA;margin:15px 0px;border-radius: 4px; }
.cures.list .item:hover { background: #F9F9F9; }

.blog { padding:25px 0 0 0 ; margin-top:100px;}

.blog .title { background:url(../images/separator.png) center bottom no-repeat; margin-bottom:45px;padding-bottom:55px;text-align: center;}

.blog .title span {  display: block;font-family:"Great Vibes", Helvetica, sans-serif;font-size:60px;line-height:40px;color: #009623;z-index: -1; }

.blog .title strong { position: relative;display: block;background:#FFFFFF;font-size:30px;color: #111111;font-weight: 800;}


.blog .item { position:relative;background: #FFFFFF;text-align: center; }

.blog .item .entry {  display: block; padding:25px; border:1px solid #F1F1F1;border-top:0px;overflow: hidden;  }

.blog .item img { width: 100%; }

.blog .item time { display: block; margin-bottom:10px;font-size:13px; color: #ababab; }
.blog .item h6{ font-weight: bold;letter-spacing:.5px;font-size: 18px;color: #4c4c4c;margin-bottom:10px;text-align:center;display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;}
.blog .item p { display:block;font-size:14px;font-weight:300;letter-spacing:.5px;line-height: 20px;padding:0px; }
.blog .item a { display: block; }

.blog.list .item { display: inline-flex;align-items: center;padding:25px;margin-bottom:30px;border:1px solid #F1F1F1; }
.blog.list .item .entry { border:0;padding:0 0 0 25px;text-align: left; }
.blog.list .item h6 { margin-bottom:5px;text-align: left; }
.blog.list .item figure { min-width: 180px; }
.blog.list .item time { margin-bottom:5px; }



.video { position: relative;display: block;padding:180px 0 170px 0px;margin: 80px 0 50px; background:url(../images/hero.jpg) center center repeat-x;background-size:cover;text-align: center; }
.video::before, .video::after {
    background: url(../images/bottom.png) repeat-x scroll center bottom;
    background-size: auto;
    bottom: 0px;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 0;
}

.video::before {  top:0;bottom:auto;-webkit-transform: scale(-1, -1);transform: scaleY(-1, -1); }


.video .row { display: inline-flex;align-items: center;justify-content: center;width: 100%; }

.video .left span {  display: block;font-family:"Great Vibes", Helvetica, sans-serif;font-size:60px;line-height:40px;color: #FFFFFF;z-index: -1; }

.video .left strong { position: relative;display: block;font-size:30px;color: #FFFFFF;font-weight: 800;text-shadow: 6px 6px 0px rgba(0,0,0,0.2);}

.video .left p { display: block;color: rgba(255,255,255,.9);margin: 15px 0; line-height: 19px;font-size: 14px;font-weight:300;letter-spacing: .5px; }

.video .right{ padding:0px 40px; }
.video .player { 
	position: relative;display: flex;align-items: center;justify-content: center;height:300px;
	background:url(../images/video.jpeg) center center no-repeat;background-size:cover;
	-webkit-box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    -moz-box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    
}

.video .player:before { content:'';position: absolute;top:0;left:0;background:rgba(0,0,0,.3);width: 100%;height:100%; }

.video .player a {display: block;width:50px;height:50px;line-height: 50px;background: rgba(251,159,56,0.8);border-radius:100%;text-align:center;color:#FFFFFF;z-index: 555; }





.page, .page p, .post, .post p { font-size:15px;font-weight: 300;letter-spacing: .4px;line-height: 1.4;margin-bottom:30px;text-align: justify;  }
.page p:last-child, .post p:last-child { margin-bottom:0px; }
.page ul, .page ol, .post ul, .post ol{ padding-left:30px; }
.page ul li, .post ul li{ list-style-type: disc; }
.page ol li, .post ol li{ list-style-type: lower-latin; }

.page { padding:30px 0px; }
.page p { padding:0px; }
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 { margin-top:0;margin-bottom:15px;font-weight:600;text-align:center; }


.blog .time { display:block;font-size:13px;margin-bottom:10px;text-align: center; }
.blog .title { display:block;margin:0 0 50px 0;padding-bottom:50px;font-size:25px;font-weight:bold;color: #1a1f2b;text-align: center; }
.blog .image { float:left;width:350px;margin-right:25px; }

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 { margin-top:0;margin-bottom:15px;font-weight:600;color:#666666;text-align:left; }

.post .title { display:block;border-bottom:1px solid #F9F9F9;margin:0 0 20px 0;padding-bottom:20px;font-size:25px;font-weight:bold;color: #1a1f2b;text-align: center; }
.post .image { float:left;width:300px;margin-right:15px; }

.post .meta { font-size:13px;margin-top:30px;}
.post .tags a { color:#61c2d0; }
.post .date { text-align: right; }




.single { position: relative;display: block;padding:10px 15px 20px 15px;border:1px solid #F5F5F5; text-align: center; }
.single a { display: block;}
.single figure { 
	display: flex;
	align-items: center;
	justify-content:center; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height:200px; 
}

.single img { max-height: 175px;max-width:100%;transition: all .5s ease; }

.single figure img.front { display: block; }
.single figure img.back { display: none;visibility: hidden;opacity: 0; }

.single:hover img.front { display:none;opacity: 0;visibility: hidden; }
.single:hover img.back { display:block;opacity: 1;visibility: visible; }

.single .name { position:relative;font-size:16px;padding:10px 0px 0px 0px;font-weight:300; }
.single .price { margin-left: auto; }
.single .btn-fav { position: absolute;right:0px;top:0px; background:none;color:#111111;font-size:15px;padding:15px; }
.single .badge { position: absolute;top:15px;left:15px;background: #ff4747;border-radius: 4px;z-index: 666; }
.single .old { display:block;text-decoration: line-through;color: #BBBBBB;font-size:12px;font-style: normal;margin-bottom:5px; }
.single .old + .price { font-size:15px; }




.single .btn { 
	display: block;
	border: 2px solid #ebebeb;
	color: #00a848;
	padding: 8px 10px;
	margin:15px 0px 5px 0px;
	border-radius: 50px;
	background: none;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: .5px;
	transition: all 0.1s ease-in-out 0s;
	width: 100%;
}
.single .btn:hover { background: #00a848;border-color:#00a848;color:#FFFFFF; }

.single + .single {margin-top:15px;}



.contacts .left, .contacts .right { width:45%; }
.contacts .left { margin-right:10%; }

.contacts .left .form-control { background: #FAFAFA; }
.contacts .right .item { background:#FAFAFA;padding:18px 0px;letter-spacing: .5px;margin-bottom:30px;font-size:13px;text-align: center; }
.contacts .right .far { display:block;font-size:25px;color:#333333;margin-bottom:15px; }


.map { margin-top:60px; }
.map iframe { width:100% !important;height:340px !important; }







.footer { background: #FFFFFF;color: #555555;padding:80px 0 80px 0;margin-top:50px;border-top:1px solid #ebebeb; }
.footer .logo  { display: block;margin-bottom:30px; }
.footer .logo img { min-width:200px;max-width:200px;width:200px; }
.footer h6 { display: block;padding:5px 0 15px 0px;font-size: 15px;letter-spacing:.5px;font-weight: bold;color:#1c0e4a ; margin-top:50px; }
.footer p { display: block;font-size: 14px;color: #999999; padding:10px 30px 10px 0;}

.footer ul li { margin-bottom:5px;font-size: 14px;color:#999999; }
.footer ul li:last-child { margin-bottom:0px; }
.footer ul li a{  display:block;font-size: 14px;color:#999999; }
.footer ul li a:hover{  text-decoration: underline; }

.footer ul.socials li { display:inline-block;margin-right: 5px; }
.footer ul.socials li a  { display: block;text-align: center;text-decoration: none !important; } 
.footer ul.socials li a .fab { 
    display: block;position: relative;font-size:13px;
    width:30px;height:30px;line-height: 30px;color:#FFFFFF;border-radius: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; transition: all .4s;
}
.footer ul.socials li a:hover .fab { transform: rotate(360deg); }

.footer ul.socials li a .fa-facebook-f { background: #3b5999; }
.footer ul.socials li a .fa-instagram { background: #e4405f; }
.footer ul.socials li a .fa-twitter { background: #55acee; }
.footer ul.socials li a .fa-youtube { background: #cd201f; }
.footer ul.socials li a .fa-pinterest { background: #c8232c; }
.footer ul.socials li a .fa-linkedin-in { background: #0077B5; }




.footer ul.contacts  { margin:0px; }
.footer ul.contacts li { display: flex;align-items: flex-start; }
.footer ul.contacts li span { display:block;font-weight:bold;min-width:80px; }

.footer .row + .row { display:inline-flex;align-items:center;justify-content:center;margin-top:60px;width:100%; }
.footer .row + .row .col-md-9{ margin-left:auto; }


.newsletter form { position: relative; }
.newsletter input { background:#ffffff;padding:10px;font-size:13px;border:1px solid #ebebeb; }
.newsletter button { display: inline-block;position:absolute;right:0;top:0; padding: 10px;color:#FFFFFF;background:#143a84;border:none;border-radius: 0 4px 4px 0; }

.copyright {  border-top:1px solid #ebebeb; font-size: 12px; padding:15px 0px; text-align: center; }

.copyright a { color:#869fb1; }

@media (min-width:767px) {

	.navbar-right li.open a + .megamenu { margin-top:20px;left:15px;right:15px;visibility: visible;opacity: 1;z-index: 999; }
	.megamenu { 
		position: absolute;left:-99999px;right:99999px;
		background: #FFFFFF;text-align:center;
		padding:25px 25px 15px 25px;
		visibility: hidden;opacity: 0;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
		transition: all .1s ease;
		z-index: -1;
	}
	.megamenu > .row { display: inline-flex;align-items: center;justify-content: center;width: 100%; }
	.megamenu > .row + .row { margin-top:15px; }
	.megamenu > .row .category { 
		flex:1;flex-grow:1;
		margin:5px 5px 10px 5px;
		font-size:14px;
		letter-spacing:.5px;
		text-overflow: ellipsis;
		white-space: nowrap;
		transition: all .5s ease;
		overflow: hidden; 
	}
	.megamenu .category figure { 
		display: flex;
		align-items: center;
		justify-content:center; 
		height: 125px;
		border:1px solid #F1F1F1;
		transition: all .5s ease;
		margin-bottom:10px; 
	}


	.megamenu .category:hover  {color:#009623; } 
	.megamenu .category:hover figure { border-color:#009623;color:#009623; } 

	.megamenu .category figure img { max-height: 100%; }



}
