/*edit on laraship theme*/

.topbar {
    background: #1762a3;
    border-bottom: 1px solid #1762a3;
}

.topbar a,
.hidden-md-down {
    color: #fff !important;
}

.toolbar .search,
.toolbar .account,
.toolbar .cart,
.toolbar .notifications {
    color: #363636;
    border-color: #fdd826;
    background: #fdd826;
}

.toolbar .search:hover,
.toolbar .account:hover,
.toolbar .cart:hover,
.toolbar .notifications:hover {
    background: #1b7dd1;
    border-color: inherit;
}

.toolbar .cart>.subtotal {
    border-left: 1px solid #373b3e;
}

.site-menu {
    background: #1b7dd1;
    border-bottom: 1px solid #1b7dd1;
}

.site-menu>ul>li>a {
    color: #fff;
    font-weight: normal;
    border-top: unset;
}

.site-menu ul>li.active>a,
.site-menu ul>li>a:hover {
    color: #000;
    background: #fff;
    box-shadow: 8px 4px 11px #1a7dd1;
    transition: all 0.5s ease-in-out;
}


/* .product-card .rating-stars {
        position: absolute;
        bottom: 139px !important;
        left: 85px !important;
        top: unset;
        margin-bottom: -2px;
        right: unset;
    } */

.rating-stars>i {
    display: inline-block;
    margin-right: 2px;
    color: #cad0d9;
    font-size: 14px;
}

.product-card .ladda-button {}


/* .product-card .ladda-button{
        opacity: 0;
    }
    .product-card:hover .ladda-button{
        opacity: 1;
        transition: all 0.45s ease-in-out !important;
    }  */


/* .owl-theme .owl-nav [class*=owl-] {
    padding: 0px !important;
    background: inherit !important;
    border: none !important;
    background: #f2f2f2 !important;
    color: #333 !important;
    opacity: 0.5;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #1b7dd1 !important;
    color: #fff !important;
    opacity: 1;
} */

.offcanvas-wrapper {
    background-color: #f5f5f5 !important;
}

.grid-item:hover {
    box-shadow: 4px 5px 19px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.45s ease-in-out;
}

.product-card {
    min-height: 380px;
    display: block;
    position: relative;
    width: 98%;
    padding: 8px;
    /* border: 1px solid #e1e7ec; */
    border: none !important;
    border-radius: 7px;
    background-color: #ffffff;
    /* box-shadow: 0px 3px 8px -4px rgba(0,0,0,0.15); */
}


/* .product-title,.mt-3{
        text-align: left !important;
    } */

.product-buttons a {
    /* margin: 20px 0px; */
}


/* .ladda-button {
    background: #fdd826;
    color: #fff;
    border: unset !important;
} */

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: unset !important;
}


/* .btn-wishlist:hover {
    background: #1a7dd1;
    color: #fff;
    border-color: inherit;
} */

.ladda-button:hover,
.ladda-button:active {
    border: none !important;
    color: #fff !important;
    transition: unset !important;
}

.product-title .product-price .product-buttons {
    padding-bottom: 8px;
}


/* .container .padding-top-3x .padding-bottom-3x .owl-carousel,
.owl-carousel .owl-item {
    margin-bottom: 50px !important;
} */

a:hover {
    text-decoration: none;
}

.product-card .product-buttons {
    /* padding: 40px 0px; */
    text-align: center;
}


/* .owl-carousel .owl-next:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: bold;
    content: "\f105";
    text-transform: none;
    font-size: 19px;
}

.owl-carousel .owl-prev:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: bold;
    content: "\f104";
    text-transform: none;
    font-size: 19px;
} */

.featured_products .owl-carousel .owl-prev,
.featured_products .owl-carousel .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 32px;
    margin-top: -42px;
    transition: opacity .3s;
    border: unset !important;
    border-radius: unset !important;
    background-color: unset !important;
    line-height: 40px;
    text-align: center;
    opacity: .7;
}

.featured_products .owl-carousel .owl-next {
    position: absolute !important;
    top: -30px !important;
    border: 0;
    border-left: 1px solid #666 !important;
    opacity: 0.5;
    padding-right: 30px;
    color: #666 !important;
}

.featured_products .owl-carousel .owl-prev {
    border: unset !important;
    position: absolute !important;
    color: #666 !important;
    top: -30px !important;
    left: 1013px !important;
    border-right: 1px solid #666 !important;
    border-radius: unset !important;
    opacity: 0.5;
    padding-left: 21px;
    background: transparent;
    height: 32px;
    width: 44px;
}

div.featured_products .owl-carousel .owl-prev {
    padding-left: 35px;
}

div.featured_products .owl-carousel .owl-next {
    padding-right: 35px;
}

div.featured_products .owl-carousel .owl-prev,
div.featured_products .owl-carousel .owl-next {
    height: 35px;
    width: 65px;
}

div.featured_products .owl-carousel .owl-prev:hover,
div.featured_products .owl-carousel .owl-next:hover {
    opacity: 1;
}


/*category style*/

.featured_categories {
    position: relative;
}

.card-img-tiles {
    border-bottom: none;
}

.card {
    border-radius: unset !important;
    border: none !important;
    border-radius: none !important;
    /* border-right: 1px solid #f2f2f2 !important; */
}

.featured_categories .card:hover {
    background: #f1f0f0;
    box-shadow: 4px 5px 19px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.45s ease-in-out;
}

.card-title a {
    color: #666;
    font-weight: normal;
}

.card .btn-outline-primary {
    background: #fdd826;
    color: #fff;
    border: unset !important;
}

.card .btn-outline-primary:hover {
    background: #1a7dd1;
    color: #fff !important;
    /* transition: all 0.45s ease-in-out; */
    transition: unset !important;
}

.featured_categories .btn-outline-secondary {
    display: inline-block;
    position: relative;
    border-radius: 22px;
    background-color: #fdd931;
    color: #363636;
    border: unset;
}

.featured_categories .btn-outline-secondary:hover {
    background: #1a7dd1;
    color: #fff;
    transition: all 0.45s ease-in-out;
}

.featured_categories .btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: unset !important;
    background: #1a7dd1;
    color: #fff;
}

.featured_categories .category-box {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


/*top seller syle*/

.widget-featured-posts>.entry .entry-thumb,
.widget-featured-products>.entry .entry-thumb {
    width: 100px;
    padding-right: 12px;
}

.owl-carousel .owl-dots {
    display: none;
}

.rating>i {
    display: inline-block;
    margin-right: 2px;
    color: #cad0d9 !important;
    font-size: 14px;
}

.widget-featured-products>.entry .entry-meta {
    color: #000000;
    font-size: 20px;
}

.widget-featured-products>.entry {
    margin-bottom: 50px;
}

.widget-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    color: #606974;
    font-size: 20px;
    width: 215px;
    font-weight: 500;
    text-transform: uppercase;
}

.collection_section {
    background: #fff !important;
    padding-top: 50px;
}

.card-img-tiles .main-img,
.card-img-tiles .thumblist {
    padding-top: 4.5em;
}


/*style brans section*/

.hoverd {
    opacity: 0;
}

.category-card {
    padding: unset !important;
    /* height: 100% !important; */
}

.category-card .category-card-info {
    /* margin: 0 auto; */
    padding: 15px 0;
    min-height: 200px;
    position: relative;
}

.store-info .category-card-info {
    background-color: #363636;
    height: 93%;
    text-align: center;
    width: 90%;
}

.category-card {
    box-shadow: 4px 5px 19px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.45s ease-in-out;
}

.store-info:nth-of-type(2) .category-card-info,
.store-info:nth-of-type(4) .category-card-info {
    background: #1a7dd1 !important;
}

.category-card .category-card-title {
    color: #fff;
    font-size: 20px;
    padding-top: 30px;
}

small.d-inline-block.bg-info.text-white.mt-3 {
    padding: 10px;
    background: #fdd826 !important;
    border-radius: 7px;
    color: #363636 !important;
}

.category-card-thumb {
    position: relative;
}

.category-card-thumb img {
    width: auto;
    max-height: 200px;
    margin: auto;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #363636;
    display: block;
    opacity: 0;
}

.category-card-thumb:hover .overlay {
    top: 0%;
    bottom: auto;
    opacity: 0.8;
    transition: all 0.62s ease-in-out;
}

.category-card-subtitle {
    color: #fff !important;
    font-size: 15px;
}

.category-card {
    max-height: 210px;
}


/*widget style*/

.widget_section {
    background: #fff;
    margin: auto;
    min-width: 100%;
}

.widget_section img:hover {
    background: #1a7dd1;
}

.site-footer {
    padding-top: 72px;
    background-color: #353535;
}

.site-footer .social-button,
.site-footer .social-button:hover {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 22px;
    border-radius: 3px;
    /* margin-right: 3px !important; */
}

.site-footer .social-button i {
    color: #fff !important;
    padding: 10px;
}

.site-footer .sb-facebook,
.site-footer .sb-facebook:hover {
    background: #3e5c9a !important;
    color: #fff;
}

.site-footer .sb-twitter,
.site-footer .sb-twitter:hover {
    background: #389aed !important;
    color: #fff;
}

.site-footer .sb-linkedin,
.site-footer .sb-linkedin:hover {
    background: #e23a2d !important;
    color: #fff;
}

.site-footer .sb-instagram,
.site-footer .sb-instagram:hover {
    background: #fd9d19 !important;
    color: #fff;
}

.site-footer .sb-pinterest,
.site-footer .sb-pinterest:hover {
    background: #c9252b !important;
    color: #fff;
}

.payment_widget {
    position: relative;
    top: 8px;
    /* left: 215px; */
    margin-bottom: 0px !important;
}

.payment_widget img {}

.hr-light {
    margin-bottom: 8px !important;
}

.footer-copyright {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    position: relative;
    right: 0px;
    /* bottom: 15px; */
}

.footer-icon {
    border-top: 1px solid #4f4f4f;
    padding-top: 3px;
}

.topbar-column .social-button,
.topbar-column .social-button:hover {
    color: #ffff !important;
}


/*product detail style*/

.product-gallery {
    border: none;
}

.product_name {
    color: #000;
    font-size: 42px;
    margin: 0 0 2px;
    text-align: left;
    line-height: 1.2em;
    padding-bottom: 12px;
    letter-spacing: normal;
    font-weight: 300;
    padding-top: 0px !important
}


/* .product_summary .rating-stars {
        position: absolute;
        top: 80px;
        line-height: 35px;
    } */

.product_detail_section .d-block {
    line-height: 64px;
    margin-top: 22px;
    border-top: 1px solid;
    border-top: 1px #ddd dotted;
    border-bottom: 1px #ddd dotted;
    color: #000;
}

.product_detail {
    background: #fff;
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.15);
}

.product_figure {
    border-right: 1px solid #e1e7ec;
}

.product_summary {
    padding: 35px;
}

.Quick_Overview {
    color: #000;
    font-weight: normal;
}

.product_overview {
    font-size: 17px;
    margin: 0px;
    color: #777;
}

.product-gallery .product-thumbnails>li>a,
.product-gallery .product-thumbnails>li.active>a {
    border-color: #ebebeb;
    cursor: pointer;
}

.product-gallery .product-thumbnails>li {
    display: inline-block;
    margin: 10px 3px 10px;
}

.product-gallery .product-thumbnails {
    border-top: 1px dotted #ebebeb;
}

.entry-share .sb-facebook:hover {
    background: #3e5c9a !important;
    color: #fff !important;
    transition: all 0.45s ease-in-out;
}

.entry-share .sb-twitter:hover {
    background: #389aed !important;
    color: #fff !important;
    transition: all 0.45s ease-in-out;
}

.entry-share .sb-linkedin:hover {
    background: #e23a2d !important;
    color: #fff !important;
    transition: all 0.45s ease-in-out;
}

.entry-share .sb-instagram:hover {
    background: #fd9d19 !important;
    color: #fff !important;
    transition: all 0.45s ease-in-out;
}

.entry-share .sb-pinterest:hover {
    background: #c9252b !important;
    color: #fff !important;
    transition: all 0.45s ease-in-out;
}

.entry-share .sb-google-plus:hover {
    background: #c9252b !important;
    color: #fff !important;
    transition: all 0.45s ease-in-out;
}

.entry-share i:hover {
    color: #fff !important;
}

.btn:hover,
.btn:focus .btn:active,
.btn.active {
    box-shadow: unset !important;
}

.product_detail_section .mb-2 {
    padding: 5px 0px;
}

.nav-tabs .nav-link.active {
    border-radius: 15px !important;
    background: #bbbbbb;
    color: #363636;
    padding: 8px 20px;
    margin-right: 10px;
}

.nav-tabs .nav-link {
    border-radius: 15px !important;
    background: #bbbbbb;
    padding: 8px 20px;
    background: rgba(0, 0, 0, 0.05);
    margin-right: 10px;
}

.nav-tabs .nav-link:hover {
    color: #000;
    background: #fff;
}

.nav-tabs {
    border-bottom: unset !important;
}

.ladda-button {
    color: #373b3e;
}

.product_description_tab {
    /* margin: 0px; */
    padding: 0px;
    padding-top: 25px !important;
}

.product_description_tab>div {
    padding: 0px !important;
}

.product_description_tab #reviews {
    position: relative;
    bottom: 45px;
}

.btn-outline-primary {
    color: #363636 !important;
}


/*edoit categories page style*/

.product-card .product-badge {
    top: 15px;
    left: 18px;
    background: #ff7777;
    color: #fff !important;
    border-radius: 9px;
    padding: 5px;
}

.widget-categories {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.widget-categories .widget-title {
    background: #fdd826;
    width: auto;
    padding: 15px;
    color: #333;
    padding: 12px 17px;
    font-size: 16px;
    font-weight: 500;
}

.price-range-slider {
    padding: 5px !important;
}

.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label,
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-label {
    transition: unset !important;
    -webkit-transition: unset !important;
}

#shop-items .pagination>.column .btn-outline-secondary {
    background: #fdd826;
    color: #434035;
    border-color: transparent;
}

#shop-items .pagination>.column .btn-outline-secondary:hover {
    color: #fff;
    background: #1a7dd1;
    transition: unset !important;
}

.widget-categories ul,
.widget-links ul {
    margin: 0;
    padding-bottom: 15px;
    list-style: none;
}


/*style form login/register*/

.login_form {
    background: #fff;
}

.login-box {
    border: none;
}

.login_form h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.login-box-1 {
    padding: 15px 0px;
}

.login-box-1 .input-icon {
    margin-bottom: 45px;
}


/* .icheckbox_flat-blue, .iradio_flat-blue{
    border-radius: 50%;
} */

.page-title {
    /* margin-bottom: 0px; */
    border-bottom: unset;
    margin-bottom: -60px !important;
}

.facebook-btn {
    border-color: #3b5998 !important;
    background-color: #3b5998 !important;
    color: #fff;
}

.twitter-btn {
    border-color: #55acee !important;
    background-color: #55acee !important;
    color: #fff;
}

.google-btn {
    border-color: #dd4b39 !important;
    background-color: #dd4b39 !important;
    color: #fff;
}

.login-box-1 .text-sm-right {
    position: relative;
    bottom: -15px !important;
}

.btn-social {
    background: #fdd826 !important;
    color: #3c3e3d !important;
    border: none;
}

.btn-social:hover {
    color: #fff !important;
    background: #1a7dd1 !important;
}


/* button[type="submit"]:hover,
button[type="submit"]:active {
    color: #fff;
    background: #1a7dd1 !important;
} */

.iziToast.iziToast-success {
    border-color: rgb(26, 125, 209);
    background-color: #1a7dd1;
    color: #363636;
}

.revealIn {
    color: #fff;
    background-color: #fdd826;
    border-color: #4e555b;
}

.revealIn:hover {
    color: #fff;
    background-color: #fdd826;
    border-color: #4e555b;
}

.icon-bell {
    background-color: transparent;
}

.iziToast>.iziToast-body>p {
    color: #fff;
}

.btn-success {
    color: #363636;
    background-color: #fdd826;
    border: unset !important;
}

.btn-success:hover,
.btn-success:focus {
    background: #1a7dd1 !important;
    color: #fff !important;
    border: unset !important;
}

.shopping-cart-footer .btn-outline-secondary {
    border: unset !important;
    background-color: #fdd826;
    color: #363636;
}

.shopping-cart-footer .btn-outline-secondary:hover,
.shopping-cart-footer .btn-outline-secondary:focus {
    background-color: #1a7dd1 !important;
    color: #fff;
    border: unset !important;
}

.shopping_cart_section {
    position: relative;
    bottom: 32px;
    background: #fff;
    /* padding: 20px; */
}


/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
} */

.shopping-cart .btn-outline-danger:hover {
    background-color: #1a7dd1 !important;
    color: #fff;
    border: unset !important;
}

.btn {
    border: unset !important;
}

.shopping-cart-footer {
    border-top: unset !important;
}

.shopping-cart .product-item .product-title {
    padding-top: 25px;
}

.remove-from-cart {
    background: transparent !important;
}

.ladda-label .icon-cross:hover {
    color: #ffa021;
}


/*pop up*/

.iziToast.iziToast-danger {
    background-color: #1a7dd1;
    color: #ffffff;
}


/*card detail*/

.sw-btn-next,
.sw-btn-prev {
    color: #363636 !important;
    background-color: #fdd826 !important;
    border: unset !important;
}

.sw-btn-next:hover,
.sw-btn-next:focus {
    background-color: #1a7dd1;
    color: #ffffff;
    border: unset !important;
}

.table th {
    border-top: unset !important;
}

.table td p {
    position: relative;
    top: 25px;
}


/* .offcanvas-wrapper .container .sw-theme-arrows>ul.step-anchor>li.active>a,
.card .sw-theme-arrows>ul.step-anchor>li.active>a {
    border-color: #5cb85c !important;
    color: #fff !important;
    background: #5cb85c !important;
}

.offcanvas-wrapper .container .sw-theme-arrows>ul.step-anchor>li.active>a:after,
.card .sw-theme-arrows>ul.step-anchor>li.active>a:after {
    border-left: 30px solid #5cb85c !important;
} */


/* .offcanvas-wrapper .container .sw-theme-arrows>ul.step-anchor>li>a,
.sw-theme-arrows>ul.step-anchor>li>a {
    border-color: #fdd826 !important;
    color: #333 !important;
    background-color: #fdd826 !important;
} */


/* .step-anchor li.active a{
    border-color: #1a7dd1 !important;
    color: #fff !important;
    background: #1a7dd1 !important;
} */


/* .offcanvas-wrapper .container .sw-theme-arrows>ul.step-anchor>li>a:after,
.sw-theme-arrows>ul.step-anchor>li>a:after {
    border-left: 30px solid #fdd826 !important;
}

.offcanvas-wrapper .container .sw-theme-arrows>ul.step-anchor>li.done>a,
.sw-theme-arrows>ul.step-anchor>li.done>a {
    border-color: #5cb85c !important;
    color: #fff !important;
    background: #5cb85c !important;
}

.offcanvas-wrapper .container .sw-theme-arrows>ul.step-anchor>li.done>a:after,
.sw-theme-arrows>ul.step-anchor>li.done>a:after {
    border-left: 30px solid #5cb85c !important;
} */

#cart-details table thead tr {
    background-color: unset !important;
    color: #606974;
}

#cart-details table thead td,
#cart-details table thead th {
    text-align: left;
    padding: 40px 0px;
}

#cart-details table tbody {
    line-height: 100px;
}

#cart-details .table thead th,
#cart-details td,
.table th {
    font-size: 16px;
    font-weight: 500;
}

#cart-details .shopping-cart .product-item .product-title {
    position: relative;
    right: 15px;
}

#coupon_code {
    height: 44px;
    position: absolute;
    left: 200px;
    bottom: 22px;
}

label[for="coupon_code"] {
    display: none;
}

.Coupon_Form {
    position: relative;
    bottom: 100px;
}

.sw-theme-arrows>.sw-container {
    min-height: auto !important;
}

.sw-theme-arrows>.sw-toolbar-bottom {
    /* min-height: 0px !important; */
    padding-bottom: 0 !important;
    background: #1a7dd1 !important;
}

.info-table tr:last-child,
.info-table tr:last-child:hover {
    background-color: rgba(0, 0, 0, .075);
}

.Coupon_Form h4 {
    padding-left: 10px;
}

.sw-theme-arrows>.sw-container {
    margin-top: unset !important;
}


/* .sw-theme-arrows>ul.step-anchor {
    background: #1a7dd1 !important;
} */

.box-success {
    border-right: unset !important;
}

#select-payment .card-body {
    position: relative;
}

.panel-heading {
    background: transparent !important;
}

.panel-default {
    border-right: unset !important;
}

.panel-default:hover {
    transition: unset !important;
    box-shadow: unset !important;
    background: transparent !important;
}

#card-element {
    padding-left: 75px !important;
    min-width: 500px;
}

#card-errors {
    padding-left: 75px;
    padding-top: 20px;
}

#select-payment .card-header:first-child {
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
    border-bottom: unset !important;
    padding: 0px !important;
}

#order-review .form-group .btn-warning {
    background: #fdd826;
    color: #373735;
}

#order-review .form-group .btn-warning:hover {
    background: #1a7dd1 !important;
    color: #fff;
}

.table-hover tbody tr:hover {
    background-color: transparent !important;
}


/* .table-striped tbody tr:last-of-type,
.table-striped tbody tr:last-of-type:hover {
    background-color: #f5f5f5 !important;
} */

.summary_table {
    width: 98% !important;
    padding-left: 20px !important;
}

#cart-details {
    margin-bottom: -30px;
}


/*Profile page design */

.btn-block {
    background: #1a7dd1;
    color: #fff;
}

.btn-block:hover,
.btn-block:active {
    border: none;
    box-shadow: unset;
}


/* 
.customtab,
.nav-tabs-custom .nav-tabs {
    background: #1a7dd1 !important;
}

.customtab .nav-link,
.nav-tabs .nav-link,
.nav-tabs-custom .nav-tabs .nav-link,
.sw-theme-arrows>ul.step-anchor>li>a {
    border-radius: none !important;
    margin-right: 0px;
    color: #363636;
    background: transparent;
    transition: unset;
    border: unset !important;
}

.customtab .nav-link.active,
.nav-tabs-custom .nav-tabs .nav-link.active {
    padding: 8px 45px;
    border-color: #5cb85c !important;
    color: #fff !important;
    background: #5cb85c !important;
    border-radius: 0px !important;
    transition: unset !important;

}

.customtab .nav-link:hover,
.nav-tabs .nav-link.active:hover {
    border-radius: none !important;
    transition: unset !important;
    background: transparent;
    color: #363636;
} */


/*some forget editing*/

.toolbar-dropdown>li>a:hover {
    background: #fdd826 !important;
    color: #363636;
    border: none !important;
}

.toolbar-dropdown {
    /* margin-top: 22px !important; */
    padding: 0px !important;
    border: none !important;
}

.sub-menu>li.sub-menu-separator,
.toolbar-dropdown>li.sub-menu-separator {
    margin-bottom: 0px;
}


/* .btn-sm .btn-wishlist:hover,
.ladda-button:hover {
    background: #1a7dd1 !important;
} */


/*pricing table*/

.price-box.best-plan .price-header,
.price-box.best-plan .price-footer {
    background: #1a7dd1;
}

.btn-white-border:hover {
    background: #fdd826;
    color: #333;
}

.price-box .price-header,
.price-box .price-footer {
    background: #1a7dd1;
}

.price-box.best-plan .price-header,
.price-box.best-plan .price-footer {
    background: #fdd826;
}

.price-box.best-plan .btn-white-border {
    background: #1762a1;
    color: #fff;
}

.price-box .btn-dark-border {
    background: #fdd826;
    color: #333;
}

strong.text-primary {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 17px;
}


/*user page  shop page */

.text-right a[title="Add to Cart"] {
    margin-left: -30px;
}

.text-center .pagination li {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
}

.text-center .pagination li a,
.text-center .pagination li span {
    display: block;
    width: 36px;
    height: 36px;
    transition: all .3s;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #606975;
    line-height: 34px;
    text-decoration: none;
}

.text-center .pagination li.active span {
    border-color: #1a7dd1;
    background: #1a7dd1;
    color: #ffffff;
}


/*store user page*/

.alert-warning {
    background-color: rgb(26, 125, 209);
    /* color: #000; */
}

.alert-warning p {
    color: #fff !important;
}

.Product_Action {
    display: block;
    width: 100%;
    margin: auto;
}

.Product_Add_Cart,
.Product_Price {
    margin: auto;
}


/* .Product_Add_Cart a {
    right: 40px;
} */


/*Store Info*/

.Store_Info {
    display: block
}

.Save_Store_Detail button,
.Save_Store_Detail button:hover {
    color: #fff !important;
    background: #5cb85c !important;
}


/*Checkout Detail*/


/* .table-condensed tbody tr:last-of-type,
.table-condensed tbody tr:last-of-type:hover {
    background-color: #ffff !important;
} */

button.btn-success,
button.btn-success:hover {
    color: #fff !important;
    background: #5cb85c !important;
}


/*some style and structure*/

label[for="regular_price"]+.input-group,
label[for="sale_price"]+.input-group {
    display: flex;
}

.Card_Style {
    padding: 0px;
}

.brick.gallery-item .featured-item {
    /*    z-index: 9999;
*/
}


/* .search_discusion .input-group {
    display: flex;
} */

.product-card .rating-stars {
    position: absolute;
    top: 5px;
}


/* #payment-form,
#paypal-button {
    margin-left: 115px;
} */

.site-logo {
    width: auto;
    padding: 20px 0 10px 0;
    text-decoration: none;
}

.choose_payment {
    padding-left: 39px;
}

@media(min-width:768px) and (max-width:992px) {
    .sw-theme-arrows>ul.step-anchor>li {
        width: 24%;
        position: relative;
        padding-right: 19px;
    }
    .sw-theme-arrows>ul.step-anchor>li>a,
    .sw-theme-arrows>ul.step-anchor>li>a:hover {
        padding: 10px 0 10px 20px !important;
    }
}

@media(max-width:767px) {
    .sw-theme-arrows>ul.step-anchor>li {
        min-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #select-payment .card-body {
        position: relative;
        right: 9px !important;
    }
}


/* 
@media screen and (max-width: 375px) {
    .card-body #card-element {
       padding-left: 70px !important; 
        width: 100%;
        /* padding-right: 85px;  
        left: 0px;
        padding-left: 0px !important;
        min-width: 100%;
    }

    .Coupon_Form {
        position: relative;
        bottom: 70px;
    }

    #select-payment .card-body {
        right: 0px;
    }

    
    
    .Coupon_Form {
        position: relative;
        bottom: 70px;
    }

    .choose_payment {
        padding-left: 0px;
    }
}*/


/*resposive*/

.site-logo {
    width: auto;
}

.site-logo>img {
    display: block;
    width: 100%;
    position: relative;
    bottom: 5px;
}

@media(min-width:1020px) and (max-width:1100px) {
    .featured_products .owl-carousel .owl-prev {
        left: 850px !important;
    }
    .widget_section {
        background: #fff;
        margin: auto;
        min-width: 100%;
    }
}

@media(min-width:992px) and (max-width:1020px) {
    .featured_products .owl-carousel .owl-next,
    .featured_products .owl-carousel .owl-prev {
        width: 23px !important;
        height: 23px !important;
        line-height: 23px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .featured_products .owl-carousel .owl-prev {
        left: 900px !important;
    }
    .payment_widget {
        left: 0px !important;
    }
    .widget_section {
        background: #fff;
        margin: auto;
        min-width: 100%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .featured_products .owl-carousel .owl-next {
        position: absolute !important;
        top: 50% !important;
        border: 0;
        opacity: 0.5;
        padding-right: 0px;
        right: 0px;
        color: #666 !important;
        border-left: unset !important;
        background-color: #f2f2f2 !important;
        height: 32px;
        width: 44px;
        line-height: 33px;
    }
    .featured_products .owl-carousel .owl-prev {
        border: unset !important;
        position: absolute !important;
        color: #666 !important;
        top: 50% !important;
        background-color: #f2f2f2 !important;
        border-radius: unset !important;
        opacity: 0.5;
        background: transparent;
        left: unset !important;
        line-height: 32px;
        padding-left: 0px;
    }
    .featured_products .owl-carousel .owl-prev:hover,
    .featured_products .owl-carousel .owl-next:hover {
        opacity: 1;
        background-color: #1a7dd1 !important;
        color: #fff !important;
    }
    .category-card {
        max-height: unset;
    }
    .store-info .category-card-info {
        width: 100%;
    }
    .category-card .category-card-thumb {
        max-width: 100%;
    }
    .category-card .category-card-title {
        color: #fff;
        font-size: 40px;
        padding-top: 30px;
    }
    small.d-inline-block.bg-info.text-white.mt-3 {
        font-size: 18px;
    }
    .featured_categories .btn-outline-secondary {
        position: relative;
        bottom: 0px;
    }
    .featured_categories .col.text-right {
        text-align: center !important;
    }
    .payment_widget {
        left: 0px;
    }
    .widget_section {
        width: 85%;
        margin-bottom: 20px;
        min-width: auto;
    }
    .payment_widget {
        position: relative;
        top: 8px;
        right: 215px;
        left: 0px;
        width: auto;
    }
    .site-footer .widget {
        margin-bottom: 10px;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .featured_products .owl-carousel .owl-next {
        position: absolute !important;
        top: 50% !important;
        border: 0;
        opacity: 0.5;
        padding-right: 0px;
        right: 0px;
        color: #666 !important;
        border-left: unset !important;
        background-color: #f2f2f2 !important;
        height: 32px;
        width: 44px;
        line-height: 33px;
    }
    .featured_products .owl-carousel .owl-prev {
        border: unset !important;
        position: absolute !important;
        color: #666 !important;
        top: 50% !important;
        background-color: #f2f2f2 !important;
        border-radius: unset !important;
        opacity: 0.5;
        background: transparent;
        left: unset !important;
        line-height: 32px;
        padding-left: 0px;
    }
    .featured_products .owl-carousel .owl-prev:hover,
    .featured_products .owl-carousel .owl-next:hover {
        opacity: 1;
        background-color: #1a7dd1 !important;
        color: #fff !important;
    }
    .category-card {
        max-height: unset;
    }
    .store-info .category-card-info {
        width: 100%;
    }
    .category-card .category-card-thumb {
        max-width: 100%;
    }
    .category-card .category-card-title {
        color: #fff;
        font-size: 40px;
        padding-top: 30px;
    }
    small.d-inline-block.bg-info.text-white.mt-3 {
        font-size: 18px;
    }
    .featured_categories .btn-outline-secondary {
        position: relative;
        bottom: 0px;
    }
    .featured_categories .col.text-right {
        text-align: center !important;
    }
    .payment_widget {
        left: 0px;
    }
    .widget_section {
        width: 85% !important;
        margin-bottom: 20px;
        min-width: auto;
    }
    .payment_widget {
        position: relative;
        top: 8px;
        right: 215px;
        left: -550px;
        width: auto;
    }
    .site-footer .widget {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .site-logo {
        width: 99px;
        padding-left: 0px !important;
    }
    .toolbar {
        right: -1px;
    }
    .toolbar .search,
    .toolbar .account,
    .toolbar .cart,
    .toolbar .notifications {
        display: inline-block;
        position: relative;
        margin-left: 1px;
        font-size: 14px;
        /* width: 45px; */
        /* height: 45px; */
    }
    .category-card {
        max-height: unset;
    }
    .store-info .category-card-info {
        width: 100%;
    }
    .category-card .category-card-title {
        color: #fff;
        font-size: 40px;
        padding-top: 30px;
    }
    small.d-inline-block.bg-info.text-white.mt-3 {
        font-size: 18px;
    }
    .category-box {
        width: 85%;
        margin: auto;
    }
    .featured_categories .btn-outline-secondary {
        position: relative;
        bottom: 0px;
    }
    .featured_categories .col.text-right {
        text-align: center !important;
    }
    .collection_section {
        width: 85% !important;
    }
    .widget_section {
        width: 85% !important;
        margin-bottom: 20px;
        min-width: auto;
    }
    .payment_widget {
        position: relative;
        top: 10px;
        /* right: 215px; */
        /* left: -210px; */
        margin: auto;
        display: block;
        width: 100%;
    }
    .site-footer .widget {
        margin-bottom: 10px;
    }
    .featured_products .owl-carousel .owl-next {
        position: absolute !important;
        top: 50% !important;
        border: 0;
        opacity: 0.5;
        padding-right: 0px;
        right: 0px;
        color: #666 !important;
        border-left: unset !important;
        background-color: #f2f2f2 !important;
        height: 32px;
        width: 44px;
        line-height: 33px;
    }
    .featured_products .owl-carousel .owl-prev {
        border: unset !important;
        position: absolute !important;
        color: #666 !important;
        top: 50% !important;
        background-color: #f2f2f2 !important;
        border-radius: unset !important;
        opacity: 0.5;
        background: transparent;
        left: unset !important;
        line-height: 32px;
        padding-left: 0px;
    }
    .featured_products .owl-carousel .owl-prev:hover,
    .featured_products .owl-carousel .owl-next:hover {
        opacity: 1;
        background-color: #1a7dd1 !important;
        color: #fff !important;
    }
}


/**shop resposive*/

@media (min-width:992px) and (max-width:11124px) {
    .shop_products .product-card .product-buttons>.btn {
        margin: 4px 0px;
    }
}

@media (max-width:991px) {
    /* .payment_widget_section,.socail_icons{
       width: auto !important;
     } */
}


/* card detail responsive */

@media (max-width: 767px) {
    .sw-theme-arrows ul.step-anchor {
        border: 0;
        background: #1a7dd1 !important;
    }
    #coupon_code {
        height: 44px;
        position: absolute;
        left: 20px;
        top: 10px;
        width: 50%;
        display: block;
        margin: auto;
        bottom: 0px;
    }
}


/*profile page resposive */

@media (min-width:768px) and (max-width:991px) {
    .user-info-wrapper .user-info {
        display: block;
        width: 100%;
    }
    .user-info-wrapper .user-info .user-avatar {
        position: relative;
        min-width: 100%;
        display: block;
    }
    .user-info-wrapper .user-info .user-data {
        padding-top: 20px;
        padding-left: 17px;
    }
}

.profile_editing {
    padding: 10px !important;
}


/*resposive add sub*/

@media (max-width: 767px) {
    .selling-box .sw-theme-arrows>ul.step-anchor>li {
        float: none !important;
        margin-bottom: 0;
        min-width: 100%;
        padding-left: 0px;
    }
}


/*nemx edit*/

.dataTables_length {
    float: left;
    margin-right: 10px;
}

.dataTables_filter {
    float: left;
    padding-top: 15px;
}

pre {
    display: inline-block;
    padding: 7px;
    margin: 0 0 5px;
    font-size: 12px;
}

.locale li {
    padding-left: 10px;
}

.currencies {
    display: flex !important;
    float: right;
    margin-left: 10px;
}

.owl-item .box-left {
    color: white;
    font-size: 20px;
    width: 50%;
    position: absolute;
    top: 300px;
    left: 5%;
    background-color: rgba(22, 22, 23, 0.6);
    padding: 10px;
    border-radius: 7px;
}

.owl-item .box-left .btn-clean {
    background-color: white;
}

.dataTables_length {
    padding-top: 15px;
}

.paymentsmethods input.active-radio {
    background-color: #239cf1;
}

.navigationprofile .nav-pills>li>a {
    margin-top: 0px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
    border-radius: 6px;
}

#profile #add_address_btn {
    margin: 20px 0;
    padding: 6px 10px;
}

.dt-buttons button {
    background-color: #452128;
    color: #fff;
}

.dt-buttons button:hover {
    color: #fff;
}

.remove-download i,
#add-new-download i {
    margin-right: 0px !important;
}

#downloads .form-group {
    margin-bottom: 0px !important;
}

.remove-download {
    margin-top: 8px !important;
}

.Prodcut_create_form .input-group .input-group-addon,
.input-group .input-group-addon {
    background-color: #eee !important;
    z-index: 9999;
    color: #555555;
    padding: 14px 18px;
    left: 1px;
}

.Card_Style .gallery-item,
.gallery-item form {
    height: 250px;
}

.dz-message i {
    font-size: 4em !important;
}


/*}
#store-details .box{
    margin-top: 0px !important;
    background: #ddd;
    width: 80%;
    margin: 0px 20%;
}
@media(max-width: 500px){
    #store-details .box{
        margin-top: 0px !important;
        background: #ddd;
        width: 100%;
        margin: 0px;
    }
}*/

#store-details .alert.alert-primary {
    padding: 10px 0px !important;
    margin-bottom: 0px;
}

#store-details .alert.alert-primary h5 {
    margin-bottom: 0px !important;
}

#store-details .form-group {
    margin-bottom: 0px !important;
}

.Card_Style .nav-stacked {
    margin-top: 115px !important;
    background: #33a3ba;
    padding: 3px 12px;
    border-radius: 10px;
}

.Card_Style .nav-stacked a {
    color: #fff;
}

.products .btn.btn-add .icon {
    position: absolute;
    top: 14px;
}

.confirm-card {
    width: 100%;
    margin: auto;
    text-align: center;
    margin: 50px 0px;
}

.nav-tabs-custom {
    margin-top: 100px !important;
}

.search_discusion .input-group-addon {
    background-color: unset !important;
    color: #555555;
    position: absolute;
    top: 1px;
}

#bulk_actions {
    margin-right: 0px !important;
}

#bulk_actions .btn {
    padding-right: 0px !important;
}

.confirmation_payment {
    display: flex;
    margin: 50px 0px !important;
    /* margin: auto; */
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

.confirmation_payment form {
    text-align: center !important;
}

.input-group .form-control:focus~.input-group-addon {
    outline: none !important;
    color: #000 !important;
}

.products .image img {
    max-height: 250px !important;
}

.owl-icons .owl-carousel figure .owl-item img {
    max-height: unset !important;
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 768px) {
    .products article .image {
        /* padding: 80px 0px; */
        height: 300px !important;
    }
}

@media (max-width: 991px) {
    .products article .info {
        display: block !important;
    }
    .products .btn-add {
        display: block !important;
    }
    .products .btn.btn-add .icon {
        position: absolute !important;
        right: -25px !important
    }
    .brands .box {
        display: table;
        width: auto !important;
    }
}

.owl-product-gallery img.product_image {
    width: auto !important;
    height: auto;
    margin: auto;
    text-align: center;
    display: block;
}

@media (max-width:767px) {
    .iziToast-buttons {
        display: flex;
        margin-top: 10px !important
    }
}

@media (max-width: 767px) {
    .btn {
        padding: 0px 16px !important;
    }
}

#add_address_btns {
    height: 34px;
    padding: 20px;
}

@media (max-width:767px) {
    .products article .image img {
        max-width: 250px !important;
        height: 250px !important;
    }
    .add-favorite .icon-heart {
        float: none;
        padding-right: 0px;
        position: relative;
        top: -2px;
        left: 5px;
        padding: 0px;
    }
}

#profile #add_address_btn {
    margin: 20px 0;
    padding: 1px 10px;
}

.iziToast {
    border: 1px solid #e1e7ec;
    background: #4786cb;
}

#downloads-table_length {
    position: absolute;
    top: 15px;
}

#my_store_widgets .card,
#buyer_widgets .card {
    margin-top: 20px !important;
    text-align: center;
}

.modal {
    z-index: 9200;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade {
    transition: opacity .15s linear;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    border-radius: 7px;
    border-color: #e1e7ec;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-right: 20px;
    padding-left: 20px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-right: 20px;
    padding-left: 20px;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

.close {
    background: right;
}

.close {
    transition: opacity .25s;
    border: 0;
    background: 0;
    color: #606975;
    font-family: sans-serif;
    font-size: 18px;
    cursor: pointer;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.hidden {
    display: none;
}

.modal-footer {
    padding-top: 12px;
    padding-bottom: 12px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-right: 20px;
    padding-left: 20px;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

#global-modal .modal-dialog.modal-lg {
    margin: auto;
    top: 110px;
}

#global-modal .close:not(:disabled):not(.disabled) {
    position: absolute;
    left: 0px;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    /* transform: translate(0,0); */
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.dt-buttons {
    float: right;
}

.dt-buttons button span i {
    position: relative;
    top: 15px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.item-actions a {
    display: block;
    padding-bottom: 10px;
}

.item-actions a:hover {
    background: #1a7dd1 !important;
    color: #fff !important;
}


/* .item-actions .ladda-button{
  background: unset !important;
  color: #666;
} */

.dropdown-toggle:hover {
    background: inherit !important;
    background-color: inherit !important;
}

.dropdown-menu {
    right: -100px;
}

.page-title {
    padding: 0;
    background: #eaeaea !important;
}


/* .customtab .nav-link.active,
.nav-tabs-custom .nav-tabs .nav-link.active {
    padding: 8px 45px;
    border-color: #5cb85c !important;
    color: #fff !important;
    background: #5cb85c !important;
    border-radius: 0px !important;
    transition: unset !important;
}

.customtab  .nav-tabs>li.active>a,.customtab  .nav-tabs>li.active>a:focus,.customtab  .nav-tabs>li.active>a:hover
.customtab .nav-link:hover,
.customtab 
.nav-tabs .nav-link.active:hover {
    border-radius: none !important;
    transition: unset !important;
    background: transparent;
    color: #363636;
} */