/*@font-face {
    font-family: 'arboria-bolduploaded_file';
    src: url('../fonts/arboria-bold-webfont.woff2') format('woff2'),
         url('../fonts/arboria-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'arboria-bookuploaded_file';
    src: url('../fonts/arboria-book-webfont.woff2') format('woff2'),
         url('../fonts/arboria-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arboria-lightuploaded_file';
    src: url('../fonts/arboria-light-webfont.woff2') format('woff2'),
         url('../fonts/arboria-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arboria-mediumuploaded_file';
    src: url('../fonts/arboria-medium-webfont.woff2') format('woff2'),
         url('../fonts/arboria-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arboria-thinuploaded_file';
    src: url('../fonts/arboria-thin-webfont.woff2') format('woff2'),
         url('../fonts/arboria-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

 
.header-wrapper{
    position: relative;
}
.header-bg-img img{
    width: 100%;
}
.comp-dp{
    box-shadow: 8px 8px 8px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.comp-dp img{
    max-width: 129px;
    max-height: 125px;

}
.comp-desc{
    padding-top: 45px;
    display: contents;
}
.comp-desc h2{
    font-size: 20px;
    /*    font-family: 'arboria-bolduploaded_file';*/
    color: #fff;
}
.comp-addr{
    /*    font-family: 'arboria-mediumuploaded_file';*/
    font-size: 14px;
    color: #fff;
}
.company-info{
    margin-top: -140px;
}
.apox-time{
    background: #fff;
    border-radius: 21px;
    padding: 8px 20px;
    max-width: 280px;
    color: #3B3B3B;
    margin-top: -110px;
    float: right;
    margin-right: 20px;
}
.apox-time p{
    color: #7B7B7B;
    font-size: 16px;
    /*    font-family: 'arboria-bolduploaded_file';*/
    margin-bottom: 0;
}
.apox-time span{
    font-size: 18px;
    color: #3B3B3B;
    /*    font-family: 'arboria-medfont-famiiumuploaded_file';*/
    display: inline-block;
}
.info-bar{
    background: #fff;
    padding: 10px 0px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
}
.info-tab{
    padding: 0;
    margin: 0;
    line-height: 27px;
}
.info-tab li{
    list-style: none;
    display: inline-block;
    margin-right: 35px;
}
.info-tab li:last-child{
    margin-right: 0;
}
.info-tab li a{
    text-decoration: none;
    color: #A90000;
    font-size: 16px;
    /*    font-family: 'arboria-bolduploaded_file';*/
}
.info-no{
    color: #A90000;
    font-size: 33px;
    /*    font-family: 'arboria-bolduploaded_file';*/
    float: right;
}
.info-no h3{
    margin-bottom: 0;
}
.pro-info h3{
    font-size: 18px;
    color: #313131;
    /*    font-family: 'arboria-mediumuploaded_file';*/
}
.pro-desc{
    color: #7B7B7B;
    /*    font-family: 'arboria-mediumuploaded_file';*/
    font-size: 14px;
}
.pro-price{
    color: #7B7B7B;
    /*    font-family: 'arboria-bolduploaded_file';*/
    font-size: 16px;
}
.product-card{
    background: #fff;
    padding: 20px 20px 20px 15px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: flex;
    margin-bottom: 30px;
    transition: all .2s ease-in-out;
}
.product-card:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: scale(1.05);
}
.pro-img img{
    width: 120px;
    height: 97px;
    max-width: 120px;
    max-height: 100%;
}
.offer-main-h2{
    color: #313131;
    /* font-family: 'arboria-bolduploaded_file'; */
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}
.main-prodct-wrapper{
    margin-top: 60px;
}
.pro-anker{
    text-decoration: none;
}
.pro-anker:hover{
    text-decoration: none;
}
.divider{
    height: 1px;
    width: 100%;
    background: #CBCBCB;
    margin-bottom: 30px;
}
.side-card{
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.side-card h3{
    font-size: 18px;
    color: #474747;
    font-family: 'arboria-bolduploaded_file';
    margin-bottom: 0;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
.sm-divider{
    height: 1px;
    background: #CBCBCB;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.v-nav{
    padding: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.v-nav li{
    list-style: none;
    margin-bottom: 13px;
}
.v-nav li a{
    text-decoration: none;
    font-style: 16px;
    color: #474747;
    /*font-family: 'arboria-mediumuploaded_file';*/
}
.v-nav .active {
    color: #A90000;
}
.s-bar{
    border:solid 1px #ccc;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    height:50px;

} 
 
.pro-accordian{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    border-radius: 6px;
}
.faa {
    float: right;
}
.fa-pluss{
    background: url(../images/down.png) no-repeat;
    width: 20px;
    height: 44px;
    background-position: 100% 20px;
}
.fa-minuss{
    background: url(../images/up.png) no-repeat;
    width: 20px;
    height: 44px;
    background-position: 100% 20px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
.card-body ul{
    margin: 0;
    padding: 0;
}
.card-body ul li{
    list-style: none;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.card-body ul li a{
    text-decoration: none;
}
.card-body ul li a:hover{
    text-decoration: none;
}
.acc-img img{
    width: 123px;
    height: 123px;
    max-width: 123px;
    max-height: 123px;
    border: 1px solid #CFCFCF;
    border-radius: 6px;
}
.acc-desc h3{
    font-size: 16px ;
    color: #242424;
    /*    font-family: 'arboria-mediumuploaded_file';*/
}
.acc-desc p{
    font-size: 14px;
    color: #242424;
    /*    font-family: 'arboria-bookuploaded_file';*/
    margin-bottom: 0;
    line-height: 17px;
}
.fa-star{
    color: #FF8E1D;
    font-size: 18px;
}
.grey{
    color: #D1D1D1;
    font-size: 18px;
}
.price-box{
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    padding: 9px 13px;
    width: 89px;
}
.price-box h3{
    font-size: 13px;
    color: #242424;
    /*    font-family: 'arboria-bookuploaded_file';*/
    margin-bottom: 0;
}
.acc-intro{
    display: flex;
}
.acc-desc{
    padding-left: 15px;
    padding-right: 15px;
}
.acc-price-star, .acc-img, .acc-desc{
    display: inline-block;
}
.acc-price-star i{
    display: inline;
}
.checkout{
    background: #A90000;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border: none;
    width: 100%;
}
.checkout:hover{
    background: rgb(121, 0, 0);
}
.checkout:focus,.checkout:active{
    outline: none;
    border: none;
}
.right-checkout-card{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 6px;
    padding: 35px 20px 20px 20px;
    background: #fff;
}
.lft-minus{
    border-left: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    background: #fff;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.rt-minus{
    border-right: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    background: #fff;
}
.lft-minus button, .rt-minus button{
    padding: 2px;
    background: #fff;
}
.counter{
    /* width: 76px;
    height: 30px; */
    font-size: 17px;
    color: #404040;
    /*    font-family: 'arboria-bolduploaded_file';*/
}
.fa-minus, .fa-plus{
    color: #A90000;
    font-size: 12px;
}
.input-number{
    padding: 0;
    padding-left: 2px;
    padding-right: 0px;
    border-color: #E3E3E3;
}
.item-counter{
    width: 60px;
    height: 30px;
}
.item-desc{
    display: inline-flex;
}
.item-desc span:first-child{
    padding-left: 15px;
    font-size: 17px;
    color: #404040;
    /*    font-family: 'arboria-mediumuploaded_file';*/
    line-height: 17px;
}
.item-desc span:nth-child(2){
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    color: #404040;
    /*    font-family: 'arboria-mediumuploaded_file';*/
}
.items-detail{
    display: inline-flex;
    margin-bottom: 15px;
}
.divi-checkout{
    height: 1px;
    background: #E3E3E3;
    width: 100%;
    margin-top: 15px;
}
.sub-t-heading span{
    color: #949494;
    /*    font-family: 'arboria-bolduploaded_file';*/
    font-size: 16px;
    display: inline-block;
}
.sub-t-heading span:first-child{
    float: left;
}
.sub-t-heading span:last-child{
    float: right;
}
.fl{
    float: left !important;
}
.fr{
    float: right !important;
}
.sub-t-other{
    clear: both;
    padding-top: 20px;
}
.sub-t-other span{
    color: #474747 !important;
    /*    font-family: 'arboria-bolduploaded_file';*/
    font-size: 16px;
    display: inline-block;
}
.first-sp, .sec-sp{
    clear: both;
    /*    font-family: 'arboria-bolduploaded_file';*/
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-wrapper{
    background: #f4f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 60px;
}
.footer-dp img{
    width: 139px;
    height: 100%px;
    max-width: 139px;
    max-height: 82px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 6px;
}
.copy-right{
    /*    font-family: 'arboria-bolduploaded_file';*/
    font-size: 18px;
    color: #aaa;
    line-height: 80px;
}
.copy-right a{
    color: #999;
    text-decoration: underline;
}
.social-links{
    padding: 0;
    margin: 0;
    line-height: 80px;
    float: right;
}
.social-links li{
    list-style: none;
    display: inline-block;
}
.no-items{
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
}
.no-items span{
    color: #A90000;
    /*    font-family: 'arboria-bolduploaded_file';*/
    font-size: 33px;

}
.pro-img{
    padding-left: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #A90000;
}