/*
Template Name:agricultural
File: Layout CSS
Author: Templates On Web
Author URI: http://templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/



/********************* shop_main ****************/
#shop_main{ 
 background-image: url(../img/44.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 }
.shop_main_3{ 
 padding-top:150px;
 padding-bottom:150px;
 background-color: rgb(31 43 59 / 56%);
 }
.shop_main_2 ul{ 
 text-align:right;
 padding-top:15px;
 }
.shop_main_2 li{ 
 display: inline;
 padding-right: 10px;
 color: #fff;
 font-size: 20px;
 }
.shop_main_2 h2{ 
 color:#fff;
 }
/********************* shop_main_end ****************/
/********************* shop_end ****************/
#shop{ 
 padding-top:30px;
 padding-bottom:40px;
}
.shop_3{ 
 text-align: center;
 border: 3px solid #77b81e;
 background-color: #0a0a0acc;
 padding: 10px 10px 0px 10px;
 margin-bottom:10px;
}
.hr_1{
 margin-top: 10px;
 margin-bottom: 10px;
 border-top: 1px solid #77b81e;
 border-width: 2px;
 width: 25%;
}
.shop_3:hover .hr_1{
 border-top: 1px solid #fff;
}
.shop_3 h3{ 
 padding-top: 10px;
 color: #fff;
}
.shop_3 p{ 
 color: #fff;
}
.shop_3:hover{ 
 background-color: #77b81e;
}
.shop_4 ul{  
 text-align:center;
 padding-top:20px;
 }
.shop_4 li{  
 display:inline;
 margin-right:10px;
 }
.well_1{ 
 border: 1px solid #77b81e;
 background-color: #77b81e;
 color: #fff;
 padding: 10px 15px 10px 15px;
 }
.well_2 a{ 
 border: 1px solid #000;
 color: #000;
 padding: 10px 15px 10px 15px;
 font-weight:bold;
 }
.well_2 a:hover{ 
 border: 1px solid #77b81e;
 color: #fff;
 background-color: #77b81e;
 }
/********************* shop_end ****************/





@media screen and (max-width : 767px){
.shop_main_3 {
 padding-top: 50px;
 padding-bottom: 50px;
}
#shop_main {
 background-attachment: inherit;
 text-align:center;
}
.shop_main_2 ul {
 text-align: center;
}
}

@media (min-width:470px) and (max-width:767px) { 

}
 
@media (min-width:768px) and (max-width:960px) { 
.shop_3 h3 {
 font-size: 20px;
}
} 

 
@media (min-width:961px) and (max-width:1200px) {
.shop_3 h3 {
 font-size: 20px;
}
}

@media (min-width:1201px) and (max-width:1320px) {

}