/*
Theme Name: shop-anlamtv 2026 child
Template: twentytwentyfive
Theme URI: 
Version: 0.0.1
Description: 
Author: Anlamtv
Author URI: 
Tags: 
Text Domain: hueman
Domain Path: /languages
Copyright:
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 5.3
Tested up to: 6.7
*/





/* Main box header ---------------------------------------*/
.main-boxes-wrapper{

    display: block;
    position: relative;

}
ul.main-boxes{

    display:flex;

    max-width:100%;

    /*background: #f8f8f8;*/

    flex-flow: wrap;

    justify-content: center;

    justify-content: space-between;

    padding: 20px;

}

ul.main-boxes >li{
    height: 100%;
    position: relative;
    padding: 40px 0;
    border-radius: 50px;
}

ul.main-boxes >li  >div {

    min-width: 20%;
    text-align: center;
    padding: 80px 10px;
    /* border: 1px solid; */
    border: 1px solid #fff;
    border-radius: 36px;
    word-wrap: break-word;
    text-align: center;
    max-width: 80px;


}

ul.main-boxes >li  >div >a{

    font-size: 52px;
    /* padding: 20px; */
    width: 100%;
    display: flex
;
    flex-flow: column;
    justify-content: center;

}

ul.main-boxes >li  >div >a >i{

    width: 100%;
    margin-bottom: 30px;

    position: relative;
    z-index: 99;
    /*color: #acbad4;*/

}

ul.main-boxes >li  >div  >a > span{

    font-size:1.8rem;

}

/* END Main box header ---------------------------------------*?