@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");
a:hover  {
    color: #f82374;
}
.btn:focus {
    color: #fff;
}
.h1,h1 {
    font-size: 50px;
}
h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.clearfix {
    clear: both;
    display: inline-block;
    width: 100%;
    height: 0px;
}


.nav-top-cover {
    background: #fff;
    box-shadow: 2px 1px 5px 0px #e1e1e1;
    color: #000;
}

.collapsePagesSideMenu .fas {
    color: #000;
}

.fa-search.search-sidebar-hover {
    color: #000;
}

.scroll-top-arrow,
.portfolio-section .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background: #f11fad;
}

.nav-mega .navbar-nav .nav-link:hover,
.nav-mega .nav-item:hover a.dropdown-toggle::after {
    color: #ff9d03;
    background: transparent;
    -webkit-text-fill-color: #ff9d03;

}

.nav-mega .navbar-nav .nav-item:hover .nav-link,
.nav-mega .navbar-nav .nav-item:hover .nav-link {
    color: #ff9d03;
    -webkit-text-fill-color: #ff9d03;
}

.nav-mega .nav-item:hover a.dropdown-toggle::after {
    color: #ff9d03;
    background: transparent;
}

.index-slider-box,
.index-slider-box .slick-slide {
    height: auto;
    position: relative;
    overflow: hidden;
}

.upper-nav ul.teli {
    display: flex;
    font-size: 14px;
}

.upper-nav ul.teli li {
    display: inline-block;
    position: relative;
    margin-right: 22px;
    line-height: 35px;
}

.index-page .carousel-caption .sub-title {
    margin: 19px 0;
}

.navbar-brand {
    margin: 0px 0;
}

.white-trans-btn-with-white-border:hover {
    background-color: #ff9d03 !important;
    color: #ffffff;
    border: solid 1px #ff9d03 !important;
}

.index-page .carousel-caption {

    /* Chrome, Safari, Opera */
    -webkit-animation-name: moveit;
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 2s;
    /* Standard syntax */
    animation-name: moveit;
    animation-duration: 2s;
    animation-delay: 1s;

}


.index-page .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .32);
    overflow: hidden;
    width: 41%;
    left: auto;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moveit {
    from {
        left: -44%;
    }

    to {
        left: 0%;
    }

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes moveit {
    from {
        left: -44%;
    }

    to {
        left: 0%;
    }

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.nav-mega,
nav.navbar {
    position: static !important;
}

.nav-item .dropdown-menu {
    width: 100%;
}

.nav-item .dropdown-menu ul {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.nav-item .dropdown-menu ul li {
    margin: 0 14px;
    width: auto;
    display: inline-block;
}

.nav-mega .dropdown-menu .dropdown-item:hover,
.nav-mega .dropdown-menu.megamenu .dropdown-item:hover {
    background: linear-gradient(to right, #ff9d03 -50%, #ff9d03 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ff9d03;
}

.dropdown-menu .dropdown-item {
    font-size: 12px;
    text-transform: UPPERCASE;
}

.manage-icons li a:hover .search-sidebar-hover {
    color: #ff9d03;
    color: #FFF;
}

/* Left arrow */
.slick-prev.slick-arrow {
    position: absolute;
    left: 0px;
    z-index: 10;
    transition: all .5s ease;
    border: 0;
    background: transparent;
    text-indent: -999px;
    top: 50%;
    width: 44px;
    height: 50px;
    overflow: hidden;
}

.slick-prev.slick-arrow::before {
    content: "\f053";
    position: absolute;
    font: normal 42px/1 FontAwesome;
    font-weight: 100;
    top: 0;
    width: 32px;
    height: 46px;
    display: block;
    color: #1a17178e;
    text-indent: 0;
}

/* Right arrow */
.slick-next.slick-arrow {
    position: absolute;
    right: 0px;
    z-index: 10;
    transition: all .5s ease;
    border: 0;
    background: transparent;
    text-indent: 999px;
    top: 50%;
    width: 44px;
    height: 50px;
    overflow: hidden;
}

.slick-next.slick-arrow::before {
    content: "\f054";
    position: absolute;
    font: normal 42px/1 FontAwesome;
    font-weight: 100;
    top: 0;
    width: 32px;
    height: 46px;
    display: block;
    color: #1a17178e;
    text-indent: 0;
}


.responsive .slick-arrow::before {
    display: none !important;
}


.responsive:hover .slick-arrow::before {
    display: block !important;
}

.responsive:hover .slick-prev {
    transform: translateX(-25px); /* Move left arrow to the left */
}

.responsive:hover .slick-next {
    transform: translateX(25px); /* Move right arrow to the right */
}


.user-utiliity-title {
    font-family: Rubik, "sans-serif";
}

.portfolio-circle-cart {
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #6b0468), color-stop(93%, #6b0468));
    background: -o-linear-gradient(left, #6b0468 -50%, #6b0468 93%);
    background: linear-gradient(to right, #6b0468 -50%, #6b0468 93%);
    border-radius: 50%;
    top: 32%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.portfolio-section .cat-title {
    margin: 8px 0;
    font-size: 19px;
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: all 250ms cubic-bezier(.075, .82, .165, 1) 0s;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    display: none;
}


.portfolio-section .cbp-item-wrapper .cat-name {
    position: absolute;
    z-index: 9;
    top: 45%;
    width: 100%;
    text-align: center;
    background: rgba(5, 5, 5, .5);
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
}

.portfolio-section .cat-title .btn.border {
    background: #ff9d03;
    border-color: #ff9d03 !important;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
}

.portfolio-section .cbp-item-wrapper:hover .cat-title {
    bottom: 28%;
    opacity: 1;
    transition: all 250ms cubic-bezier(.075, .82, .165, 1) 0s;
}

.portfolio-section .cbp-item-wrapper {
    background: #000;
    transition: opacity 250ms cubic-bezier(.075, .82, .165, 1) 0s;
}

.portfolio-section .cbp-item-wrapper:hover .item {
    opacity: .8;
}

.portfolioHeading {
    margin-bottom: 41px;
}

.banner-section.parallax-slide {
    background-image: url(../../assets/img/banners/parallax-img-2.jpg);
    overflow: hidden;
}

.banner-section .banner-content-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
    background: rgba(255, 255, 255, .5);
    padding: 150px 23px;
}

.lastest_arrivals .lastest_arrival_items .card .card-body h5 {
    font-size: 14px;
    text-transform: uppercase;
    height: 62px;
    overflow: hidden
}

.footer .f-sec2 ul {
    margin-top: 35px;
    padding-left: 0px;
    column-count: 5;
}

footer ul.social-links {
    display: flex;
    margin-left: 10px;
}

footer ul.social-links li {
    margin-right: 14px;
    margin-top: 23px;
}

footer ul.social-links li .fab {
    font-size: 23px;
    color: #fff;
    opacity: .5;
}

footer ul.social-links li .fab:hover {
    opacity: 1;
}

.product-listing-products .product-list .product-item {
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.paralax-section-slide-data1 {
    position: relative;
    min-height: auto !important;
}

.paralax-section-slide-data1 h1 {
    /*background: rgba(255,255,255,.8);*/
    padding: 44px 100px;
    text-align: center;
}

.paralax-section-slide-data1 h1 p {
    font-size: 18px;
}

.product-listing-products .product-list .p-item-detail .p-item-name {
    font-size: 13px;
    color: #000000;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    margin-bottom: 8px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-top: -10px;
    text-transform: uppercase;
    height: 44px;
    overflow: hidden;
}

.about_content {
    padding-top: 32px;
    padding-bottom: 100px;
    overflow: hidden;
}

.manage-icons li a:hover .search-sidebar-hover {
    color: #f82374;
}

.collapsePagesSideMenu:hover .fas {
    color: #f82374;
}

.user-utiliity {
    margin-top: 19px;
}

.sideNavPages i.user-utiliity-caret {
    position: absolute;
    color: gray;
    opacity: 1;
    border: 1px solid #581a762b;
    outline: none;
    border: 0;
}

.tollfree {
    color: #000;
    font-size: 13px;
    line-height: 33px;
}

.sideNavPages.shopping-cart {
    margin-top: 20px;
    border: 1px solid #52227b47;
}

.sideNavPages i.mini-cart-caret {
    position: absolute;
    color: #a3a3a3;
    top: -18px;
    left: 50%;
    font-size: 26px;
    opacity: 1;
}

.product-price .price-num input[type="checkbox"] {
    margin-bottom: 0;
}

.product-listing .product-filter-nav .product-category ul li a {
    text-transform: uppercase;
    font-size: 15px;
}

.breadcrumb-bar {
    background: #d8ebff;
}

.breadcrumb-bar .breadcrumb-item a {
    color: #8a8a8a;
}

.breadcrumb-bar .breadcrumb-item a:hover,
.breadcrumb-bar .breadcrumb-item.current-page a {
    color: #000;
}


.side-menu.side-menu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: none;
}

#close_side_menu {
    display: none !important
}

.footer_top {
    padding: 80px 0 40px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #005688 url('../img/app_wave_footer.png') repeat-x bottom;
    background-size: auto;
    background-size: contain;
}

.footer_logo {
    margin-bottom: 30px;
    text-align: left;
}

.footer_logo a img {
    width: 212px;
}

p:last-child {
    margin-bottom: 0;
}

.widgets_container h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 31px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    color: #fff;
}

.widgets_container h3::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #008bb6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_menu ul li {
    padding-bottom: 2px;
    color: #fff;
}

.footer_menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.footer_menu ul li a:hover {
    color: #ff9d03;
}

.footer_top .contact_us p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
}

.contact_us>p:last-child {
    margin-top: 50px;
    margin-bottom: 0;
}

.contact_us>p b {
    font-weight: 500;
}

.cbp-caption-active .cbp-caption-defaultWrap .item a {
    display: block;
}

.lastest_arrival_items .ico-box {
    display: inline-block;
    background: transparent;
    height: 50px;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

/*--------- side bar ------------*/
.widget_list {
    margin-bottom: 33px;
}

.widget_list.widget_categories>ul>li>a {
    font-size: 13px;
    display: block;
    line-height: 30px;
    padding: 0 20px;
}

.widget_list.widget_categories>ul>li>a:hover {
    color: #79a206;
}

.widget_list.widget_categories>ul>li:last-child>a {
    border-bottom: 0;
}

.widget_list.widget_categories>ul>li.widget_sub_categories>a {
    position: relative;
}

.widget_list.widget_categories>ul>li.widget_sub_categories>a::before {
    content: '+';
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translatey(-50%);
}

.widget_list.widget_categories>ul>li.widget_sub_categories>a.active::before {
    content: '-';
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translatey(-50%);
}

.widget_list.widget_categories>ul>li ul {
    padding-left: 30px;
    display: none;
}

.widget_list.widget_categories>ul>li ul li a {
    font-size: 13px;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget_list.widget_categories>ul>li ul li a:hover {
    color: #79a206;
}

.widget_list:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget_list {
        margin-bottom: 68px;
    }
}

@media only screen and (max-width: 767px) {
    .widget_list {
        margin-bottom: 49px;
    }
}

.widget_list h3 {
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid #e1e1e1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget_list h3 {
        font-size: 18px;
    }
}

.widget_list>ul>li>a {
    font-size: 14px;
    display: block;
    line-height: 30px;
}

.widget_list>ul>li>a:hover {
    color: #79a206;
}

.widget_list>ul>li>a span {
    float: right;
}

.widget_list.widget_color {
    margin-bottom: 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget_list.widget_color {
        margin-bottom: 66px;
    }
}

@media only screen and (max-width: 767px) {
    .widget_list.widget_color {
        margin-bottom: 46px;
    }
}

.widget_list.widget_manu {
    margin-bottom: 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget_list.widget_manu {
        margin-bottom: 66px;
    }
}

@media only screen and (max-width: 767px) {
    .widget_list.widget_manu {
        margin-bottom: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget_list.tags_widget {
        margin-bottom: 63px;
    }
}

@media only screen and (max-width: 767px) {
    .widget_list.tags_widget {
        margin-bottom: 43px;
    }
}

.ui-slider-horizontal .ui-slider-range {
    background: #2e6e9e;
    height: 2px;
}

.ui-slider-horizontal {
    height: 2px;
    background: #dbdbdb;
    border: none;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 22px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff;
    width: 15px;
    height: 15px;
    top: -7px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #2e6e9e;
}

.widget_list.widget_filter {
    overflow: hidden;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget_list.widget_filter {
        margin-bottom: 73px;
    }
}

@media only screen and (max-width: 767px) {
    .widget_list.widget_filter {
        margin-bottom: 53px;
    }
}

.widget_list.widget_filter form {
    padding-top: 10px;
}

.widget_list.widget_filter form input {
    background: none;
    border: none;
    font-size: 12px;
    float: right;
    text-align: right;
    line-height: 31px;
    width: 104px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget_list.widget_filter form input {
        width: 65px;
    }
}

.widget_list.widget_filter form button {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: capitalize;
    color: #ffffff;
    background: #222222;
    border: 0;
    border-radius: 30px;
    float: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.widget_list.widget_filter form button:hover {
    background: #2e6e9e;
}

.tag_cloud a {
    margin: 0 5px 12px 0;
    padding: 5px 15px;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    border-radius: 3px;
    font-size: 13px;
}

/*--------- side bar ------------*/


.product-item .image-holder .ico-box .lastest-addto-cart {
    position: relative;
    z-index: 100;
    background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #FC2548), color-stop(93%, #f11fad));
    background: -o-linear-gradient(left, #FC2548 -50%, #f11fad 93%);
    background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: auto;
    left: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: none;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    display: inline-block;
    margin: auto;
}

.product-item .image-holder .ico-box .lastest-addto-cart i {
    position: absolute;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-item .image-holder .ico-box {
    background: transparent;
    display: inline-block;
    height: 50px;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    opacity: 1;
    border-radius: 0;
}

.product-item .image-holder:hover .ico-box .lastest-addto-cart {
    opacity: 1;
}

del {
    color: #adabab;
}


.card-header h2 {
    font-size: 18px;
}



/*------------- checkout --------------*/
.sec-heading {
    margin-bottom: 2rem
}

.sec-heading.lg {
    margin-bottom: 30px
}

.sec-heading.center {
    text-align: center
}

.sec-heading h2,
.sec-heading p {
    margin-bottom: 5px
}

.sec-heading.light h2,
.sec-heading.light p {
    color: #fff
}

.color-heading .sec-heading h2 {
    color: #1ca301
}

.sec-heading p {
    margin-bottom: 0;
    line-height: 1.2
}

.sec-heading-flex {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
    position: relative
}

.sec-heading-flex-one {
    flex: 1
}

.sec-heading-flex-one h2 {
    margin-bottom: 0;
    font-size: 18px
}

.sec-heading-flex-one.border {
    border: none !important;
    border-bottom: 1px dashed #c2cede !important
}

.sec-heading-flex-last .btn {
    height: 40px;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px
}

.bg-cart-header {
    background: #dedede;
    color: #fff;
}

.cart_item .table.table tr th {
    font-size: 14px;
    text-align: left;
}

table.table tr th {
    font-weight: 600;
}

.cart_item .table.table tr td {
    font-size: 14px;
    vertical-align: middle;
}

.tbl_cart_product {
    display: flex;
    align-items: center;
    width: 100%;
}

.tbl_cart_product_thumb {
    margin-right: 15px;
    max-width: 70px;
}

.tbl_cart_product_caption {
    position: relative;
    text-align: left;
    display: inline-block;
}

.tbl_cart_product_caption .tbl_pr_title {
    margin-bottom: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.tbl_cart_product_caption .tbl_pr_quality {
    font-size: 13px;
    color: #647b9c;
    font-weight: 400;
}

.tbl_org_price {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.form-control.tbl_quan {
    max-width: 71px;
    height: 32px;
    background: #f4f5f7;
    font-weight: 400;
    margin: auto;
}

.cart_item .table.table tr td p {
    font-size: 13px;
    font-weight: 600;
    color: #0d74b0;
}

.tbl_pr_action {
    width: 100%;
    display: flex;
    align-items: center;
}

.tbl_pr_action .tbl_total_price {
    margin: 0;
    margin-right: 0px;
    font-weight: 400;
    margin-right: 15px;
    font-size: 14px;
}

.tbl_pr_action .tbl_remove {
    width: 24px;
    height: 24px;
    font-size: 10px;
    background: #edf1f9;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

.short_products_info_body {
    border: 1px solid #eef0f5;
    border-radius: .2rem;
}

.single_search_boxed:first-child {
    border-top: none;
}

.single_search_boxed {
    padding: 0;
    border-top: 1px solid #eef0f5;
    display: inline-block;
    width: 100%;
}

.widget-boxed-header {
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
}

.widget-boxed-header h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.widget-boxed-header h4 a {
    height: 100%;
    display: block;
    position: relative;
    padding: 1rem 1.5rem;
}

.widget-boxed-header h4 a.collapsed::before {
    content: "\f068";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 50%;
    transform: translate(-65%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    color: #445977;
}

.widget-boxed-header h4 a::before {
    content: "\f067";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 50%;
    transform: translate(-65%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    color: #445977;
}

.widget-boxed-body.show {
    background: #f9f9f9;
}

.widget-boxed-body .side-list {
    padding: 0 1.5rem;
}

.single_filter_card {
    display: block;
    width: 100%;
    padding: 4px 0;
}

.single_filter_card .card-body {
    padding: 12px 0;
    padding-top: 12px;
}

input[type="checkbox"],
input[type="radio"] {
    position: static;
    right: 0;
    opacity: 1;
    border: 1px solid;
    z-index: 1;
    margin: 0;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.myaddress .custom-control.custom-.radio {
    width: 17px;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: text-top;
    margin: 5px 0;
    cursor: pointer;
}

.checkbox-custom+.checkbox-custom-label::before {
    content: '';
    background: #fff;
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.gift-box+.btn-success {
    background: #ff9d03;
    border-color: #ff9d03;
}

.checkout-page .lastest_arrivals h4 {
    margin-bottom: 19px;
}

#add_search_box {
    position: relative;
}

.search-area {
    position: absolute;
    right: 23px;
    top: -5px;
    width: 0;
    transition: width 250ms cubic-bezier(.075, .82, .165, 1) 0s;
}

.search-area input {
    margin-bottom: 0;
    height: 26px;
    width: 320px;
}

#add_search_box .search-area input {
    padding: 0;
    border: 0;
    background-color: #eaeaea;
    text-indent: 8px;
}

#add_search_box .search-area.fixed-box {
    width: 350px;
}

input::placeholder {
    color: #b3b3b3;
}

input,
select,
textarea {
    font-family: 'Rubik', sans-serif;
}

.fa-pencil:before {
    content: "\f040";
}

.fa-sign-in:before {
    content: "\f090";
}







/*-------------------- My Account ---------------*/
.checkout-step {
    font-size: 14px;
    margin-bottom: 23px;
}


.checkout-step .card {
    margin-bottom: 10px;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    padding-left: 10px;
}

.checkout-step .accordion .card {
    margin-bottom: 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(235 248 255);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.myaddress {
    margin-top: 2px;
}

.address-block {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #dedede;
}

.card-body .btn .fa.fa-chevron-right {
    margin: 0px 0 0 5px;
    top: 1px;
    position: relative;
}

.checkbox-custom:checked+.checkbox-custom-label::before {
    background: #0d74b0;
    border-radius: 2px;
    box-shadow: inset 0 0 0 4px #fff;
}

[type="radio"]:checked+label::before,
[type="radio"]:not(:checked)+label::before {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a5a5a5;
    border-radius: 100%;
    background: #fff;
}

.checkbox-custom+.checkbox-custom-label::before {
    /*content: '';*/
    background: #fff;
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0d74b0;
    background-color: #0d74b0;
}

.btn-success,
.btn-success:hover {
    color: #fff;
    background-color: #f11fad;
    border-color: #f11fad;
}

.checkout-step .accordion .card .text-success {
    color: #f11fad !important;
}

.custom-control {
    padding-left: 0;
}

.btn-warning {
    color: #fff;
    background-color: #ff9d03;
    border-color: #ff9d03;
}




/*------ my order ---------*/
.sec-heading-flex {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
}

.sec-heading-flex-one {
    flex: 1;
}

.sec-heading-flex-one h2 {
    margin-bottom: 0;
    font-size: 18px;
}

.custom-select {
    font-size: 12px;
    color: #1f2738;
}

.text-muted {
    color: #8d97ad !important;
}

.font-weight-bold {
    font-weight: 700;
}

.text-warning {
    color: #f77527 !important;
}

.ss_cart_left {
    margin-right: 7px;
}

.grocery-theme.light .ss_cart_left .cart_box {
    background: #fff;
    border: 1px solid #e7eaef;
    color: #5dbf13 !important;
}

.ss_cart_left .cart_box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    position: relative;
}

.steps {
    border: 1px solid #e7e7e7;
    background: #fff;
}

.steps-header {
    padding: .375rem;
    border-bottom: 1px solid #e7e7e7;
}

.steps-header .progress {
    height: .25rem;
}

.bg-success {
    background-color: #2ea033 !important;
}

.steps-body {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.step {
    display: table-cell;
    position: relative;
    padding: 1rem .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-right: 1px dashed #dfdfdf;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

.step-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #888;
}

.step-completed .step-indicator,
.step-completed:hover .step-indicator {
    border-color: transparent;
    background-color: rgb(244 33 143);
    color: #ffffff;
    line-height: 1.25rem;
    font-size: 12px;
    line-height: 24px;
}

.step-indicator {
    display: block;
    position: absolute;
    top: .75rem;
    left: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #e7e7e7;
    border-top-color: rgb(231, 231, 231);
    border-right-color: rgb(231, 231, 231);
    border-bottom-color: rgb(231, 231, 231);
    border-left-color: rgb(231, 231, 231);
    border-radius: 50%;
    background-color: #fff;
    font-size: .875rem;
    line-height: 1.375rem;
}

.step-active,
.step-active:hover {
    color: #0d74b0;
    pointer-events: none;
    cursor: default;
}

.step-active .step-icon,
.step-active:hover .step-icon {
    color: #0d74b0;
}

.ss_cart_left {
    margin-right: 7px;
}

.grocery-theme.light .ss_cart_left .cart_box {
    background: #fff;
    border: 1px solid #e7eaef;
    color: #5dbf13 !important;
}

.ss_cart_left .cart_box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(239 239 239 / 50%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #f4218f !important;
    position: relative;
}

.grocery-theme.light .ss_cart_left .cart_box {
    background: #fff;
    border: 1px solid #e7eaef;
    color: #5dbf13 !important;
}

.gray {
    background-color: #f4f5f7;
}

.steps-header .progress .bg-success {
    background-color: #f4218f !important;
}

.card.order-blk .text-success {
    color: #f42199 !important;
}

.btn-primary-light {
    color: #f4218f !important;
    background: rgba(13, 116, 176, 20%);
    border-color: rgba(0, 0, 0, 0);
}

.right-side {
    box-shadow: 0px 0px 5px #dedede;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
}

.right-side .btn {
    width: 47.99%;
    float: left;
    margin: 0 5px;
}

.right-side .btn.btn-primary {
    background: #f4218f;
    border-color: #f4218f;
}

.btn-info {
    color: #fff;
    background-color: #0d74b0;
    border-color: #0d74b0;
}

.accordion>.card .card-header .fa {
    color: #0d74b0;
    width: 28px;
    text-align: center;
}


/*------------------------- signin popup ------------------------*/
.cd-user-modal-container .cd-switcher li {
    width: 50%;
    float: left;
    text-align: center;
}

.cd-user-modal-container .cd-switcher li:first-child a {
    border-radius: .25em 0 0 0;
}

.cd-user-modal-container .cd-switcher a.selected {
    background: #FFF;
    color: #505260;
}

.cd-user-modal-container .cd-switcher a {
    height: 60px;
    line-height: 60px;
}

.cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #5dbf13;
    color: #ffffff;
}

.modal-md .top-strip {
    height: 48px;
    background: url(../img/popbg.png) no-repeat center;
    background-position-x: center;
    background-position-y: center;
    margin-left: -30px;
    margin-top: -11px;
    margin-right: -30px;
    background-position: 242px 1px;
    padding-top: 10px;
}

#cd-login.is-selected,
#cd-signup.is-selected,
#cd-reset-password.is-selected {
    display: block;
}

.cd-user-modal-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 !important;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-user-modal-container .cd-switcher li:first-child a {
    border-radius: .25em 0 0 0;
}

.modal-md .top-strip {
    height: 48px;
    background: url(../img/popbg.png) no-repeat center;
    background-position-x: center;
    background-position-y: center;
    margin-left: -30px;
    margin-top: -11px;
    margin-right: -30px;
    background-position: 242px 1px;
    padding-top: 10px;
}

.cd-form {
    padding: 40px 90px 0px 90px;
}

.cd-form .fieldset:first-child {
    margin-top: 0;
}

.cd-form .fieldset {
    margin: 2em 0;
}

.cd-form .fieldset {
    position: relative;
    margin: 1.4em 0;
}

.cd-form input.has-padding {
    padding: 10px 20px 10px 20px;
}

.cd-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.cd-form input.has-padding {
    padding: 12px 20px 12px 17px;
}

.cd-form input.full-width {
    width: 100%;
}

.cd-form input {
    margin: 0;
    padding: 0;
    border-radius: 0.25em;
}

.cd-form input[type="submit"] {
    padding: 10px 0;
}

.cd-form input[type="submit"] {
    padding: 14px 0;
    cursor: pointer;
    background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.cd-form .hide-password1 {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #343642;
}

.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: .8em;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}

.cd-form .cd-error-message::after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.andro_auth-seperator {
    margin: 10px 0 30px;
    text-align: center;
}

.andro_auth-seperator span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9F9E9E;
    font-size: 13px;
    font-weight: 500;
}

.andro_auth-seperator span::before {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0, 0, 0, .1);
    height: 1px;
    margin-right: 20px;
}

.andro_auth-seperator span::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0, 0, 0, .1);
    height: 1px;
    margin-left: 20px;
}

.andro_social-login-btn {
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 24px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 3px;
    transition: .3s;
    border-radius: 25px;
}

.facebook {
    background-color: rgb(59, 87, 157) !important;
    color: #fff;
}

.google {
    background-color: rgb(220, 74, 56) !important;
    color: #fff;
}

#cd-login,
#cd-signup,
#cd-reset-password {
    display: none;
}

ul.cd-switcher {
    display: inline-block;
    width: 100%;
}

.cd-form input.check-term {
    position: relative;
    right: 0;
    top: 1px;
    margin-right: 3px;
}


/*---------- profile ---------------*/
.profile-picture {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 4px;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
}

.prem_icon {
    position: absolute;
    right: 0;
    top: -10px;
}

.submit-page .btn {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: text-top;
    margin: 5px 0;
    cursor: pointer;
}

.buttonload {
    background-color: #04AA6D;
    /* Green background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-size: 16px
        /* Set a font size */
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}

.reviews_wrapper h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.reviews_comment_box {
    display: flex;
    margin-bottom: 22px;
}

.reviews_comment_box .comment_text {
    width: 100%;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-left: 21px;
    padding: 12px;
    border-radius: 3px;
}

.star_rating {
    float: right;
}

.star_rating ul li {
    display: inline-block;
}

.star_rating ul li a {
    color: #f11fad;
}

.reviews_meta p {
    font-size: 15px;
    margin-bottom: 15px;
}

.reviews_meta p strong {
    text-transform: uppercase;
    font-weight: 500;
    color: #222222;
}

.reviews_comment_box .comment_thmb {
    margin-top: 14px;
}

.star_rating ul {
    margin-bottom: 0 !important;
}

.wish-list-page .product_thumb img {
    height: 320px;
    width: 320px;
    object-fit: cover;
}

.wish-list-page .section-header {
    margin-bottom: 23px;
}

.wish-list-page .product_content .price_box {
    display: flex;
    justify-content: space-between;
    margin: 17px 0;
}

.upper-nav ul.teli li.language .fa-envelope {
    margin-right: 5px;
}

.product-listing-products .product-list .product-item .offer-box {
    position: absolute;
    z-index: 99;
    background: #f82372;
    color: #fff;
    padding: 5px 8px;
    top: 17px;
}

.product-listing-products .product-list .product-item .offer-box,
.lastest_arrival_items .image-holder .offer-box,
.product-slick-slider .offer-box {
    position: absolute;
    z-index: 99;
    background: #ed1c25;
    color: #fff;
    padding: 5px 8px;
    top: 17px;
}

.checkout-page.section-padding,
.checkout-page.section-padding .profile-page {
    min-height: 530px;
}

ul.index-slider li img {
    width: 100%;
}

.nav-utility {
    justify-content: right;
}


.desktop-only {
    display: block !important;
}

.mobi-only {
    display: none !important;
}

@media (min-width: 350px) and (max-width: 991.98px) {
    .mobi-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }

    .upper-nav ul.teli {
        display: none;
    }

    .nav-utility {
        height: 53px;
    }

    .manage-icons ul li {
        margin-right: 23px;
    }

    .upper-nav {
        position: relative;
        top: 0px;
    }

    #header {
        width: 100%;
    }

    .navbar-brand img {
        max-width: fit-content;
    }

    .top-logo {
        position: relative;
        top: -46px;
        z-index: 999;
    }

    .header-area .nav-mega .sidemenu_btn {
        right: 0;
        top: 8px;
        z-index: 1000;
        display: block;
    }

    .navbar-nav .nav-link {
        margin-bottom: 0;
    }

    .nav-item .dropdown-menu {
        width: 100%;
        padding: 0;
        box-shadow: none;
    }

    .nav-item .dropdown-menu ul {
        display: flex;
        flex-direction: column;
    }

    .nav-item .dropdown-menu ul li {
        margin: 0;
        text-align: left;
    }

    .index-slider-box,
    .index-slider-box .slick-slide {
        height: auto;
        top: 53px;
    }

    .index-page .carousel-caption {
        width: 100%;
    }

    .index-page .carousel-caption h1 {
        font-size: 23px;
    }

    .index-page .carousel-caption {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .index-page .carousel-caption .sub-title {
        margin: 0 0;
    }

    .header-area {
        height: 53px;
        position: fixed;
        z-index: 1000;
    }

    .header-area .nav-mega {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-area .nav-mega.active {
        display: block;
    }

    .header-area .nav-mega .container.megamenu-custom {
        z-index: 1000;
        background: #fff;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        top: 53px;
        display: none;
    }

    .header-area .nav-mega .container.megamenu-custom.active {
        z-index: 1000;
        display: block;
    }

    .sidemenu_btn.open span {
        background-color: black;
        transform: rotate(-45deg);
        width: 100%;
    }

    .sidemenu_btn.open>span:nth-child(2) {
        transform: rotate(45deg);
        top: -4.7px;
        position: relative;
        width: 100%;
    }

    .sidemenu_btn.open>span:nth-child(3) {
        display: none;
    }

    .nav-mega .navbar-nav .nav-item:hover .nav-link,
    .nav-mega .navbar-nav .nav-item:hover .nav-link {
        color: #e91e63;
        -webkit-text-fill-color: red;
    }

    .nav-mega .navbar-nav .nav-link:hover,
    .nav-mega .nav-item:hover a.dropdown-toggle::after {
        color: #e91e63;
        -webkit-text-fill-color: #e91e63;
    }

    .upper-nav ul.teli.bottom {
        display: block;
    }

    .mobi-nav-bottom {
        position: absolute;
        bottom: 0;
        display: flex;
        width: 100%;
        background: #c5c4c4;
    }

    .upper-nav ul.teli.bottom {
        display: block;
        border-top: 1px solid #c3c3c3;
        padding-top: 14px;
    }

    .portfolioHeading {
        margin-bottom: 23px;
    }

    .high-lighted-heading {
        font-size: 26px
    }

    .banner-section .banner-content-wrapper {
        padding: 26px 23px;
    }

    .banner-section .banner-content-wrapper h1 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .lastest_arrivals .lastest_arrival_items .card .image-holder {
        justify-content: center;
    }

    .lastest_featured_products .owl-nav {
        text-align: center;
        background: #c3c3c3;
        padding-top: 8px;
    }

    .lastest_arrivals .lastest_featured_products .owl-nav button.owl-next,
    .lastest_arrivals .lastest_featured_products .owl-nav button.owl-prev,
    .lastest_arrivals .lastest_featured_products button.owl-dot {
        background-color: transparent;
    }

    .footer_widgets .contact_us>p:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer_widgets .widgets_container h3 {
        margin-bottom: 5px;
    }

    .footer_widgets .widgets_container.widget_menu {
        margin-bottom: 19px;
        margin-top: 14px;
    }

    .paralax-section-slide-data1 h1 {
        padding: 44px 17px;
        font-size: 23px !important;
    }

    .product-listing-products .product-list .product-item .p-item-img {
        height: auto;
    }

    .product-body .product-list .product-item .p-item-img img {
        height: auto;
        width: 100%;
    }

    .product-listing-products .product-list .p-item-detail .p-item-name {
        margin-bottom: 0px;
        margin-top: 0;
        height: auto;
    }

    .breadcrumb-bar {
        display: none;
    }

    .rtl-slider-flex .rtl-slider-nav {
        display: none;
    }

    .product-list.product-detail .dd-cover {
        width: 100%;
    }

    .sideNavPages.shopping-cart {
        left: 0;
        width: 100%;
        position: fixed;
        bottom: 0;
        top: 32px;
    }

    .mini-cart-body .inner-card {
        padding: 5px 17px;
        overflow: hidden;
        overflow-y: auto;
        height: 320px;
    }

    .sideNavPages i.mini-cart-caret .fa-caret-up:before {
        content: "";
    }

    .portfolio-section {
        padding-top: 77px;
        padding-bottom: 0;
    }

    .footer_widgets .copyright-text {
        padding-top: 0 !important;
        margin-bottom: 10px;
    }

    .footer_social ul {
        display: flex;
    }

    .footer_logo {
        margin-bottom: 10px;
        text-align: left;
    }

    .page-content h1 {
        font-size: 32px;
    }

    .user-utiliity {
        left: 0;
        width: 100%;
    }

    .sideNavPages i.user-utiliity-caret {
        left: auto;
        right: 14%;
    }

    .order-blk .steps {
        display: none;
    }

    .checkout-page .table-responsive.cart_item .table {
        width: 620px;
        margin-bottom: 1rem;
        color: #212529;
    }

    .checkout-page .table-responsive.cart_item .table {
        width: 620px;
    }

    .checkout-page .table-responsive.cart_item .table .tbl_pr_action {
        justify-content: center;
    }

    .checkout-page .table-responsive.cart_item .table .list-group-item {
        padding: 0.75rem 1.75rem
    }

    .checkout-page .right-side .btn.full-width {
        width: 100%;
    }

    .checkout-page.order-page .step-cover {
        display: none;
    }


    .rtl-slider-flex .rtl-slider-slide {
        /* background: #0b69b7 url(style.css) no-repeat center/cover; */
        padding-top: 0;
    }

    .rtl-slider-flex .rtl-slider .rtl-slider-slide.slick-slide {
        height: 275px;
    }

    .product-slick-slider .rtl-slider-flex {
        height: 302px;
    }

    .fixednavbar .user-utiliity {
        left: 0;
        width: 100%;
    }

    .paralax-section-slide-data1 {
        top: 53px;
    }

    .set_deliver_address.btn {
        width: 100%;
        margin-bottom: 14px;
    }

    #edit_my_address_btn {
        margin: 0 !important;
        width: 100%;
    }

    #shipping-opt table td {
        width: 100%;
        display: inline-block;
    }

    #shipping-opt table td label {
        padding-left: 0;
        line-height: 23px;
    }
    .checkout-step .tbl_cart_product_thumb {
        margin-right: 15px;
        max-width: max-content;
        width: 140px;
    }
    .checkout-step table td .product-btn {
        width: 118px;
    }
    .checkout-step table td input.form-control.count_new.qty {
        text-align: center;
    }

    .checkout-page.section-padding, .checkout-page.section-padding .profile-page {
        min-height: 530px;
        margin-top: 53px;
    }

    .lastest_arrivals .lastest_featured_products .owl-nav button.owl-next {
        margin-left: 32px;
    }

    .lastest_arrivals .lastest_featured_products .owl-nav button.owl-prev {
        margin-right: 32px;
    }

    .lastest_arrival_items.item .btn-box {
        text-align: center;
        margin-bottom: 26px;
    }

    .navbar-brand {
        margin: 0px 0;
        max-width: 170px;
    }

    .manage-icons.d-inline-block {
        top: 5px;
        z-index: 1000;
    }


    .navbar-expand-md .navbar-nav .dropdown-menu {
        padding: 0px 23px;
    }

    .rtl-slider-flex {
        height: 350px;
        overflow: hidden;
    }

    .product-list.product-detail {
        margin-top: 14px;
    }

    .lastest_arrivals h1 {
        text-align: center;
    }

    .tbl_org_price,
    .tbl_pr_action .tbl_total_price {
        white-space: pre;
    }

    .tbl_cart_product_caption {
        display: flex;
    }

    .nav-utility {
        z-index: 999;
        justify-content: space-between;
    }

    .sideNavPages i.mini-cart-caret,
    .sideNavPages i.user-utiliity-caret {
        opacity: 0;
    }

    .close-btn {
        font-style: normal;
        float: right;
        border: 1px solid #727272;
        border-radius: 29px;
        width: 23px;
        height: 23px;
        text-align: center;
        line-height: 23px;
        top: -4px;
        position: relative;
        font-size: 14px;
    }

    .shop-single.section-padding {
        margin-top: 62px;
    }
}

/** new */
.products-block .single_product .btn-dark {
    border-radius: 100px !important;
}

.products-block .single_product .btn-dark {
    width: auto;
    padding: 5px 32px;
    font-size: 14px;
}

.product_items .product_content h4,
.product_content h4.product_name {
    height: 50px;
    font-size: 14px;
    width: 94%;
    margin: auto;
    padding: 0px 20px;
}

.product_content {
    margin-top: 22px;
    text-align: center;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
/* scroll changing */

.row.shop_wrapper {
    flex-direction: row;
}
.shop_wrapper.grid_list {
    width: 100%;
    flex-direction: column;
}
.shop_wrapper.grid_list .box {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.shop_toolbar_btn > button {
    margin-right: 10px;
    border: 0;
    background: inherit;
}
.shop_toolbar_btn > button.btn-grid-3 {
    background: url(../img/icon/bkg_grid.png) no-repeat scroll center center;
    width: 20px;
    height: 20px;
}

.shop_toolbar_btn > button.btn-grid-3.active {
    background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center;
}
.shop_toolbar_btn > button.btn-list {
    background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
    width: 20px;
    height: 20px;
}

.shop_toolbar_btn > button.btn-list.active {
    background: url(../img/icon/bkg_list_hover.png) no-repeat scroll center center;
}
.product_content.list_content {
    display: none;
}
.grid_content .product_ratings {
    margin-bottom: 11px;
}
.grid_content .product_ratings ul {
    justify-content: center;
}
.list_action {
    display: none;
}
.grid_list .grid_name {
    display: none;
}
.grid_list .action_links {
    display: none;
}
.grid_list .action_links.list_action {
    display: block;
}
.grid_list .list_action_right {
    display: block;
}
.list_action_right ul li {
    margin-right: 22px;
}
.list_action_right ul li:last-child {
    margin-right: 0;
}
.shop_toolbar_btn {
    margin-top: 0px;
    display: flex;
    align-items: center;
}
.mt-23 {
    margin-top: 23px;
}

figure {
    padding: 0;
    margin: 0;
}

/* banner image */
.breadcrumb_content {
    text-align: center;
}

.card-body {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}

.school_text {
    padding: 10px;
}

.breadcrumbs_area .card {
    position: absolute;
    top: -25px;
    width: 250px;
    height: 160px;
}

.breadcrumbs_area {
    background: #f0f0f0;
    border-bottom: 1px solid #e1e1e1;
    padding: 60px 0;
    position: relative;
}

.breadcrumb_content ul li:last-child {
    margin-right: 0;
}

.breadcrumb_content ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    padding-right: 13px;
    position: relative;
}

.price_box {
    margin-top: 16px;
}

.shop_wrapper .product_thumb img {
    height: 230px;
    margin: 23px 0;
    width: auto;
}

.shop_wrapper .product_thumb {
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.slick-initialized .slick-slide {
    height: auto;
}

/* slider image */
.school_text h4 {
    font-size: 13px;
}
h4 {
    font-size: 16px ;
    line-height: 19px;
    font-weight: 700;
}

.container {
    max-width: 1200px;
}
/* scroll changing */
.shop_toolbar_wrapper {
    border: 1px solid #ddd;
    padding: 8px 10px;
    margin: 0 0 30px;
    background: #fff;
}


.welcome_lukani_container {
    padding: 14px 0 50px;
}
/* banner image */
.bg-list {
    background: url(../img/page-bg-school.png) no-repeat 0 -115px;
    background-size: cover;
}
.breadcrumb_content {
    text-align: center;
}
.breadcrumb_content h3 {
    font-size: 42px;
    line-height: 50px;
    /* font-family: "Lora", serif; */
    margin-bottom: 9px;
}
.breadcrumb_content ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
}
.welcome_lukani_store .list-item .list-box.eq-h .action_links {
    transition: all 0.3s ease;
    background: #ffffff;
    margin-top: auto;
}
.welcome_lukani_store .list-item .list-box.eq-h {
    display: flex;
    flex-wrap: wrap;
}

.s_bor{
    border-radius: 50px;
}
.search_input{
    width:100%;
    margin:10px 20px 10px 10px;
}
.welcome_lukani_store .sch_img img {
    height: 230px;
    object-fit: cover;
}

.welcome_lukani_store .school_text h4.schoolname {
    height: auto;
}
.schoolname{
    padding: 10px 0px;
    font-size:15px;
}
.welcome_lukani_store .list-item .list-box.eq-h .card-body {
    display: flex;
    flex-flow: column nowrap;
    justify-content:center;
}
.card{
    margin-bottom:20px;
}

.modal-dialog.modal-dialog-centered {
    max-width: 1100px;
}
.modal_title h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 26px;
}
.sch_img {
    min-height: 245px;
}
.welcome_lukani_store .sch_img {
    height: auto;
}
.school_text p {
    font-size: 13px;
    color: #222222;
    line-height: 15px;
}
.selbtn {
    border-radius: 100px;
    background: #092f49;
    color: #fff !important;
    width: 100%;
}
/* related projects slide */

.products-block .product_items .single_product {
    margin-bottom: 0px;
}
.text-center h4
{
    padding: 10px;
}
.text-center1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
    text-align: center;
}

/* all products */
.product_thumb {
    position: relative;
    overflow: hidden;
}


#sync3.owl-carousel .owl-theme .ima {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}



.products-block .product_items .single_product {
    margin-bottom: 0px;
}
.product_carousel .product_thumb a img {
    width: auto;
    margin: 0 auto;
    height: 140px;
}
.price_box span.current_price {
    font-weight: 500;
    font-size: 15px;
    color: #79a206;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.product_carousel.product2_column5.owl-loaded.owl-drag .owl-item.active {
    visibility: visible;
}
.products-block .product_items, .products-block .single_product {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 6px #ccc;
    padding-bottom: 8px;
    margin:0px 3px;
}

/* description */
.short-description h4 {
    background: #96b9e4;
    padding: 8px 14px;
    font-weight: 500;
    font-size: medium;
    margin-top: 20px;
}

/* image size */
.prod-block .shop-detail-slider {
    border: 1px solid #dadada;
    box-shadow: 0px 1px 6px #ccc;
    margin-bottom: 35px;
    padding: 10px;
    display:flex;
    align-items:center;
    height:500px;
}

#sync3 .item img{
    display: block;
    height: 450px;
    width: 100%;
}

/* cart-botton,input,option box */
.quantity.plus_minus .plus {
    background-color: #343a40;
    padding: 14px 17px;
    color: #fff;
    font-family: 'FontAwesome';
    position: relative;
    top: 1px;
}
.quantity.plus_minus .minus {
    background-color: #343a40;
    padding: 14px 17px;
    color: #fff;
    font-family: 'FontAwesome';
    position: relative;
    top: 1px;
}
.quantity.plus_minus .count_new.qty {
    width: 70px;
    text-align: center;
}
h2 {
    font-size: 25px;
    line-height: 35px;
}
.shop-single .shop-detail-right .quantity.plus_minus {
    margin-top: 14px;
}
.shop-detail-right h6.cat-name {
    font-size: 14px;
    color: #551e78;
}
.page {
    background-color: #96b9e4;
    padding: 18px;
}
.header_middle5 {
    border-bottom: 0;
    padding: 5px 0;
    background: url(../img/app_wave_footer.png) no-repeat 0px -60px;
    background-size: cover;
}

.tab-content1 {
    padding-top: 0px !important;
    padding-bottom: 40px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.welcome_lukani_store {
    border-bottom: 1px solid #e1e1e1;
    background: url(../img/aurthor-bg-shape.png) no-repeat;
    background-position: -230px;
}
.count_new{
    text-align: center;
}
.variant{
    width:auto;
}
.see-all{
    text-align:center; 
    padding:65px 20px 40px 20px; 
    font-size:25px;
    margin-top: 30px;
}
.box{
    margin-top: 40px;
}
.breadcrumb{
    background-color:#d8ebff !important;
}
/*  24. modal css here */
.modal-dialog.modal-dialog-centered {
    min-width: 1100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 750px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 750px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 730px;
    }
}
@media only screen and (max-width: 767px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 90%;
    }
}
.modal_tab_img {
    text-align: center;
    margin-bottom: 10px;
}
.modal_tab_img img {
    margin: 0 auto;
}
.modal_tab_button ul li a {
    padding: 0;
    border: 1px solid #e1e1e1;
    margin: 0 2px;
}
.modal_tab_button ul li a img {
    width: 100%;
}
.modal_title h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 26px;
}
.modal_social h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 20px;
}
.modal_social ul li {
    display: inline-block;
    margin-right: 3px;
}
.modal_social ul li a {
    text-transform: uppercase;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}
.modal_social ul li.facebook a {
    background: #3c5b9b;
}
.modal_social ul li.facebook a:hover {
    background: #79a206;
}
.modal_social ul li.twitter a {
    background: #1DA1F2;
}
.modal_social ul li.twitter a:hover {
    background: #79a206;
}
.modal_social ul li.pinterest a {
    background: #BD081B;
}
.modal_social ul li.pinterest a:hover {
    background: #79a206;
}
.modal_social ul li.google-plus a {
    background: #DC5043;
}
.modal_social ul li.google-plus a:hover {
    background: #79a206;
}
.modal_social ul li.linkedin a {
    background: #010103;
}
.modal_social ul li.linkedin a:hover {
    background: #79a206;
}
.modal_price {
    margin-bottom: 12px;
}
.modal_price span {
    font-weight: 600;
    color: #79a206;
    font-size: 16px;
}
.modal_price span.old_price {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 5px;
}
.modal_description p {
    line-height: 24px;
    font-size: 15px;
    margin: 0;
}
.variants_size h2,
.variants_color h2 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 20px;
}
.variants_size.mb-15,
.mb-15.variants_color {
    margin-bottom: 24px;
}
.variants_size .select_option,
.variants_color .select_option {
    width: 100%;
    border-radius: 0;
    margin-bottom: 25px;
}
.variants_size .select_option .list,
.variants_color .select_option .list {
    width: 100%;
    border-radius: 0;
}
.modal_add_to_cart {
    margin-bottom: 25px;
}
.modal_add_to_cart form input {
    width: 95px;
    border: 1px solid #e1e1e1;
    background: none;
    padding: 0 10px;
    height: 45px;
}
@media only screen and (max-width: 767px) {
    .modal_add_to_cart form input {
        width: 75px;
    }
}
.modal_add_to_cart form button {
    background: none;
    border: 1px solid #222222;
    margin-left: 0px;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    width: 230px;
    line-height: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #222222;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .modal_add_to_cart form button {
        width: 130px;
    }
}
.modal_add_to_cart form button:hover {
    background: #79a206;
    color: #ffffff;
    border-color: #79a206;
}
.modal_body {
    padding: 29px 6px 38px;
}
@media only screen and (max-width: 767px) {
    .modal_body {
        padding: 42px 6px 38px;
    }
}
@media only screen and (max-width: 767px) {
    .modal_body .modal_tab {
        margin-bottom: 30px;
    }
}
.modal-content {
    border-radius: 0px !important;
}
.modal-content button.close {
    position: absolute;
    right: 23px;
    width: 35px;
    height: 35px;
    line-height: 0;
    display: flex;
    border: 1px solid #313030;
    top: 23px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 9;
    text-align: center;
    justify-content: center;
}
.address-block.radio-address input[type="radio"], .myaddress input[type="radio"]{
    position: relative;
    right: auto;
    top: -3px;
}
@media only screen and (max-width: 767px) {
    .modal-content button.close {
        left: 83%;
        width: 32px;
        height: 32px;
        line-height: 35px;
        top: 4px;
        margin-bottom: 14px;
    }
}
.modal-content button.close:hover {
    color: #79a206;
}
.modal_add_to_cart.mb-15 {
    margin-bottom: 23px;
}
.modal_description.mb-15 {
    margin-bottom: 20px;
}
.product_navactive.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.product_navactive.owl-carousel .owl-nav {
    display: block;
}
.product_navactive.owl-carousel .owl-nav div {
    position: absolute;
    background: #f2f2f2;
    border-radius: 3px;
    color: #333;
    height: 32px;
    top: 50%;
    transform: translatey(-50%);
    width: 32px;
    text-align: center;
    line-height: 32px;
    left: -7px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.product_navactive.owl-carousel .owl-nav div:hover {
    background: #79a206;
    color: #ffffff;
}
.product_navactive.owl-carousel .owl-nav div.owl-next {
    right: -7px;
    left: auto;
}
.selbtn:hover {
    background: #06357c !important;
    color: #fff;
}
/*modal css end*/
.add-student-model i.icon-x {
    line-height: 32px;
    font-weight: 300;
}
/*add more student remove button*/
#student-0 .remove_item {
    display: none; /* Hide remove button in student-0 */
}

/* mobile responsive for school list , dashboard , school_product_details page */

@media only screen and (max-width:768px){
    .header_middle5
    {
        padding: 0px 0px !important;
        background: url(../img/app_wave_footer.png) no-repeat 0px 0px !important;
    }
    .box
    {
        margin-top: 0px;
    }
    .bg-list
    {
        width: auto;
        background-position: center !important;
    }
}

