/*********************************************************************************

	Template Name: Boighor Bookshop Responsive Bootstrap4 Template  
	Description: Template description
	Version: 1.0
	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/
/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

/* BootStrap pagination Styles */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0175c0;
    background-color: #fff;
/ border: 1px solid #ddd; /
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    /*z-index: 3;*/
    /*color: #fff;*/
    /*background-color: #0175c0;*/
    /*border-color: #0175c0;*/
    /*cursor: default;*/
    height: 33px !important;
    width: 33px !important;
    background: #004067 !important;
    padding: 6px 4px !important;
    color: #fff !important;
    border-radius: 4px !important;
    border: none !important;
    text-align: center;
}
.text-danger{
    /*width: 100% !important;*/
    /*margin-top: 7px !important;*/
    /*min-height: 25px !important;*/
    position: unset !important;
    padding-right: 181px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination > li >a
{
    border:none !important;
    color:gray !important;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}








/* New UI Styles Start Here */



#semanoorHeader {
    background-color: #ffffff;
    border-bottom: 1px solid #0175c0;
    justify-content: center;
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: space-around;
}

.navbar-brand {
    font-size: 1.5vw;
    font-weight: 300;
    line-height: 1.2;
}

.noorLanguageSelect{
    /*padding: 5px 10px;
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    color: #737373;
    margin:0 15px;*/
    padding: 5px 5px;
    font-size: 14px;
    border: none;
}

@media screen and (max-width: 992px) {
    .navbar-brand {
        font-size: 4vw;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .navbar-brand {
        font-size: 5vw;
    }
}


.bottom {
    position: absolute;
    width: 100%;
    /*background: #46aef1;*/
    height: 1px;
    bottom: 0px;
}

.accentColor {
    color: #0175c0 !important;
}

.accetBgColor {
    background-color: #0175c0!important;
    height: 65px;
    color: white;.navbar-nav
}

.accentBorderCon
{
    margin-top: 40px;
    width: 100%;
    position: relative;
    border:1px solid #0074BF;
}

.divderBgColor {
    background-color: #f5f4f9;
}

.title {
    color: #0175c0;
    font-size: 26px;
    font-weight: 400;
}

.navbar-nav
{
    align-items:center;
}

.divider {
    display: inline-block;
    height: 55px;
    width: 1px;
    background: #9e9e9e;
    vertical-align: middle;
    margin: 0 1rem;
}


.bgcontainer
{
    height: calc(100vh - 200px);
    background-image: url("/images/bg/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: right;
}


.noorThumbImg
{
    width: 200px;
    height: auto;
}
.noorSearchCon input {
    /* max-width: 200px; */
    /* font-weight: 300; */
    border-radius: 0;
    /* padding: 0; */
    border: 0px;
    border-bottom: 1px solid #9e9e9e;
    display: flex;
    text-align: center;
}



.noorSearchCon button {
    background: #fff;
    color: #9e9e9e;
    font-size: 24px;
    /* font-weight: 100; */
    /* max-height: 40px; */
}

.noorSearchCon button:active {
    outline: none;
}

.noorSearchCon button:focus {
    outline: none;
}

#newStoresSection
{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.wrapper
{
    background-color: #f6f6f6;
}

#aboutSemanoor
{
    margin-top: 38vh;
}

.maincontent
{
    padding-top: 55px;
}

@media only screen and (max-width: 600px) {
    #aboutSemanoor
    {
        margin-top: 42vh;
    }
}
#newStoreCon
{
    background: white;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    top: -150px;
    padding: 20px;
    border-radius: 20px;
}

.boxShadow-3
{
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


.panelheadingCon
{
    background: #F4F3F8;
    padding: 0px;
    color:#0175c0;
}

.wedget__categories.poroduct--cat ul li a
{
    /* background-color: #B4B5B8!important; */
}

.wedget__categories.poroduct--cat ul li a:hover
{
    /*background-color: #0175c0!important;*/
}

.shop__list__wrapper
{
    display: flex !important;
    justify-content: center;
    border-top:none;
    justify-content: space-between;
    place-content: center;
    align-items: center;
}

.panelheadingCon .bradcaump-content .breadcrumb_item
{
    color: #404040;
    font-style: normal;
}

.panelheadingCon .bradcaump-content
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    font-weight:300;
    margin: 0;
    padding: 0;
    display: flex !important;
}

.storeDetailsThumb {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: -4px -3px 8px -2px rgb(0 0 0 / 35%);
}

.panelheadingCon .bradcaump-content .active
{
    color: #0175c0!important;
    border-bottom: 1px solid #0175c0;
}
.paginationCon {
    width: 100%;
    display:flex;
    padding:10px 0px;
    justify-content: center;
    align-items: center;
}

.paginationCon > p {
    width: 30%;
}

.subHeaderCon {
    color: white;
    height: 100%;
    line-height: 65px;
    font-size: 16px;
    font-weight: 300;
}

.titleText
{
    text-transform: uppercase;
    color: #AAAEAF!important;
}

.textColor
{
    color: #AAAEAF;
}

.divider1 {
    display: flex;
    height: 1px;
    width: 100%;
    background: #9e9e9e;
    vertical-align: middle;
    align-self:center;

}

.userBtn
{
    width: 45px;
    height: 45px;
    display: block;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    border: 2px solid wheat;
}

.userBtn:focus
{

    outline:none;
}

button:focus
{

    outline:none;
}


.userMenu
{

    justify-content: center;
    flex-direction: column;
    width: 200px;
}

.userMenu li
{
    display:flex;
    align-self:self-start;
    justify-content:start;
    font-size:14px;
    padding:5px;
    margin:0px;
}

.userMenu li:hover
{
    background-color:whitesmoke;
}

.userMenu li:hover a
{
    color:#0175C0;
}

.userMenu li a
{
    text-overflow: ellipsis;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
}

.price-box {
    /*width: 120px;*/
    background: #0175C0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px 0px;
    border: 1px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    min-width: 244px;
    max-width: 300px;
    max-height: 40px;
    border-radius: 8px;
    padding: 5px;
}

/* .price-box :hover
{
    background-color: #0469ab;
    box-shadow:  0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

 */

.price-box:active{
    border:1px solid #0469ab;
}

/* As Price Box divs on hover behaving weird ! */

.price-box > div
{
    pointer-events:none;
}


.divider-small {
    margin: 0 5px;
    height: 18px;
    border: 1px solid #ffffffbf;
}

.shareIconsCon {
    display: flex;
    justify-content: flex-start;
}

.shareIconsCon li {
    padding: 0px 5px;
    border:1px solid #616161;
    border-radius:50%;
    margin: 0 5px;
}
.shareIconsCon li a {
    color: #AAAEAF;
}

.product__info__main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product__info__main .titleText
{
    font-size: 18px;
    font-weight: 500;
}

.storeBgImageNameCon {
    border-right: 1px solid silver;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-height: 377px;
    max-width: 320px;
}

.storeBgImageNameCon .storeDescriptionCon a {
    justify-content: flex-end;
}

.storeBgImageNameCon .storeDescriptionCon span {
    text-align: end;
}

.storeBgImageNameCon .storeDescriptionCon div {
    text-align: end;
}

.storeBgImageNameCon .storeDescriptionCon div div {
    justify-content: flex-end;
}

.storeCategoireCon {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: start;
}

.storeDescriptionCon
{
    color: #AAAEAF;
    overflow: hidden;
    text-overflow:ellipsis ;
}


.eac-square input, .eac-round input {
    background-image: url("images/icons/search.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.noorSearchCon {
    display: flex;
    align-items: end;
}


.btn-info {
    color: #fff;
    background-color: #0175c0;
    border-color: #0175c0;
    padding: 5px 15px;
    font-size: 14px;
}

.bradcaump-content {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.bradcaump-content span{
    flex: 3;
}
@media all and (max-width: 1000px) {
    .bradcaump-content  {
        flex-wrap: wrap;
    }

    .bradcaump-content span {
        flex: 1 1 50%;
    }

}
@media all and (max-width: 1000px) {
    #navbar{
        height:92px;
    }
    .bradcaump-content span {
        margin-bottom: 6px;
        border-right: transparent !important;
    }

}
@media all and (max-width: 480px){
    .bradcaump-content span {
        flex-basis: 100%;
        margin-bottom: 6px;
        border-right: transparent !important;
    }
    #navbar{
        height:190px;
    }
}
@media all and (max-width: 1200px){
    .paginationCon{
        flex-direction: column !important;
    }
    .paginationCon > p{
        width:100% !important;
        text-align: center !important;
    }
    .demo3{
        width:100% !important;
        /*text-align: left !important;*/
    }

}




/**
New Responsive Code Starts Here 
**/


/**Footer Related Stuff*/
@media only screen and (max-width: 650px) {
    .nooorFooter .footerContainer{
        flex-direction:column;
    }
    .nooorFooter .leftAlignCon {
        text-align: center!important;
    }

    .nooorFooter .logoCont {
        flex-direction:column;
        align-items: center; !important;
    }

    .nooorFooter .companyInfo {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .nooorFooter .logoCont img {
        margin: 20px 0px;
    }

    .nooorFooter .socialBtnCon {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .nooorFooter  .vertDivider
    {
        display: none;
    }

    .nooorFooter .paymentCon {
        display: flex;
        /* align-self: flex-end; */
        justify-content: center;
        align-content: space-between;
        /* margin-right: 20px; */
        padding-top: 10px;
        width: 100%;
    }
}

/** My Stores UI Screen Releated **/

@media only screen and (max-width: 650px) {
    .myStoresContainer .shop-grid .product {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .myStoresContainer .shop__list{
        display: flex;
        justify-content: flex-end;
        margin-top: 20px !important;
        place-content: center !important;
    }


    .myStoresContainer  .shop__list__wrapper {
        display: flex;
        justify-content: center;
        border-top: none;
        flex-direction: column;
        align-items: center;
    }
    .backBtnPurchase{
        display: flex !important;
        place-content: center !important;
        align-items: center !important;
        padding-bottom: 30px !important;
    }
    .storeBgImageNameCon{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        border-bottom: 1px solid silver !important;
        border-right: none !important;
        /*margin-right: 24px; */
        padding-bottom: 18px;
    }
#rowid{
    place-content: center !important;
}
    .booksDetailInfoCon .product__info__main
    {
        align-items: center!important;
        place-content: center !important;
        width: 100% !important;
    }

    .storeBgImageNameCon .img-thumbnail{
        max-width: 175px;
        max-height: 175px;
    }

    .booksDetailInfoCon .product__info__main   .price-box
    {
        width: calc(100% - 20px);
    }
}

.myStoresContainer .shop-grid .product {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.myStoresContainer .product .product__thumb a img
{
    max-width: 175px;
}

.myStoresContainer .shop__list{
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
 /* flex-direction: column !important; */
}
.payDetails{
    display:flex;
    flex-direction: row;
    place-content:center;
    place-content: center;
    width: 100%;
    align-items:flex-start;
    padding-top: 30px;
}
.detailsDiv{
    width:27%;
}
.priceDetails{
    margin-left: 30px;
    border-left: 2px solid #eee;
    height: 482px;
    display: flex;
    flex-direction: column;
    width: 20%;
}
.CardNames{
    display: flex;
    align-items: center;
    flex-direction: row;
    place-content:flex-start;
    margin-top: 13px;
}
.cardTab{
    display: flex;
    flex-direction: row;
    width:39%;
}
.helpDtls{
    width: 20%;
    font-weight:700;
    color: #2c2c2c;
    font-size: 18px;
}
.priceCol{
    display:flex;
    flex-direction: row;
    margin-left: 25px;
}
.itemDetailss{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 25px;
    padding-bottom: 12px;
}
.totalAmtHr{
    margin-left:25px;
    border: 0 !important;
    border-top: 1px solid #bbb9b9 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 100%;
}
.totalamt{
    margin-left: 25px;
    padding-top: 10px;
    flex-direction: row;
    display: flex;
    align-items: center;
    place-content: space-between;
}
@media only screen and (max-width: 900px) {
    .paymentDesc{
        flex-direction: column !important;
        height: 338px !important;
        place-content: center !important;
    }
    .backBtn{
        place-content: center !important;
    }
    .paymentDesc{
        width:100% !important;
    }
    .ordersum{
        width:unset !important;
    }
    .paymentSuccessContainer .container{
        align-items: center !important;
    }
    /*.transcls1{*/
    /*    width:64%!important;*/
    /*}*/
    /*.paymentSuccessContainer .row1{*/
    /*    flex-direction: row !important;*/
    /*}*/

}
.transcls1{
    display:flex;
    flex-direction: row;
    place-content:space-between;
    align-items: initial;
    min-width:initial !important;
    width: 100%;
}
.transCls{
    display:flex;
    flex-direction: row;
    place-content:space-between;
    align-items: baseline;
    width:56%;
    min-width:initial !important;
}
.ordersum{
    width: 47%;
    font-weight: 600;
    font-size: 20px;
}
@media only screen and (max-width: 900px) {
    .payDetails{
        flex-direction: column !important;
        align-items: center !important;
    }
    .detailsDiv {
        width: auto !important;
    }
    .priceDetails {
        align-items: center !important;
        height: 225px !important;
        display: flex !important;
        flex-direction: column !important;
        padding-top: 28px !important;
        width: auto !important;
        border:none !important;
        margin-left: 0px !important;
    }
    .priceCol{
        margin-left: 0px !important;
    }
    .itemDetailss{
        margin-left: 0px !important;
    }
    .totalAmtHr{
        margin-left:0px !important;
    }
    .totalamt{
        margin-left: 0px !important;
    }
    .CardNames{
        flex-direction: column !important;
    }
    .cardTypes{
        width:auto !important;
    }
    .helpDtls{
        width: auto !important;
        margin-top: 20px !important;
    }
    .cardTab{
        width:auto !important;
    }
}
.paymentDesc {
    width: 65%;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 160px;
    border: 1px solid #c0c0c026;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media only screen and (max-width: 650px) {
    .storeBgImageNameCon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .storeBgImageNameCon .storeDescriptionCon a {
        justify-content: center;
    }

    .storeBgImageNameCon .storeDescriptionCon span {
        text-align: center;
    }

    .storeBgImageNameCon .storeDescriptionCon div {
        text-align: center;
    }

    .storeBgImageNameCon .storeDescriptionCon div div {
        justify-content: center;
    }

    .storeBgImageNameCon .product__info__main {
        padding-top: 10px !important;
    }

    #nav-list {
        width: 100% !important;
    }
}
::-webkit-scrollbar {
    width: 3px;
    border-radius: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #aaa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
@media only screen and (max-width: 490px) {
    .price-box{
        min-width: 244px !important;
    }
}
.noPurchases{
    display: flex;
    place-content: center;
    align-items: center;
    height: 500px;
    width: 70%;
    color: #888;
}
.backBtnPurchase{
    position: relative;
    left: 5%;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
}
#rowid{
    display: flex;
    place-content: flex-end;
}