.filter .custom-control-input:checked~.custom-control-label::before,.filter .form-check-input:checked {
    background-color: var(--color-first);
    border-color: var(--color-first)
}

.accordion-button:focus,.large_product_pic a {
    outline: 0
}

.large_product_pic img,.small_pic img {
    object-fit: contain;
    margin: 0 auto;
    display: block
}

.featured-items .shop-items-list a:hover,.large_product_pic a,.shop-items-list a,.shop-items-list a:hover,.shopList_i a:hover,.small_pic a,.small_pic a:hover {
    text-decoration: none
}

.featured-items .shop-items,.shopList {
    list-style: none;
    display: -ms-flexbox;
    padding-left: 0
}

.product_details .card {
    border: 0;
    margin-bottom: 30px;
    height: 320px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    border-radius: 0
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before,.custom-control-input:focus~.custom-control-label::before,.form-check-input:focus {
    box-shadow: none!important
}

.product_details .card .card-body {
    padding-top: 10px;
    padding-bottom: 10px
}

.product_details .card img {
    height: 150px;
    object-fit: scale-down;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.product_details .heading {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product_details .sub_heading {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color-first);
    letter-spacing: 0
}

.accordion .accordion-button,.text-blue {
    color: var(--color-first)!important
}

.product_details .card .card-body .price {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-first);
    letter-spacing: 0;
    position: absolute;
    bottom: 1%;
    left: 15%;
    z-index: 2;
    transform: translate(-50%,-50%)
}

.dotted_border {
    border-bottom: 1px dotted rgba(0,0,0,.125)
}

.product_details .card .card-body .dotted_border {
    bottom: 52px;
    width: 90%;
    left: 13px
}

.product_details .card .card-body .dotted_border,.product_details .card .card-body h3.subHeading.font-weight-bold {
    position: absolute
}

.filter .custom-checkbox .custom-control-input:checked~.custom-control-label::before,.form-check-input:checked {
    background-color: var(--color-first)!important;
    border-color: var(--color-first)!important
}

.filter .custom-control-label::after,.filter .custom-control-label::before {
    top: .35rem
}

.filter .custom-checkbox .custom-control-input:focus {
    border-color: var(--color-first);
    outline: 0
}
/*
.filter .form-check-input {
    margin-top: .5rem
}*/

.filter .custom-control-input:checked~.custom-control-label::before {
    color: #fff
}

.filterBlock .shopFilter label {
    font-size: .9rem;
    font-weight: 400
}

.accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px!important;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s
}

.large_product_pic .product-title,.small_pic .title {
    color: var(--color-first);
    text-align: center;
    width: 100%
}

.large_product_pic,.small_pic {
    overflow: hidden;
    border: 1px dashed;
    background-color: #fff
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow-down.svg")!important;
    transform: rotate(-180deg)
}

.form-check-input:focus {
    border-color: silver!important;
    outline: 0!important
}

.form-check {
    margin-bottom: 8px!important
}

.large_product_pic {
    position: relative;
    height: 465px
}

.large_product_pic img {
    width: 100%;
    height: 395px
}

.large_product_pic .product-title {
    background: #fff;
    bottom: 0;
    position: relative;
    z-index: 20;
    font-size: 18px;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase
}

.shop_rsec_rt+.shop_rsec_rt {
    margin-bottom: 20px
}

.small_pic {
    height: 222px
}

.small_pic img {
    height: 170px;
    max-width: 100%
}

.small_pic a {
    font-size: .875em;
    display: block;
    position: relative;
    height: 100%
}

.small_pic .title {
    position: relative;
    bottom: 0;
    background: hsla(0,0%,100%,.7)
}

.featured-items .shop-items-list,.shopList_i {
    position: relative;
    box-sizing: border-box;
    background: #fff
}

.small_pic .title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    color: var(--color-first)
}

.featured-items .shop-items {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.featured-items .shop-items-list {
    width: 25%;
    height: 160px;
    border: 4px solid #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center
}

.shop-items-list:nth-child(4n) {
    border-right: 1px dashed #f8f8f8
}

.shop-items-list p {
    text-transform: uppercase
}

.featured-items .shop-items-list img {
    max-width: 100%;
    height: 100px;
    display: block;
    margin: 0 auto 10px;
    object-fit: contain
}

.shopList {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px dashed var(--color-first)
}

.shopList_i {
    width: 20%;
    height: 140px;
    border-top: 1px dashed var(--color-first);
    border-left: 1px dashed var(--color-first);
    display: flex;
    justify-content: center;
    align-items: center
}

.shopList_i:nth-child(5n) {
    border-right: 1px dashed var(--color-first)
}

.shopList_i img {
    max-width: 100px;
    max-height: 94px;
    transform: scale(1);
    transition: .3s linear
}

.shopList_i img:hover {
    transform: scale(1.1)
}

.productDetailImg {
    width: 100%;
    height: 400px;
    padding: 20px;
    border: 1px dashed #9e9e9e
}

.productDetailImg img {
    object-fit: scale-down
}

.productDetailContent.webContent .mainHeading,.productDetailContent.webContent .subHeading {
    font-size: 1.8rem
}

.productDetailTable.table td,.productDetailTable.table th {
    border: 0;
    padding-bottom: 0
}

.productDetailTable.table th {
    font-weight: 700;
    padding-left: 0;
    font-size: 1rem;
    text-transform: uppercase
}

.productDetailTable.table td {
    font-size: 1.1rem;
    font-weight: 600
}

.tabingStyle.nav-pills {
    border-bottom: 2px dashed var(--color-first)
}

.tabingStyle.nav-pills .nav-link.active,.tabingStyle.nav-pills .show>.nav-link {
    background-color: var(--color-first);
    border-radius: 0;
    color: #fff;
    padding: .5rem 2rem
}

.tabingStyle.nav-pills .nav-link {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 200px;
    text-align: center
}

#productInfo .table tr td:first-child {
    font-weight: 700
}

#productInfo .table tr td {
    font-weight: 500
}

.shopping-search .btn-shopping-search {
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: .9rem
}

.shopping-search .btn-shopping-search:hover {
    color: #fff;
    border: 1px solid #fff
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: auto!important
}

.allTopicsSection .pagination .page-item.active .page-link,.pagination .page-item.active .page-link,.paginationBlock .pagination .page-item.active .page-link {
    background: var(--color-first);
    border-color: var(--color-first);
    color: #fff
}

.allTopicsSection .pagination .page-item .page-link,.pagination .page-item .page-link,.paginationBlock .pagination .page-item .page-link {
    color: #000
}

.page-link:hover {
    z-index: 2;
    color: #fff!important;
    background-color: var(--color-first)!important;
    border-color: var(--color-first)!important
}

.page-link:hover i {
    color: #fff
}

@media screen and (min-width: 320px) and (max-width:767px) {
    .featured-items .shop-items-list,.shopList_i {
        width:100%
    }

    .paddingDiv {
        padding: 30px 0
    }
    .featured-items .shop-items-list{margin-top: 10px}
}

@media only screen and (max-width: 992px) {
    .cashbackSection:before,.hideInMobile {
        display:none
    }

    .hideInWeb {
        display: block
    }

    .shopList_i {
        width: 100%;border:1px dashed var(--color-first);margin-top: 10px;
    }
    .shopList{border:0}
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .featured-items .shop-items-list {
        width:100%
    }

    .footer-logo {
        width: 180px!important
    }

    .footerNav li {
        margin-right: 10px
    }

    .copyrightContent,.footerCategoryList ul.nav a,.footerNav li a {
        font-size: 12px
    }
}

@media screen and (min-width: 1024px) and (max-width:1365px) {
    .navbar .navbar-brand .logo {
        width:120px
    }
}
