.page-header .header.content  .buy-plan-header{
        order: 4;
}
.page-header .header.content  .upgrade-plan-li-link{
    order: 3;
}
.upgrade-plan-li-link a{
    cursor: pointer;
}
.upgrade-plan-li-link .upgrade-plan-popup  a:after {
    content: "";
    background-image: url('../../frontend/Slidegeeks/default/en_US/Magento_Theme/images/arrow.svg');
    height: 11px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    right: 12px;
    top: 12px;
}
.upgrade-plan-li-link{
    position:relative;
}
.upgrade-plan-li-link .upgrade-plan-popup  a{
    background: #28a7fb;
    border-radius: 100px;
    padding: 0 13px;
    height: 35px;
    line-height: 35px !important;
    display: inline-block;
    font-weight: 500;
    color: #fff !important;
    position: relative;
    width: 128px;
    box-sizing: border-box;
}


.custom-svg-icon.large {
    z-index: 1;
}

.pricing-card {}
.pricing-card {}

.upgrade-plan-popup .download-overlay {
    z-index: 999999;
}

.upgrade-plan-popup-data.active .pricing-card {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: rgba(21, 17, 17, 0.61);
}

.pricing-card__cross {
    height: 25px;
    position: absolute;
    right: 9px;
    width: 25px;
    background: #fff;
    border-radius: 100px;
    top: 5px;
    z-index: 99;
    cursor: pointer;
}

.pricing-card__cross img {
    width: 11px;
    line-height: 20px;
    position: relative;
    top: 4px;
    right: -7px;
}

.pricing-card___contents {
    padding: 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 360px;
    height: 100%;
    overflow: auto;
    transition: all 0.25s ease-in-out;
    transform: translate(-100%, 0);
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
    background: rgba(255, 255, 255, .5);
    font-family: "Montserrat", sans-serif;
}

.pricing-card .pricing-card__head p {
    color: #fff;
    line-height: normal;
}

.page-header .header.content .panel.wrapper .header_panel_wrapper .header.links li .pricing-card___contents {
    line-height: normal;
}

.pricing-card__summary {
    background: #3C3F41;
    padding: 15px;
    border-radius: 8px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
overflow: scroll;
}

.pricing-card__head {
    display: flex;
    align-items: flex-start;
    color: #fff;
    justify-content: space-between;

}

.pricing-card__head .plan_id {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    color:#fff;
}

.pricing-card__head .plan_id:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    bottom: -5px;
    left: 0px;
}

.pricing-card__head .price {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.plan_t {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.pricing-card__pricing-line {
    border: 1px solid #6688A4;
    margin: 20px 0px;
    border-radius: 8px;
    background: #27292A;
    padding: 15px;
}

.pricing-card__des {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px 15px 5px;
    border-bottom: 1px solid #8CC9FC;
}

.pricing-card__des .user_num {
    margin-right: auto;
}

.pricing-card_download {
    padding-top: 15px;
}

.pricing-card__offer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.offer__ribbon {
    float: left;
    color: #fff;
    background: rgb(6, 169, 130);
    background: linear-gradient(0deg, rgba(6, 169, 130, 1) 35%, rgba(49, 247, 200, 1) 100%);
    padding: 8px 8px 8px 30px;
    margin-top: 5px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
}

.offer__ribbon:before {
    content: '';
    width: 0;
    height: 0;
    top: -1px;
    position: absolute;
    left: -1px;
    border-left: 18px solid #3c3f41;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.card__Upgrade_head {
    color: #fff;
    font-size: 20px;
    font-weight: 600;

}

.pricing-card__Upgrade ul {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    list-style: none;
}

.pricing-card__Upgrade ul li {
    list-style: none;
    color: #fff;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #8CC9FC;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.discount_calc {
    position: absolute;
    top: 0px;
    right: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #22FFCA;
}

.pricing-card__Upgrade ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.pricing-card__Upgrade ul li label {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 5px 0px 40px;
    margin: 10px auto;
    height: auto;
    z-index: 6;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    line-height: 22px;
}

.pricing-card__Upgrade strong {
    font-size: 14px;
    font-weight: 600;
}
.plan-list-item .final-price {
font-size: 16px;
}
.pricing-card__Upgrade strong span {
    border-bottom: 1px solid #fff;
}

.pricing-card__Upgrade ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #0099FF;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 16px;
    left: 10px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    background: #fff;
}

.pricing-card__Upgrade ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 7px;
    width: 7px;
    top: 3.5px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    border: 1px solid #A4DCFF;
}

.pricing-card__Upgrade input[type=radio]:checked~.check {
    border: 2px solid #0099FF;
}

.pricing-card__Upgrade input[type=radio]:checked~.check::before {
    background: #0099FF;
    border: 1px solid #0099FF;
}


.pricing-card__btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0px 10px 0px;
}

.card__Upgradebtn,
.card__Upgradebtn:active,
.card__Upgradebtn:visited,
.card__Upgradebtn:hover,
.card__Upgradebtn:focus {
    background: #FFA500;
    color: #fff;
    padding: 12px 10px;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 7px 8px #181818;
    border: none;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    line-height: normal;
}


.page-header .header.content .panel.wrapper .header_panel_wrapper .pricing-card__btn .all_plans {
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 0px;
    display: inline-block;
    text-decoration: underline !important;
    text-align: center !important;
    background: none;
    line-height: normal !important;
    border-radius: 0px;
    height: auto;
    width: auto;
}
.page-header .header.content .panel.wrapper .header_panel_wrapper .pricing-card__btn .all_plans::after{
    content:none;
}

/* .pricing-card__info-text {
    border: 1px solid #88C9FF;
    border-radius: 8px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    /*  position: absolute;
    bottom: 15px;
    right: 0px;
    margin: 0px 15px; */
} */

.pricing-card__info-text p {
    margin: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}


.pricing-card__Upgrade ul.plan-list li.plan-list-item {
    margin-left: 0px !important;
    margin-bottom: 20px !important;
}

.upgrade-plan-popup-data {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.overflow-hidden .nav.is-fixed .nav-toggle {
    z-index: 9 !important;
}

body.overflow-hidden #left-section.scroll-nav {
    z-index: 9 !important;
}
body.overflow-hidden li.menu-item.has-sub-class {
    z-index: 9 !important;
}
body.overflow-hidden .png-position-relative.png-info-container{
    z-index: 9 !important;
}

.pricing-card__Upgrade_error_text.show-err {
    margin-bottom: 3%;
    margin-left: 5%;
    color: #ff0000;
}






.Upgrade-list {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}
.page-header .header.content .panel.wrapper .header_panel_wrapper .header.links .pricing-card__info-text .Upgrade-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 18px;
    margin-left: 0px;
}
.Upgrade-list li img{
    height: 15px;
width:auto;
}
.Money_Back_div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-bottom: 10px;
    height:30px;
}
.Money_Back_div img{
 height: 17px;
width:auto;
}

.cms-ai-ml-consulting-services .pricing-card___contents {
    width: 390px;
    box-sizing: border-box;
}
.cms-ai-ml-consulting-services .pricing-card__cross img {
    display: inline-block;
}
.cms-ai-ml-consulting-services .Money_Back_div img {
    height: 17px;
    display: inline-block;
    margin: initial;
}
.cms-ai-ml-consulting-services .pricing-card__Upgrade ul li .check {
    width: 18px;
    height: 18px;
}
.cms-ai-ml-consulting-services .pricing-card___contents {
    font-family: "Montserrat", sans-serif !important;
}
.pricing-card__des .user_num {
    margin-right: auto;
    font-family: "Montserrat", sans-serif !important;
}
.user_dig, .card__Upgrade_head, .pricing-card__Upgrade strong, .pricing-card__Upgrade ul li label, .discount_calc, .Money_Back_div, .offer__ribbon, .pricing-card__Upgrade del, .card__Upgradebtn span {
    font-family: "Montserrat", sans-serif !important;
}

.page-header .header.content .panel.wrapper .header_panel_wrapper .header.links li.upgrade-plan-li-link a{
        display: flex;
    align-items: center;
    height: 30px;
    padding: 0px 0px 0px 10px;
    width: 140px;
}

.page-header .header.content .panel.wrapper .header_panel_wrapper .header.links li.upgrade-plan-li-link .upgrade-plan-popup a:after{
        top: 9px;
}
@media (max-width: 1023px) {
    li.upgrade-plan-li-link {
        border-bottom: 1px solid #40515c;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    li.upgrade-plan-li-link .upgrade-plan-popup a {
       
        border: none;
        font-family: "Montserrat", sans-serif;
        margin-left: 10px;
        background: #28a7fb;
        border-radius: 100px;
        height: 40px;
        font-weight: 500;
        color: #fff !important;
        position: relative;
        width: 156px;
        box-sizing: border-box;
        padding-left: 18px !important;
        padding-top: 0px !important;
    }
    li.upgrade-plan-li-link .upgrade-plan-popup a:after {
        content: "";
        background-image: url('../../frontend/Slidegeeks/default/en_US/Magento_Theme/images/arrow.svg');
        height: 11px;
        width: 15px;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        display: block;
        right: 12px;
        top: 14px;
    }
}


@media (max-width: 375px) {
    .pricing-card___contents {
        width: 300px;
    }

    .cms-ai-ml-consulting-services .pricing-card___contents {
        width: 330px;
    }

    .pricing-card__head .price,
    .pricing-card__head .plan_id {
        font-size: 18px;
    }

    .pricing-card__des {
        font-size: 12px;
        padding: 0px 5px 10px 5px;
    }

    .pricing-card__Upgrade h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pricing-card__Upgrade ul li label {
        font-size: 11px;
        line-height: 18px;
        padding: 0px 5px 0px 40px;
    }


    .pricing-card__Upgrade strong {
        font-size: 12px;
    }

    .card__Upgradebtn {
        font-size: 14px;
    }

    .pricing-card_download {
        padding-top: 15px;
    }

    .offer__ribbon {
        font-size: 12px;
        padding: 8px 8px 8px 25px
    }

    .card__Upgrade_head {
        font-size: 14px;
    }

    .offer__ribbon:before {
        top: -2.5px;
    }
}



@media screen and ( max-height: 1920px ){
   .pricing-card__info-text {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 90%;
    margin: auto;
}
}

@media screen and ( max-height: 850px ){
   .pricing-card__info-text {
    position: static;
    width: auto;
   
}
}_::-webkit-full-page-media,_:future,:root .sub-cat-links ul li{display:inline-block;width:100%}.resume_div ul#customize-controls li:nth-child(2){margin-right:0px}ul#customize-controls li{width:25px;height:25px;background:#045bad;box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);border-radius:50%;position:absolute;top:45%;cursor:pointer}ul#customize-controls li img{width:31%;height:14px;text-align:center;left:8px;border:0px}ul#customize-controls li:nth-child(2){float:right;right:5px}ul#customize-controls li:first-child{float:left;left:5px}ul#customize-controls li:nth-child(2) img.next{left:10px}.catalog-category-view .toolbar .toolbar-wrapper{justify-content:flex-start}.in_powerpoint-lists-index .toolbar.toolbar-products{padding:0px 45px}.catalog-category-view .tags-list-az ul li a{font-weight:bold}.catalog-category-view .tags-list-az ul.products-grid--max-4-col li a{font-weight:600}.catalog-category-view .toolbar.toolbar-products .pages strong{letter-spacing:0px}.catalog-category-view .toolbar.toolbar-products .pages .item{font-size:13px;font-weight:600;color:#3a5277;border-radius:50%;min-width:inherit;min-height:inherit;border:none;margin:0px 2px 0px 0px;padding:5px 6px}.catalog-category-view .toolbar.toolbar-products .pages .item.current{background-color:#fff !important;box-shadow:0 4px 6px 1px rgba(0,0,0,0.11) !important;color:#3a5277 !important}.catalog-category-view .toolbar.toolbar-products .pages .item:hover{color:#3a5277 !important}.catalog-category-view .page-strong{margin-right:10px}.tags-list-az ul{margin:25px 0 35px}a.search-keys{font-size:18px;line-height:1.5;padding-left:5px}a.product.photo.product-item-photo .slider-pagination{display:block;position:absolute;left:0;right:0;margin:0 auto;height:28px;background:rgba(0,0,0,0.4);width:100px;color:#fff;line-height:29px;border-radius:50px;font-size:10px;text-shadow:1px 1px 2px #555;width:74px;text-align:center;vertical-align:middle;bottom:5px}.sort-selection .select2-container{width:184px!important;text-align:left}.sort-selection .select2-container--default .select2-selection--single{border-radius:18px;height:35px;border:none}.sort-selection .select2-container--default .select2-selection--single .select2-selection__rendered,.sort-selection .select2-results__option--selectable{line-height:1.2;font-size:13px;color:#6d7f9b;padding:10px 28px 10px 18px}.sort-selection .select2-container--default .select2-selection--single .select2-selection__arrow{height:35px;top:0;right:7px}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#045bad !important;color:#fff !important}.select2-container--default .select2-results__option--selected{background-color:#e2e5ef !important;color:#5c6e8c !important}.select2-results__option--selectable{margin:0}.catalog-category-view .product-item-info{position:relative}.onepage-product a.product-image.image-height{border:0px !important;box-shadow:none !important}.onepage-product a.product-image.image-height img{border:1px solid #c9c9c9 !important;box-shadow:0 0 2px #aaa !important;box-sizing:border-box !important}div.onepage-product img.photo.image.small_image_hover{border:1px solid #c9c9c9;box-shadow:0 0 2px #aaa;box-sizing:border-box}div.onepage-product a.product.photo.product-item-photo{border:0px;box-shadow:none}#sli_results .item.product.product-item.sli_wrapper.sli_col3 .a4_product div.sli_image img.photo{border:1px solid #c9c9c9;box-shadow:0 0 2px #aaa;box-sizing:border-box}#sli_results .item.product.product-item.sli_wrapper.sli_col3 .a4_product div.sli_image{border:0;box-shadow:none}.toolbar .limiter{height:47px}.filterbox .custom-dropdown .choices[data-type*=select-one]:after{border-width:7px 6px 0 !important}.catalog-category-view .filtercont .custom-dropdown .choices{width:150px}.catalog-category-view{overflow-x:hidden}.catalog-category-view #sli_content_wrapper .item.product.product-item{padding:0px 5px !important;width:25%}.catalog-category-view .product-item-name{margin-top:0;margin-bottom:0}.catalog-category-view .product.name a{color:#000;font-weight:600;font-size:15px;line-height:19px;text-decoration:none}.catalog-category-view .product.name a:hover{color:#28a7fb}.catalog-category-view .product-item-info{width:auto}.catalog-category-view .product-item-info>a{text-align:center;display:block;width:100%;position:relative;border:1px solid #c9c9c9;box-shadow:0 0 2px #aaa;line-height:0;margin-bottom:12px;box-sizing:border-box;overflow:hidden;height:179px}.catalog-category-view .product-item-info>a .bagde-label{position:absolute;background-color:#e67a00;color:#fff;font-size:10px;padding:3px;height:10px;line-height:10px;left:0}.catalog-category-view .product-item-info>a img{height:100%;width:auto;border:0;box-shadow:none;border-radius:0}.catalog-category-view .product-item-info .product-item-description{margin:0;height:auto}.catalog-category-view .product-item-info .product-item-description p{margin-bottom:0;font-size:14px;line-height:21px;letter-spacing:.2px;color:#333;text-align:left}.catalog-category-view .product-item-info .product-item-description a{white-space:normal;border:2px solid #a1a1a1;background:0 0;font-size:13px;color:#474644;width:75px;line-height:25px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;padding:0;font-weight:600;text-transform:uppercase;display:inline-block;text-align:center;position:absolute;right:2px;bottom:0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s;cursor:pointer}.catalog-category-view .product-item-info .product-item-description a:hover{background:#28a7fb;border-color:#28a7fb;color:#fff}.catalog-category-view .toolbar .limiter{display:inline-block}.catalog-category-view .toolbar .limiter .control{margin-right:0px}.catalog-category-view .columns{max-width:100%}.catalog-category-view .top-container{max-width:100%;padding:0}.catalog-category-view .category-description{max-width:100%}.catalog-category-view .filtercont select{padding:0 64px 0px 5px;color:#616161}.catalog-category-view .filtercont select:focus{box-shadow:none !important}.catalog-category-view .filtercont .custom-dropdown{position:relative}.catalog-category-view .filtercont .custom-dropdown:before{content:"";display:block;position:absolute;right:24px;top:5px;width:1px;height:24px;background-color:#c4c4c4;z-index:1}.catalog-category-view .limiter .limiter-options{background:0 0;border:0;margin:0 0px 0 0px;padding:5px 0px 4px}.catalog-category-view .limiter .limiter-options:focus{box-shadow:none !important}.catalog-category-view .limiter .control{position:relative}.catalog-category-view .page-main{margin-bottom:0}#sli_results .container.listing-container.sli_generic_container{padding:0px 0px 0 0px;box-sizing:border-box;width:87%;float:right}#sli_results .product-items{display:flex;flex-wrap:wrap}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image{text-align:center;line-height:0;margin-bottom:5px;overflow:hidden;border:1px solid #c9c9c9;box-shadow:0 0 2px #aaa;box-sizing:border-box}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{display:block;height:163px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image img.photo{height:100%;width:auto;border:0;box-shadow:none;border-radius:0;box-sizing:border-box}#sli_results .product.name a:hover{color:#28a7fb}.breadcrumbs .items{padding-left:0}.item.product.product-item{padding:0 15px !important}.products-grid{margin:0 0 30px}.products-grid .product-item{margin-left:0 !important;margin-bottom:30px;padding:0 10px}.products-grid li.li-category-banner{padding:0 9px 25px;text-align:center}.products-grid li.li-category-banner a{display:inline-block;line-height:0}.description-content-trim{-webkit-line-clamp:4;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}h2.custom-category-title{font-size:14px;font-weight:400}h3.custom-category-title{font-size:22px;font-weight:400}.custom-category-title{margin-top:0;margin-bottom:10px;box-sizing:border-box;font-weight:600;font-size:26px;line-height:30px}.custom-category-title.all-products-title{margin-bottom:12px}.custom-category-title.all-ppt-title{padding-top:12px}.toolbar .toolbar-wrapper{position:relative}.toolbar.toolbar-products .toolbar-amount{padding-left:0}.main-product-listing .category-view{background:#fff}.main-product-listing .category-info-block{background:#f6f6f6}.google-slide-recommended{border-top:none !important}.product.name a{color:#000;font-weight:400;font-size:15px;line-height:19px;text-decoration:none}.product.name a:hover{color:#28a7fb}.product-image-container{display:inline-block;width:100%}.product-image-container .product-image-wrapper{padding-bottom:0;height:auto}.product-image-container .product-image-wrapper .product-image-photo{border:1px solid #c9c9c9;-webkit-box-shadow:0 0 2px #aaa;-moz-box-shadow:0 0 2px #aaa;-ms-box-shadow:0 0 2px #aaa;-o-box-shadow:0 0 2px #aaa;box-shadow:0 0 2px #aaa;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;max-width:100%;height:auto;width:98%;position:relative}.products.wrapper .toolbar .toolbar-amount{display:inline-block}.theme-wrapper .products-grid-outer{margin:0 -9px}.theme-wrapper .products-grid-outer ul{margin:0;display:flex;flex-wrap:wrap}.theme-wrapper .products-grid-outer ul li{width:25%;padding:0 18px;float:left;box-sizing:border-box;margin:0 0 30px}.theme-wrapper .products-grid-outer ul li .product-image{height:179px;text-align:center;display:block;width:100%;position:relative;border:1px solid #c9c9c9;box-shadow:0 0 2px #aaa;line-height:0;box-sizing:border-box;overflow:hidden;margin-bottom:12px}.theme-wrapper .products-grid-outer ul li .product-image img{height:100%;width:auto;border:0;box-shadow:none;border-radius:0}.theme-wrapper .products-grid-outer ul li .product-info{padding:0;margin:2px 0 0;min-height:45px !important}.theme-wrapper .products-grid-outer ul li .product-info span a{color:#000;font-weight:600;font-size:15px;line-height:19px;text-decoration:none}.theme-wrapper .products-grid-outer ul li .product-info span a:hover{color:#28a7fb}.theme-wrapper .products-grid-outer ul li p{margin-bottom:0;font-size:14px;line-height:21px;letter-spacing:.2px;color:#333;text-align:left}.theme-wrapper .products-grid-outer ul li.li-category-banner{width:100%;padding-bottom:20px;text-align:center}.theme-wrapper .products-grid-outer ul li.li-category-banner a{display:inline-block;line-height:0}.theme-wrapper .products-grid-outer ul.most-download-category{background:#f6f6f6;padding-top:6px}.theme-wrapper h4{color:#28a7fb;text-transform:uppercase;margin:0 0 10px}.theme-wrapper h4 a{color:#28a7fb;float:right}.theme-wrapper h4 a:hover{text-decoration:underline}.theme-wrapper h4 a.see-all{font-weight:600;position:absolute;right:0;font-size:20px}.theme-wrapper h4 strong{float:left}.theme-wrapper .populartitle h4{position:relative;padding-right:110px}.product-item-name{margin:2px 0 0;min-height:45px !important}.product-item-name a{overflow:hidden;max-width:100%;text-overflow:ellipsis}.category-description{font-size:14px;line-height:25px;color:#464646;box-sizing:border-box;margin-bottom:0;padding-bottom:10px}.category-description h2.google-title{font-size:16px;margin-top:2rem;margin-bottom:2rem;line-height:24px;font-weight:700}.column.main .product-items{display:flex;flex-wrap:wrap;margin:0 -15px}.sub-cat-links h2{color:#343a6c;font-family:fira sans,sans-serif;line-height:1;margin:0 0 15px;padding-bottom:12px;padding-top:7px;font-weight:800;font-size:31px;position:relative;padding-left:18px}.sub-cat-links h2::after{position:absolute;content:"";width:9px;height:43px;border-radius:4px;background-color:#045bad;left:0;top:3px}.sub-cat-links ul{display:block;margin:0 -5px 10px;column-count:4}.sub-cat-links ul li{margin-bottom:11px;box-sizing:border-box;text-align:left;padding:0 5px}.sub-cat-links ul li a{color:#055cad;font-size:17px;line-height:22px;display:block;font-weight:600;word-break:break-word;padding-left:19px;position:relative;transition:all .3s}.sub-cat-links ul li a::before{content:'';background:url("../../frontend/Slidegeeks/default/en_US/Magento_Catalog/images/category/double-arrow.svg");background-repeat:no-repeat;position:absolute;background-position:center;background-size:16px 14px;top:3px;left:0;height:16px;width:14px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s}.sub-cat-links ul li a:hover,.sub-cat-links ul li a.current,.sub-cat-links ul li a.active{color:#ffad00}.sub-cat-links ul li a:hover::before,.sub-cat-links ul li a.current::before,.sub-cat-links ul li a.active::before{background:url("../../frontend/Slidegeeks/default/en_US/Magento_Catalog/images/category/double-arrow-h.svg");background-size:16px 14px;background-repeat:no-repeat;background-position:center}.sub-cat-links .show-more-link1{display:inline-block;position:relative;padding-left:16px;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s;color:#28a7fb}.sub-cat-links .show-more-link1:hover{color:#00649a}.sub-cat-links .show-more-link1:before{content:"+";position:absolute;display:block;font-weight:700;top:0;bottom:0;margin:auto;left:-2px;font-size:20px;line-height:20px}.sub-cat-links .show-less-link{display:inline-block;position:relative;padding-left:15px;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s;color:#28a7fb}.sub-cat-links .show-less-link:hover{color:#00649a}.sub-cat-links .show-less-link:before{content:"-";position:absolute;display:block;font-weight:700;top:0;bottom:0;margin:auto;left:0;font-size:20px;line-height:20px}.category_left_banner{position:absolute;top:1630px;z-index:999}.category_left_banner a{display:inline-block;padding-left:10px;width:162px}.category_left_banner.category_static{position:fixed}.main-wrapper.theme-sort-wrapper h4{position:absolute;color:#28a7fb;text-transform:uppercase}.tatva-theme-wrapper h2{color:#28a7fb;text-transform:uppercase;margin:0 0 10px;font-size:26px;line-height:30px;font-weight:700}.listing-page-banner{margin:0}.listing-page-banner .li-category-banner{text-align:center;margin-bottom:20px}.listing-page-banner .li-category-banner a{display:inline-block;line-height:0}.tag-msg-wrapper .note-msg{padding-left:20px}.in_powerpoint-lists-index .breadcrumbs .items{max-width:100%;padding-left:0}.tags-list-custom .page-title h4{color:#232323;text-align:center;margin-bottom:18px}.tags-list-az{text-align:center;font-size:17px;line-height:21px;padding-bottom:30px}.tags-list-az ul li{display:inline;padding:0 5px}.tags-list-az ul li a{color:#055cad}.tags-list-az ul li a:hover{color:#ffad00}.tags-list-az ul.products-grid--max-4-col{display:flex;flex-wrap:wrap;margin:0 -5px}.tags-list-az ul.products-grid--max-4-col li{flex:0 0 25%;max-width:25%;margin-bottom:11px;box-sizing:border-box;text-align:left;padding:0 5px}.tags-list-az ul.products-grid--max-4-col li a{color:#055cad;font-size:17px;line-height:22px;display:block;font-weight:600;word-break:break-word;padding-left:19px;position:relative;transition:all .3s}.tags-list-az ul.products-grid--max-4-col li a::before{content:'';background:url("../../frontend/Slidegeeks/default/en_US/Magento_Catalog/images/category/double-arrow.svg");background-repeat:no-repeat;position:absolute;background-position:center;background-size:16px 14px;top:3px;left:0;height:16px;width:14px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s}.tags-list-az ul.products-grid--max-4-col li a:hover,.tags-list-az ul.products-grid--max-4-col li a.current{color:#ffad00}.tags-list-az ul.products-grid--max-4-col li a:hover::before,.tags-list-az ul.products-grid--max-4-col li a.current::before{background:url("../../frontend/Slidegeeks/default/en_US/Magento_Catalog/images/category/double-arrow-h.svg");background-size:16px 14px;background-repeat:no-repeat;background-position:center}.tags-list-az h3{color:#343a6c;line-height:1;margin:0 0 20px;font-weight:800;font-size:28px;position:relative}.recommended-product{margin:10px 0;padding-top:20px;border-top:1px solid #d8d8d8;clear:both}.recommended-product .recommended-title-top h4{color:#2d2d2d;font-weight:600;letter-spacing:.4px;margin:0 0 15px}.recommended-product .recommended-outer{margin:0 -5px}.recommended-product .recommended-list .item{padding:0 9px}.recommended-product .recommended-list .item .product-image{display:block}.recommended-product .recommended-list .item .product-image img{max-width:100%;border:1px solid #c9c9c9;-webkit-box-shadow:0px 0px 3px #aaa;-moz-box-shadow:0px 0px 3px #aaa;-ms-box-shadow:0px 0px 3px #aaa;-o-box-shadow:0px 0px 3px #aaa;box-shadow:0px 0px 3px #aaa;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.recommended-product .recommended-list .item .product-info{margin-top:14px}.recommended-product .recommended-list .item .product-info p{margin:0 0 5px;min-height:55px;font-size:15px;line-height:20px}.recommended-product .recommended-list .item .product-info p a{color:#28a7fb;letter-spacing:.3px}.recommended-product .recommended-list .item .product-info p a:hover{color:#00649a}.recommended-product .recommended-list .owl-nav .owl-prev{position:absolute;top:0;height:73%;background-color:#5a5a5a;padding:0 13px;background-repeat:no-repeat;background-position:center center;background-image:url(../../frontend/Slidegeeks/default/en_US/Magento_Catalog/images/product/recommended-left-arrow.png);left:-65px}.recommended-product .recommended-list .owl-nav .owl-next{position:absolute;top:0;height:73%;background-color:#5a5a5a;padding:0 13px;background-repeat:no-repeat;background-position:center center;background-image:url(../../frontend/Slidegeeks/default/en_US/Magento_Catalog/images/product/recommended-right-arrow.png);right:-65px}.recommended-product .recommended-list .owl-nav .owl-prev.disabled{background-color:#6c6b69;pointer-events:none;opacity:.4}.recommended-product .recommended-list .owl-nav .owl-next.disabled{background-color:#6c6b69;pointer-events:none;opacity:.4}.name-content-trim .product-item-link{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.emarsys-products-list p.description-content-trim{min-height:105px}.product-name.name-content-trim a{display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tag-list{display:none}.catalog-category-view{overflow-x:hidden}.catalog-category-view .columns{max-width:100%}.catalog-category-view .product-item-info>a img{margin:0 auto}.catalog-category-view .top-container{max-width:100%;padding:0}.catalog-category-view .category-description{max-width:100%}.catalog-category-view .toolbar-products .toolbar-wrapper .pages,.catalog-category-view .toolbar-products .toolbar-wrapper .field.limiter{display:block}.catalog-category-view .resume-toolbar .toolbar-products .toolbar-wrapper .pages,.catalog-category-view .resume-toolbar .toolbar-products .toolbar-wrapper .field.limiter{display:block}.category-description.new-list-desc.content-trim{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding-bottom:0px}.morecontent a.morelink{color:#28a7fb;font-weight:600}.additional_subcat .filterbox{margin:10px 0}.additional_subcat .choices__list--dropdown.is-active{z-index:100}.additional_subcat .choices__list--single .choices__item{padding-right:40px}.search-result-container .toolbar.toolbar-products .container{max-width:100%;width:100%;padding:0}@media (min-width:1024px){.page-main{min-height:820px}#sli_results .container.listing-container.sli_generic_container{padding:0px 25px 0 0px;box-sizing:border-box}}@media (min-width:1024px) and (max-width:1440px){#sli_results .item.product.product-item.sli_wrapper.sli_col3{margin-right:0}}@media (max-width:1800px){.breadcrumbs .items{padding-left:20px;box-sizing:border-box}.toolbar .toolbar-wrapper{padding-left:20px;box-sizing:border-box}.message-wrapper{padding-left:20px;box-sizing:border-box}.recommended-product{padding:20px 30px 0}.recommended-product .recommended-list .owl-nav .owl-prev{left:-27px}.recommended-product .recommended-list .owl-nav .owl-next{right:-27px}.recommended-product .recommended-list .item .product-info p{font-size:14px;line-height:20px;min-height:45px}}@media (max-width:1792px){.catalog-category-view .product-item-info>a{height:194px}.theme-wrapper .products-grid-outer ul li .product-image{height:194px}}@media (max-width:1680px){#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{display:block;height:158px}#sli_results .container.listing-container.sli_generic_container{width:86%;float:right}.breadcrumbs .items{box-sizing:border-box}.toolbar .toolbar-wrapper{box-sizing:border-box}.toolbar.toolbar-products .pages{padding-left:36px;box-sizing:border-box}.product-item-name{line-height:normal}.catalog-category-view .product-item-info{width:auto}.catalog-category-view .product-item-info>a{height:166px}.catalog-category-view .product-item-info .product-item-description a{font-size:12px;height:22px;line-height:23px;width:61px}.list-detail-consistency .products-grid .product-name .products-list .product-name{font-size:14px;height:20px;line-height:20px;min-height:20px}.theme-wrapper .products-grid-outer ul li .product-image{height:187px}.category_left_banner{top:1635px}.container.tags-list-az.clearfix{box-sizing:border-box !important}.container.clearfix.tags-list-custom{box-sizing:border-box !important}}@media (max-width:1600px){.catalog-category-view .product-item-info>a{height:175px}.theme-wrapper .products-grid-outer ul li .product-image{height:175px}}@media (max-width:1538px){.catalog-category-view .product-item-info>a{height:164px}.catalog-category-view #sli_content_wrapper .item.product.product-item{width:25%;padding:0px 5px !important}.theme-wrapper .products-grid-outer ul li .product-image{height:165px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:154px}}@media (max-width:1440px){.custom-category-title{font-size:24px;line-height:28px}h2.custom-category-title{font-size:14px;font-weight:400}h3.custom-category-title{font-size:20px;font-weight:400}.main-wrapper.list-detail-consistency.theme-wrapper{margin-bottom:30px}.category-description{padding-bottom:10px;margin-bottom:0}.catalog-category-view .product-item-info>a{height:143px}.catalog-category-view .product-item-info .product-item-description a{font-size:11px;height:19px;line-height:20px;width:58px}.catalog-category-view .product.name a{font-size:13px;line-height:19px}.theme-wrapper .products-grid-outer ul li{padding:0 5px !important}.theme-wrapper .products-grid-outer ul li .product-image{height:143px}.theme-wrapper .products-grid-outer ul li .product-info{min-height:50px !important}.theme-wrapper .products-grid-outer ul li .product-info span a{font-size:13px;line-height:19px}.category_left_banner{top:1528px}.category_left_banner a{width:156px}.recommended-product .recommended-list .owl-nav .owl-prev{height:64%}.recommended-product .recommended-list .owl-nav .owl-next{height:64%}.recommended-product .recommended-list .item .product-info p{font-size:13px;line-height:17px;line-height:20px}.product-item-name{min-height:50px !important}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:141px}#sli_results .container.listing-container.sli_generic_container{width:85%;float:right}}@media (max-width:1366px){#left-section-facets[data-tb-cid="1f90fd20-68af-11e6-92d1-e9037836c8f8"]{box-sizing:border-box;margin-left:15px}[data-tb-cid="1f90fd20-68af-11e6-92d1-e9037836c8f8"] #left-section-facets{box-sizing:border-box;margin-left:15px}.custom-category-title{font-size:22px;line-height:26px}h2.custom-category-title{font-size:14px;font-weight:400}h3.custom-category-title{font-size:18px;font-weight:400}.category-description{font-size:12px;line-height:17px}.catalog-category-view .product-item-info>a{height:133px}.catalog-category-view #sli_content_wrapper .item.product.product-item{width:209px}.theme-wrapper .populartitle h4{padding-right:90px}.theme-wrapper .products-grid-outer ul li{padding:0 7px !important}.theme-wrapper .products-grid-outer ul li .product-image{height:133px}.theme-wrapper .products-grid-outer ul li .product-info{min-height:65px !important}.category_left_banner{top:1324px}.recommended-product .recommended-list .owl-nav .owl-prev{height:72%}.recommended-product .recommended-list .owl-nav .owl-next{height:72%}.product-item-name{min-height:45px !important}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:111px}#sli_results .container.listing-container.sli_generic_container{width:83%}}@media (max-width:1280px){.catalog-category-view .product-item-info>a{height:131px}.catalog-category-view .product-item-info .product-item-description a{font-size:10px;height:19px;line-height:19px}.catalog-category-view #sli_content_wrapper .item.product.product-item{width:206px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:109px}#sli_results .container.listing-container.sli_generic_container{width:82%;float:right}.theme-wrapper .products-grid-outer{margin:0 -13px}.theme-wrapper .products-grid-outer ul li{padding:0 13px}.theme-wrapper .products-grid-outer ul li .product-image{height:131px}.category_left_banner a{width:145px}}@media (max-width:1199px){.tatva-theme-wrapper h2{font-size:19px;line-height:23px}.custom-category-title{font-size:17px;line-height:23px}h2.custom-category-title{font-size:14px;font-weight:400}h3.custom-category-title{font-size:13px;font-weight:400}.theme-wrapper .populartitle h4{padding-right:75px}.tags-list-custom .page-title h4{margin-top:10px}.catalog-category-view #sli_content_wrapper .item.product.product-item{width:223px}#sli_results .container.listing-container.sli_generic_container{width:80%;float:right}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:120px}#left-section-facets[data-tb-cid="1f90fd20-68af-11e6-92d1-e9037836c8f8"]{box-sizing:border-box;margin-left:26px}.catalog-category-view .container{box-sizing:border-box}}@media (max-width:1138px){#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:90px}.catalog-category-view .product-item-info>a{height:102px}#sli_autocomplete .sli_grid .sli_ac_product .sli_image{height:106px}}@media (max-width:1080px){.main-wrapper[data-tb-cid="c599fba0-68ae-11e6-92d1-e9037836c8f8"]{padding-left:180px}[data-tb-cid="c599fba0-68ae-11e6-92d1-e9037836c8f8"] .main-wrapper{padding-left:180px}#sli_results .item.product.product-item.sli_wrapper.sli_col3{width:33%}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:120px}#sli_results .container.listing-container.sli_generic_container{width:79%;float:left;margin-left:14px}.catalog-category-view .product-item-info>a{height:102px}.catalog-category-view .product-item-info .product-item-description p{font-size:13px;line-height:18px}.catalog-category-view .product.name a{font-size:12px;line-height:17px}.theme-wrapper .products-grid-outer ul li{width:33.2%}.theme-wrapper .products-grid-outer ul li .product-image{height:138px}#left-section-facets[data-tb-cid="1f90fd20-68af-11e6-92d1-e9037836c8f8"]{margin-left:9px}}@media (max-width:1037px){.catalog-category-view .product-item-info>a{height:103px}}@media (max-width:1024px){#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:137px}#sli_results .container.listing-container.sli_generic_container{width:100%;float:left;margin-left:0px}.catalog-category-view .product-item-info>a{height:102px}.toolbar.toolbar-products .pages{padding-left:100px;box-sizing:border-box}}@media (max-width:1023px){.breadcrumbs .items{padding-left:0;max-width:100%}.toolbar .toolbar-wrapper{padding-left:0;max-width:100%}.message-wrapper{padding-left:0;max-width:100%}.category-description{padding-left:0;font-size:14px;line-height:23px}.catalog-category-view .product-item-info>a{height:170px;height:166px}.catalog-category-view .item.product.product-item{width:33.33%;margin:0 0 25px;padding:0 15px;width:32.5%}.theme-wrapper .products-grid-outer{margin:0}.theme-wrapper .products-grid-outer ul li{padding:0 20px;width:33.33%;margin:0 0 25px;width:32.5%}.theme-wrapper .products-grid-outer ul li .product-image{height:170px}.theme-wrapper .products-grid-outer ul.most-download-category li{margin:0 0 25px}.products-grid li.li-category-banner{padding:0 20px 25px}.recommended-product .recommended-title h4{text-align:center}.recommended-product .recommended-list .item .product-info p{text-align:center}#sli_results .item.product.product-item.sli_wrapper.sli_col3{width:25%}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:126px}#sli_results.main-wrapper{padding-left:25px !important;max-width:100%}.category_left_banner{display:none !important}.container.tags-list-az.clearfix{box-sizing:border-box !important;padding-left:10px;padding-right:10px}}@media (max-width:991px){#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image{margin-bottom:15px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:129px}.recommended-product{border-top:0;margin:0}.recommended-product .recommended-list .item{padding:0 5px}.recommended-product .recommended-list .owl-nav .owl-prev{height:77%}.recommended-product .recommended-list .owl-nav .owl-next{height:77%}.container.listing-container{padding:0 15px}.column.main .product-items{padding:0}.catalog-category-view .product-item-name{margin-bottom:7px}.catalog-category-view .product-item-info>a{height:169px;margin-bottom:15px}.catalog-category-view .product-item-info .product-item-description a{font-size:13px;height:24px;line-height:24px;width:71px;position:relative}.theme-wrapper .products-grid-outer ul li .product-image{height:172px}.theme-wrapper .products-grid-outer ul li .product-info{padding:15px 0 0}.theme-wrapper .products-grid-outer ul li .product-info span{margin-bottom:7px}.main-wrapper[data-tb-cid="c599fba0-68ae-11e6-92d1-e9037836c8f8"]{padding-left:150px !important;padding-left:0px;margin-left:0px;margin-right:0px;margin:0 auto}[data-tb-cid="c599fba0-68ae-11e6-92d1-e9037836c8f8"] .main-wrapper{padding-left:150px !important;padding-left:0px;margin-left:0px;margin-right:0px;margin:0 auto}}@media (max-width:853px){#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:110px}}@media (max-width:828px){.catalog-category-view .product-item-info>a{height:139px}}@media (max-width:800px){.catalog-category-view .product-item-info>a{height:134px}}@media (max-width:767px){.categorypath-one-page-summary-documents .custom-category-title,.categorypath-one-page-summary-documents .sub-cat-links h2{font-size:26px}.tags-list-az ul.products-grid--max-4-col li{flex:0 0 33.33%;max-width:33.33%}.tags-list-az ul.products-grid--max-4-col li a{font-size:16px}.tags-list-az ul{margin:20px 0 30px}.tags-list-az ul.products-grid--max-4-col li a::before{background-size:14px 13px}.sub-cat-links h2{font-size:20px;padding-bottom:11px;padding-top:15px}.sub-cat-links ul{column-count:3}.sub-cat-links ul li a{font-size:16px}.sub-cat-links ul li a::before{background-size:14px 13px}.toolbar.toolbar-products{height:auto !important}.toolbar.toolbar-products .toolbar-amount{display:block;text-align:center;width:100%;margin-left:0px !important}.toolbar.toolbar-products .pages{padding-left:0px;box-sizing:border-box}#sli_results .item.product.product-item.sli_wrapper.sli_col3{width:33%;padding:0 5px !important}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:125px}.recommended-product{padding:20px 0 0}.recommended-product .recommended-outer{margin:0}.recommended-product .recommended-list{padding:0 30px;box-sizing:border-box}.recommended-product .recommended-list .owl-nav .owl-prev{height:69%;left:0}.recommended-product .recommended-list .owl-nav .owl-next{height:69%;right:0}.catalog-category-view .toolbar .limiter{display:block}.catalog-category-view .product.name a{font-size:12px;line-height:17px}.catalog-category-view .product-item-info>a{height:130px}.catalog-category-view .product-item-info .product-item-description p{font-size:12px;line-height:18px}.product .name a{font-size:14px;line-height:20px}.product-item-description a{font-size:11px;height:19px;line-height:20px;width:51px}.account .columns .column.account-wrap .account-inner-wrapper .toolbar .limiter{padding-right:0;margin-bottom:0}.products-grid li.li-category-banner{padding:0 15px 25px}.theme-wrapper h4{padding:0 15px}.theme-wrapper h4 a.see-all{right:15px}.theme-wrapper .populartitle h4{padding-right:95px}.theme-wrapper .products-grid-outer{padding:0 15px}.theme-wrapper .products-grid-outer ul{margin:0 -5px}.theme-wrapper .products-grid-outer ul li{padding:0 5px}.theme-wrapper .products-grid-outer ul li .product-image{height:130px}.theme-wrapper .products-grid-outer ul li p{line-height:20px}.theme-wrapper .products-grid-outer ul li .product-info{padding:15px 0 0}.theme-wrapper .products-grid-outer ul li .product-info span{font-size:12px;line-height:17px}.theme-wrapper .products-grid-outer ul.most-download-category li{margin:0 0 10px}.main-wrapper.theme-sort-wrapper{padding:0 15px}}@media (max-width:753px){#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:120px}.catalog-category-view .product-item-info>a{height:130px}}@media (max-width:715px){.catalog-category-view .product-item-info>a{height:123px}.theme-wrapper .products-grid-outer ul li .product-image{height:123px}#sli_results .item.product.product-item.sli_wrapper.sli_col3{width:33%}#sli_results.main-wrapper{padding-left:11px !important;max-width:100%}}@media (max-width:667px){.catalog-category-view .product-item-info>a{height:187px}.theme-wrapper .products-grid-outer ul li{width:50%}.theme-wrapper .products-grid-outer ul li .product-image{height:187px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:112px}}@media (max-width:658px){.catalog-category-view .toolbar-products .toolbar-wrapper .pages{width:100%;float:left}.catalog-category-view .toolbar-products .toolbar-wrapper .field.limiter{width:100%;float:left}}@media (max-width:575px){.tags-list-az ul.products-grid--max-4-col li{flex:0 0 50%;max-width:50%}.recommended-product .recommended-list .owl-nav .owl-prev{height:60%}.recommended-product .recommended-list .owl-nav .owl-next{height:60%}.catalog-category-view .product-item-info>a{height:159px}.catalog-category-view #sli_content_wrapper .item.product.product-item{margin:0 0 7px}.theme-wrapper .products-grid-outer ul li{padding:0 15px;width:50%}.theme-wrapper .products-grid-outer ul li .product-image{height:159px}.sub-cat-links ul{width:100%}.main-wrapper.theme-sort-wrapper{padding:0 15px}#sli_results .item.product.product-item.sli_wrapper.sli_col3{width:50%}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:147px}}@media (max-width:480px){a.product.photo.product-item-photo .slider-pagination{height:22px;line-height:22px;font-size:9px;width:63px}.tags-list-az ul.products-grid--max-4-col li{flex:0 0 100%;max-width:100%}.sub-cat-links ul{column-count:2}}@media (max-width:414px){.catalog-category-view .product-item-info>a{height:107px}.theme-wrapper .products-grid-outer ul li .product-image{height:107px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:102px}}@media (max-width:393px){.catalog-category-view .product-item-info>a{height:100px}.theme-wrapper .products-grid-outer ul li .product-image{height:101px}#sli_results .item.product.product-item.sli_wrapper.sli_col3{width:49%;margin-bottom:0px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:89px}.sub-cat-links ul{column-count:1}}@media (max-width:384px){.catalog-category-view .product-item-info>a{height:98px}}@media (max-width:375px){.catalog-category-view .product-item-info>a{height:98px}.theme-wrapper .products-grid-outer ul li .product-image{height:100px}#sli_autocomplete .sli_grid .sli_ac_product .sli_image{height:50px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:89px}}@media (max-width:360px){.catalog-category-view .product-item-info>a{height:94px}.theme-wrapper .products-grid-outer ul li .product-image{height:91px}#sli_autocomplete .sli_grid .sli_ac_product .sli_image{height:49px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:168px}}@media only screen and (-webkit-min-device-pixel-ratio:3){.catalog-category-view .product-item-info>a{height:98px}.theme-wrapper .products-grid-outer ul li .product-image{height:98px}#sli_results .item.product.product-item.sli_wrapper.sli_col3{margin-bottom:0px}#sli_results .item.product.product-item.sli_wrapper.sli_col3 div.sli_image .product.photo{height:89px}#sli_autocomplete .sli_grid .sli_ac_product .sli_image{height:89px}}@media only screen and (device-width:360px) and (device-height:800px) and (-webkit-device-pixel-ratio:4){.catalog-category-view .product-item-info>a{height:94px}#sli_autocomplete .sli_grid .sli_ac_product .sli_image{height:53px}.theme-wrapper .products-grid-outer ul li .product-image{height:94px}}@media only screen and (device-width:393px) and (device-height:768px) and (-webkit-device-pixel-ratio:1){.catalog-category-view .product-item-info>a{height:110px}.theme-wrapper .products-grid-outer ul li .product-image{height:110px}#sli_autocomplete .sli_grid .sli_ac_product .sli_image{height:53px}}@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2){.catalog-category-view .product-item-info>a{height:107px}#sli_autocomplete .sli_grid .sli_ac_product .sli_image{height:89px}.theme-wrapper .products-grid-outer ul li .product-image{height:107px}}@media only screen and (min-width:414px) and (max-width:575px){.catalog-category-view .product-item-info>a{height:110px}}@media (min-width:768px){.in_powerpoint-lists-index.page-layout-1column .choices{margin:0 5px 0 7px}}@media (min-width:768px) and (max-width:1280px){.in_powerpoint-lists-index .toolbar.toolbar-products{height:33px !important;line-height:33px !important}.in_powerpoint-lists-index .toolbar.toolbar-products .toolbar-amount{line-height:33px !important}.in_powerpoint-lists-index .toolbar .limiter{height:33px !important}.in_powerpoint-lists-index .field.limiter .choices__item.choices__item--selectable{height:33px !important;line-height:33px !important}.in_powerpoint-lists-index .toolbar-products .choices{height:33px !important;line-height:33px !important}}@media (min-width:961px){.category-custom-powerpoint-themes .main-wrapper.sub-cat-links{margin-bottom:200px!important}.category-custom-business-slides .main-wrapper.sub-cat-links{margin-bottom:300px!important}.category-custom-powerpoint-diagrams .main-wrapper.sub-cat-links{margin-bottom:300px!important}.category-flat-powerpoint-designs .main-wrapper.sub-cat-links{margin-bottom:300px!important}}.filterbox .filtercont{width:160px}.catalog-category-view .filtercont .custom-dropdown .choices{width:160px}.catalog-category-view .filtercont .custom-dropdown:before{right:28px !important;top:3px !important}@media (max-width:767px){.field.limiter.sli_perpage{width:100%;float:left}.pages.sli_generic_container{width:100%;float:left;padding-bottom:10px}}.custom-category-title{color:#3a5277}.breadcrumbs a{color:#28a7fb;text-decoration:none;font-weight:600;font-size:17px}.breadcrumbs strong{color:#4f647a;font-weight:600;font-size:16px}.catalog-category-view .item.product.product-item{flex:0 0 33.33%;max-width:33.33%}.catalogsearch-result-index.catalog-category-view .products.wrapper{max-width:100%}.catalogsearch-result-index.catalog-category-view .main-wrapper.list-detail-consistency{box-sizing:border-box}@media (max-width:1200px){.catalog-category-view .product-item-info>a{height:179px}}@media (max-width:1080px){.catalog-category-view .product-item-info>a{height:141px}}@media (max-width:1023px){.catalog-category-view .product-item-info>a{height:163px}}@media (max-width:980px){.catalog-category-view .product-item-info>a{height:165px}}@media (max-width:880px){.catalog-category-view .product-item-info>a{height:165px}}@media (max-width:768px){.catalog-category-view .product-item-info>a{height:126px}}@media (max-width:767px){.catalog-category-view .product-item-info>a{height:133px}}@media (max-width:600px){.catalog-category-view .product-item-info>a{height:156px}}@media (max-width:575px){.catalog-category-view .product-item-info>a{height:150px}}@media (max-width:480px){.wide-product-list .product-item-name{min-height:auto !important;margin-top:10px}.wide-product-list .name-content-trim{text-align:left}.catalog-category-view .product-item-info>a{height:122px}}@media (max-width:414px){.catalog-category-view .product-item-info>a{height:103px}}@media (max-width:360px){.catalog-category-view .product-item-info>a{height:91px}}.catalog-category-view .page-main{margin-bottom:0;background:#ecf0fc !important;padding-left:200px}.catalog-category-view.page-layout-1column .column.main{min-height:inherit;width:100%;float:left}.toolbar.toolbar-products{background-color:transparent;margin-bottom:10px}.page.messages.container{visibility:hidden;display:none}.catalog-category-view .product.name a{color:#18235a;text-decoration:none;font-weight:600!important;font-size:15px!important;line-height:20px!important;font-family:fira sans,sans-serif}.catalog-category-view .product.name a h2{color:#18235a;text-decoration:none;font-weight:600 !important;font-size:15px !important;line-height:20px !important;font-family:fira sans,sans-serif;margin:0}.catalog-category-view .product-item-info .product-item-description p{font-size:14px!important;line-height:21px!important;letter-spacing:.2px !important;color:#2a3465 !important;text-align:left!important;font-family:fira sans,sans-serif;-webkit-line-clamp:3;word-break:break-word}.catalog-category-view .product.name a:hover{color:#ffad00}.catalog-category-view .product.name a h2:hover{color:#ffad00}.catalog-category-view .product-item-info>a{height:285px}.breadcrumbs{width:100%;float:left;padding-left:200px;padding-right:35px;box-sizing:border-box}.catalogsearch-result-index .breadcrumbs{padding-left:0}.catalogsearch-result-index .container.listing-container{padding:0}.custom-category-title{color:#343a6c;font-family:fira sans,sans-serif;line-height:1;margin:0;padding-bottom:12px;padding-top:7px;font-weight:800;font-size:31px;position:relative;padding-left:18px}.breadcrumbs a:visited{color:#28a7fb;text-decoration:none}h1.custom-category-title:after{position:absolute;content:"";width:9px;height:43px;border-radius:4px;background-color:#045bad;left:0;top:3px}.page-header .header.content .logo img{width:85%}.breadcrumbs a{color:#28a7fb;line-height:1.5;font-family:fira sans,sans-serif;font-weight:600;font-size:17px}.breadcrumbs strong{color:#4f647a;font-weight:600;font-size:17px;font-family:fira sans,sans-serif;line-height:1.5}.product-info-block{background:#ecf0fc !important;width:100%;float:left;padding-top:15px}.container{box-sizing:border-box !important;max-width:1672px;padding:0 45px;margin:0 auto !important;width:100%;display:inline-block}.catalog-category-view .category-description{max-width:100%;color:#5a646c !important;font-size:15px!important;line-height:25px!important;letter-spacing:.2px !important;font-weight:400!important;margin-top:5px}.catalog-category-view .toolbar .limiter a{display:inline-block;margin:0px 6px;box-sizing:border-box}.catalog-category-view .toolbar .limiter a.active{width:30px;height:30px;border-radius:50%;box-shadow:0 4px 6px 1px rgba(0,0,0,0.11);background-color:#fff;text-align:center;line-height:30px}.catalog-category-view .toolbar-products .toolbar-wrapper .pages,.catalog-category-view .toolbar-products .toolbar-wrapper .field.limiter{display:inline-block;font-size:14px;font-family:fira sans,sans-serif;font-weight:600;line-height:27px;padding-right:15px;float:left;text-align:right}.catalog-category-view .category-description{font-family:fira sans,sans-serif}.catalog-category-view .category-description span.bold{font-weight:600;color:#333}.toolbar .limiter:before,.toolbar .limiter:after,.toolbar.toolbar-products .toolbar-amount:before,.toolbar.toolbar-products .toolbar-amount:after{content:none}.toolbar .limiter{height:auto}.toolbar.toolbar-products .container{float:left;width:100%}.catalog-category-view .toolbar .toolbar-wrapper{position:relative;padding:10px 0;margin-bottom:15px}.catalog-category-view .toolbar .toolbar-wrapper .field.limiter{padding-left:0}.catalog-category-view .toolbar .toolbar-wrapper .pages{margin:0;margin-left:auto;width:auto;padding-right:0}.catalog-category-view .toolbar .toolbar-wrapper .pages .item.current strong.page{color:inherit !important}p#toolbar-amount{color:#3a5277;font-size:14px;font-family:fira sans,sans-serif;font-weight:600;line-height:1;display:inline-block;vertical-align:middle;float:left}.toolbar.toolbar-products .pages{position:unset;right:0;left:0;text-align:center;width:354px;margin:0 auto;float:right !important}.filterbox p{display:inline-block;margin:4px 15px 0;font-size:14px;font-family:fira sans,sans-serif;color:#4f647a;font-weight:600}.filterbox{margin-top:0px}.choices__list--single .choices__item{float:left;height:40px !important;line-height:33px !important;padding:0 36px 0 12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:border-box;font-family:fira sans,sans-serif}.catalog-category-view .filtercont .custom-dropdown:before{right:33px !important;top:0px !important}.catalog-category-view .filtercont .custom-dropdown:before{height:31px}.main-wrapper{max-width:100%}.toolbar-products{margin-bottom:0px}.page-footer .footer.content .container{padding:0;display:inherit}div#category-view-container,.additional_subcat{width:100%;float:left}.page-products .products-grid{display:block}.category-google-slide-themes .subtitle_block p{font-size:15px;line-height:25px;color:#5a646c}a.product.photo.product-item-photo{text-align:center;display:block;width:100%;position:relative;border:1px solid #c9c9c9;box-shadow:0 0 2px #aaa;line-height:0;margin-bottom:12px;box-sizing:border-box;overflow:hidden}.product-images_slides{display:none}img{vertical-align:middle}.slideshow-container{max-width:1000px;position:relative;margin:auto}.prev,.next{cursor:pointer;position:absolute;width:auto;top:50%;font-weight:bold;font-size:18px;transition:.6s ease;border-radius:0 3px 3px 0;user-select:none}.next{right:0;border-radius:3px 0 0 3px}@keyframes fade{from{opacity:.4}to{opacity:1}}.catalog-category-view .product-item-info .slideshow-container .next,.catalog-category-view .resume_div .slideshow-container .next,.catalog-category-view .product-item-info .slideshow-container .prev,.catalog-category-view .resume_div .slideshow-container .prev{height:40px;width:22px;background-size:85% auto;background-repeat:no-repeat;font-size:0;line-height:0;text-indent:-999px;transform:translateY(-50%)}.catalog-category-view .product-item-info .slideshow-container .next,.catalog-category-view .product-item-info .slideshow-container .next{right:1%;background-position:right center}.catalog-category-view .product-item-info .slideshow-container .prev,.catalog-category-view .resume_div .slideshow-container .prev{left:1%;background-position:left center}@media (max-width:1600px){.catalog-category-view .product-item-info .slideshow-container .next,.catalog-category-view .product-item-info .slideshow-container .prev,.catalog-category-view .resume_div .slideshow-container .next,.catalog-category-view .resume_div .slideshow-container .prev{background-size:75% auto}.catalog-category-view .product-item-info .slideshow-container .next,.catalog-category-view .resume_div .slideshow-container .next{right:2%}.catalog-category-view .product-item-info .slideshow-container .prev,.catalog-category-view .resume_div .slideshow-container .prev{left:2%}}@media (max-width:1199px){.catalog-category-view .product-item-info .slideshow-container .next,.catalog-category-view .product-item-info .slideshow-container .prev,.catalog-category-view .resume_div .slideshow-container .next,.catalog-category-view .resume_div .slideshow-container .prev{background-size:68% auto;width:18px;height:25px}}@media only screen and (max-width:300px){.prev,.next,.text{font-size:11px}}@media (max-width:1800px){.main-wrapper.list-detail-consistency,.breadcrumbs .items{padding-left:0px;box-sizing:border-box}.catalog-category-view .product-item-info>a{height:272px}}@media (max-width:1680px){.catalog-category-view .product-item-info>a{height:249px}}@media (max-width:1600px){.catalog-category-view .product-item-info>a{height:234px}}@media (max-width:1536px){.catalog-category-view .product-item-info>a{height:234px}}@media (max-width:1440px){.catalog-category-view .product-item-info>a{height:218px}.container{padding:0 25px}}@media (max-width:1366px){.catalog-category-view .product-item-info>a{height:200px}}@media (max-width:1280px){.catalog-category-view .product-item-info>a{height:182px}}@media (max-width:1199px){.catalog-category-view .product-item-info>a{height:166px}.catalog-category-view .toolbar .toolbar-wrapper{flex-direction:row}.catalog-category-view .toolbar .toolbar-wrapper .pages{margin-left:auto;padding:0}.catalog-category-view .toolbar .toolbar-wrapper .field.limiter{text-align:center;padding:0}p#toolbar-amount{margin:10px 0}}@media (max-width:1080px){.in_powerpoint-lists-index .toolbar.toolbar-products{height:auto !important;line-height:inherit !important}.catalog-category-view .product-item-info>a{height:144px}}@media (max-width:1024px){.catalog-category-view .product-item-info>a{height:134px}}@media (max-width:1023px){.catalog-category-view.page-layout-1column .column.main{padding-left:0px}.breadcrumbs,.catalog-category-view .page-main{padding-left:0px}.catalog-category-view .product-item-info>a{height:166px}.container{padding:0 15px}.catalog-category-view .toolbar .toolbar-wrapper{flex-direction:row}.catalog-category-view .toolbar .toolbar-wrapper .pages{margin:0;margin-left:auto}}@media (max-width:980px){.catalog-category-view .product-item-info>a{height:172px}}@media (max-width:991px){.catalog-category-view .toolbar .toolbar-wrapper{flex-direction:column}.catalog-category-view .toolbar .toolbar-wrapper .pages{margin:5px auto 0}}@media (max-width:880px){.catalog-category-view .product-item-info>a{height:152px}}@media (max-width:768px){.toolbar.toolbar-products .pages{width:280px;padding-left:15px}.toolbar.toolbar-products .container{float:left;width:100%;max-width:100%;padding:0px 10px}.catalog-category-view .product-item-info>a{height:132px}.toolbar .toolbar-wrapper{margin-bottom:10px}}@media (max-width:767px){.custom-category-title{font-size:20px;padding-bottom:11px;padding-top:0px;margin:0 0 15px}.catalog-category-view .category-description{font-size:14px !important;line-height:23px !important}.toolbar.toolbar-products .container .toolbar-amount,.toolbar-wrapper{padding-left:0;max-width:37%}.catalog-category-view .product-item-info>a{height:137px}.catalog-category-view .item.product.product-item{flex:0 0 50%;max-width:50%}.catalog-category-view section.rating_review{margin-top:10px}.category-google-slide-themes .subtitle_block p{font-size:14px;line-height:23px}}@media (max-width:600px){.catalog-category-view .toolbar-products .toolbar-wrapper .pages,.catalog-category-view .toolbar-products .toolbar-wrapper .field.limiter{text-align:center}.toolbar.toolbar-products .container .toolbar-amount,.toolbar-wrapper{max-width:100%}.catalog-category-view .product-item-info>a{height:160px}}@media (max-width:567px){.catalog-category-view .product-item-info>a{height:151px}.catalog-category-view .item.product.product-item{flex:0 0 100%;max-width:100%}}@media (max-width:480px){.catalog-category-view .product-item-info>a{height:126px}.resume_section a.product.photo.product-item-photo{position:relative;position:unset}}@media (max-width:414px){.catalog-category-view .product-item-info>a{height:220px}}@media (max-width:360px){.catalog-category-view .product-item-info>a{height:191px}}