body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Poppins', sans-serif !important;
}

a,
a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding-left: 0;
}

.dflex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fright {
    float: right;
}


/* 
header css start 
*/
.product_detail_page {
    border: 3px solid #D72129;
}

.container {
    max-width: 1192px !important;
    margin: 0 auto;
    width: 100%;
}


.top_section {
    background-color: #000;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid #676767;
}

.top_section span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.bottom_section {
    background-color: #000;
}

.bottom_section .container>.dflex {
    justify-content: space-between;
    padding: 10px 0;

}


/*.main_menu{
    float: none!important;
    margin: 0 auto;
    text-align: center;
    width: 965px!important;
}*/

p.toggle_border {
    float: right;
    margin: 10px 0;
}

.main_menu .icon_bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #fff;
    margin-top: 4px;
    margin-bottom: 2px;
}

.main_menu .toggle,
.main_menu [id^=drop] {
    display: none;
}


/*ul.menu{
    text-align: center;
    max-width: 865px;
    margin: 0 auto !important;
}*/

.main_menu nav {
    padding: 0;
}

.main_menu nav:after {
    content: "";
    display: table;
    clear: both;
}

.main_menu h4 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #1d2212;
    text-align: left;
    margin: 5px;
    padding: 2px 0;
}

.main_menu nav ul li a:after {
    background: rgba(197, 170, 88, 0.25) none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}

.main_menu nav ul {
    padding: 0;
    margin: 0;
}

.main_menu nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.menu {
    text-align: center;
    /*    max-width: 730px;*/
    margin: 0 auto !important;
}

/*.main_menu nav>ul>li {
    position: relative;

}*/
.main_menu nav ul li {
    margin: 0px;
    float: left;
    margin: 0 15px;
    /*
    min-width: 100px;*/
    text-align: center;
}

/*.main_menu nav ul li.active a {
    color: #D72129 !important;
}*/

.main_menu nav ul li:first-child:after {
    border: none;
}

.main_menu nav ul li.first_menu {
    /*    width: 18%;*/
/*    background-color: #fff;*/
/*    margin: 10px 0px 10px 0;*/
    text-align: left;
/*    padding: 0 5px 0 5px;*/
    border-radius: 2px;
}

.main_menu nav ul li a {
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0;
}

.main_menu nav ul>li:hover>a{
    color: #D72129 !important;
}

.main_menu nav ul li.first_menu a img {
    vertical-align: middle;
    margin-right: 10px;
}

/*.main_menu nav ul li:after{
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    width: 1px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

.main_menu nav a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 60px;
    padding: 0 10px;
    text-decoration: none !important;
}

.main_menu nav ul>li:first-child a {
    padding-left: 0;
}

.main_menu nav ul ul {
    display: none;
    position: absolute;
    z-index: 1000;
    /*padding: 20px 0px;*/
    width: 100%;
    min-width: 277px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 0 !important;

    /*    background-color: #fff;*/
    padding: 10px 0;
    min-height: 765px;
    /*border-radius: 4px;*/
    /*    height: 260px;
    overflow-y: scroll;*/
}

.main_menu nav ul ul .dflex {
    align-items: inherit;
    justify-content: space-between;
}

.main_menu nav ul ul h3 {
    text-align: left;
    color: #006ACC;
    padding: 10px 17px;
    font-size: 35px;
    font-weight: 500;
    position: relative;
    min-height: 60px;
}

.main_menu nav ul ul h3:before {
    content: '';
    position: absolute;
    bottom: 10px;
    border-bottom: 1px solid #006ACC;
    width: 100px;
    height: 1px;
}

.main_menu nav ul ul h3.not_text:before {
    display: none;
}

.main_menu nav ul ul ul {
    left: 350px;
    top: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 53%);
    border: 2px solid rgb(103 103 103 / 31%);
}

.main_menu nav .menu_second_row li ul li ul,
.main_menu nav .menu_third_row li ul {
    left: -700px;
}

.main_menu nav ul ul ul ul {
    height: 100%;
}

.main_menu nav ul ul ul li {
    /*    position: relative;*/
    top: 0;
    left: 0;
    /*    min-width: 295px*/
}

.main_menu nav ul ul li a {
    padding: 5px;
    text-shadow: none;
    color: #767676 !important;
    font-size: 14px !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    text-transform: uppercase;
    border-bottom: none;
    font-weight: 500;
}

.main_menu nav ul li:hover>ul,
.main_menu nav ul li:hover>ul:after {
    display: inherit;
}

.main_menu nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    /*    position: relative;*/
    box-shadow: none;
    text-align: left;
    padding: 10px 17px;
    min-width: 130px;
    background-color: #fff;
    border-radius: 0;
    margin-top: 2px !important;
    margin: 0;
}

.main_menu nav ul li.first_menu ul li {
    padding: 5px 17px !important;
}


.main_menu nav ul ul a:hover,
.main_menu nav ul ul a:hover i {
    color: #D72129 !important;
}


/* li>a:after {
    content: ' +';
} */

.main_menu ul ul li>a i {
    margin-right: 5px;
    font-size: 20px;
    color: #767676;
    position: absolute;
    right: 5px;

}

.main_menu li>a:only-child:after {
    content: '';
}

.main_menu .menu_img {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_menu .menu_whitebg {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 2px solid rgb(103 103 103 / 31%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.main_menu .menu_width {
    position: relative;
    width: 33.3%;
}

/* 
header css end 
*/
/* 
main_section css start 
*/
.banner_section {
    text-align: center;
    background: url(https://ebayninjafolio.com/stella/shipping_supplies/images/banner_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.banner_section .banner_desc {
    padding: 100px 0;
}

.banner_section h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    max-width: 1030px;
    margin: 0 auto;
}

.banner_section h2 span {
    color: #D72129;
}

.banner_section .shop_now,
.welcome_box .welcome_box_bg .welcome_box_overlay .shop_now {
    text-align: center;
    max-width: 205px;
    width: 100%;
    color: #fff !important;
    background-color: #D72129 !important;
    border-radius: 5px !important;
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 20px !important;
    border: none !important;
    padding: 13px 10px;
}

.product_gallery_section {
    padding: 20px 0;
    background-color: rgba(215, 33, 41, 0.1);
}

.product_gallery_section .product_detail {
    border-radius: 5px;
    padding: 30px 0;

}

.product_gallery_section h2 {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 23px;
    margin-top: 0;
    padding-bottom: 15px;
    line-height: 150%;
    max-width: 530px;
}


.product_detail_box img[src=""] {
    display: none;
}


.product_gallery {
    padding-bottom: 60px;
}

.product_gallery img[src=""] {
    display: none;
}

.product_gallery .span12 {
    padding: 0 15px;
}

.right_side_imgs {
    min-height: 100%;
    height: 100%;
    position: relative;
    width: 100% !important;
    float: none !important;
}

.thumb {
    max-width: 40%
}

.bottom_imgs {
    margin-top: 70px;
}

.row.image-row.text-center {
    display: inline-block;
    z-index: 999999;
    min-height: 100%;
    margin-right: 15px;
}

.row.image-row.text-center .span2 {
    margin: 0 5px;
    display: inline-block;
    z-index: 99999;
}

.gallery_images:target {
    outline: 0;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.gallery_images:target img {
    opacity: 1;
    cursor: none;
}

.gallery_images {
    opacity: 0;
    position: absolute !important;
    z-index: 999;
    width: 100%;
    text-align: center;
    top: 0;
    right: 0;
    /*margin-right: 15px;*/
    height: 100%;
}

.gallery_images img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 0;
    opacity: 0;
}

.span2 .image img {
    width: 75px;
    height: 75px;
    border: 1px solid #dfdfdf;
    padding: 3px;
    margin-bottom: 20px;
}

.span2>image>img {
    opacity: 1;
}

.default_img_div {
    opacity: 1;
    min-height: 100%;
}

.default_img_div .default_img {
    opacity: 1;
    max-width: 31%;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}

.gallery_images:target#img1 {
    opacity: 0;
    display: : none;
}

.product_detail_box {
    background-color: #fff;
    padding: 20px 20px 0;
    border-radius: 5px;
}

.product_detail_box .product_detail_box_img {
    width: 30%;
}

.product_detail_box>.dflex {
    align-items: flex-start;
}

.product_detail_box .product_detail_box_desc h3 {
    color: #D72129;
    font-weight: 600;
    font-size: 19px;
    margin-top: 0;
}

.product_detail_box .product_detail_box_desc p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 20px;

}

.four_box_section {
    padding: 50px 0;
    text-align: center;
}


.four_box_section .white_box {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    position: relative;
    margin-right: 15px;
    border-radius: 5px;
    width: 20%;
    text-align: center;
    cursor: pointer;
}


.four_box_section .white_box .white_box_img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}


.four_box_section .white_box .white_box_desc h3 {
    color: #000;
    font-weight: 500;
    font-size: 19px;
    margin: 5px 0;
}


.tab_section {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.tab_section.second {
    margin: 40px 0 !important;
}

.tab_section label {
    order: 1;
    display: block;
    margin: 1px 35px 1px 0px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: 600;
    line-height: 45px;
    color: rgba(51, 51, 51, 1);
    font-size: 27px;
    height: 45px;
    border-bottom: none;
    margin-right: 35px;
    margin-bottom: 0;
    padding-right: 0;
}

.tab_section .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 25px 0;
    border-top: 2px solid #E8E8E8;
}

.tab_section .tab p,
.tab_section .tab ul li,
.tabs_box.first div span,
.tabs_box.first div,
.tabs_box.first #section-heading-1 h3,
.tabs_box.first p.MsoNormal font strong {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
}

.tabs_box.first #section-heading-1 h3>div>span {
    font-weight: bolder !important;
}

.tabs_box.first div font {
    font-family: 'Poppins', sans-serif !important;
}

.tabs_box.first section.wrapper {
    background-image: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.tabs_box.first section.wrapper-inner .header-bar {
    padding: 0 !important;
}

.tabs_box.first section.wrapper-inner .header-bar h1.header-title.text-center span.header-title-decoration{
    font-weight: 700 !important;
    letter-spacing: normal;
    font-size: 21px !important;
}
.tab_section .tab h3,
.tabs_box.first .card-title-decoration {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
}

.tabs_box.first section h3.card-title,
.tabs_box.first section h3.card-title strong,
.tabs_box.first div>strong,
.tabs_box.first div>b,
.tabs_box.first #section-heading-1 h3>span,
.tabs_box.first #section-heading-1 h3 font strong,
.tabs_box.first section h3.card-title font b,
.tabs_box.first section h3.card-title>font>span,
.tabs_box.first div>font>b,
.tabs_box.first div>div>span>font>span,
.tabs_box.first #section-heading-1 div>span>font>strong,
.tabs_box.first #section-heading-1 h3 span.card-title-decoration b font,
.tabs_box.first section h3.card-title div>span {

    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
    display: block;

}

.tabs_box.first section h3.card-title,
.tabs_box.first section h3.card-title font b,
.tabs_box.first section h3.card-title>font>span,
.tabs_box.first section h3.card-title>span>strong,
.tabs_box.first div>font>b,
.tabs_box.first #section-heading-1 h3>span {
    display: inherit !important;

}

.tabs_box.first section .main-content {
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
    padding-top: 0 !important;
}

.tabs_box.first .header-title {
    color: #333333 !important;
    font-size: 34px !important;
    text-align: left !important;
    margin-top: 0 !important;
}

.tabs_box.first .header-title font {
    font-family: 'Poppins', sans-serif !important;
}

/* .tabs_box.first section h3.card-title,
 .tabs_box.first section h3.card-title strong,
 .tabs_box.first div>strong,
 .tabs_box.first div>b,
  .tabs_box.first div>div>span
 {
        padding-top: 15px !important;
    padding-bottom: 10px !important;
 }*/
.tabs_box.first div>span>span {
    font-weight: 700 !important;
}

.tabs_box.first #section-heading-1 div>strong {
    display: none !important;
}

/*  .tabs_box.first section .main-content div:first-child{
    margin: 0 0 10px;
  }*/
/*  .tabs_box.first div>div>span>font>span{
    margin: 10px 0 0;
  }
*/
.tabs_box.first section h3.card-title font,
.tabs_box.first #section-heading-1,
.tabs_box.first .card .card-block div font,
.tabs_box.first .card .card-block div font span,
.tabs_box.first div>font {
    margin: 10px 0;
}

.tabs_box.first .card .card-block h3.card-title font span {
    margin: 0 !important;
}

.tabs_box.first div>font>b,
.tabs_box.first section div>h3.card-title>font,
.tabs_box.first .card .card-block div>div>div>font>b {
    display: inline-block !important;
}

.tabs_box.first .card .card-block div>div>div>font>b {
    margin-top: 10px !important;
}

.tabs_box.first section[type="text/css"] {
    display: none !important;
}
.tabs_box.first section div>h3.card-title{
    padding-bottom: 5px;
}
.tabs_box.first ul li {
    position: relative;
    padding-left: 40px;
}

.tabs_box.first ul li:before {
    content: '';
    background-image: url('https://ebayninjafolio.com/stella/shipping_supplies/images/list_icon.png');
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
}

.tabs_box.first section .main-content br {
    display: none !important;
}

.tabs_box.first section .main-content div {
    padding: 0 !important;
}

.tabs_box.first .container-lg {
    max-width: 100% !important;
}

.tab_section input[type="radio"] {
    display: none;
}

.tab_section input[type="radio"]:checked+label {
    border-bottom: 2px solid #F58E22;
    color: rgba(215, 33, 41, 1);
}

.tab_section input[type="radio"]:checked+label+.tab {
    display: block;
}

.tabs_box.first .tab_section ul {
    list-style-type: none !important;
}

.tab_section ul {
    list-style-type: disc;
}

.tab_section .tab ul li {
    padding-top: 10px;
}

.tab_section .tab ul li img {
    padding-right: 5px;
}

.tabs_box.first {
    background-color: rgba(0, 0, 0, 0.04) !important;
    padding-bottom: 30px;
}

.tabs_box.first .tab_section .tab {
    border-color: transparent;
}

.tabs_box.first .tab_section .tab {
    font-weight: 600;
    padding: 0;
}


.tabs_box.first .tab_section input[type="radio"]:checked+label {
    border-bottom: 5px solid #040707;
}

.tabs_box.first table.MsoTableGrid tr td{
        width: 100% !important;
    display: inherit;
}

.tabs_box.first p.MsoNormal font strong{
    font-weight: 700 !important;
}

.tabs_box.first .tab_section table.MsoTableGrid ul{
    padding-bottom: 20px;
}

.tabs_box.first .tab_section table.MsoTableGrid p.MsoNormal:has(){
    display: none;
}

.tabs_box.first .tab_section .card-block div div span{
    font-weight: 700 !important;
}

.categories_section {
    margin-bottom: 100px;
    position: relative;
}

.categories_section h2 {
    color: rgba(215, 33, 41, 1);
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    text-align: left;
    position: relative;
    display: inline-block;
}

.categories_section h2:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #000000;
    border-radius: 30px;
    width: 100%;
    height: 5px;
    bottom: -10px;
}

.categories_section .categories_section_box {
    background-color: #000;
    border-top: 7px solid rgba(215, 33, 41, 1);
    border-bottom: 7px solid rgba(215, 33, 41, 1);
}

.content input {
    display: none;
}

.content {
    display: flex;
    justify-content: space-between;
}

.content .list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 45%;
    background-color: #000;
    margin: 50px 0 30px;
    height: 450px;
    overflow-y: scroll;
}

.content .list label {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 15px;
    transition: all 0.5s ease;
    z-index: 10;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

#category1:checked~.list label.category1,
#category2:checked~.list label.category2,
#category3:checked~.list label.category3,
#category4:checked~.list label.category4,
#category5:checked~.list label.category5,
#category6:checked~.list label.category6,
#category7:checked~.list label.category7,
#category8:checked~.list label.category8,
#category9:checked~.list label.category9,
#category10:checked~.list label.category10,
#category11:checked~.list label.category11,
#category12:checked~.list label.category12,
#category13:checked~.list label.category13,
#category14:checked~.list label.category14{
    color: #fff;
}

.content .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 100%;
    transition: all 0.5s ease;
    background: rgba(215, 33, 41, 1);
}

#category1:checked~.list .slider {
    top: 0px;
}

#category2:checked~.list .slider {
    top: 52px;
}

#category3:checked~.list .slider {
    top: 104px;
}

#category4:checked~.list .slider {
    top: 156px;
}

#category5:checked~.list .slider {
    top: 205px;
}

#category6:checked~.list .slider {
    top: 255px;
}

#category7:checked~.list .slider {
    top: 305px;
}

#category8:checked~.list .slider {
    top: 353px;
}

#category9:checked~.list .slider {
    top: 402px;
}

#category10:checked~.list .slider {
    top: 452px;
}

#category11:checked~.list .slider {
    top: 502px;
}

#category12:checked~.list .slider {
    top: 550px;
}

#category13:checked~.list .slider {
    top: 600px;
}

#category14:checked~.list .slider {
    top: 650px;
}

#category15:checked~.list .slider {
    top: 700px;
}

#category16:checked~.list .slider {
    top: 750px;
}

#category17:checked~.list .slider {
    top: 800px;
}
#category18:checked~.list .slider {
    top: 850px;
}
#category19:checked~.list .slider {
    top: 900px;
}
#category20:checked~.list .slider {
    top: 950px;
}
#category21:checked~.list .slider {
    top: 1000px;
}
#category22:checked~.list .slider {
    top: 1050px;
}
#category23:checked~.list .slider {
    top: 1100px;
}
#category24:checked~.list .slider {
    top: 1150px;
}
#category25:checked~.list .slider {
    top: 1200px;
}
#category26:checked~.list .slider {
    top: 1250px;
}
#category27:checked~.list .slider {
    top: 1300px;
}
#category28:checked~.list .slider {
    top: 1350px;
}
#category29:checked~.list .slider {
    top: 1400px;
}
#category30:checked~.list .slider {
    top: 1450px;
}
#category31:checked~.list .slider {
    top: 1500px;
}
#category32:checked~.list .slider {
    top: 1550px;
}
.content .bg-grey {
    width: 80%;
    display: flex;
    height: 750px;
    background-color: #DBDBDB;
}

.content .img-box {
    width: 56%;
    color: #000;
    height: 500px;
    background-color: #eeeced;
    display: flex;
    align-items: center;
        overflow-y: hidden;
}

.content .text-content {
    width: 45%;
    height: 100%;
    color: #000;
    background-color: #000;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 53px;
}

.content .text {
    display: none;
    position: relative;
}

.content .text .title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.container .text p {
    text-align: justify;
}

.content .text-content .category1,
.content .text-content .category1 {
    display: block;
}

#category1:checked~.text-content .category1,
#category1:checked~.img-box .category1,
#category2:checked~.text-content .category2,
#category2:checked~.img-box .category2,
#category3:checked~.text-content .category3,
#category3:checked~.img-box .category3,
#category4:checked~.text-content .category4,
#category4:checked~.img-box .category4,
#category5:checked~.text-content .category5,
#category5:checked~.img-box .category5,
#category6:checked~.text-content .category6,
#category6:checked~.img-box .category6,
#category7:checked~.text-content .category7,
#category7:checked~.img-box .category7,
#category8:checked~.text-content .category8,
#category8:checked~.img-box .category8,
#category9:checked~.text-content .category9,
#category9:checked~.img-box .category9,
#category10:checked~.text-content .category10,
#category10:checked~.img-box .category10,
#category11:checked~.text-content .category11,
#category11:checked~.img-box .category11,
#category12:checked~.text-content .category12,
#category12:checked~.img-box .category12,
#category13:checked~.text-content .category13,
#category13:checked~.img-box .category13,
#category14:checked~.text-content .category14,
#category14:checked~.img-box .category14,
#category15:checked~.text-content .category15,
#category15:checked~.img-box .category15,
#category16:checked~.text-content .category16,
#category16:checked~.img-box .category16,
#category17:checked~.text-content .category17,
#category17:checked~.img-box .category17,
#category18:checked~.text-content .category18,
#category18:checked~.img-box .category18,
#category19:checked~.text-content .category19,
#category19:checked~.img-box .category19,
#category20:checked~.text-content .category20,
#category20:checked~.img-box .category20,
#category21:checked~.text-content .category21,
#category21:checked~.img-box .category21,
#category22:checked~.text-content .category22,
#category22:checked~.img-box .category22,
#category23:checked~.text-content .category23,
#category23:checked~.img-box .category23,
#category24:checked~.text-content .category24,
#category24:checked~.img-box .category24,
#category25:checked~.text-content .category25,
#category25:checked~.img-box .category25,
#category26:checked~.text-content .category26,
#category26:checked~.img-box .category26,
#category27:checked~.text-content .category27,
#category27:checked~.img-box .category27,
#category28:checked~.text-content .category28,
#category28:checked~.img-box .category28,
#category29:checked~.text-content .category29,
#category29:checked~.img-box .category29,
#category30:checked~.text-content .category30,
#category30:checked~.img-box .category30,
#category31:checked~.text-content .category31,
#category31:checked~.img-box .category31,
#category32:checked~.text-content .category32,
#category32:checked~.img-box .category32{
    display: block;
}

#category2:checked~.text-content .category1,
#category2:checked~.img-box .category1,
#category3:checked~.text-content .category1,
#category3:checked~.img-box .category1,
#category4:checked~.text-content .category1,
#category4:checked~.img-box .category1,
#category5:checked~.text-content .category1,
#category5:checked~.img-box .category1,
#category6:checked~.text-content .category1,
#category6:checked~.img-box .category1,
#category7:checked~.text-content .category1,
#category7:checked~.img-box .category1,
#category8:checked~.text-content .category1,
#category8:checked~.img-box .category1,
#category9:checked~.text-content .category1,
#category9:checked~.img-box .category1,
#category10:checked~.text-content .category1,
#category10:checked~.img-box .category1,
#category11:checked~.text-content .category1,
#category11:checked~.img-box .category1,
#category12:checked~.text-content .category1,
#category12:checked~.img-box .category1,
#category13:checked~.text-content .category1,
#category13:checked~.img-box .category1,
#category14:checked~.text-content .category1,
#category14:checked~.img-box .category1,
#category15:checked~.text-content .category1,
#category15:checked~.img-box .category1,
#category16:checked~.text-content .category1,
#category16:checked~.img-box .category1,
#category17:checked~.text-content .category1,
#category17:checked~.img-box .category1,
#category18:checked~.text-content .category1,
#category18:checked~.img-box .category1,
#category19:checked~.text-content .category1,
#category19:checked~.img-box .category1,
#category20:checked~.text-content .category1,
#category20:checked~.img-box .category1,
#category21:checked~.text-content .category1,
#category21:checked~.img-box .category1,
#category21:checked~.text-content .category1,
#category21:checked~.img-box .category1,
#category22:checked~.text-content .category1,
#category22:checked~.img-box .category1,
#category23:checked~.text-content .category1,
#category23:checked~.img-box .category1,
#category24:checked~.text-content .category1,
#category24:checked~.img-box .category1,
#category25:checked~.text-content .category1,
#category25:checked~.img-box .category1,
#category26:checked~.text-content .category1,
#category26:checked~.img-box .category1,
#category27:checked~.text-content .category1,
#category27:checked~.img-box .category1,
#category28:checked~.text-content .category1,
#category28:checked~.img-box .category1,
#category29:checked~.text-content .category1,
#category29:checked~.img-box .category1,
#category30:checked~.text-content .category1,
#category30:checked~.img-box .category1,
#category31:checked~.text-content .category1,
#category31:checked~.img-box .category1,
#category32:checked~.text-content .category1,
#category32:checked~.img-box .category1{
    display: none;
}

.content .list label:hover {
    color: #fff;
}

.text-content {
    position: relative;
}

.text-content:before {
    content: '';
    background-image: url('https://ebayninjafolio.com/stella/shipping_supplies/images/category_bg_img1.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 389px;
    height: 504px;
    opacity: 0;
}

.text-content ul {
    padding: 0;
}

.text-content ul li {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    line-height: 25px;
    padding-bottom: 5px;
}

.sidemenu-block {
    overflow: hidden;
    /*width: 600px;*/
    margin: 0 auto;
/*    border: 1px solid #d4d4d4;*/
}

.sidemenu-block input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.sidemenu {
    width: 100%;
    /*color: white;*/
    overflow: hidden;
/*    margin-bottom: 10px;*/
}

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

.sidemenu-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 7px 15px;
    cursor: pointer;  
    margin-bottom: 0;
/*    border-bottom: 1px solid #d4d4d4;*/
    color: #fff;
}
.sidemenu-label a{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.sidemenu-label.single_sidemenu::after{
    content: none;
}
.sidemenu-label::after {
    content: "\276F";
    /*width: 16px;
    height: 16px;*/
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #fff;
    line-height: 25px;
}

.sidemenu-label.sidemenu_none::after {
    display: none;
}

.sidemenu-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4, 57, 94, 1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.sidemenu-content ul {
    margin-bottom: 0;
}

.sidemenu-content ul li {
    padding: 8px 0;
}

.sidemenu-content ul li:last-child {
    padding-bottom: 0;
}

.sidemenu-content ul li a {
    margin: 0;
    color: #3c3c3c;
    font-size: 14px;
}

input:checked+.sidemenu-label::after {
    /*-webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input:checked~.sidemenu-content {
    max-height: 100vh;
    padding: 16px;
    border-bottom: 1px solid #d4d4d4;
}
.sidemenu-content.sub_cat{
    display: none;
}
input:checked~.sidemenu-content.sub_cat {
    display: block;
    border-bottom: none;
    padding: 0 16px;
} 
.sidemenu:last-child .sidemenu-label,
.sidemenu:last-child input:checked~.sidemenu-content {
    border-bottom: none;
}
.sidemenu-content.sub_category .sub_cat_label{
    border-bottom: none;
    padding: 0;
    font-weight: 400;
}
.sidemenu-label.sub_cat_label a{
    font-weight: 400;
}

.categories_section .category_side_img {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.welcome_box .welcome_box_bg {
    background-image: url(https://ebayninjafolio.com/stella/shipping_supplies/images/welcome_box_bg.png);
    padding: 50px;
}

.welcome_box .welcome_box_bg .welcome_box_overlay {
    background-color: rgb(0 0 0 / 87%);
    padding: 30px 50px;
    border: 2px solid #D72129;
}

.welcome_box .welcome_box_bg .welcome_box_overlay h3 {
    color: #D72129;
    font-weight: 700;
    font-size: 35px;
    margin-top: 0;
    padding-bottom: 10px;
    line-height: 22px;
}

.welcome_box .welcome_box_bg .welcome_box_overlay p {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
}

.welcome_box .welcome_box_bg .welcome_box_overlay .shop_now {
    max-width: 150px;
    padding: 8px;
    margin: 0 auto;
    display: block;
}

.customer_testimonial #i1,
.customer_testimonial #i2,
.customer_testimonial #i3,
.customer_testimonial #i4,
.customer_testimonial #i5 {
    display: none;
}

.customer_testimonial {
    margin: 0 auto;
    position: relative;
    padding-bottom: 320px;
    user-select: none;
    padding-top: 6rem;
    max-width: 960px;
    min-width: 300px;
    text-align: center;
    background-color: #fff;
}

.customer_testimonial h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.customer_testimonial p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    font-style: italic;
    margin-top: 0;
    padding: 30px 0;
}

.customer_testimonial h4 {
    font-size: 25px;
    font-weight: 500;
}

.customer_testimonial .cbradio_text {
    max-width: 712px;
    margin: 0 auto;
}

.customer_testimonial .slide_img {
    position: absolute;
    width: 100%;
    /*    height: 100%;*/
}

.customer_testimonial .slide_img img {
    /* width: inherit;
    height: inherit;*/
    display: block;
    max-height: 424px;
    object-fit: contain;
    margin: 0 auto;
}

.customer_testimonial .prev,
.customer_testimonial .next {
    width: 3%;
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 99;
    transition: .45s;
    cursor: pointer;
    text-align: center;
}

.customer_testimonial .next {
    right: 0;
}

.customer_testimonial .prev {
    left: 0;
}

.customer_testimonial label span {
    position: absolute;
    font-size: 100pt;
    top: 50%;
    transform: translateY(-50%);
}

.customer_testimonial label span img {
    max-width: 23px;
}

.customer_testimonial .prev span {
    left: 40%;
}

.customer_testimonial .next span {
    right: 40%;
}

.customer_testimonial .prev:hover,
.customer_testimonial .next:hover {
    transition: .3s;
}


.customer_testimonial #nav_slide .dots:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    transition: .25s
}

.customer_testimonial .slide_img {
    z-index: -1;
}

.customer_testimonial #i1:checked~#one,
.customer_testimonial #i2:checked~#two,
.customer_testimonial #i3:checked~#three,
.customer_testimonial #i4:checked~#four,
.customer_testimonial #i5:checked~#five {
    z-index: 9;
    animation: scroll 1s ease-in-out;
}

.customer_testimonial #i1:checked~#nav_slide #dot1,
.customer_testimonial #i2:checked~#nav_slide #dot2,
.customer_testimonial #i3:checked~#nav_slide #dot3,
.customer_testimonial #i4:checked~#nav_slide #dot4,
.customer_testimonial #i5:checked~#nav_slide #dot5 {
    background-color: #000;
    opacity: 1;
}

.customer_testimonial .arrow_border {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.customer_testimonial svg {
    width: 0.5rem;
    height: 100%;
}

.customer_testimonial svg,
.customer_testimonial path {
    fill: #a99d9d;
    opacity: 1;
}


/* 
main_section css end 
*/

/* 
footer css start 
*/
footer {
    background-color: #000;
}

.big_footer {
    padding: 30px 0;
}

.big_footer .container {
    position: relative;
}

.big_footer .dflex {
    justify-content: space-between;
    align-items: flex-start;
}

.big_footer .footer_logo {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.big_footer .bottom_footer {
    border-top: 2px solid #DDDDDD;
    padding-top: 35px;
}

.big_footer p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    max-width: 285px;
}


.big_footer ul {
    list-style: none;
    padding-left: 0;
}


.big_footer ul li a {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
}

.big_footer ul li a:hover {
    color: #D72129;
}

.big_footer h3 {
    font-size: 18px;
    line-height: 30px;
    color: #D72129;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
}

.big_footer .payment_icons {
    padding-top: 30px;
}


.small_footer {
    padding: 15px 0;
    text-align: center;
    background-color: #0c0c0c;
    border-top: 2px solid #313131;
}

.small_footer span {
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}

.small_footer span b a {
    font-weight: 700;
    color: #fff !important;
}

.small_footer .dflex {
    justify-content: space-between;
}

/* 
footer css end 
*/
/*#gallery label[for="image-5"],
#gallery label[for="image-6"],
#gallery label[for="image-7"],
#gallery label[for="image-8"],
#gallery label[for="image-9"],
#gallery label[for="image-10"],
#gallery label[for="image-11"]
{
    display: none;
}
 
 */