
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
background-color: #f6f6f6;
}
/*nav css started*/
.navbar
{    

    /*background-color:  #292525 !important;*/
    background: linear-gradient(100deg, #000000 0, #8c8e8e 100%);
        padding: 7px 0;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

   /* background: #ed1f10;
    background: -webkit-linear-gradient(100deg, #ed1f10 0, #03acbf 100%);
    background: linear-gradient(100deg, #ed1f10 0, #03acbf 100%);
    padding: 0px 15px 0px 0px;*/
}

.navbar img {
    max-width: 140px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-nav .nav-link
{
    color: #fff!important;
    transition: 0.3s;
} 
.navbar-nav .nav-item .sarch
{
    margin-top: 2px;
    color: #fff;
}
.navbar-nav>li>a {
    display: inline-block;
    padding: 0 10px!important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar ul li a{
    line-height: 45px;
}
.navbar ul li.top-social a{
    padding: 0px  5px!important;
}
.navbar ul li a.login{
     text-transform: capitalize;
    background: #464646;
    border-radius: 2px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 5px;
    transition: 0.3s;
}
.navbar ul li a.register{
    text-transform: capitalize;
    background: #07aac9;
    border-radius: 2px;
    line-height: 26px;
    font-weight: 500;
    transition: 0.3s;


}




.navbar-nav .nav-link.login:hover, 
.navbar-nav .nav-link.register:hover{
   opacity: 0.8;
    transition: 0.3s;
    color: #fff!important
}

.navbar-nav .nav-link:hover {
    color: rgb(7, 170, 201) !important;
        transition: 0.3s;
}

.navbar-nav .dropdown-menu .dropdown-item
{
    padding: .1rem .8rem;
    line-height: 31px;
    font-size: 13px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover
{
    color: #fff;
    transition: .2s;
    background-color: #1b9dac;
}


/*nav css end*/
/*css for listing page */
.banner-det img{
max-height: 300px;
width: 100%;
background-size: cover;
}
.listing-page .bg-colour
{
    background-color: #ffffff;
    padding:20px; 
        box-shadow: 0 0 0 1px #dfe1e8;
}
/*.listing-page {
background-color: #f6f6f6;
}*/
.listing-page .card-product {
margin-bottom: 1rem;
/* btn-overlay-bottom */ }
.card-product:after {
content: "";
display: table;
clear: both;
visibility: hidden; 
}
.listing-page  .pagination .page-item.active .page-link 
{
    color: #fff;
    background-color: #11a4b5;
    border-color: #11a4b5;
}
.listing-page  .pagination .page-link 
{
   color: #11a4b5;
   border: 1px solid #e5e5e5;
   border-radius: 0px;
}
.card-product .custom-checkbox .instock::before 
{
  border-radius: 0px;
}
.card-product .custom-checkbox .instock
{
    margin-bottom: 0px;
}
/*.card-product .img-wrap img 
{
max-height: 100%;
max-width: 100%;
width: auto;
display: inline-block;
-o-object-fit: cover;
object-fit: cover; }*/
.p-Compare .img-wrap img
{
    max-height: 170px;
}
.p-Compare .img-wrap 
{
    min-height: 210px;
    text-align: center;
    border: 1px solid #ececec;
    padding: 10px;
}
.card-product .info-wrap {
overflow: hidden;
padding: 10px 15px 0 15px;
}
.card-product .action-wrap {
padding-top: 4px;
margin-top: 4px; }
.card-product .bottom-wrap {
padding: 0px 10px 10px 10px;
background: transparent;
border-top: none;
}
.card-product .title {
margin-top: 0; }
.card-product .btn-overlay {
-webkit-transition: .5s;
transition: .5s;
opacity: 0;
left: 0;
bottom: 0;
color: #fff;
width: 100%;
padding: 5px 0;
font-size: 12px;
text-align: center;
position: absolute;
text-transform: uppercase;
background: rgba(0, 0, 0, 0.5); }

.card-product:hover .btn-overlay
 {
    opacity: 1;
 }

.listing-page .card-product:hover {
box-shadow: 0 1px 3px rgba(60,64,67,.3), 0 3px 3px 1px rgba(60,64,67,.15);
-webkit-transition: .3s;
transition: .3s; }

.listing-page .card-product, .ourproducts .card-product{
border-radius: 8px;
    box-shadow: 0 1px 2px rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    transition: box-shadow .2s;
    border:0;
}
.card-product .custom-control-input:checked~.custom-control-label::before
{
    color: #fff;
    background-color:#0066c0;
    border-color: #0066c0;
    box-shadow: none;
}
.card-product .prod-box
{
    padding: 8px;
}
.card-product .product-box
 {
    padding: 20px;
 }
 .right-side .dvssort
 {
    margin-bottom: 15px;
 }
.icon-action {
margin-top: 11px;
float: right;
font-size: 80%;
margin-right: 7px;color: #fff;
}
.card-filter .card-header a h6.title 
{
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 0px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e5;
}
.card-filter .form-check .f-name
{
        border-bottom: 1px solid #e5e5e5;
            padding: 6px 0px;
}
.card-filter .card-header a h6.title:hover, .card-filter .card-header a:hover
{
text-decoration: none;
}
.card-filter .card-header
{
background: transparent;
 padding: 10px 0px;
border:none;
}
.card-filter
{
border:none;
border-radius: 0;
}
.filter-content .card-body
{
    padding: 0px 0px;
    margin-bottom: 15px;
}
.filter-content .list-lg li 
{
margin-bottom: 10px;
}
.filter-content .list-lg li a
{
color: #515151;
font-size: 13px;
text-decoration: none;
letter-spacing: 0px;
line-height: 18px;
display: block;
transition: 0.3s;
text-transform: capitalize;
}
.form-check .checkbox-custom-label, .custom-control .custom-control-label
{
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 10px;
}
.custom-control .custom-control-label
{
    margin-bottom: 12px;
}
.filter-content .list-lg li a i
{
    font-size: 10px;
    margin-right: 4px;
}
.filter-content .badge-light 
{
color: #101010;
background-color: #ececec;
font-size: 11px;
font-weight: 600;
}
.filter-content .list-lg li a:hover
{
  color: #347ebd;
}
.shopping-cart-wrap .form-control, .filter-content .card-body .form-control 
{
display: block;
width: 100%;
height: calc(2rem + 2px);
padding: .375rem .75rem;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.1) !important;
padding: 6px 10px !important;
font-size: 13px !important;
border-radius: 3px;
margin-bottom: 12px;
}
.filter-content .card-body .form-control:focus, .shopping-cart-wrap .form-control:focus 
{
border: 1px solid #00b6c1 !important;
box-shadow: none;
}
.form-check-input 
{
position: absolute;
margin-top: .16rem;
margin-left: -1.25rem;
}
.checkbox-custom 
{
opacity: 0;
position: absolute;
display: inline-block;
vertical-align: middle;
margin: 0px;
cursor: pointer;
}
.checkbox-custom + .checkbox-custom-label:before 
{
content: '';
background: white;
display: inline-block;
vertical-align: middle;
width: 14px;
height: 14px;
padding: 0px;
text-align: center;
border: 1px solid #9e9e9e;
border-radius: 0px;
margin-bottom: 3px;
margin-right: 6px;
border-radius: 3px;
position: absolute;
left: 0;

}
.checkbox-custom:checked + .checkbox-custom-label:before 
{
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: bold !important;
color: #ffffff;
font-size: 9px;
line-height: 6px;
padding-top: 4px;
background: #347ebd;
border: 1px solid #347ebd;
}
.filter-content .form-check {
    padding-left: 20px;
}
.filter-content  label 
{
cursor: pointer;
}
h1.main-head
{
    margin-top: 5px;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 24px;
}
.breadcrumb
{
background: transparent;
padding: 0px;
margin-bottom: 5px;
}
.breadcrumb li a{
font-size: 12px;
color:#585858;
}
.breadcrumb li a:hover
{
color:#00b6c1;
text-decoration: none;
}
.listing-page .sorting .form-control
{
display: block;
height: calc(2rem + 2px);
padding: .375rem .75rem;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
width: 200px;
box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.1) !important;
padding: 6px 10px !important;
font-size: 13px !important;
border-radius: 3px;
}
.listing-page .sorting .form-control:focus
{
border: 1px solid #00b6c1 !important;
box-shadow: none;
}
.breadcrumb-item.active 
{
    color: #01a6b0;
    font-size: 12px;
}
.bg-shadow{
 box-shadow: 0px 5px 6px #e4e4e4;
}
.product-details li .icon-image
{
    margin-right: 8px;
    width: 21px;
    text-align: center;
    vertical-align: top;
}
.product-details li .icon-image img
{
    width: 16px;
    height: auto;
}
.product-details ul
{
    padding:0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.product-details li .btn
{
    padding: 0px;
    font-size: 13px;
    color: #347ebd;
    box-shadow: none;
}
.pname-price .price .more-price
{
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #8e93a1;
    box-shadow: none;
}
#priceloading #amzprice
{
    font-size: 19px;
    font-weight: 600;
    padding-top: 7px;
}
#priceloading #zumprice
{
    font-size: 19px;
    font-weight: 600;
    padding-top: 5px;
}
.pname-price .price .more-price i
{
    font-size: 13px;
}
.product-details li .ri-text
{
    border-radius: 3px;
    list-style: none;
    margin-right: 4px;
    border: 1px solid #e4e4e4;
    padding: 0px 3px;
    color: #717171;
    text-decoration: none;
    transition: 0.3s;
    text-transform: capitalize;
}
.product-details li
{
    list-style-type: none;
    padding: 6px 0;
    display: inline-flex;
    width: 49%;
    margin-top: 0;
    margin-bottom: 0rem;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}
.pname-price .product-name
{
    font-size: 18px;
    color: #07aabc;
    margin-bottom: 7px;
    font-weight: 600;
}
.pname-price li a:hover
{
    text-decoration: none;
}
.pname-price .product-price
{
color: #003f46;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: -0.5px;

}
.pname-price .list-inline
{
    margin-bottom: 14px;
}
.listing-page .card-product .p-image  img
{
    max-width: 85px;
    max-height: 140px;
}
.listing-page .card-product .p-image 
{
    height: auto;
    width: 140px;
}
 .pname-price i
 {
    font-size: 16px;
    font-weight: 700;
 }
 .rating .stars {
    font-size: 11px;
    line-height: 15px;
    color: #dfdfdf;
}
.rating .checked{
    color: #ff9f1a;
}
.pname-price .score
{
    border: 1px solid #0e9f7e;
    padding: 3px 6px;
    border-radius: 4px;
    margin-right: 8px;
}
.pname-price .score .loader
{
   border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #0e9f7e;
    width: 25px;
    height: 26px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.pname-price .score .score-text
{
    margin-bottom: 0px;
    color: #8e93a1;
    font-size: 12px;
    margin-top: 0px;
    line-height: 17px;
    letter-spacing: -.4px;
    font-weight: 500;
}
.pname-price .score h6
{
   font-size: 20px;
    font-weight: 600;
    color: #8e93a1;
    line-height: 22px;
}
/*footer css start*/
.b-footer
{
    background: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.b-footer .r-text img 
{
    max-width: 90px;
}
.b-footer .l-text img 
{
    max-width: 150px;
}
.b-footer p
{
    color: #fff;
}
.b-footer .text ul li
{
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    font-weight: 700;
}
.b-footer .text ul
{
    margin-bottom: 2px;
}
.b-footer .text .social li
{
    font-size: 13px;
}
/*details page css starts here */
.product .card {
    border: none;
    line-height: 1.5em;
}
.popular-mobile .similar-product
{
   border: 1px solid rgba(0,0,0,.1);
   padding: 10px 0px 0px 0px;
}
.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.preview .tab-content {
    width: 100%;
    border: 1px solid #ececec;
    padding: 5px;
    height:350px;
}
.preview-pic .xzoom{
box-shadow: none;
}
.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.preview .tab-content img {
    max-height:320px;
    width: auto !important;
}
.preview-thumbnail {
    border: none;
    margin-top: 15px;
}
.preview-thumbnail a {
    width: 70px;
    min-height: 70px;
    margin: 0 3px !important;
    padding: 5px!important;
}
.preview-thumbnail a {
 border: 1px solid #eff0f1;
}
.preview-thumbnail a img {
    max-height: 57px;
    border:0;
    outline: none;
}
.preview-thumbnail .xactive{
    box-shadow: none;
}
.details .price{
    font-weight: 700;
    font-size: 14px;
    color: #464646;
}
.details .price span{
    color: #3471a0;
}
.details .price i{
    font-size: 12px;
}
.varient ul{
        padding: 3px 15px 3px 0;
    margin:0 0 30px 0px;
    display: inline-block;
    vertical-align: top;
}
.varient ul p{
    font-size: 12px;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 5px;
}
.varient ul.color {
    border-right: 1px solid #e4e4e4;
    margin-right: 15px;
}
.varient ul.color li{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.varient ul.color li.red {
    background-color: red;
}
.varient ul.color li.black {
    background-color: black;
}
.varient ul.color li.grey {
    background-color: grey;
}
.varient ul.color li.blue {
    background-color: blue;
}
.varient ul.size li a{
    border-radius: 3px;
    list-style: none;
    font-size: 12px;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    padding: 0px 3px;
    color: #717171;
    text-decoration: none;
    transition: 0.3s;
}
.varient ul.size li a:hover{
    border: 1px solid #0d426c;
    box-shadow: 0 0px 0px 1px #0d426c;
    color: #0d426c;
}
.varient ul.size li a.active{
    border: 1px solid #0d426c;
    box-shadow: 0 0px 0px 1px #0d426c;
    color: #0d426c;
}
.product .details h4{
    text-transform: capitalize;
    font-size: 14px;
    color: #015963;
    padding-left: 3px;
    font-weight: 600;
}

.product .details .dvssort h4 {
    font-size: 21px;

}

.product .details h5 {
    padding-left: 3px;
    margin-bottom: 15px;
    font-size: 20px;
}

.details .buy a{
    background-color: #ff3333;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    border-radius: 50px;
    padding: 12px 50px;
    text-decoration: none;
    border: 5px solid #fff;
    position: absolute;
    top: 20px;
    right: 50px;
    box-shadow: 2px 2px 10px 0px #b3b0b0;
    line-height: 25px;
}
.preview-thumbnail a {
    padding: 0;
    cursor: pointer;
    margin: 0;
}
.feat-bg {
    background-color: #fafafa;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}
.feat-bg h6
{
    font-weight: 400;
    color: #616060;
}
.product .summary
{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 11px;
}
.feat-bg p{
    font-size: 15px;
}
.feat-bg .media-body h5{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}
.feat-bg .media-body p{
    width: 80%;
    color: #4e4e4e;
}
.features h5{
        font-size: 15px;
    font-weight: 900;
}
.features li{
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 400;
    text-transform: capitalize;
}
.features li i{
     font-size: 12px;
}
.feat-bg .review-no{
    background-color: #ff3333;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    border-radius: 70px;
    text-decoration: none;
    border: 6px solid #fff;
    position: absolute;
    top: 5px;
    right: 50px;
    width: 110px;
    height: 110px;
    box-shadow: 2px 2px 10px 0px #b3b0b0;
    line-height: 100px;
    display: block;
    text-align: center;
}
.user-review p
{
    color: #ababab;
    font-size: 15px;
}
/*.popular-mobile h5
{
    text-transform: capitalize;
}*/
.table-spec{
    font-size: 14px;
    font-weight: 500;
}
.table-spec tr td
{
    text-transform: capitalize;
}
.similar-product .p-name a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-weight: 600;
}
.similar-product .p-price
{
    color: #30919d;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0px;
}
.similar-product .p-price i 
{
    font-size: 18px;
    font-weight: 700;
}
.user-review .review-no
{
    border: 1px solid #0e9f7e;
    font-size: 18px;
    color: #0e9f7e;
    text-align: center;
    padding: 1px 10px;
    border-radius: 4px;
}
.user-review .my-review
{
    font-weight: 600;
}
.user-review .Reviewed-on .text
{
    color: #aaaeb9;
}
.review-s
{
    background-color: #f2f3f5;
}
.rate-count {
    border: 2px solid #16a085;
    padding: 8px;
    border-radius: 5px;
    font-size: 15px;
    color: #919191;
    max-width: 80px;
}
.rate-count span{
    font-size: 26px;
    color: #16a085;
    font-weight: 700;
}
.rate-star p{
    font-size: 15px;
    color: #919191;
    margin-bottom: 0;
}
.rate-prgres {
    font-size: 14px;
    color: #808080;
    font-weight: 500;
}
.rate-prgres i{
    color: #dbdbdb;
}
.rate-prgres .progress {
    height: .8rem;
    background-color: #dfe1e8;
    border-radius: 0;
}
.rate-prgres .progress-bar 
{
    background-color: #0d426c;
}
.review-s p 
{
   font-size: 18px;
}
.review-s .review-button
{
    background-color: #30919d;
    border-color: #30919d;
    font-size: 18px;
    padding: 5px 14px;
    box-shadow: none;
}
.review-s .rate label 
{
    overflow: visible;
    margin-bottom: none;
    font-size: 23px;
}
.review-s h5.card-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0;
    padding: 8px;
}
.review-s .rating-r .rate
{
    height: 39px;
    padding: 6px 16px;
}
.review-s textarea.form-control{
    border-radius: 3px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 1px 5px #e8e8e8!important;

}
.product .review-s .card .card-header{
    text-transform: none;
}

.review-s .btn{

    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 40px;
    border-radius: 3px;
}
.similar-product img{
    max-height: 150px;
    width: auto;
}
/*-----compare css start---- */
.p-Compare .left-colom .cfull
{
    font-weight: 700!important;
}
.p-Compare .left-colom .cfull:nth-child(even), .p-Compare .right-colom .cfull:nth-child(odd)
{
    background-color: #f2f2f2;
} 
.p-Compare .cfull {
    padding: 8px 12px 8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
}
.p-Compare .left-colom .cfull img
{
    margin-right: 9px;
    width: 17px;
}
.p-Compare .product-price
{
   color: #0d426c;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
.p-Compare .rating
{
    margin-bottom: 15px;
}
.p-Compare .product-price i
{
    font-weight: 600;
    font-size: 16px;
}

.p-Compare h4
{
    margin-top: 10px;
    font-size: 18px;
    color: #30919d;
    font-weight: 600;
}
.right-colom a{
    text-decoration: none;
}
.p-Compare .b-title
{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
   font-weight: 500;
}
.p-Compare .b-title span
{
    font-weight: 700;
}
.cfulls {
    height : 60px;   
    margin-top: 5px;
}
.centerimage{
    margin: auto;
    vertical-align: center;
    text-align: center;
    margin-top: 50px;
}
/*-----compare css end---- */
/*------side bar css start--------*/
 aside .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 0.2em;
  border-radius: 2px;   
  background: #0d426c;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
aside .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%; 
  background: #0d426c;
  cursor: pointer;
}
aside .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
#comparebutton .compares {
     background-color: #11a4b5;
    color: white;
    padding: 6px 15px;
    border-radius: 4px;
    border-color: #1d9baa;
}
#comparebutton {
  position: fixed;
  bottom: 145px;
  right: 10px; 
} 
.dbtn {
    background-color: #0fa4b6;
    border-color: #0fa4b6;
    font-size: 12px;
    padding: 5px 16px;
    line-height: 20px;
    box-shadow: none!important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 2px;

}
.dvs .dvssort
{
    width: 100%;
}
.fltr-prc-inpt-wrpr {
    margin: 15px 0;
    vertical-align: middle;
}
.fltr-prc__mnm-wrpr {
    float: left;
    width: 50%;
}
.fltr-prc__prc-ttl {
    margin-bottom: 5px;
    font-size: 14px;
}
.fltr-prc__prc-rpe {
    vertical-align: top;
       color: #0d426c;
    line-height: 26px;
}
.fltr-prc__inpt {
    width: 80px;
    height: 24px;
    padding-left: 4px;
    font-size: 13px;
    color: #0d426c;
    outline: none;
    border: 1px solid #bbb;
    border-radius: 3px;
    font-weight: 600;

}

.see-full{
    font-weight: 500;
    font-size: 13px;
 color: #08a9bc;
}
.see-full i{
    font-size: 10px;
}

.prdct-item__prc {
    position: relative;
    float: right;
    width: auto;
    min-width: auto;
    line-height: 18px;
    padding-bottom: 4px;
    border-top: none;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
}
.prdct-grid--list .prdct-item__rpe {
    padding-right: 0;
    vertical-align: 2px;
}
.prdct-item__rpe {
    font-size: 18px;
    vertical-align: 1px;
}
.prdct-item__prc-val {
    font-size: 20px;
}
.prdct-item__prc-more {
    font-weight: 400;
    color: #8e93a1;
}

.prdct-item__prc-drpdwn {
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    width: 235px;
    max-height: 0;
    border: none;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    cursor: auto;
    transition: max-height .2s ease-in-out,box-shadow .2s ease-in-out;
        background: #fff;
}

.main-wrpr__cols1 .cols1-prdcts__str {
    padding: 6px 0;
    font-size: 13px;
    overflow: hidden;
}

.main-wrpr__cols1 .cols1-prdcts__str:before {
    content: '';
    display: block;
    border-bottom: 1px solid #dfe1e8;
    width: 100%;
    height: 0;
    position: relative;
    top: 10px;
}
.main-wrpr__cols1 .cols1-prdcts__str-name {
    float: left;
    color: #444;
    max-width: 105px;
    background: #fff;
    position: relative;
    padding-right: 5px;
    z-index: 1;
}
.main-wrpr__cols1 .cols1-prdcts__str-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: 2px;
}
.main-wrpr__cols1 .cols1-prdcts__str-name span {
    display: inline-block;
    max-width: 70px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-wrpr__cols1 .cols1-prdcts__gts-btn {
    float: right;
    cursor: pointer;
    color: #0d426c;
    font-weight: 600;
    transition: opacity .25s ease-in;
    background: #fff;
    position: relative;
    padding-left: 5px;
}
.prdct-item__prc:hover .prdct-item__prc-drpdwn {
    max-height: 250px;
    box-shadow: 0 1px 2px rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);

}
.main-wrpr__cols1 .cols1-prdcts .sctn__inr {
    padding: 15px;
}

.prdct-item__prc-more i{
    font-size: 11px;
    font-weight:bold;
}

.bg-priceload{
    background-color: #f2f3f5;
    border: 1px solid #dfe1e8;
    border-radius: 3px;

}

.dvssort  .card-product{
    margin-bottom: 0px !important;
    border-radius: 3px;
    margin-bottom: 15px !important;
}
.dvssort .card-product .prod-box {
    padding: 12px;
}

ul.follow-bts {
    padding: 0px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    color: #153661;
    float: right;
}

ul.follow-bts a.btn-dark {
    font-size: 12px;
    color: #fff;
    background: #05acbf;
    border-radius: 2px;
    padding: 3px 10px;
    border: #06aabd;
   text-decoration:none !important;
   cursor: pointer;
}

ul.follow-bts a.btn-dark:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    background: #ec2011;
    color: #fff;
    outline: none;
    box-shadow: 0;
     text-decoration:none !important;
}
.follow-bts .share {
    max-width: 200px;
    padding: 10px 10px 4px 10px;
    border: 1px solid #e3e6f0;
    border-radius: 2px;
}

.Sign-up .fb {
background-color: #3B5998;
color: white;
}
.Sign-up .twitter {
background-color: #55ACEE;
color: white;
}
.Sign-up .linkedin {
background-color: #0077b5;
color: white;
}
.Sign-up .whatsapp {
background-color: #26d368;
color: white;
}

.btnnshare {
    width: 100%;
    padding: 3px 4px;
    border: none;
    border-radius: 2px;
    margin: 0px 0 7px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    text-decoration:none !important;
}

.share input:hover, .btnnshare:hover {
opacity: 1;
}

.card-product .pname-price li.pname{
    max-width: 410px;

}

.card-filter label {
    margin-bottom: .8rem;
}


#brands .custom-control {
    padding-left: .4rem;
}

#brands .checkbox-custom + .checkbox-custom-label:before{
    top: 4px;
}

.empty-box{
    min-height:375px;
}
.preview ul.preview-thumbnail{
    padding-left: 0px;
}

.table-spec p{
    font-weight: 500;
    line-height: 23px;
}

/*------side bar css end--------*/

/*css for header*/
.cardsbanner .img-thumb{
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.15);
    box-shadow: 0 4px 4px rgba(0,0,0,.15);
    border-radius: 6px;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-bottom: 10px;
}

.cardsbanner {
        margin-top: -20px;
    position: relative;
    z-index: 5;

}
.cardsbanner .img-thumb img{
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 6px;
}

.cardsbanner .img-thumb img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mainbanner .carousel-inner img{
        min-height: 310px;
    object-fit: cover;
}

.mainbanner  .carousel-indicators {
    bottom: 35px;

}

.mainbanner{
    margin-top: 58px;
}
.card-filter{
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

.swiper-slide{
    max-width: 268px;

}

.listing-page{
    margin-top: 65px;
}

.navbar.navbar-shrink img {
    max-width: 110px;
}

.navbar.navbar-shrink ul li a {
    line-height: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar.navbar-shrink  ul li a.login,
.navbar.navbar-shrink  ul li a.register {
    line-height: 26px;
    }

    .listing-bytag .card-product .pname-price li.pname {
    max-width: 600px;
}

  .bannbdrbtm {
    border-bottom: 1px solid #e0e0e0;
}

.compare td, .compare th {
    padding: .4rem;
}
.compare td, .compare th{
	border:none;
}

.compare {
    border-collapse: inherit;
}

.compare .w-300{
	width: 300px;
        line-height: 17px;
}
.compare{
	font-size: 13px;
}

.landing-bg{
    background: url(../img/landing-image.jpg);
    background-size: cover;
    margin-top: 55px;
    height: 80vh;

}

.compare thead th{
	vertical-align: top;
	border-bottom:0;
}

.compare .default{
width: 15px;
    margin-right: 7px;
}

.compare .category{
width: 12px;
    margin-right: 7px;
}

.dvssort .card-product .custom-control-label::before, .dvssort .card-product .custom-control-label::after{
    top: -1px;

}

.b-footer .text ul li a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.b-footer .text ul li a {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.card-filter .card-header .icon-action{
display: none;
}

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

#price .checkbox-custom + .checkbox-custom-label:before{
    top: 4px;
}
.b-footer .text ul.social li a{
    font-weight: 500;
}


