@charset "UTF-8";
.button-loading{
    border:1px solid #c4cdd5;
    cursor:default;
    text-shadow:none;
    color:transparent!important;
    position:relative;
    transition:border-color .2s ease-out
}
.button-loading,.button-loading:active,.button-loading:focus,.button-loading:hover{
    color:transparent
}
.button-loading:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    border-radius:50%;
    margin-top:-9px;
    margin-left:-9px;
    width:18px;
    height:18px;
    -webkit-animation:button-loading-spinner .7s linear infinite;
    animation:button-loading-spinner 1s linear infinite;
    border:3px solid;
    border-color:#fff #fff transparent
}
.button-loading.btn-fill-out{
    color:transparent!important;
    border:1px solid var(--color-1st)
}
.button-loading.btn-fill-out:before{
    width:18px;
    background-color:transparent;
    border-color:var(--color-1st);
    border-bottom-color:transparent
}
.button-loading.btn-fill-out:after{
    display:none
}
.required:after{
    content:" *";
    color:var(--color-1st)
}
.newsletter-form .newsletter-message{
    display:block;
    width:100%;
    margin-bottom:10px
}
.newsletter-form .newsletter-message.newsletter-success-message{
    color:#58d0da
}
.newsletter-form .newsletter-message.newsletter-error-message{
    color:#fcb800
}
@-webkit-keyframes button-loading-spinner{
    0%{
        transform:rotate(0)
    }
    to{
        transform:rotate(1turn)
    }
}
@keyframes button-loading-spinner{
    0%{
        transform:rotate(0)
    }
    to{
        transform:rotate(1turn)
    }
}
#alert-container{
    top:100px;
    right:5px;
    position:fixed;
    z-index:9999999
}
#alert-container .alert{
    max-width:450px!important;
    min-height:45px!important;
    font-weight:400;
    position:relative;
    padding:15px 40px 15px 60px;
    margin-bottom:10px;
    box-shadow:0 4px 10px 0 rgba(3,3,3,.1)
}
#alert-container .alert.alert-success{
    color:#299c77;
    background-color:#bff9d0
}
#alert-container .alert .message-icon{
    position:absolute;
    left:5%;
    top:30%;
    font-size:20px;
    fill:#299c77;
    stroke:#299c77
}
#alert-container .alert.alert-dismissible .close{
    position:absolute;
    top:20px;
    right:15px;
    font-size:10px;
    padding:0
}
body.show-admin-bar #alert-container{
    top:140px
}
body.show-admin-bar .header.header--product.header--sticky .navigation,body.show-admin-bar .header.header--sticky .header__top,body.show-admin-bar .header.header--sticky .navigation--mobile,body.show-admin-bar .ps-filter--sidebar,body.show-admin-bar .ps-panel--sidebar{
    top:40px
}
body.show-admin-bar #avatar-modal{
    top:80px
}
.half-circle-spinner,.half-circle-spinner *{
    box-sizing:border-box
}
.half-circle-spinner{
    width:60px;
    height:60px;
    margin:20px auto;
    border-radius:100%;
    position:relative
}
.half-circle-spinner .circle{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:100%;
    border:3px solid transparent
}
.half-circle-spinner .circle.circle-1{
    border-top-color:var(--color-1st);
    -webkit-animation:half-circle-spinner-animation 1s infinite;
    animation:half-circle-spinner-animation 1s infinite
}
.half-circle-spinner .circle.circle-2{
    border-bottom-color:var(--color-1st);
    -webkit-animation:half-circle-spinner-animation 1s infinite alternate;
    animation:half-circle-spinner-animation 1s infinite alternate
}
@-webkit-keyframes half-circle-spinner-animation{
    0%{
        transform:rotate(0)
    }
    to{
        transform:rotate(1turn)
    }
}
@keyframes half-circle-spinner-animation{
    0%{
        transform:rotate(0)
    }
    to{
        transform:rotate(1turn)
    }
}
.menu>.current-menu-item>a{
    color:#fff
}
.rating_wrap .rating{
    font-family:FontAwesome!important;
    vertical-align:top;
    overflow:hidden;
    position:relative;
    height:20px;
    width:70px;
    display:inline-block
}
.rating_wrap .rating:before{
    font-size:13px;
    content:"";
    top:0;
    position:absolute;
    left:0;
    float:left;
    color:#d2d2d2;
    letter-spacing:2px
}
.rating_wrap .rating_num{
    font-size:12px;
    display:inline-block;
    color:#7c7c7c;
    font-weight: 500;
    font-family: var(--secondary-font);
}
.rating_wrap .product_rate{
    overflow:hidden;
    font-family:FontAwesome!important;
    top:0;
    left:0;
    position:absolute;
    padding-top:1.5em;
    color:#FCB700;
}
.rating_wrap .product_rate:before{
    font-size:13px;
    content:"";
    top:0;
    position:absolute;
    left:0;
    letter-spacing:2px
}
.product__attribute{
    display:flex;
    flex-flow:row nowrap;
    align-items:center
}
.product__attribute>*{
    flex-basis:100%
}
.product__attribute label{
    margin-bottom:0;
    max-width:60px
}
.product__attribute .form-control{
    border:none
}
.product__color{
    padding-bottom:10px
}
.product__color ol,.product__color ul{
    margin:0;
    padding:0;
    list-style:none
}
.product__color .color-swatch li{
    display:inline-block;
    vertical-align:top;
    margin-right:5px
}
.product__color .color-swatch li:last-child{
    margin-right:0
}
.product__color .color-swatch li span{
    margin-bottom:0
}
.text-swatch li{
    display:inline-block;
    margin-right:5px
}
.text-swatch li input[type=checkbox],.text-swatch li input[type=radio]{
    display:none
}
.text-swatch li input[type=checkbox]:checked~span,.text-swatch li input[type=radio]:checked~span{
    border:1px solid var(--color-1st)
}
.text-swatch li input[type=checkbox]:checked~span:after,.text-swatch li input[type=radio]:checked~span:after{
    width:16px;
    height:16px;
    content:"";
    font-family:Linearicons!important;
    position:absolute;
    overflow:hidden;
    right:-8px;
    bottom:-5px;
    color:#fff;
    font-size:8px
}
.text-swatch li input[type=checkbox]:checked~span:before,.text-swatch li input[type=radio]:checked~span:before{
    border:16px solid transparent;
    border-bottom:16px solid var(--color-1st);
    content:"";
    position:absolute;
    right:-16px;
    bottom:-1px
}
.text-swatch li span{
    padding:5px 15px;
    border:1px solid #ccc;
    background-color:#fff;
    cursor:pointer;
    transition:.2s;
    position:relative;
    overflow:hidden;
    display:inline-block
}
.widget__title{
    margin-bottom:20px;
    text-transform:capitalize;
    font-weight:600;
    letter-spacing:.3px;
    font-size:1.25rem
}
.attribute-values ul{
    margin:0;
    padding:0;
    list-style:none
}
.widget--colors .color-swatch li{
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
    margin-bottom:5px
}
.custom-checkbox input[type=checkbox],.custom-checkbox input[type=radio],.custom-radio input[type=checkbox],.custom-radio input[type=radio]{
    display:none
}
.custom-checkbox label,.custom-radio label{
    display:block
}
.custom-checkbox span,.custom-radio span{
    display:block;
    border-radius:50%;
    width:25px;
    height:25px;
    position:relative;
    cursor:pointer
}
.custom-checkbox input[type=checkbox]:checked~span:before,.custom-checkbox input[type=radio]:checked~span:before,.custom-radio input[type=checkbox]:checked~span:before,.custom-radio input[type=radio]:checked~span:before{
    content:"";
    display:block;
    border:2px solid var(--color-1st);
    position:absolute;
    top:-4px;
    left:-4px;
    right:-4px;
    bottom:-4px;
    border-radius:50%
}
.custom-checkbox.disabled label,.custom-radio.disabled label{
    position:relative
}
.custom-checkbox.disabled label:after,.custom-checkbox.disabled label:before,.custom-radio.disabled label:after,.custom-radio.disabled label:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:1px;
    height:90%;
    background-color:var(--color-2nd);
    transform-origin:50% 50%;
    transition:all .4s ease;
    z-index:20
}
.custom-checkbox.disabled label:before,.custom-radio.disabled label:before{
    transform:translate(-50%,-50%) rotate(45deg)
}
.custom-checkbox.disabled label:after,.custom-radio.disabled label:after{
    transform:translate(-50%,-50%) rotate(-45deg)
}
.custom-checkbox.disabled span,.custom-radio.disabled span{
    opacity:.9
}
.custom-checkbox.disabled input[type=checkbox]:checked~span:before,.custom-checkbox.disabled input[type=radio]:checked~span:before,.custom-radio.disabled input[type=checkbox]:checked~span:before,.custom-radio.disabled input[type=radio]:checked~span:before{
    display:none
}
.ps-list--categories li.current-menu-item a{
    color:var(--color-1st)
}
#homepage-1 .ps-product-list,#homepage-1 .ps-top-categories{
    padding:0
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color:var(--color-1st)
}
.select2-container .select2-dropdown{
    border:none;
    box-shadow:0 0 7px rgba(0,0,0,.1)
}
.ps-form--quick-search .form-group--icon{
    width:auto;
    float:left;
    position:relative;
    height:42px;
    line-height:42px;
    cursor:pointer
}
.ps-form--quick-search .form-group--icon .product-cat-label{
    padding-right:30px;
    padding-left:18px;
    color:#000;
    border-radius:5px 0 0 5px;
    position:relative;
    height:100%;
    white-space:nowrap;
    background-color:#fff;
    border:none;
    border-right:1px solid #ccc
}
.ps-form--quick-search .form-group--icon .product-cat-label:after{
    content:"";
    display:inline-block;
    font:normal normal normal 14px/1 linearicons;
    font-size:10px;
    color:#000;
    position:absolute;
    top:17px;
    right:12px
}
.ps-form--quick-search .form-group--icon .form-control{
    position:absolute;
    top:0;
    font-family: var(--secondary-font);
    left:0;
    opacity:0;
    height:100%;
    cursor:pointer;
    min-height:42px;
    width:100%;
    z-index:10;
    font-weight: 400;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding-left:10px
}
.ps-product-list .ps-section__links li a.active{
    color:var(--color-1st)
}
.ps-product--quickview .ps-product__actions a,.ps-product__shopping .ps-product__actions a{
    width:40px;
    height:40px;
    text-align:center;
    line-height:46px;
    border-radius:50%;
    border:none
}
.ps-product--quickview .ps-product__actions a:hover,.ps-product__shopping .ps-product__actions a:hover{
    background-color:var(--color-1st)
}
/* .ps-product--quickview .ps-product__actions a:hover i,.ps-product__shopping .ps-product__actions a:hover i{
    color:#fff
} */
.ps-product--quickview .ps-product__actions a.button-loading i,.ps-product__shopping .ps-product__actions a.button-loading i{
    color:transparent
}
.attribute-swatches-wrapper.form-group{
    margin-bottom:10px
}
.btn-disabled{
    opacity:.5;
    cursor:not-allowed
}
#product-page .navigation--list{
    display:none!important
}
form .navigation--mobile-product>*{
    font-size:16px;
    border-radius:0
}
.ps-list--dot ul{
    margin:0;
    padding:0
}
.ps-product--cart-mobile.content-loading,.ps-table--shopping-cart.content-loading{
    position:relative
}
.ps-product--cart-mobile.content-loading:before,.ps-table--shopping-cart.content-loading:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    border-radius:50%;
    margin-top:-9px;
    margin-left:-9px;
    width:18px;
    height:18px;
    -webkit-animation:button-loading-spinner .7s linear infinite;
    animation:button-loading-spinner 1s linear infinite;
    border:1px solid var(--color-1st);
    border-bottom:1px solid transparent
}
.ps-product--cart-mobile.content-loading:after,.ps-table--shopping-cart.content-loading:after{
    content:"";
    position:absolute;
    top:-10px;
    right:-10px;
    left:-10px;
    bottom:-10px;
    background:rgba(0,0,0,.02)
}
.modal-close{
    cursor:pointer
}
.block--review .block__header{
    display:flex;
    justify-content:flex-start;
    align-items:center
}
.block--review .block__header img{
    border:1px solid #ddd;
    border-radius:50%
}
.block--review .block__header h5{
    margin-bottom:5px;
    font-size:14px;
    font-weight:600;
    line-height:1.6em;
    color:#000
}
.block--review .block__header .block__info{
    padding-left:15px;
    width: 100%;
}
.block--review .block__content{
    padding-top:13px;
    padding-bottom: 28px;
    margin-bottom: 0px;

}
.block--review{
    border-bottom: 1px solid #D9D9D9;
}
.block--product-reviews>.block__header{

    margin:0 0 40px;
    background-color:#f5f5f5;
    padding:20px
}
.block--product-reviews>.block__header h2{
    font-size:20px;
    color:#000;
    font-weight:500;
}
.block--product-reviews>.block__header p{
    color:#000;
    font-weight:600
}
.block--product-reviews>.block__header p i{
    margin-right:0;
    font-size:16px
}
.block--product-reviews>.block__header p span{
    color:#000;
    font-weight:inherit;
    margin-left:.5em
}
.block--product-reviews .block--review{

    border-bottom:1px solid #e5e5e5
}
.block--product-reviews .block--review .block__header .block__info>p{
    margin-bottom:10px;
    color:#999
}
.block--product-reviews .block--review .block__header .block__info strong{
    color:#666
}
.block--product-reviews .block--review:last-child{

    border-bottom:none
}
.block--product-reviews .block--review .block__content{
    padding-top:0
}
.block--review .block__header{
    align-items:start
}
.ps-block--average-rating .ps-block__header span{
    display:inline-block
}
.ps-my-account{
    background:#fff !important;
    min-height:0
}
.ps-my-account .ps-form--account{
    max-width:500px;
    padding-top:0px
}
.ps-my-account .ps-form--account .ps-form__content{
    padding:41px 30px;
    background-color:#F8F8F8
}
.ps-my-account .ps-form--account .ps-form__content h4{
    text-align:center;
    font-weight: 400;
font-size: 28px;
line-height: 139.97%;
letter-spacing: 0.04em;
text-transform: uppercase;

color: #000000;
    margin-bottom:30px
}
.form-control::placeholder{
    color: #575757;
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 500;
}
.ps-my-account .ps-form--account .ps-form__content a{
    color:var(--color-1st);
    font-family: var(--secondary-font);
    font-weight: 500;
}
.ps-my-account .ps-form--account .ps-form__content .form-control{
    background:#fff
}
.ps-product-list .ps-section__content{
    padding-top:25px
}
.ps-page--404{
    min-height:0
}
.ps-dropdown-menu{
    transition:all .4s ease
}
.navigation__extra>li a{
    padding:15px 20px 15px 0
}
.header:not(.header--sticky) .menu--product-categories .menu__content{
    padding-top:0
}
.header.header--sticky .menu--product-categories .menu__content{
    margin-top:8px
}
.ps-cart--mini .ps-cart__items.ps-cart_no_items{
    border-bottom:1px solid #e1e1e1
}
.widget_shop .ps-slider__meta{
    font-size:14px;
    text-align:left;
    margin-top:5px
}
.widget_shop .ps-slider__meta span{
    margin:0
}
.widget_shop figure{
    border:none;
    border-top:1px solid #ccc;
    margin-top:40px;
    padding-top:40px;
    padding-bottom:0
}
.menu--product-categories .menu--dropdown>li.menu-item-has-children>a:after{
    content:"";
    display:inline-block;
    font:normal normal normal 14px/1 linearicons;
    position:absolute;
    top:50%;
    right:-10px;
    transform:translateY(-50%);
    color:#999;
    font-size:11px;
    font-weight:600
}
.menu--product-categories .menu--dropdown>li.menu-item-has-children:hover>a:after{
    color:#000
}
.pagination .page-item .page-link{
    padding:0 14px;
    position:relative;
    display:inline-block;
    z-index:30;
    line-height:32px;
    border:none;
    background-color:#f5f5f5;
    color:#000;
    vertical-align:middle;
    font-size:14px
}
.pagination .page-item a.page-link:hover,.pagination .page-item.active .page-link{
    color:#000;
    background-color:var(--color-1st)
}
.ps-table--whishlist tbody tr td{
    padding:10px
}
.spinner-icon{
    display:none;
    position:absolute;
    top:12px;
    right:110px
}
.ps-product--search-result.ps-product--wide{
    margin-bottom:20px
}
.ps-product--search-result .ps-product__title{
    margin-bottom:10px
}
.ps-shopping .ps-product .ps-product__actions li{
    margin-right:5px
}
.ps-product--wide .ps-product__shopping .ps-product__actions li a:hover i{
    color:var(--color-1st)
}
#homepage-1 .ps-site-features{
    padding-bottom:40px
}
#recommended-products .ps-product .ps-product__actions li,.ps-customer-bought .ps-product .ps-product__actions li{
    margin-right:3px
}
.navigation__extra .ps-dropdown-menu>li a:hover{
    color:var(--color-1st)
}
.ps-footer__copyright p:last-child span{
    display:inline-block;
    margin-left:20px;
    vertical-align:middle
}
.ps-btn--small{
    padding:.5rem .75rem
}
.ps-section--shopping .ps-section__header{
    padding-bottom:40px
}
.ps-pagination a{
    cursor:pointer
}
.ps-product--detail .ps-product__countdown .ps-countdown li:after{
    top:14px
}
@media (max-width:767px){
    .ps-product__shopping .product__qty{
        margin-bottom:20px
    }
    .ps-product__shopping .ps-btn{
        margin-bottom:15px
    }
    .ps-product__shopping .ps-product__actions{
        text-align:center
    }
    #back2top.active{
        bottom:60px
    }
    .ps-shopping{
        margin-top:0
    }
    .ps-shopping .ps-shopping__header{
        margin-bottom:0
    }
    .ps-shopping .ps-shop__filter-mb{
        margin-bottom:0;
        text-transform:none
    }
    .ps-shopping .header--mobile-categories{
        margin-bottom:40px
    }
    .ps-shopping .header--mobile-categories .header__filter{
        border-top:1px solid #eee;
        padding:0 15px
    }
    .ps-shopping .header--mobile-categories .header__filter button i{
        font-size:14px
    }
    .ps-shopping .header--mobile-categories .header__filter button:after{
        display:none
    }
    .ps-shopping .header--mobile-categories .header__filter .header__sort i{
        font-size:14px
    }
    .ps-shopping .header--mobile-categories .header__filter .header__sort .select2 .select2-selection .select2-selection__arrow:before{
        font-size:10px
    }
    .ps-page--product .ps-page__container .ps-page__right{
        width:100%;
        max-width:100%
    }
    .ps-panel--sidebar .ps-cart--mobile .cart-empty-message{
        display:inline-block;
        width:100%;
        text-align:center
    }
    .header--mobile .ps-block--user-header{
        display:inline-block;
        margin-top:5px
    }
    .header--mobile .ps-block--user-header a:focus,.header--mobile .ps-block--user-header a:hover{
        color:#fff
    }
    .ps-product--detail .ps-product__countdown .ps-countdown li:after{
        top:5px
    }
}
@media (max-width:1440px){
    .ps-block--site-features .ps-block__item{
        text-align:center
    }
    .ps-block--site-features .ps-block__item .ps-block__left{
        width:100%
    }
}
@media (max-width:991px){
    .ps-block--site-features .ps-block__item{
        text-align:center
    }

    .ps-block--site-features .ps-block__item .ps-block__left{
        width:100%
    }
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav>*>i{
    color:#06167A;;
    font-size:10px
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-prev:hover i{
color: #fff!important;
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-next:hover i{
    color: #fff!important;
    }
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-next,.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-prev{
    color:#fff;
    background: rgba(255, 255, 255, 0.79);
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-next:hover,.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-prev:hover{
    background-color:#000;
}
.owl-prev:hover .icon-chevron-left
{
    color: #000!important;
}
.owl-next:hover .icon-chevron-right
{
    color: #000!important;
}
.ps-cart__items .ps-cart__items__body{
    max-height:490px;
    overflow-y:auto;
    overflow-x:hidden
}
@media (max-height:820px){
    .ps-cart__items .ps-cart__items__body{
        max-height:350px
    }
}
.ps-panel--sidebar .ps-product--cart-mobile{
    margin-bottom:30px
}
.ps-product:hover.ps-product--inner .ps-product__content{
    height:auto
}
@media (max-width:479px){
    #homepage-1 .ps-home-banner .ps-section__right{
        margin:0
    }
    #homepage-1 .ps-home-banner .ps-section__right .ps-collection{
        padding:0
    }
    #homepage-1 .ps-home-banner .ps-section__right .ps-collection:first-child{
        margin-right:5px
    }
    #homepage-1 .ps-home-banner .ps-section__right .ps-collection:last-child{
       margin-top: 10px;
    }
}
.ps-form--quick-search button{
    white-space:nowrap
}
.ps-cart--mobile .ps-cart__footer h5{
    display:block;
    margin-bottom:10px;
    font-size:14px;
    font-weight:400
}
.ps-cart--mobile .ps-cart__footer h5 strong{
    float:right;
    color:#333
}
@media (min-width:768px){
    #homepage-1 .ps-home-banner .ps-banner{
        min-height:400px
    }
}
.header .header__extra,.header .menu--product-categories .menu__toggle i,.header .menu--product-categories .menu__toggle span,.header .navigation .menu>li>a,.header .navigation__extra>li a,.header .ps-block--user-header .ps-block__right a,.header .ps-block__left i{
    color:var(--header-text-color);
    /* font-family: var(--primary-font); */
}
.header .navigation__extra>li:after{
    background-color:var(--header-text-color)
}
.header .header__top{
    border-bottom-color:var(--header-diliver-border-color)
}
.header .header__extra span,.header .ps-form--quick-search button{
    background-color:var(--header-text-accent-color)
}
.header .header .header__extra:hover i,.header .navigation .menu>.current-menu-item>a,.header .navigation .menu>.current-menu-item>a:hover,.header .ps-block--user-header .ps-block__right a:hover{
    color:var(--header-text-hover-color)
}
.ps-btn,button.ps-btn{
    color:var(--button-text-color)
}
.mt-card-avatar .mt-overlay>span{
    top:32%;
    left:0;
    right:0;
    font-size:15px
}
.ps-btn.ps-btn--gray.ps-btn--sm,button.ps-btn.ps-btn--gray.ps-btn--sm{
    font-size:1.2rem
}
#product-quickview{
    z-index:9999
}
#product-quickview .ps-product--quickview{
    display:block
}
@media (max-width:768px){
    #product-quickview .modal-dialog .modal-content{
        padding:40px 20px 20px
    }
    .ps-document table{
        width:100%!important
    }
}
.bg--cover{
    background-repeat:no-repeat!important;
    background-size:100% auto!important
}
.block--product-reviews{
    border-bottom: 1px solid #D9D9D9;
}
/* */
/* blog section */
.blog_section .ps-post__content .ps-post__top .ps-post__title{
    font-family: var(--primary-font);
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
text-transform: uppercase;
color: #020D17;
}
.blog_section .ps-post__content  .ps-post__bottom p{
    font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 30px;
margin-bottom: 20px;
letter-spacing: 0.02em;
color: #676767!important;
}
.blog_section .ps-post__content .ps-post__top .ps-post__meta{
    display: flex;
    justify-content: space-between;
}
.ps-post .ps-post__meta a{
    font-weight: 500;
font-size: 14px;
line-height: 30px;
/* or 214% */
margin-right: 41px!important;
letter-spacing: 0.02em;
text-transform: capitalize;

color: #575757;
}
.floating_menu .dropdown-item{
    margin-right: 0px!important;
    padding: 0px 6px!important;
   text-align: center;

}
.ps-post .ps-post__meta  .dropdown-item{
    margin-right: 0px!important;
    padding: 0px 6px!important;
   text-align: center;

}
.ps-post .ps-post__meta .dropdown-item svg{
    margin-right: 0px!important;
}
.ps-post .ps-post__meta a svg{
    margin-right: 11px;
}

.ps-post .ps-post__meta{
    margin-bottom: 28px!important;
}
.blog_section .ps-post{
    margin-top: 66px;
}
.blog_section .ps-blog__right{
margin-top: 66px;
}
.blog_section .ps-post__content .ps-post__bottom .ps-btn{
    padding: 18px 64px ;
    font-size: 16px;
}
.share_icon:hover .floating_box{
display: block!important;
z-index: 555;
}

.ps-post .ps-post__meta .floating_box a{
    margin: 0px!important;
    border-right: 1px solid #E1E0E0;
    padding: 0px 6px;
}
.ps-post .ps-post__meta .floating_box a:last-child{
    border: none;
}
.ps-post .ps-post__meta .floating_box svg{
    margin: 0px!important;


}
.share_icon:hover svg circle{
    fill: var(--color-1st);

}
.share_icon svg circle{
    stroke: var(--color-1st);

}

.share_icon:hover svg path{
    fill: #fff;

}
.social-dropdown{
display: flex;
}

.blog_section .widget--search{
    border: 1px solid #D9D9D9;
border-radius: 5px;
margin-bottom: 0px!important;
padding: 29px 20px 29px 20px!important;
}
.blog_section .ps-form--widget-search{

margin-bottom: 0px!important;
}
.blog_section .search_button{
    background: #000;
}
.widget--blog.widget--search .ps-form--widget-search input{
    height: 58px!important;
}
.widget--blog .ps-form--quick-search .blog_search{
    height: 58px;
}
.widget--blog .ps-form--quick-search  .blog_search{
    border: 1px solid #000;
    border-right: 0px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ps-form--quick-search button{
    padding:0px 14px!important;
}
.ps-blog-side{
    border: 1px solid #D9D9D9;
border-radius: 5px;
margin-top: 32px;

padding: 43px 19px;}
.ps-blog-side h3{
    font-weight: 400;
font-size: 22px;
line-height: 30px;
letter-spacing: 0.02em;
text-transform: uppercase;

color: #000000;
font-family: var(--primary-font);
}
.ps-blog-side ul{
    list-style-type: none;
    padding: 0px;
    font-weight: 400!important;
font-size: 16px!important;
line-height: 24px!important;
/* or 150% */

letter-spacing: 0.02em;

color: #575757!important;
}
.ps-blog-side ul li{
border-bottom: 1px solid #E8E8E8;
padding: 11px 0px;
font-size: 16px;
line-height: 24px;
font-weight: 500;
/* or 150% */

letter-spacing: 0.02em;
font-family: var(--secondary-font);
color: #575757;
}
.recent_post_card{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    padding:26px 0px ;
}
.recent_post{
    margin-top: 43px;
}
.recent_post_card .recent_img{
width: 80px;
height: 76px;
}
.recent-post-content span{
    font-size: 12px;
    color: #C4C4C4;
    font-weight: 500;
    font-family: var(--secondary-font);
    text-transform: uppercase;

}.recent-post-content{
    margin-left: 10px;
}
.recent-post-content .title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    font-family: var(--secondary-font);

    letter-spacing: 0.02em;

    color: #575757;
}
.popular_tag{
    padding-top: 44px;
}
.popular_tag p{
    font-weight: 500;
font-size: 16px;
line-height: 24px;
/* or 150% */

letter-spacing: 0.02em;

color: #575757;
}
.ps-pagination .ps-pg-box{
border: 1px solid #575757;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
/* or 188% */
display: flex;
justify-content: center;
align-items: center;
padding:0px 13px;
text-align: center;
letter-spacing: 0.02em;
width: 45px;
margin-left: 22px;
height: 45px;
border-radius: 4px;
color: #010101;
cursor: pointer;
}
.ps-pagination .ps-pg-box:hover{
    background: #000!important;
    color: #fff!important;
}
.ps-pagination .ps-pg-box:hover svg path{
    fill: #fff;
}
.ps-pagination .ps-pg-box.active{
    background: #000!important;
    color: #fff!important;
}
/* single_post */
.post_tags{
background-color: #F5F5F5;
padding: 12px 16px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 5px;
margin-bottom: 44px;
}
.post_action{
    border-top: 1px solid #E8E8E8;
    justify-content: space-between;
    display: flex;
    padding-top: 37px;
}
.post_prev_card{
    padding: 17px 11px;
}
.post_next_card{
    padding: 17px 11px;
}
.post_prev_card svg{
margin-right: 13px;
}
.post_next_card svg{
    margin-left: 13px;
    }
.post_prev_content{
    margin-left: 20px;
}
.post_prev_img{
    width: 48px;
    height: 48px;
}
.post_prev_content h4{
    font-size: 14px;
line-height: 19px;
margin-bottom: 0px;

letter-spacing: 0.02em;
text-transform: uppercase;

color: #000000;
font-weight: 400;
font-family: var(--primary-font);
}
.post_next_img{
    margin-left: 20px;
}
.post_next_content{
    text-align: right;
}
.post_next_content h4{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #000000;
    font-weight: 400;
    font-family: var(--primary-font);
}
.post_prev_card:hover,.post_next_card:hover {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    cursor: pointer;
}
.post_prev_card:hover h4,.post_next_card:hover h4 {
   color: var(--color-1st);
}
.post_prev_card:hover svg path,.post_next_card:hover svg path {
    fill: var(--color-1st);
 }
.post_next_img{
    width: 48px;
    height: 48px;
}

.floating_menu .dropdown-item{
    border-right: 1px solid #E1E0E0;
}
.floating_menu .dropdown-item:last-child{
    border: none;
}
.floating_menu .dropdown .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 33, 70, 0.15);
    /* width: 114px; */

    border-radius: 5px;
    border: none;
    /* display: none; */
    padding: 11px 6px;
    transform: translate3d(-66px, -110px, 0px)!important;

}
.floating_menu .dropdown-menu::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 67%;
    top: 99.4%;
}
.floating_menu .dropdown:hover .dropdown-menu {
    display: block;

 }
 /* search result */
 .search-text{
    font-weight: 400;
font-size: 24px;
line-height: 139.97%;
/* identical to box height, or 34px */
font-family: var(--primary-font);
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--color-1st);
 }
 .ps-blog-side ul .active{
    list-style-type: disc!important;
    color: #000;
    font-weight: 500;
    margin-left:19px;
}

/* sitemap */
.sitemap h3{
    font-weight: 400;
    letter-spacing: 0.04em;
text-transform: uppercase;
}
@media (min-width: 1200px){
    .sitemap_container {
        min-width: 1430px!important;
    }

}
.sitemap ul li{
    font-weight: 500;
font-size: 16px;
line-height: 214.97%;
/* or 34px */
font-family: var(--secondary-font);
letter-spacing: 0.04em;
text-transform: capitalize;
white-space: nowrap;

color: #575757;
}
.sitemap ul{
margin: 0px;
padding: 0px 20px;
}

/* cart */
.remove-cart-button svg path{
transition: all 1s linear;

}

.customer-address-payment-form p a{
color: #575757;
font-weight: 500;
}
.remove-cart-button:hover svg path{
fill: var(--color-1st);
}
.ps-section--shopping .ps-section__header h1{
    font-weight: 400!important;
font-size: 28px!important;
line-height: 139.97%;
/* or 39px */
font-family: var(--primary-font);
letter-spacing: 0.04em;
text-transform: uppercase;

color: #000000;

}
.icon-cross:hover{
color: var(--color-1st);
cursor: pointer;
}
.ps-table--shopping-cart tbody .price .product__price span {
    font-weight: 500;
font-size: 14px;
line-height: 139.97%;
/* identical to box height, or 20px */
font-family: var(--secondary-font);
letter-spacing: 0.04em;

color: #000000;
}
.ps-table--shopping-cart tbody .price .product__price small {
    font-weight: 500;
    font-size: 14px;
    line-height: 139.97%;
    /* identical to box height, or 20px */
    font-family: var(--secondary-font);
    letter-spacing: 0.04em;

    color:var(--color-1st);
}

.ps-table--shopping-cart tbody tr td{
    font-family: var(--secondary-font);
    font-weight: 500;
font-size: 14px;
line-height: 139.97%;
}
.ps-table--shopping-cart .ps-product__thumbnail{
     border: 2px solid #F5F5F5;
    border-radius: 2px;
    padding: 10px 24px;
}

.ps-section--shopping .ps-section__footer{
    margin-top: 55px;
}
.ps-section--shopping .ps-block--shopping-total .ps-block__header p{
    font-weight: 500;
font-size: 14px;
line-height: 139.97%;
font-family: var(--secondary-font);
}
.ps-section--shopping .ps-block--shopping-total .ps-block__header p span{
    font-weight: 500;
    font-family: var(--secondary-font);
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #000;

}

.ps-section--shopping .ps-block--shopping-total .ps-block__content h3{
    font-weight: 400;
    font-size: 20px;
}
.ps-shopping-cart .btn-cart-button-action{
    background: #000000;
border-radius: 5px;
font-weight: 400;
font-size: 18px;
line-height: 139.97%;
/* or 25px */
font-family: var(--secondary-font);
text-align: center;

color: #FFFFFF;
padding: 12px 41px;
}
.ps-shopping-cart .btn-cart-button-action:hover{
background: var(--color-1st);
}
.ps-shopping-cart .proceed-to-checkout{
    background: var(--color-1st)!important;
    padding: 12px 36px;
}

.ps-shopping-cart .proceed-to-checkout:hover{
background-color: #000!important;
}

.realted-book{
    padding-top: 85px;
}
.browsing-history{
    padding-top: 85px;
    padding-bottom: 127px;
}
.btn-apply-coupon-code{
    border: 1px solid #000000!important;
border-radius: 5px!important;
padding: 12px 46px!important;
color: #000!important;
font-weight: 500!important;
font-size: 18px!important;
line-height: 139.97%!important;
font-family: var(--secondary-font)!important;
}
.btn-apply-coupon-code:hover{
    border-color: var(--color-1st)!important;
color: #fff!important;

}
/* checkout */





.checkout-content-wrap{
    /* padding: 61px 0px 80px 0px; */
}
.checkout-logo{
    padding-bottom: 37px;
    border-bottom: 1px solid #DDDDDD;;
}
.checkout-payment-title{
    font-weight: 400;
font-size: 28px;
line-height: 139.97%;
/* or 39px */

letter-spacing: 0.04em;
text-transform: uppercase;

color: #000000;
}

.checkout-form .form-checkout{
    padding-top: 28px;

}
.checkout-form .order-details{
    margin-top: 28px;

}
.customer-address-payment-form p{
    font-weight: 500;
    font-size: 14px;
    line-height: 139.97%;
 font-family: var(--secondary-font);
    letter-spacing: 0.04em;
    text-transform: capitalize;
margin-bottom: 25px;
    color: #575757;
}

.address-form-wrapper .form-control{
    border: 1px solid #CBCBCB;
border-radius: 5px;
padding: 15px 29px 15px 26px;
letter-spacing: 0.04em;
font-size: 14px;
margin-bottom: 16px;
font-weight: 500;
color: #575757;
}

.address-form-wrapper .form-group{
    margin-bottom: 0px;
}
/* custom checkbox for create account  */

.create_account_check{
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .create_account_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
  }
  .checkout-product-img-wrapper_box{
    width: 48px;
    height: 78px;
  }

  /* On mouse-over, add a grey background color */
  .create_account_check:hover input ~ .checkmark {
    border-color: var(--color-1st);
  }

  /* When the checkbox is checked, add a blue background */
  .create_account_check input:checked ~ .checkmark {
    background-color: #fff;
    border-color: var(--color-1st);

  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .create_account_check input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .create_account_check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid var(--color-1st);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
  }

.list_payment_method .list-group-item:first-child{
    padding: 26px 0px 45px 36px;
}
.list_payment_method .list-group-item{
    padding: 14px 26px;
}
.list-group-item label{
    margin-left: 13px;
    margin-bottom: 0px;
    font-weight: 500;
font-size: 14px;
line-height: 139.97%;
/* identical to box height, or 20px */
font-family: var(--secondary-font);
letter-spacing: 0.04em;
text-transform: capitalize;

color: #575757;
}
.list-group-item [type="radio"]:checked {
    accent-color: #CA1E24;
}
.list-group-item [type="radio"] {
height: 18px;
vertical-align: middle;
width: 18px;
}
.card-checkout .form-group .form-control{
    border: 1px solid #CBCBCB;
    border-radius: 5px;
}
.form-checkout .control-label{
    font-weight: 500;
font-size: 14px;
line-height: 139.97%;
/* identical to box height, or 20px */
letter-spacing: 0.04em;
text-transform: capitalize;
font-family: var(--secondary-font);
color: #000000;
}
.form-checkout textarea{
    border: 1px solid #CBCBCB;
border-radius: 5px;
font-weight: 500;
font-size: 14px;
line-height: 139.97%;
/* identical to box height, or 20px */
letter-spacing: 0.04em;

color: #969696;
}

.form-checkout .back-to-cart{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 139.97%;
    /* or 25px */

    text-align: center;

    color: #000000!important;
    font-family: var(--secondary-font);
}
.form-checkout .btn-checkout{
    font-family: var(--secondary-font);

font-weight: 500;
font-size: 18px;
line-height: 139.97%;
color: #FFFFFF;
}

.form-checkout{
    padding-right:64px ;
    border-right:1px solid #DDDDDD;
}
.order-details{
    padding-left: 61px;
}
.order-details .bg-light{
    background: #F5F5F5!important;
border-radius: 5px;

}
.order-details .product-title{
    font-family: var(--secondary-font);
font-style: normal;
font-weight: 600;
padding: 15px 14px!important;
font-size: 14px;
line-height: 139.97%;
/* identical to box height, or 20px */
letter-spacing: 0.04em;
text-transform: uppercase;

color: #000000;
}
.checkout-products-marketplace .bg-light{
    margin-top: 35px;
    padding: 24px 30px;
}
.checkout-products-marketplace .checkout-product-img-wrapper{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 10.2px 26px;
    width: 100px;
    height: 95px;
}
.cart-item .product-name{
    font-weight: 500;
font-size: 14px;
line-height: 139.97%;
/* identical to box height, or 20px */
font-family: var(--secondary-font);
letter-spacing: 0.04em;

color: #CA1E24;
}
.cart-item .prdocut-price{
    font-weight: 500;
    font-size: 14px;
line-height: 139.97%;
/* identical to box height, or 20px */
padding-bottom: 0px;
margin-bottom: 0px;
letter-spacing: 0.04em;
}
.order-details hr{
    margin: 20px 0px!important;
    background: #DDDDDD!important;
}
.shipping-method-wrapper hr{
margin: 9px  0px 21px 0px!important;
}
.shipping-method-wrapper p{
    font-weight: 500!important;
    font-size: 14px;
    margin: 0px;
}
.shipping-method-wrapper p strong{
    font-weight: 400;
    color: #000;
    font-size: 20px;
}
.shipping-method-wrapper .raw-total-text{
    letter-spacing: 0.04em;
    font-weight: 600!important;
    font-size: 20px;
    line-height: 139.97%;
    color: #CA1E24;
}
 .checkout-discount-section{
    margin-top: 41px;
    border-top: 1px solid #DDDDDD;
    padding-top: 21px;

}
.btn-open-coupon-form{
    font-family: var(--secondary-font);
font-weight: 500;
font-size: 14px;
line-height: 139.97%;
letter-spacing: 0.04em;

color: #CA1E24;
}
.jp-card-name{
}
.ps-banner-add{
    padding-right:43px;}
.banner-add-left{
   padding-right:26px;
    padding-right:54px;
}

.ps-page--shop .ps-list--categories li.current-menu-item a{
margin-left: 20px;
}

/* single products  */
.header__back strong{
    color: #fff;
    font-family: var(--secondary-font)!important;
    font-weight: 500;
}
.header__back   .icon-chevron-left{
    color: #fff!important;
    margin-right: 10px;

}


/* order success */
.message{
    display: flex;
    padding-top: 2rem;
    align-items: center;
}
.message .fa-check-circle{
    font-size: 5em;
    color: var(--color-1st);
}

.message .order-place{
    padding-left: 20px;
}
.message .order-place h3
{
font-weight: 500;
}

.customer-info{
    padding-top: 50px;
}

.customer-info h4{
    font-weight: 400;
    font-size: 18px;
}

.customer-info ul li {
font-size: 14px;
padding-bottom: 8px;
color: #575757;
font-weight: 400;
}
.checkout-success-products{
    height: 100%;
}
.checkout-success-products .order-no{
font-weight: 400;
font-size: 16px;
}

.left{
    padding-right: 50px;
    padding-top: 40px;
    padding-left: 50px;
    min-height: 100vh;
    padding-bottom: 50px;
    border-right: 1px solid #ddd;

}
.right{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
}

.cart-item {
    margin-bottom: 20px;
    margin-top: 20px;
}

.checkout-quantity {
    background: var(--color-1st);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -7px;
    width: 25px;}

    .payment-checkout-btn{
        font-family: var(--secondary-font);
    }
.customer-info .ps-btn{
    margin-top: 20px;
}

/* single series */
.series_books
{
    margin-top: 30px;
}
.series_book_body{
margin-top: 20px;
margin-bottom: 20px;
}
.series_book_body .read_now{
    font-size: 14px;
}
.series_book_body .ps-product__title{
    margin-bottom: 10px!important;
}
.series_books .series_book_body .ps-product__title a{
    color: var(--color-1st);
}
.series_book_img img{
    width: 100px;
}


a.add-to-cart-button.active
{
    background: #CA1E24;
    color: #fff;
    cursor: none;
}

a.js-remove-from-wishlist-button.active {
    color: #CA1E24;
    font-weight: 600;
}
.js-add-to-wishlist-button.active {

    font-weight: 500;
}

.book_card .ps-product__title a{
    font-weight: 600!important;
    color: var(--color-1st);
    font-size: 16px;



}

.book_card .progress{
    margin-bottom: 10px;
}
.book_card .progress-bar{
    background-color: var(--color-1st);


}
.book_card .read_now{
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;

}
.book_card .read_now:hover{
    color: var(--color-1st);
}

/* go pro */
.go_pro{
    background-color: #000;
    padding:32px 53px ;
    margin-bottom: 47px;
}
.go_pro .rating{
padding-top: 21px;
}
.rating .fa-star{
color: #FCB700;
}
.go_pro .heading{
    font-weight: 400;
font-size: 28px;
width: 100%;
padding-bottom: 13px;
line-height: 139.97%;
color: #fff;
text-transform: uppercase;
font-family: var(--primary-font);
border-bottom: 1px solid #323131;
}
.star-light{
    color: #696969;
}
.go_pro_desc{
    margin-left: 54px;
    width: 100%;
}
.go_pro .gopro_info ul li svg{
margin-right: 9px;
}
.go_pro .gopro_info ul{
    margin-top: 31px;
}
.go_pro .gopro_info ul li{
    font-weight: 500;
    margin-bottom: 14px;
font-size: 14px;
line-height: 139.97%;
/* identical to box height, or 20px */
color: #fff;
font-family:var(--secondary-font);
letter-spacing: 0.04em;
}
/*  */
.add-address span{
    font-family: var(--secondary-font);
    font-weight: 500;
}


.menu--product-categories .menu__content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
	background-color: #fff;

}

.menu--product-categories .menu__content::-webkit-scrollbar
{
	width: 3px;
	background-color: #fff;

}

.menu--product-categories .menu__content::-webkit-scrollbar-thumb
{
	background-color:var(--color-1st);
}

.svg-on-hover{
    margin-right:10px;
}
.menu--dropdown>li:hover .svg-on-hover{
  filter: brightness(0) invert(1);
}

.ps-layout--shop .ps-tabs {
    position: relative;
}

.ps-layout--shop .ps-tabs .loading {
    background: rgba(0,0,0,.1);
    bottom: -15px;
    display: none;
    left: -15px;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 10;
}

.ps-list--categories li a.active{

            color:#CA1E24;
        }

.blog_section .ps-post__content .ps-post__bottom h3{
font-weight: 400;
margin-bottom: 20px;
font-size:20px;
}
.blog_section .ps-post__content .ps-post__bottom p strong{
font-weight: 400;
color: #000;
}

.blog_section .ps-post__content .ps-post__bottom h4{
font-weight:400;
}

.blog_section .ps-post__content .ps-post__bottom ul li{
font-weight: 400;
color: #676767!important;
font-family: 'Montserrat', sans-serif;
margin-bottom: 10px;
}
.blog_section .ps-post__content .ps-post__bottom ul li strong{
color:#000;
}

