/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dir-rtl{
    direction: rtl;
}
.list-unstyled{
    padding-right: 0px;
}
.input-group-btn .btn{
    border-top-left-radius: 3px!important; 
    border-bottom-left-radius: 3px!important;  
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0!important;   
}
.input-group input{
   border-top-left-radius: 0 !important; 
    border-bottom-left-radius: 0!important;  
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;     
}
.padding-top-10{
    padding-top: 10px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.inline-block{
    display: inline-block;
}
.carousel-item img {
width : 100%;
}
.main-menu{
text-align : center;
}
.main-menu img{
height : 110px;
max-width : 100%;
border-bottom: 1px solid #dfdfdf;
}
.main-box-subject {
text-align : center;
}
.main-box-subject img{
height : 230px;
max-width : 100%;
border-bottom: 1px solid #dfdfdf;
}
