/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
#thim-product-archive .row::before, #thim-product-archive .row::after{
    content: none;
}

.switch-layout-container .switch-layout {
    display: none;
}

.product-grid {
    column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 30px;
    padding: 0 15px;
}

.custom-course-item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E9E9E9;
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
}

.custom-course-thumbnail {
    margin: -1px;
    margin-bottom: 30px !important;
    display: inline-block;
    position: relative;
}

.custom-course-thumbnail .course-thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
}

.custom-read-more {
    left: 50%;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    transition: all .3s ease-in-out;
    width: auto;
    z-index: 90;
    font-size: 24px;
    border-style: none;
    color: #FFFFFF;
}

.custom-content {
    padding: 0 20px 0 20px;
    position: relative;
    text-align: center;
    margin: -57px 0px 0px 0px;
}

.custom-meta {
    align-items: center;
    color: #868686;
    column-gap: 7px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-bottom: 10px;
}

.custom-instructor {
    flex-direction: column;
    align-items: center;
    column-gap: 5px;
    display: inline-flex;
    flex-wrap: nowrap;
}

.custom-instructor-avatar {
    border-radius: 50%;
    line-height: 1;
    overflow: hidden;
    width: 50px;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
}

.custom-instructor-content {
    font-size: 13px;
    flex: 1;
}

.custom-course-title {
    margin: 0 0 10px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.3em;
    min-height: 45px;
}

.courses-searching input[type=text].custom-courses-search {
    line-height: 44px;
    background-color: #02010100;
    border-style: solid;
    border-width: 2px 0px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    font-size: 16px;
    font-style: italic;
    color: #FFFFFF85
}

.custom-border-top {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #EDEDED;
    padding-top: 10px;
}

.thim-ekits-course__item:hover .thim-ekits-course__meta.custom-border-top,
.custom-course-item:hover .thim-ekits-course__meta.custom-border-top
{
    border-top-color: #000000;
}

.related.products .product-grid.row::after,
.related.products .product-grid.row::before  
{
    content: none;
}

@media only screen and (max-width: 992px) {
    #thim-product-archive.thim-product-grid .product-grid{
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (max-width: 430px) {
    #thim-product-archive.thim-product-grid .product-grid{
        grid-template-columns: repeat(1,1fr);
    }
}

.woocommerce-cart-form .cart-collaterals:not(.custom-totals) {
    display: none;
}

.cart-img {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

@media only screen and (max-width: 787px) {
    .cart-img {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .custom-totals {
        display: flex;
        justify-content: center;
    }
    .img-promo {
        padding-bottom: 16px;
        max-width: 359px !important;
        min-width: 358px;
        width: auto;
        height: auto;
        display: block;
        -webkit-user-select: none;
        margin: auto;
        margin-top: 0px;
        cursor: zoom-in;
    }
    .div-img-promo {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 788px) and (max-width: 1080px) {
    .img-promo {
        min-width: 49%;
        max-width: 50% !important;
        width: auto;
        height: auto;
        display: block;
        -webkit-user-select: none;
        margin: auto;
        margin-top: 0px;
        cursor: zoom-in;
    }
}

@media only screen and (min-width: 1080px) {
    .img-promo {
        width: auto;
        height: auto;
        min-width: 64%;
        max-width: 65% !important;
        display: block;
        -webkit-user-select: none;
        margin: auto;
        margin-top: 0px;
        cursor: zoom-in;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }
}





#quantity-select {
    height: unset;
    box-shadow: rgb(150 150 150 / 10%) 2px 2px 10px 0;
    cursor: pointer;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    background-position: 92% 52%;
    -moz-appearance: none;
    color: #8b8b8b;
}

.cart-totals-details {
    border: 1px solid #929599;
    width: 40% !important;
    min-width: 360px;
}

.contact-us-btn .thim-widget-button{
    background-color: #FFB606;
    color: #fff;
}

.contact-us-btn .thim-widget-button a.widget-button{
    font-size: 14px;
}

.cart_item_total {
    flex-wrap: nowrap;
    justify-content: space-between;
    display:flex;
    padding-top: 10px;
}

@media only screen and (max-width: 601px) {
    .cart-totals-details {
        border: 1px solid #929599;
        width: 40% !important;
        min-width: 360px;
        float: right !important;
    }
}

.flex-column-pricing {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 400;
    font-size: 14px;
    color: #33475b;
    line-height: 24px;
    box-sizing: border-box;
    justify-content: space-between !important;
    display: flex;
    width: 100%;
}

.box-one {
    width: 32.5% ;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: rgb(45 62 80 / 12%) 0px 1px 5px 2px;
}

.header-pricing{
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 400;
    font-size: 14px;
    color: #33475b;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 24px!important;
    display: flex;
    flex-direction: column!important;
    grid-column-start: 1;
    padding-left: 28px;
    padding-right: 28px;
    border-right: 1px solid rgb(223, 227, 235);
    border-left: 1px solid rgb(223, 227, 235);
    border-top: 1px solid rgb(223, 227, 235);
    grid-row-start: 1;
    position: relative;
    
}

.Heading-sc-18zv0b-0 {
    margin-top: 0px !important;
}

.MerchCardSharedComponents {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 400;
    font-size: 14px;
    color: #33475b;
    line-height: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column!important;
    grid-column-start: 1;
    padding-left: 28px;
    padding-right: 28px;
    border-right: 1px solid rgb(223, 227, 235);
    border-left: 1px solid rgb(223, 227, 235);
    grid-row-start: 2;
    position: relative;
    min-height: 50px;
}

.MerchCardSharedComponents_Section {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 400;
    font-size: 14px;
    color: #33475b;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 16px!important;
    grid-column-start: 1;
    padding-left: 28px;
    padding-right: 28px;
    border-right: 1px solid rgb(223, 227, 235);
    border-left: 1px solid rgb(223, 227, 235);
    grid-row-start: 3;
}

.small-start-at {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 400;
    text-align: left;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #516f90!important;

    
}

.HighlightedPriceDisplay__PriceContainer {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    color: #33475b;
    text-align: left;
    box-sizing: border-box;
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: initial;
    padding: 1px 0px 2px;
    display: block;
}

.dMxTKv {
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: initial;
    padding: 1px 0px 2px;
    display: block;
}
    
.select-pricing {
    color: #33475b;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 16px!important;
    grid-column-start: 1;
    padding-left: 28px;
    padding-right: 28px;
    border-right: 1px solid rgb(223, 227, 235);
    border-left: 1px solid rgb(223, 227, 235);
    grid-row-start: 5;

    
}

.ContactsPicker__DescriptionContainer {
    line-height: 2;
    font-size: 12px;
    margin: 8px auto 0px;
    flex-direction: column!important;
    display: flex;
    align-items: flex-start!important;
    min-height: 48px !important;
}

@media only screen and (min-width: 1066px) and (max-width: 1154px) {
    .ContactsPicker__DescriptionContainer {
        min-height: 72px !important
    }
}

@media only screen and (min-width : 876px) and (max-width: 1066px) {
    .ContactsPicker__DescriptionContainer {
        min-height: 96px !important
    }
}

@media only screen and (min-width : 849px) and (max-width: 875px) {
    .ContactsPicker__DescriptionContainer {
        min-height: 120px !important
    }
}

@media only screen and (min-width : 794px) and (max-width: 848px) {
    .ContactsPicker__DescriptionContainer {
        min-height: 144px !important
    }
}

.private-flex {
    box-sizing: border-box;
    align-items: flex-start;
    -webkit-box-pack: start;
    /* justify-content: flex-start; */
    justify-content: space-between;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    text-align: start!important;
}

.include-pricing {
    font-weight: 600;
    font-size: 14px;
}

.private-stepper-input {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 400;
    color: #33475b;
    line-height: 2;
    font-size: 12px;
    box-sizing: border-box;
    max-width: 100px;
    margin-right: 8px;
    margin-left: 8px;
    display: inline-flex !important;
}
.private-stepper-input--buttons {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 400;
    color: #33475b;
    line-height: 2;
    font-size: 12px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    margin-left: -31px;
    width: 30px;
}

.private-button {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-font-smoothing: auto;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 400;
    text-align: center;
    user-select: none;
    transition: all .15s ease-out;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
    background-color: #eaf0f6;
    border-color: #cbd6e2;
    color: #506e91;
    display: block;
    margin-left: 0;
    position: relative;
    padding: 0;
    flex-grow: 1;
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 0;
    margin-top: 1px;
    background-color: #f5f8fa !important;
}

.private-icon {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font: inherit;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    user-select: none;
    white-space: nowrap;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: spacesword!important;
    text-transform: none;
    display: inline-block;
    word-break: normal!important;
    line-height: 0;
    color: rgb(0, 164, 189);
}

.UIIcon__IconContent {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    cursor: pointer;
    text-align: center;
    user-select: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    word-break: normal!important;
    color: rgb(0, 164, 189);
    box-sizing: border-box;
    font: inherit !important;
}

.uiNumberInput {
    font: inherit;
    font-family: inherit;
    text-shadow: none;
    outline: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    box-sizing: border-box;
    margin: 0;
    box-shadow: unset;
    border-radius: 3px !important;
}

.takl-sale-pricing {
    line-height: 24px;
    box-sizing: border-box;
    grid-column-start: 1;
    padding-left: 28px;
    padding-right: 28px;
    border-right: 1px solid rgb(223, 227, 235);
    border-left: 1px solid rgb(223, 227, 235);
    grid-row-start: 6;
    padding-bottom: 10px;
}

.bFlypK {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.iqLdbu {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color: #516f90!important;
    font-weight: 600;
    box-sizing: border-box;
}

.uiButton  {
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-font-smoothing: auto;
    text-align: center;
    user-select: none;
    transition: all .15s ease-out;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    padding: 11px 24px;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 600;
    background-color: var(--thim-body-primary-color,#ffb606) !important;
    border-color: var(--thim-body-primary-color,#ffb606) !important;
    color: #fff;
    width: 100%;
    line-height: 23px;
}

.buy-now-pricing {
    padding-top: 25px !important;
}

.btn-talk-to-sale {
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-font-smoothing: auto;
    text-align: center;
    user-select: none;
    transition: all .15s ease-out;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    padding: 11px 24px;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 500;
    color:  var(--thim-body-primary-color,#ffb606) !important;
    border-color: var(--thim-body-primary-color,#ffb606) !important;
}

.marketingprofessional-pricing-hero {
    color: #515151;;
}

@media only screen and (max-width: 793px) {
    .flex-column {
        display: contents;
    }
    .box-pricing {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 16px;
    }
    .feature-li {
        min-height: 0 !important;
    }
    .box-one {
        width: 100% ;
        padding-left: 0px;
        padding-right: 0px;
        box-shadow: rgb(45 62 80 / 12%) 0px 1px 5px 2px;
    }
}

@media only screen and (max-width: 996px) {
    .merch-card {
        min-height: 72px;
    }
}

@media only screen and (max-width: 1108px) {
    .contacts-description {
        /* min-height: 100px; */
    }
}

@media only screen and (min-width: 794px) and (max-width: 830px) {
    .contacts-description {
        /* min-height: 152px; */
    }
}

@media only screen and (min-width: 794px) and (max-width: 801px) {
    .feature-responsive {
        min-height: 300px !important;
    }
}

.link-pricing {
    -webkit-text-size-adjust: 100%;
    --uicomponents-font-family: "Lexend Deca",Helvetica,Arial,sans-serif;
    line-height: 2;
    font-size: 12px;
    text-align: start!important;
    box-sizing: border-box;
    background-color: transparent;
    font-family: var(--uicomponents-font-family,"Lexend Deca",Helvetica,Arial,sans-serif);
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    transition: all .15s ease-out;
    color: #0091ae;
    text-decoration: none;
    cursor: pointer;
}

.ul-li-button {
    list-style: none;
    margin-top: 4px!important;
    margin-bottom: 4px!important;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}

.header-plus {
    grid-row-start: 8;
    grid-column-start: 1;
    padding-left: 28px;
    padding-right: 28px;
    border-right: 1px solid rgb(223, 227, 235);
    border-left: 1px solid rgb(223, 227, 235);
    padding-top: 20px;
}

.span-icon-success {
    margin-right: 10px;
    margin-left: 3px;
}

.plus-end{
    padding-bottom: 20px;
    padding-top: 0 !important;
}

.feature-li {
    grid-row-start: 9;
    grid-column-start: 1;
    border-right: 1px solid rgb(223, 227, 235);
    border-left: 1px solid rgb(223, 227, 235);
    min-height: 273px;
}

.form-submission-register form[name="registerform"], #thim-popup-login .thim-register form[name="registerformpopup"] {
    display: flex;
    flex-direction: column;
}

.form-submission-register form[name="registerform"] p:nth-of-type(1)
{
    order: 3;
}

.form-submission-register form[name="registerform"] p:nth-of-type(2) {
    order: 4;
}

.form-submission-register form[name="registerform"] p:nth-of-type(3) {
    order: 5;
}

.form-submission-register form[name="registerform"] p:nth-of-type(4) {
    order: 6;
}

.form-submission-register form[name="registerform"] p:nth-of-type(5) {
    order: 1;
}

.form-submission-register form[name="registerform"] p:nth-of-type(6) {
    order: 2;
}

.form-submission-register form[name="registerform"] p:nth-of-type(7) {
    order: 7;
}

.form-submission-register form[name="registerform"] p:nth-of-type(8) {
    order: 8;
}

.form-submission-register form[name="registerform"] p:nth-of-type(9) {
    order: 9;
}

#thim-popup-login .thim-register form[name="registerformpopup"] p:nth-of-type(1) {
    order: 3;
}

#thim-popup-login .thim-register form[name="registerformpopup"] p:nth-of-type(2) {
    order: 4;
}

#thim-popup-login .thim-register form[name="registerformpopup"] p:nth-of-type(3) {
    order: 5;
}

#thim-popup-login .thim-register form[name="registerformpopup"] p:nth-of-type(4) {
    order: 6;
}

#thim-popup-login .thim-register form[name="registerformpopup"] p:nth-of-type(5) {
    order: 1;
}

#thim-popup-login .thim-register form[name="registerformpopup"] p:nth-of-type(6) {
    order: 2;
}

#thim-popup-login .thim-register form[name="registerformpopup"] p:nth-of-type(7) {
    order: 7;
}

#thim-popup-login .thim-register form[name="registerformpopup"] p:nth-of-type(8) {
    order: 8;
}

.type-contents-icon {
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat",sans-serif;
    color: #000;
    list-style: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    box-sizing: border-box;
    text-align: -webkit-match-parent;
    list-style-type: none;
    background: #8b8b8b;
    padding: 3px 6px 3px;
    border-radius: 3px;
    margin-right: 5px;
    padding-bottom: 2px !important;

}

.type-contents-text{
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 5px;
    margin-right: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 3px;
}

.title-tage {
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 300;
    font-family: "Montserrat",sans-serif;
    text-align: left;
    box-sizing: border-box;
    padding-top: 80px;
    overflow: hidden;
}

.list-tage{
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 300;
    font-family: "Montserrat",sans-serif;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.txt-tage{
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 300;
    font-family: "Montserrat",sans-serif;
    text-align: left;
    box-sizing: border-box;
    padding: 7px 10px;
}

.tage-text{
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat",sans-serif;
    box-sizing: border-box;
    padding: 8px 15px;
    width: 100%;
    border: #000 solid 1px;
    border-radius: 25px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-align: center;
    font-weight: 400;
}

.contents-feature {
    display: flex;
    padding-bottom: 0px !important;
    flex-wrap: wrap;
}

.woocommerce-form-coupon-toggle {
    display: none;
}
#searchFormCustom::after {
    cursor: pointer;
  }
  
#searchFormCustom:hover::after {
    cursor: pointer;
  }
.thim-course-content .ewa-rteLine {
    padding-top: 10px;
}