html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
.section_device,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
.section_device {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    text-align: center;
    color: #868e96
}

html,
body {
    height: 100%
}

.cf:before,
.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

:root {
    --ltn__primary-color: #565656;
    --ltn__secondary-color: #219ebc;
    --ltn__heading-color: #010101;
    --ltn__paragraph-color: #000000;
    --ltn__body-color: #666666;
    --ltn__primary-color-2: #041113;
    /* Darken */
    --ltn__primary-color-3: #133236;
    /* Lighten */
    --ltn__secondary-color-2: #E55472;
    /* Darken */
    --ltn__secondary-color-3: #fb8500;
    --ltn__secondary-color-4: #051e3c;
    --ltn__secondary-color-5: #E55472;
    /* Lighten */
    /* Google Fonts */
    --ltn__heading-font: 'Montserrat', sans-serif;
    --ltn__paragraph-font: 'Poppins', sans-serif;
    --ltn__body-font: 'Montserrat', sans-serif;
    --ltn__google-font-3: 'Lora', serif;
    /* Footer  */
    --ltn__color-1: #8cb2b2;
    --ltn__color-2: #ACD2D8;
    --ltn__color-3: #A3BCC0;
    --ltn__color-4: #84A2A6;
    /* Gradient Colors */
    --gradient-color-1: linear-gradient(90deg, rgba(242, 139, 194, 1) 0%, rgba(216, 177, 242, 1) 50%);
    --gradient-color-2: linear-gradient(to top, rgba(7, 28, 31, 0) 0%, rgba(7, 28, 31, 1) 90%);
    --gradient-color-3: linear-gradient(to bottom, rgba(7, 28, 31, 0) 0%, rgba(7, 28, 31, 1) 90%);
    --gradient-color-4: linear-gradient(to top, rgba(242, 246, 247, 0) 0%, rgba(242, 246, 247, 1) 90%);
    /* Background Colors 1, 2, 3, 4, 5 */
    --section-bg-1: #F9F9F9;
    /* White */
    --section-bg-2: #071c1f;
    /* Black */
    --section-bg-5: #272829;
    /* Black */
    --section-bg-6: #FDFDFD;
    /* White */
    /* Border Colors */
    --border-color-1: #f0f0f0;
    /* White */
    --border-color-2: #1e2021;
    /* Black */
    --border-color-3: #576466;
    /* Black */
    --border-color-4: #eb6954;
    /* Red */
    --border-color-5: #bc3928;
    /* Red */
    --border-color-6: #103034;
    /* Black */
    --border-color-7: #d1dae0;
    /* White */
    --border-color-8: #f6f6f6;
    /* White */
    --border-color-9: #e4ecf2;
    /* White */
    --border-color-10: #ebeeee;
    /* White */
    --border-color-11: #ededed;
    /* White */
    --border-color-12: #e1e6ff;
    /* White */
    /* Box Shadow Colors */
    --ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    --ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
    /* like border */
    --ltn__box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, .28);
    /* like border GGL */
    --ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    --ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
    --ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
    /* Common Colors */
    --black: #000000;
    --black-2: #434343;
    --black-3: #333333;
    --black-4: #4F4F4F;
    --black-5: #888888;
    --black-6: #3B3C3D;
    --black-7: #424242;
    --black-8: #717171;
    --black-9: #B4B4B4;
    --white: #fff;
    --white-2: #F2F6F7;
    --white-3: #e8edee;
    --white-4: #e6ecf0;
    --white-5: #f0f4f7;
    --white-6: #f1f1f1;
    --white-7: #F7F7F7;
    --white-8: #FAFAFA;
    --white-9: #F2F7FA;
    --white-10: #999999;
    --white-11: #FDFDFD;
    --white-12: #E2E1E1;
    --white-13: #F0F0F0;
    --white-14: #DFDFDF;
    --white-15: #A9A9A9;
    --white-16: #ECECEC;
    --white-17: #F4F7FC;
    --white-18: #E1E1E1;
    --white-19:#f5f5f5;
    --red: #FF0000;
    --red-2: #f34f3f;
    --red-3: #DB483B;
    --silver: #C0C0C0;
    --gray: #808080;
    --maroon: #800000;
    --yellow: #FFFF00;
    --olive: #808000;
    --lime: #00FF00;
    --green: #008000;
    --green-2: #9AC45C;
    --aqua: #00FFFF;
    --teal: #008080;
    --blue: #0000FF;
    --blue-2: #6D5CC4;
    --navy: #000080;
    --fuchsia: #FF00FF;
    --purple: #800080;
    --pink: #FFC0CB;
    --nude: #ebc8b2;
    --orange: #ffa500;
    --ratings: #FFB800;
    /* social media colors */
    --facebook: #365493;
    --twitter: #3CF;
    --linkedin: #0077B5;
    --pinterest: #c8232c;
    --dribbble: #ea4c89;
    --behance: #131418;
    --google-plus: #dd4b39;
    --instagram: #e4405f;
    --vk: #3b5998;
    --wechat: #7bb32e;
    --youtube: #CB2027;
    --email: #F89A1E;
}
.marvel-device,
.marvel-device div,
*:before,
*:after {
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275)
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-12{
    font-size: 12px !important;
}
.font-size-10{
    font-size: 10px !important;
}

.font-size-16 input{
    font-size: 16px !important;
}
.font-size-14 input{
    font-size: 14px !important;
}
.font-size-12 input{
    font-size: 12px !important;
}
.font-size-12 .ant-select-selector{
    max-height: 29px !important;
}
.font-size-12  .ant-input{
    padding: 4px;
}
.square-30{
    width: 30px;
    height: 30px;
}
.grid-3{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-container-3-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 cột bằng nhau */
    grid-template-rows: repeat(3, 1fr);    /* 3 dòng bằng nhau */
    gap: 10px;
    height: 100%;
    width: 100%;
}
.grid-container-3-row .grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8ca0ff;
    color: white;
    font-size: 20px;
    border: 1px solid #ffffff;
}
.grid-container-3-row .grid-item.large {
    grid-column: span 2; /* Trải rộng 2 cột */
    grid-row: span 2;    /* Trải rộng 2 dòng */
}
.bg-unset{
    background-color: unset !important;
}
/* .boder-main-b */
a {
    cursor: pointer;
    color: #329af0;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out
}
.bg_main{
    background-color: var(--ltn__secondary-color-4) !important;
}
.bg_main_2{
    background-color: var(--ltn__secondary-color) !important;
}
.color-main{
    color: var(--white) !important;
}
.color-main_2{
    color: var(--ltn__secondary-color) !important;
}
.boder-main-b{
    border-bottom: 1px solid  var(--ltn__secondary-color);
}
.boder-main{
    border: 1px solid var(--white) !important;
}
.search-menu-w {
    background-color:  var(--ltn__secondary-color-4) !important;
    
}
.search-menu-w .search-menu::placeholder{
    color: var(--white);
}
.search-menu-w .search-menu{
    background-color:  var(--ltn__secondary-color-4) !important;
    /* border-radius: 10px ; 
    border: 1px solid var(--white) !important; */
    border: none !important;
    width: 100%;
    color: var(--white);

}

.table-responsive{
    transition: all 0.2s linear;
}
.upload-mini .ant-upload-picture-card-wrapper{
    /* width: 50px; */
}
.upload-mini .ant-upload.ant-upload-select-picture-card , .upload-mini .ant-upload-list-picture-card-container{
    width: 50px;
    height: 50px;
   
}
.upload-mini.disable-upload  .ant-upload.ant-upload-select-picture-card  {
    display: none;
}
.upload-mini .ant-upload-list-picture .ant-upload-list-item,.upload-mini .ant-upload-list-picture-card .ant-upload-list-item{
    padding: 0;
}
.upload-mini .ant-upload-list-picture-card .ant-upload-list-item-info::before{
    left: 0;
}
.upload-mini .ant-upload.ant-upload-select-picture-card div{
    font-size: 10px;
}
.nochose{
    user-select: none; /* Tắt chọn văn bản */
  -webkit-user-select: none; /* Cho Safari */
  -moz-user-select: none; /* Cho Firefox */
  -ms-user-select: none; /* Cho IE10+/Edge */
  transition: all 0.2s linear;
}
.search-menu-w button{
   
    width: 20%;
    background-color:  var(--ltn__secondary-color-4) !important;
    color: var(--white);
    border: none !important;

}
.search-menu-w .search-menu:focus{
    outline: unset !important;
    border: none !important;
}
.search-menu-w .search-menu:active{
    outline: unset !important;
    border: none !important;
}
.paper-page-wrap{
    /* width: 200px;
    height: 250px; */
    background-color: var(--white-10) !important ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paper-page{
    background-color:  var(--white) !important ;
    position: relative;
}
.paper-page .dot{
 position: absolute;
 background-color: var(--black);
 border-radius: 50%;
}
header {
    padding: 150px 0;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

header .button {
    margin-top: 16px
}

h1 {
    font-size: 24px;
    font-weight: bold;
    color: #495057
}

header h1 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 1.2
}

header span,
header a {
    vertical-align: top
}

header .wrap_device {
    width: 500px;
    margin: 0 auto
}

.section_device {
    background: #1e1e1e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.section_device h1 {
    /* position: absolute; */
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0;
}

.section_device h1.new:before {
    content: 'NEW';
    background: #fcc419;
    padding: 0 6px;
    line-height: 24px;
    vertical-align: top;
    color: white;
    font-size: 12px;
    border-radius: 24px;
    margin-right: 10px;
    display: inline-block
}

.section_device.white,
#s5.black,
#lumia920.white,
#lumia920.black {
    background: #1e1e1e
}

.section_device.black h1,
.section_device.white {
    color: white
}

.section_device.gold,
.section_device.silver,
.section_device.blue,
.section_device.red,
.section_device.yellow,
.section_device.green,
#nexus5,
#lumia920,
#s5,
#htc-one {
    background: white;
    border-bottom: 1px solid #f1f3f5
}

.section_device .wrap_device {
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
    padding: 99px 0;
    overflow: auto;
}

p {
    margin-bottom: 15px
}

p span {
    font-weight: bold
}

p:last-of-type {
    margin-bottom: 0
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 11111;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    left: 0;
    background: rgba(255, 255, 255, 0.9)
}

.overlay.activated {
    opacity: 1;
    visibility: visible
}

.overlay.activated .modal {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 300ms cubic-bezier(0.105, 0.795, 0.305, 1.335);
    transition: all 300ms cubic-bezier(0.105, 0.795, 0.305, 1.335)
}
.sticky_left{
    position: sticky !important;
    left: 0;
}
.overlay .table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.overlay .table .cell {
    display: table-cell;
    vertical-align: middle
}

.overlay .modal {
    width: 566px;
    text-align: left;
    margin: 0 auto;
    -webkit-transform: scale(0.6) translateY(30px);
    transform: scale(0.6) translateY(30px);
    -webkit-transition: all 100ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0, 0, 0.58, 1)
}

.overlay .modal p {
    line-height: 1.8
}

.overlay .modal p:last-of-type {
    margin-bottom: 30px
}

.buttons {
    margin: 30px auto 0 auto
}

.twitter-share-button {
    display: inline-block;
    margin-right: 6px
}

.github-button {
    display: inline-block
}
.total-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
}
.button {
    line-height: 36px;
    text-decoration: none;
    border-radius: 4px;
    background: #343a40;
    color: white;
    padding: 0 20px;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0 12px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block
}

.button:hover {
    background: #212529
}

.button.download {
    background: #69db7c
}

.button.download:hover {
    color: white;
    background: #40d158
}
.btn-hover-text:hover{
    cursor: pointer;
    color: var(--ltn__secondary-color)
}
.fw-bold{
    font-weight: bold !important;
}
.wrap-text {
    white-space: pre-wrap;   /* Cho phép xuống dòng nếu nội dung quá dài */
    word-wrap: break-word;   /* Chia từ nếu cần thiết để xuống dòng */
    word-break: break-word;  /* Chia từ nếu không thể xuống dòng theo cách thông thường */
}
.selector {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.grab {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    margin-right: 0;
    width: 100%;
    bottom: 100px;
    width: 100px;
    cursor: pointer
}

.selector li {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 30px;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6
}

.select-black {
    background: #2c2b2c
}

.select-silver {
    background: #f0f0f0
}

.select-gold {
    background: #f1e2d0
}

.select-white,
#s5 .select-white,
#s5 .select-white.selected {
    background: white;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3)
}

.select-white.selected {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select-red {
    background: #f96b6c
}

.select-yellow {
    background: #f2dc60
}

.select-green {
    background: #97e563
}

.select-blue {
    background: #33a2db
}

.select-landscape {
    text-indent: 0px !important;
    width: 100px !important;
    color: black;
    background: #e9ecef;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    letter-spacing: 2px;
    padding: 0 10px
}

.selector li:hover {
    opacity: 1
}

.selector li.selected {
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.marvel-device {
    vertical-align: top
}

.marvel-device .screen {
    text-align: left
}

.side {
    width: 360px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-left: 30px
}

code {
    font-family: monospace;
    font-size: 14px;
    padding: 20px !important;
    font-weight: bold;
    border-radius: 4px
}

.devices {
    font-family: monospace;
    display: inline-block;
    font-size: 14px;
    font-weight: bold
}

.iphone5s .screen,
.iphone8 .screen,
.iphone8plus .screen {
    background: #e2e4e4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e2e4e4), to(#7d8281));
    background: linear-gradient(to bottom, #e2e4e4 0%, #7d8281 100%)
}

.iphone5s.gold .screen,
.iphone8.gold .screen,
.iphone8plus.gold .screen {
    background: #f1e2d0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e2d0), to(#ebdac7));
    background: linear-gradient(to bottom, #f1e2d0 0%, #ebdac7 100%)
}

.iphone5s.black .screen,
.iphone8.black .screen,
.iphone8plus.black .screen {
    background: #b3b3b7;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b7), to(#424044));
    background: linear-gradient(to bottom, #b3b3b7 0%, #424044 100%)
}

.iphone5c.white .screen {
    background: #d9d9d9;
    background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#a1a1a1));
    background: linear-gradient(to bottom, #d9d9d9 0%, #a1a1a1 100%)
}

.iphone5c.red .screen {
    background: #ff7474;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7474), to(#dc94df));
    background: linear-gradient(to bottom, #ff7474 0%, #dc94df 100%)
}

.iphone5c.yellow .screen {
    background: #ffec6d;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffec6d), to(#ffa546));
    background: linear-gradient(to bottom, #ffec6d 0%, #ffa546 100%)
}

.iphone5c.blue .screen {
    background: #9dcefd;
    background: -webkit-gradient(linear, left top, left bottom, from(#9dcefd), to(#66d3ad));
    background: linear-gradient(to bottom, #9dcefd 0%, #66d3ad 100%)
}

.iphone5c.green .screen {
    background: #97d555;
    background: -webkit-gradient(linear, left top, left bottom, from(#97d555), to(#d3ed20));
    background: linear-gradient(to bottom, #97d555 0%, #d3ed20 100%)
}

.nexus5 .screen {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3424b;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3424b), to(#ffd51f));
    background: linear-gradient(to bottom, #f3424b 0%, #ffd51f 100%)
}

.ipad .screen {
    background: #0d3477;
    background: -webkit-gradient(linear, left top, left bottom, from(#0d3477), to(#adf3de));
    background: linear-gradient(to bottom, #0d3477 0%, #adf3de 100%)
}

.lumia920.black .screen {
    background: #fcfff4;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfff4), color-stop(40%, #dfe5d7), to(#b3bead));
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%)
}

.lumia920.white .screen {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
    background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%)
}

.lumia920.blue .screen {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#00acdd));
    background: linear-gradient(to bottom, #fff 0%, #00acdd 100%)
}

.lumia920.red .screen {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e62e1f));
    background: linear-gradient(to bottom, #fff 0%, #e62e1f 100%)
}

.lumia920 .screen {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fd0));
    background: linear-gradient(to bottom, #fff 0%, #fd0 100%)
}

.iphone4s .screen {
    background: #efefbb;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefbb), to(#d4d3dd));
    background: linear-gradient(to bottom, #efefbb 0%, #d4d3dd 100%)
}

.s5 .screen {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #1d976c;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d976c), to(#93f9b9));
    background: linear-gradient(to bottom, #1d976c 0%, #93f9b9 100%)
}

.htc-one .screen {
    background: #283048;
    background: -webkit-gradient(linear, left top, left bottom, from(#283048), to(#859398));
    background: linear-gradient(to bottom, #283048 0%, #859398 100%)
}

.macbook .screen {
    background: #f16046;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16046), to(#395f84));
    background: linear-gradient(to bottom, #f16046 0%, #395f84 100%)
}

.iphone-x .screen {
    background: #ff268e;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff268e), to(#ff694f));
    background: linear-gradient(to bottom, #ff268e 0%, #ff694f 100%)
}

.iphone-x .screen:before {
    /* content: ''; */
    width: 140%;
    height: 100%;
    position: absolute;
    top: -30%;
    right: -70%;
    background: radial-gradient(ellipse at center, #3e4ff9 0%, rgba(62, 79, 249, 0) 64%)
}

.iphone-x .screen:after {
    /* content: ''; */
    width: 140%;
    height: 140%;
    position: absolute;
    bottom: -50%;
    left: -30%;
    background: radial-gradient(ellipse at center, #f7ede1 0%, rgba(247, 237, 225, 0) 70%);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.note8 .screen {
    background: #2288fe;
    background: -webkit-gradient(linear, left top, left bottom, from(#2288fe), to(#fdeba9));
    background: linear-gradient(to bottom, #2288fe 0%, #fdeba9 100%)
}



.pro-show .item_{
    background-color: var(--white-17);
    border-radius: 5px;
    
}

.tabs_ecommerce img{
    width: 20px;
    height: 20px;
}

.icon-mini img{
    width: 20px;
    height: 20px; 
}