@import url('googleapis.css');
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}


/***** HEADER SEC CSS ******/


table{
    width: 100%;
}
header .table-responsive {
    overflow: hidden;
}
header tr:first-child td{
    border-bottom: 0.5px solid #000000;
}
header tr td {
    padding: 18px 0;
    width: 500px;
}
.logo a {
    display: flex;
    align-items: center;
    color: #EF5E17;
    font-size: 12px;
}

.logo img {
    margin-right: 10px;
    height: 11px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login-btn {
    color: #EF5E17;
    font-size: 12px;
    margin-right: 17.5px;
    text-transform: uppercase;
}
.cart-btn{
    display: flex;
    font-size: 10.95px;
    color: #000000;
    margin-right: 17.5px;
    position:relative;
    padding-right: 17.5px;
}
.cart-btn span{
    color: #EF5E17;
    font-size: 10.95px;

    text-transform: uppercase;
    margin-left: 5px;
}
.cart-btn img {
    max-width: 15px;
    width: 100%;
    margin-right:7px;
}
.cart-btn:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #EF5E17;
    width: 1px;
    height: 23px;}

.languge {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 17.5px
}

.languge:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #EF5E17;
    width: 1px;
    height: 23px;
}

.languge span {
    color: #EF5E17;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
}

.languge ul {
    display: flex;
    align-items: center;
}

.languge ul li {
    margin-left: 12px;
}

.languge ul li a {
    display: flex;
    position: relative;
    align-items: center;
}

.languge ul li a:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/shadow-img.png) no-repeat;
    width: 39px;
    height: 29px;
}

.languge ul li a img {
    position: relative;
    z-index: 1;
}


/******** BANNER SEC ************/

.banner-sec {
    padding: 48px 0 90px;
}

.banner-left {
    max-width: 480px;
    width: 100%;
}
.alert {
    width: 100%;
    padding: 15px;
    border: 2px solid #ef5e17;
    border-radius: 17px;
    display: flex;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
}
.alert h5{
    font-size: 13.25px;
    line-height: 16px;
    color: #EF5E17;
}
.alert span {
    display: block;
    max-width: 28px;
    width: 100%;
    margin-right: 18px;
}
.alert span img{ 
    width: 100%;
}
.banner-logo a img {
    max-width: 440px;
    width: 100%;
}

.banner-left .text-box {
    position: relative;
    padding-bottom: 20px;
}

.banner-left .text-box{
    margin-top: 55px;
}
.banner-left .text-box p {
    font-size: 10.95px;
    line-height: 14.6px;
    margin-bottom: 19px;
    letter-spacing: 0.5px;
    color: #1D1D1B;
}

.banner-left .text-box h4 {
    color: #EF5E17;
    font-size: 18.25px;
}

.banner-left .text-box .form-control {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border: 0.46px solid #CCCCCC;
    background-color: #fff;
    border-radius: 3.9px;
    height: 40px;
    width: 315px;
    color: #CCCCCC;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    box-shadow: none;
    padding: 0 0 0 10px;
    line-height: 1;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #EF5E17;
}

select.form-control {
    background: url(../images/down-arrow.svg) 92% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-btnlong {
    background-color: #00F890;
    color: #ffffff;
    border-radius: 3.9px;
    max-width: 250px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    border:2px solid #00F890;
    font-weight: 700;
    box-shadow: none;
    letter-spacing: 1px;
}
.search-btn {
    background-color:#00F890;
    color: #000000;
    border-radius: 3.9px;
    max-width: 145px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    box-shadow: none;
    letter-spacing: 1px;
}

.search-btn:hover {
    color: #ffffff;
    background-color: #1D1D1B;
}

.search-btn img {
    margin-right: 6px;
}

.banner-left .text-inner {
    padding-top: 54px;
}

.banner-left .text-inner h4 {
    color: #EF5E17;
    font-size: 20px;
}

.banner-left .text-inner label {
    display: block;
    color: #000000;
    margin: 0 0 4px 0;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0.5px;
    font-weight: 900;
}

.banner-left .text-inner .row {
    padding: 0 5px;
}

.banner-left .text-inner [class^="col-"] {
    padding: 0 10px;
}
.banner-left .text-inner .alert span{
    display: block;
    max-width: 28px;
    width: 100%;
    margin-right: 18px;
}
.banner-left .text-inner .alert{
    max-width: 481px;
    width: 100%;
    padding: 14.5px 20px;
    border: 2px solid #ef5e17;
    border-radius: 17px;
    display: flex;
    margin-bottom: 54px;
}
.banner-left .text-inner h5{
    font-size: 12.25px;
    line-height: 16px;
    color: #EF5E17;
}
.banner-left .text-inner p{
    padding-bottom: 16px;
    font-size: 10.95px;
    line-height: 14.5px;
    color: #1D1D1B;
}
.banner-sec .image-holder {
    padding: 60px 0 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 480px;
    margin-left: auto;
}


/********FOOTER *******/

footer {
    background-color: rgba(242, 242, 242, 0.50);
    padding: 41px 0;
}
footer td{
    width: 400px;
}
.footer-left {
    display: flex;
}

.footer-left .image-holder {
    max-width: 144px;
    width: 100%;
}

.footer-left .text-box {
    flex: 1;
    width: 100%;
    padding-left: 26px;
    padding-top: 2px;
}

.footer-left .text-box h3 {
    color: #EF5E17;
    margin-bottom: 14px;
    font-size: 20px;
}

.footer-left .text-box p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 400px;
}

.footer-address {
    display: flex;
    margin-bottom: 35px;
}

.footer-address:last-child {
    margin-bottom: 0;
}

.footer-address .image-holder {
    max-width: 36px;
    width: 100%;
}

.footer-address .text-box {
    width: 100%;
    flex: 1;
    margin-left: 13px;
    padding-top: 2px;
}

.footer-address .text-box h4 {
    color: #EF5E17;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-bottom: 3px;
}

.footer-address .text-box p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}

.footer-address .text-box ul li {
    margin-bottom: 10px;
}

.footer-address .text-box ul li a {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.footer-address .text-box ul li a span {
    display: inline-block;
    margin-right: 10px;
}

.footer-address .text-box ul li a span img {
    height: 20px;
}

.footer-address .text-box ul li a:hover {
    color: #EF5E17;
}


/****** COPYRIGHT ******/

.copyright {
    background-color: #EF5E17;
    padding: 26px 0 0px;
}

.copyright .text-box h4 {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-bottom: 5px;
}

.copyright .text-box p {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}


/******* PRO0DUCT SEARCH ***********/

.product-search-inner {
    padding: 70px 0 80px 0;
}

.product-search-inner .back-btn a {
    color: #EF5E17;
    font-size: 14px;
    font-weight: 400;
}

.product-search-inner .title {
    display: flex;
    align-items: center;
    margin: 60px 0 64px;
}

.product-search-inner .title a img {
    max-width: 115px;
    width: 100%;
}

.product-search-inner .title h3 {
    color: #1D1D1B;
    font-size: 35px;
    margin-left: 50px;
}

.product-filter {
    border-bottom: 0.46px solid #CCCCCC;
    padding-bottom: 80px;
}

.product-filter form label {
    display: block;
    color: #000000;
    margin: 0 0 4px 0;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.product-box-inner .text-box table tr td {
    vertical-align: top;
}

.product-detail {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 0.46px solid #CCCCCC;
}

.product-box {
    margin-bottom: 70px;
}

.product-box h4 {
    color: #EF5E17;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.product-box-inner {
    display: flex;
}

.product-box-inner .image-holder {
    max-width: 180px;
    width: 100%
}

.product-box-inner .image-holder img {
    width: 100%;
}

.product-box-inner .image-holder .search-btn {
    margin-top: 18px;
}

.product-box-inner .image-holder .search-btn {
    margin-top: 18px;
}

.product-box-inner .text-box {
    flex: 1;
    width: 100%;
    max-width: 320px;
    padding-left: 22px;
}

.product-box-inner .text-box ul li {
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 22px;
    margin-bottom: 3px;
}

.product-box-inner .text-box ul li:last-child {
    margin-bottom: 0;
}

.search-result-left .text-box table tr td span,
.product-box-inner .text-box table tr td span,
.product-box-inner .text-box ul li span {
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
}

.search-result-left .text-box table tr td a,
.product-box-inner .text-box table tr td a,
.product-box-inner .text-box ul li a {
    color: #EF5E17;
    background-color: transparent !important;
    padding: 0 !important;
    height: auto;
}

.product-box-inner .text-box table tr td p,
.product-box-inner .text-box ul li p {
    max-width: 150px;
    width: 100%;
}

.product-box-inner table tr:nth-child(8) td p,
.product-box-inner .text-box ul li:nth-child(8) p {
    color: #009245;
}

.search-result-left .text-box table tr td,
.product-box-inner .text-box table tr td {
    border: none;
    padding: 4px 10px;
}

.search-result-left table {
    margin-top: 30px;
}


/***** PAGINATION *****/

.pagination {
    display: flex;
    align-items: center;
    padding: 40px 0 0 0;
}

.pagination span {
    color: #EF5E17;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 400;
}

.pagination ul {
    display: flex;
    align-items: center;
}

.pagination ul li a {
    color: #EF5E17;
    font-size: 14px;
    border: 0.46px solid #CCCCCC;
    border-radius: 3.9px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul li {
    color: #EF5E17;
    font-size: 14px;
}

.pagination ul li span {
    display: inline-block;
    margin: 0 15px;
}

.pagination ul li a.next-btn {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    background-color: #EF5E17;
    width: 65px;
    height: 30px;
    border-color: #EF5E17;
}


/********* SEARCH RESULT *********/

.search-result {
    margin-top: 53px;
}

.search-result-left .text-box h2 {
    color: #1D1D1B;
    font-size: 35.2px;
}

.search-result-left .text-box ul {
    margin: 40px 0;
    max-width: 475px;
    width: 100%;
}

.search-result-left .text-box ul li {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    margin-bottom: 7px;
}

.search-result-left .text-box ul li.green-color {
    color: #009245;
}

.search-result-left .text-box ul li span {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    width: 100%;
    max-width: 60px;
    margin: 0 107px 0px 0;
}

.search-result-left .text-box a {
    background-color: #EF5E17;
    border-radius: 3.9px;
    line-height: 27px;
    color: #fff;
    font-size: 21px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    max-width: 313px;
    width: 100%;
    height: 106px;
    justify-content: center;
    padding: 0 20px;
}

.search-result-left .text-box a strong {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
}

.search-result-right .image-holder {
    position: relative;
}

.search-result-right .image-holder img {
    width: 100%;
}

.search-result-right .image-holder a {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.gallery-thumbs {
    margin-top: 26px;
}
/*tables*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0);
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}
.table td{
    font-size: 10.95px;
    line-height: 14.47px;

}

.table tr {
    border-radius: 9px;
}
.table th {
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 12.25px;
}
.small-table{
    margin-bottom: 80px;
}
.table a{
    color: #EF5E17;
}
.colored{
    background-color: #E0E0E0;
}
.colored td:nthChild(1){

}
.space-for-img td{
    padding: 120px 0px;
    border: 1px solid;
    text-align: center;
}
.info-btn td{
    padding: 10px 0px;
}

.alrt-btn a{
    background-color: #EF5E17;
    color: #fff;
    border-radius: 3.9px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10.95px;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    box-shadow: none;
    letter-spacing: 1px;
}
.alrt-btn span{
    margin-right: 6px;
    max-width: 15px;
    width: 100%;
    display: block;
}
.alrt-btn a:hover{
    color: #fff;
    background-color: #1D1D1B;
}
.banner-two-alert .alert span {
    display: block;
    max-width: 28px;
    width: 100%;
    margin-right: 18px;
}
.banner-two-alert h5 {
    font-size: 13.25px;
    line-height: 16px;
    color: #EF5E17;
}
.banner-two-right {
    margin-bottom: 0px;
    margin-top: 60px;
}
.banner-two-alert .alert {
    width: 100%;
    padding: 17px 21px;
    border: 2px solid #ef5e17;
    border-radius: 17px;
    display: flex;
    margin-bottom: 92px;}
.banner-two{
    margin-top: 40px;
}
.text-box-enquriy .image-holder {
    max-width: 165px;
    width: 100%;
    margin-right: 25px;
    padding-top: 15px;
}
.text-box-enquriy {
    display: flex;
}
.text-box-enquriy .text-box h3 {
    color: #1D1D1B;
    margin-bottom: 14px;
    font-size: 18.25px;}
.text-box-enquriy .text-box a{
    background-color: #EF5E17;
    color: #fff;
    border-radius: 3.9px;
    max-width: 220px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12.25px;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    box-shadow: none;
    letter-spacing: 1px;
}
.text-box-enquriy .text-box span{
    display: block;
    max-width: 16px;
    width: 100%;
    margin-left: 10px;
}
.text-box-enquriy .text-box a:hover{
    color: #fff;
    background-color: #1D1D1B;
}
.banner-two-left .text-box input{
    max-width: 310px;
    width: 100%;
    margin-right: 20px;
}
.banner-two-left .text-box .form-group{
    display: flex;
}
.banner-two-left .text-box .form-group button{

    background-color: #EF5E17;
    max-width: 147px;
    width: 100%;
    color: #fff;
    font-size: 10.95px;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
    box-shadow: none;
    height: 40px;
    display: flex;
    padding-top: 10px;
    justify-content: center;
}
.banner-two-left .text-box .form-group button span{

    max-width: 11px;
    width: 100%;
    display: block;
    margin-right: 8px;

}
.banner-two-left .text-box .form-group button:hover{
    color: #fff;
    background-color: #1D1D1B;
}
.banner-two-left .text-box{
    margin-top: 44px;
}
.banner-two-left .text-box a{
    font-family: 'Lato', sans-serif;
    font-size: 10.95px;
    color: #EF5E17;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-two-left .text-box a:hover{
    color: #1D1D1B;

}
.banner-two-left .text-box p{
    color: #1D1D1B;
    font-size: 10.95px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tables-one  {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid

}
.tables-two{
    margin-top: 30px;
}
.table-alrt{
    font-weight: 600;
    font-size: 10.95;
    color: #EF5E17;
    line-height: 14.6px;
    display: block;
    padding-bottom: 10px;
}
.footer-right:after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #EF5E17;
    width: 1px;
    height: 90px;
}
.footer-right{
    position: relative;
}
/******** WISHLIST PAGE ******/
.wishlist-page .banner-left{
    max-width: 100%;
    align-items: center;
}
.wishlist-page .banner-left .banner-logo {
    width: 50%;
    padding-right: 20px;
}
.wishlist-page .banner-left .text-inner {
    padding-top: 0;
    width: 50%;
}
.banner-left .text-inner .alert{
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.wishlist-first{
    border-bottom: 1px solid rgba(0,0,0,0.25);
    padding-bottom: 53px;
}
.wishlist-inner .text-box a{
    font-weight: 400;
    font-size: 11px;
    color: #EF5E17;
    display: inline-block;
}
.wishlist-first table{
    width: 100%;
    border-collapse:separate;
    border-spacing: 6px 25px;
}
.wishlist-first table thead tr th:nth-child(8),
.wishlist-first table thead tr th:last-child{
    background-color: transparent;
}
.wishlist-first table thead tr th{
    color: #000000;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
    font-size: 12.45px;
    border-radius: 5px;
    background-color: #E0E0E0;
    padding: 4px 9px;
}
.wishlist-first table tbody tr td{
    font-weight: 400;
    font-size: 11.2px;
    padding: 0px 9px;
    color: #1D1D1B;
}
.wishlist-first table tbody tr td .form-control{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 26px;
    color: #1D1D1B;
    font-size: 12px;
}
.wishlist-first table tbody tr td a{
    background-color: #EF5E17;
    font-family: 'Roboto Slab', serif;
    font-size: 12.45px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 26px;
    justify-content: center;
}
.wishlist-first table tbody tr td a img{
    height: 15px;
    margin-top: 2px;
    margin-right: 5px;
}
.wishlist-first table tbody tr td a.delet-btn{
    border: 1px solid #EF5E17;
    background-color: transparent;
    color: #EF5E17;

}
.wishlist-first table tbody tr td.bg-color{
    background-color: #F2F2F2;
    border-radius: 5px;
}
.wishlist-total{
    display: flex;
    justify-content: space-between; 
    align-items: flex-end;
}
.wishlist-total .text-box-enquriy{}
.wishlist-total .text-box-enquriy .image-holder{
    padding: 0;
}
.wishlist-total .text-box-enquriy .text-box h3 {
    font-size: 12px;
    max-width: 380px;
    width: 100%;
    margin: 0 0 23px 0;
}
.wishlist-total .text-box a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    height: 26px;
}
.wishlist-total .sub-total {
    width: 250px;
}
.sub-total ul li{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.sub-total ul li span{
    font-size: 12.45px;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    color: #000;
    max-width: 115px;
    width: 100%;
    display: block;
}
.sub-total ul li strong{
    font-weight: 400;
    font-size: 12px;
    color: #000;
    background-color: #E0E0E0;
    border-radius: 5px;
    display: flex;
    padding: 4px 10px;
    max-width: 115px;
    width: 100%;
    align-items: center;
}
.sub-total a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    font-size: 12px;
    background-color: #EF5E17;
    border-radius: 5px; 
}
.sub-total a img{
    height: 16px;
    margin-left: 6px;
    filter: brightness(20.5);
}
.wishlist-last{
    padding-top: 50px;
}
.wishlist-last table{
    width: 100%;
    border-collapse:separate;
    border-spacing: 6px 10px;
}
.wishlist-last table thead tr th{
    color: #000000;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
    font-size: 12.45px;
    border-radius: 5px;
    background-color: #E0E0E0;
    padding: 4px 9px;
}
.wishlist-last table tbody tr td{
    font-weight: 400;
    font-size: 11.2px;
    padding: 5px 9px;
    color: #1D1D1B;
}
.wishlist-last table tbody tr td.red-color{
    color: #EF5E17;
}
.wishlist-last table tbody tr td .form-control{
    height: 26px;
}
.wishlist-last table tbody tr td a{
    background-color: #EF5E17;
    font-family: 'Roboto Slab', serif;
    font-size: 12.45px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 26px;
    justify-content: center;
}
.wishlist-last table tbody tr td a img{
    height: 15px;
    margin-top: 2px;
    margin-right: 5px;
}
.wishlist-last table tbody tr td.bg-color {
    background-color: #F2F2F2;
    border-radius: 5px;
}