@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: #ed1c24;
}
.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: #ed1c24;
}
.nav-mega .navbar-nav .nav-link:hover, .nav-mega .nav-item:hover a.dropdown-toggle::after{
    color: #898989;
    background: transparent;
    -webkit-text-fill-color: #898989;

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

.index-slider-box, .index-slider-box .slick-slide {
    height: 620px;
    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;
}
.upper-nav ul.teli li.language .fa-envelope {
    margin-right: 5px;
}
.index-page .carousel-caption .sub-title {
    margin: 19px 0;
}
.navbar-brand {
    margin: 0px 0;
}
.white-trans-btn-with-white-border:hover {
    background-color: #898989 !important;
    color: #ffffff;
    border: solid 1px #898989 !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(237, 28, 36, 50%);
    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%;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 32px 23px;
}
.nav-item .dropdown-menu ul {
    text-align: center;
    /* display: contents; */
    width: 100%;
    /* padding: 0 94px; */
    margin-left: 0;
}

.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, #898989 -50%, #898989 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #898989;
}
.dropdown-menu .dropdown-item {
    font-size: 12px;
    text-transform: UPPERCASE;
}
.manage-icons li a:hover .search-sidebar-hover {
    color: #898989;
    color: #FFF;
}
.slick-prev.slick-arrow {
    position: absolute;
    left: 30px;
    z-index: 10;
    transition: all .4s ease;
    border: 0;
    background: transparent;
    text-indent: -999px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 50px;
    overflow: hidden;
}
.slick-prev.slick-arrow::before {
    content: "\f053";
    position: absolute;
    font: normal 46px/1 FontAwesome;
    /* background-color: yellow; */
    top: 0;
    width: 32px;
    height: 46px;
    display: block;
    color: #ffffff;
    text-indent: 0;
}
.slick-next.slick-arrow {
    position: absolute;
    right: 30px;
    z-index: 10;
    transition: all .4s ease;
    border: 0;
    background: transparent;
    text-indent: 999px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 50px;
    overflow: hidden;
}
.slick-next.slick-arrow::before {
    content: "\f054";
    position: absolute;
    font: normal 46px/1 FontAwesome;
    top: 0;
    width: 32px;
    height: 46px;
    display: block;
    color: #ffffff;
    text-indent: 0;
}
.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%, #ed1c24), color-stop(93%, #ed1c24));
    background: -o-linear-gradient(left, #ed1c24 -50%, #ed1c24 93%);
    background: linear-gradient(to right, #ed1c24 -50%, #ed1c24 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: 11px;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
}

.portfolio-section .cat-title .btn.border {
    background: #898989;
    border-color: #898989 !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;
    background-attachment: scroll !important;
}
.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: #ed1c24;
}
.collapsePagesSideMenu:hover .fas {
    color: #ed1c24;
}
.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;
    width: 370px;
}
.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: #e9ecef;
}
.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: #ee1d26 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: auto;
}
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: #ed1c24;
    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: #898989;
}
.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%, #ed1c24));
    background: -o-linear-gradient(left, #FC2548 -50%, #ed1c24 93%);
    background: linear-gradient(to right, #FC2548 -50%, #ed1c24 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: #ed1c24;
}
.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: #898989;
    border-color: #898989;
}
.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;
    min-height: 500px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.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(229 229 229);
    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: #ed1c24;
    border-color: #ed1c24;
}
.checkout-step .accordion .card .text-success {
    color: #ed1c24 !important;
}
.custom-control {
    padding-left: 0;
}
.btn-warning {
    color: #fff;
    background-color: #898989;
    border-color: #898989;
}




/*------ 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: #ed1c24 !important;
}
.ss_cart_left {
    margin-right: 7px;
}
.grocery-theme.light .ss_cart_left .cart_box {
    background: #fff;
    border: 1px solid #e7eaef;
    color: #ed373e !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: #ed1c24;
    border-color: #ed1c24;
}
.btn-info {
    color: #fff;
    background-color: #ed1c24;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.accordion>.card .card-header .fa {
    color: #ed1c24;
    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(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -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 {
    width: 50%;
    float: left;
    text-align: center;
}
.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: 1.4em;
}
.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%, #ed1c24 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;
}
.modal-dialog.modal-md .cd-user-modal-container {
    padding-top: 32px;
}
.modal-dialog.modal-md .cd-user-modal-container ul.cd-switcher #password-modal-school-img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}













/*---------- 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_comment_box {
    display: flex;
    flex-wrap: wrap;
}
.reviews_comment_box {
    margin: 19px 0;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
}
.reviews_comment_box:last-child {
    border-bottom: 0px solid #c3c3c3;
}
.reviews_comment_box .reviews_meta ul {
    margin-bottom: 0;
}
.reviews_comment_box .reviews_meta ul li {
    display: inline-block;
    margin-right: 0px;
}
.reviews_comment_box .reviews_meta .star_rating {
    margin-top: 8px;
    margin-bottom: 0px;
}

.reviews_comment_box .reviews_meta  p {
    font-size: 14px;
    color: #000;
}
.reviews_comment_box .reviews_meta  p > span {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    color: #7a7a7a;
}
.reviews_comment_box .reviews_meta p > span .fa-quote-left {
    position: relative;
    font-size: 11px;
    top: -8px;
    margin-right: 5px;
}
.product-listing-products .product-list .product-item .offer-box:after, .product-slick-slider .offer-box:after  {
    content: "";
    width: 0;
    height: 0;
    border-color: #ed1c25 transparent #ed1c25 transparent;
    border-width: 19px 19px 0px 0px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: -19px;
}
.product-listing-products .product-list .product-item .offer-box:before, .product-slick-slider .offer-box:before  {
    content: "";
    width: 0;
    height: 0;
    border-color: #ed1c25 transparent #ed1c25 transparent;
    border-width: 0px 19px 19px;
    border-style: solid;
    position: absolute;
    bottom: 0;
    right: -19px;
}
.product-listing-products .product-list .product-item .offer-box, .product-slick-slider .offer-box, .lastest_arrivals .lastest_arrival_items .card .offer-box {
    position: absolute;
    z-index: 99;
    background: #ed1c25;
    color: #fff;
    padding: 5px 8px;
    top: 17px;
}
.nav-utility {
    justify-content: right;
}
.index-slider-box .index-slider img {
    width: 100%;
}













.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 {
        z-index: 999;
        justify-content: space-between;
    }
    .nav-utility .mobi-logo .logo-img {
        width: 65px;
    }
    .manage-icons ul li {
        margin-right: 23px;
    }
    .upper-nav {
        position: relative;
        top: 0px;
    }
    #header {
        width: 100%;
    }
    .navbar-brand img {
        max-width: fit-content;
        width: 71%;
    }
    .top-logo {
        position: relative;
        top: -46px;
    }
    .header-area .nav-mega .sidemenu_btn {
        right: 0;
        top: 2px;
        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;
    }
    .sideNavPages i.mini-cart-caret, .sideNavPages i.user-utiliity-caret {
        opacity: 0;
    }
    .index-slider-box, .index-slider-box .slick-slide {
        height: auto;
        margin-top: 62px;
    }
    .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: 999;
    }
    .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: 260px;
    }
    .sideNavPages i.mini-cart-caret .fa-caret-up:before {
        content: "";
    }
    .portfolio-section {
        padding-top: 26px;
        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%;
        margin-top: 17px;
    }
    .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: 77px;
    }
    .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;
    }
    .manage-icons.d-inline-block {
        /*position: absolute;*/
        top: 5px;
        z-index: 1000;
        margin-left: auto;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        padding: 0px 23px;
    }
    .rtl-slider-flex {
        height: 350px;
        overflow: hidden;
    }
    .product-list.product-detail {
        margin-top: 53px;
    }
    .lastest_arrivals h1 {
        text-align: center;
    }
    .about_content {
        padding-bottom: 0;
    }
    .tbl_org_price, .tbl_pr_action .tbl_total_price {
        white-space: pre;
    }
    .tbl_cart_product_caption {
        display: flex;
    }

    .header-area .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;
    }













}

















