html, body{
    width: 100%;
    height: 100%;
}
body{
    background-image: url("../images/orange_general.jpg");
    background-size: 100% 100%;
}
.bg-dark, .btn-dark{
    background-color: #262626;
    border-color: #262626;
}
.navbar .fa-bars {
    color: #ffffff;
}
.navbar-light .navbar-toggler {    
    border-color: #ffffff;
    margin-right: 15px;
}
ul li{
    list-style: none;
}
/* 1140 */
.aligner{
    width: 100%;
    float: left;
}
.transition{
    -webkit-transition: .7s ease-out;
    -moz-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out;
}
#top-bar{    
    padding: 25px 0 15px 0;
}
.flags, #search{
    float: left;
}
#top-bar .left img{
    max-width: 100%;
    max-height: 92px;
    padding: 0 15px;
}
#top-bar .right{
    padding: 0;
}
#top-bar .right .col-12{
    padding: 0px;
}
.flags a{
    overflow: hidden;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}
.flags img{
    height: 38px;
}
#top-bar .right .form-group{ 
    margin-bottom: 0px;
 }
#top-bar .right .form-group input{
    width: 250px;
}
#top-bar .right .form-group img{
    margin: -21px 15px 0 0;
    width: 60px;
}
/* navigation top */
#top-nav .navbar{
    padding: 0 0px;
}
#top-nav .navbar-brand{
    padding: 5px;
    background-color: #e0e0e0;
    color: #000000;
    height: 40px;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}
#top-nav .navbar-brand:hover{
    background-color: #f0941d;
}
#top-nav .navbar-brand i{
    font-size: 35px;
}
#top-nav li a{
    color: #e0e0e0;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}
#top-nav li a:hover{
    color: #f0941d;
    background-color: rgba(240, 148, 49, 0.1)
}
#fl-se{
    float: right;
}
/* main */
#main{
    background: url('../images/mainbg.png');
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 63px;
}
/* sidenav */
#main > .col-md-3{
    padding-right: 0px; 
}
#main .sidenav, #main .central, #main .product-top, #main .related-products .col-lg-3 > div {
    height: 100%;    
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f1e8dc;
    overflow-x: hidden;
    margin-top: 20px;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}
#main .related-products .col-lg-2{
    padding: 0 5px;
}
#main .related-products .col-lg-2 > div{
    height: 100%;    
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f1e8dc;
    overflow-x: hidden;
    margin-bottom: 10px;
    padding: 5px 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}
#main .related-products li{
    background: none;
    padding-right: 5px;
}
#main .related-products .col-lg-3 > div {
    margin: 0;
    width: 258px;
    margin-bottom: 5px;
}
.related-products .active{    
    color: #000000 !important;
    display: block;
}
.sidenav .selected{  
    background-color: #000000 !important;
    color: white !important;
}

#main .sidenav a, #main .dropdown-btn {
    padding: 7px 0 4px 0;
    text-decoration: none;
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}
#main .sidenav a, #main .dropdown-btn{
    border: solid 1px #44230a;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #edd1b0;
    color: #000000;
    font-weight: bold;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#main .sidenav a:hover, #main .dropdown-btns:hover {
    color: #f1f1f1;
}
.sidenav .cl3{
    position: relative;
}
.sidenav .cl1{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}
.sidenav .cl2{
    width: 150px;
    position: absolute;
    top: 50%;  
    left: 34px;
    transform: translate(0, -50%);
}

/* Main content */
#main .main {
    margin-left: 200px; 
    font-size: 20px; 
    padding: 0px 10px;
}

#main .active {
    background-color: #000000;
    color: white;
}

#main .dropdown-container {
    display: none;
    padding-left: 15px;
}
#main .fa-caret-down {
    float: right;
    padding-right: 8px;
    margin-top: 4px;
}

@media screen and (max-width: 450px) {
    #main .sidenav {padding-top: 15px;}
    #main .sidenav a {font-size: 18px;}
}
.sidenav img{
    width: 34px;
    padding: 0 5px;
    /* margin-top: -5px; */
}

/* main rightside */
#filtra{
    background-color: #edd1b0;
    border: solid 1px #ef8823;
    padding: 15px 0px 15px 15px;
}
#filtra form{
    margin-bottom: 15px;
}
#filtra form .btn-dark, .product-buttons .btn-dark, .btn.btn-dark.comp{
    background-color: #7b6c5e;
    border-color: #7b6c5e;
}
.basket-b .btn-danger{
    background-color: #7b6c5e;
    border-color: #7b6c5e;
    font-size: 12px; 
    margin-right: 5%;
    width: 25%;
}
.basket-b .btn-danger:hover{
    background-color: #000000;
}
.price-btns.col-12{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.price-btn-1{
    width: 22%;
    margin-right: 3%;
}
.price-btn-2{
    width: 50%;
    margin-right: 3%;
}
.price-btn-3{
    width: 22%;
}
.price-btn-4{
    width: 75%;
    margin-right: 3%;
}
.price-btn-5{
    width: 100%;
}
#filtra .col-sm-9{
    padding: 0 15px 0 0;    
}
#filtra .col-sm-3 ul, #filtra .col-sm-9 ul, #filtra .col-sm-9 ul li ul{
    margin: 0;
    padding: 0;
}
#filtra .col-sm-3 div{
    border: solid 1px #7b6c5e;
    background-color: #eeb168;
    margin-bottom: 5px;
    padding-left: 5px;
    /* padding: 10px; */
    font-size: 12px;
    font-weight: bold;
}

#filtra .col-sm-9 div{
    border: solid 1px #7b6c5e;
    background-color: #f1e8dc;
    margin-bottom: 5px;

    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    /* height: 58px; */
    overflow: auto;
}
#filtra .col-sm-9 ul li a{
    color: #000000;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
#filtra .col-sm-9 ul li{
    float: left;
    padding-right: 12px;
    overflow: auto;    
}
#filtra .col-sm-9 ul li:hover a{
    color: #f0941d;
}
#filtra .col-sm-9 ul li img{
    width: 8px;
    margin: -2px 4px 0 0
}
#filter-inside{
    max-height: 240px;
    overflow: auto;
    padding-left: 0;
}
/* #filter-inside .col-sm-9{
    padding: 0;
} */
#filter-navigation{
    margin-top: 15px;
}
#filter-navigation .col-md-2 .btn{
    border: solid 1px;
    background-color: #edd1b0;
    color: #754c24;
    font-size: 12px;
}
#filter-navigation .col-md-2, #filter-navigation .col-md-10{
    padding-left: 0;
    padding-right: 0;
}

#filter-navigation .col-md-10 .form-control{
    /* width: 100px; */
    display: inline-block;
    background-color: #f1e8dc;  
    border-color: #000000;
    display: inline-block;
    font: inherit;
    /* line-height: 15px;   */
    padding: 0 27px 0 10px;
    margin: 0; 
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image:
    linear-gradient(45deg, transparent 50%, #82572b 50%),
    linear-gradient(135deg, #82572b 50%, transparent 50%),
    linear-gradient(to right, #eeb168, #eeb168);
    background-position:
    calc(100% - .78em) 14px,
    calc(100% - .47em) 14px,
    100% 0;
    background-size:
    4px 4px,
    5px 5px,
    1.7em 2em;
    background-repeat: no-repeat;
    z-index: 10;
}

#filter-navigation .col-md-10 form .form-group{
    margin-bottom: 0;
}
#filter-navigation .col-md-10 .btn{
    padding: 5px 10px 7px 10px;
    margin-top: 0px;
    font-size: 12px;
}
#filter-navigation .col-md-10 label{
    margin: 0;
}
#product-list{
    padding-top: 15px;
}
#product-list .col-md-3{    
    border: solid 1px #f5d5ad;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
#product-list .col-md-3:hover{    
    background-color: #edd1b0;
}
.product-photo{
    background-color: white;
    width: 100%;
    margin: 15px 0;
    border: solid 1px;
    overflow: hidden;
    position: relative;
}
.product-photo img{
    width: 100%;
}
.product-photo .open-ph{
    position: absolute;
    bottom: 5px;
    right: 5px;    
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.product-photo .open-ph:hover{
    background-color: #ffffff; 
    border-color: #ffffff;
    color: #000000;
}
#product-list .prodCatDetails{
    height: 65px;
}
#product-list p{
    border-bottom: 1px solid #603913;
    color: #545454;
    font-size: 10px;
}
#product-list h4{
    font-weight: bold;
    font-size: 16px;
    height: 80px;
}
.basket-b{
    padding-right: 0;
    padding-left: 0;
}
#product-list .btn-dark{
    font-size: 10px;
}
#product-list .basket-b .btn-dark, .prod-det-box .basket-b .btn-dark{
    background-color: #f05222;
    border-color: #f05222;
    font-size: 12px;
    width: 41%;
    margin-left: 5%;
}
.num-inp-b{
    width: 24%;
    height: 32px;
    text-align: center;
}
#product-list .basket-b .btn-dark:hover, .prod-det-box .basket-b .btn-dark:hover, #main .AddToFavBtn.active{
    background-color: #000000;
    border-color: #000000;
}
.prod-det-box .basket-b a, #main .AddToFavBtn.active{
    color: #ffffff !important;
}

footer{
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    color: #e4dbd5;
    border-top: 7px solid;
    border-bottom: 7px solid;
    padding: 5px 0;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(103,103,103,1), 0px 5px 5px 0px rgba(103,103,103,1);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(103,103,103,1), 0px 5px 5px 0px rgba(103,103,103,1);
    box-shadow: inset 0px 5px 5px 0px rgba(103,103,103,1), 0px 5px 5px 0px rgba(103,103,103,1);    
}
footer h2{
    padding: 5px 0;
    border-bottom: 1px solid;
    max-width: 260px;
    font-size: 20px;
}
footer h4{
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
}
footer .fa-map-marker{
    margin: 0 3px 0 2px;
}
footer .glyphicon-phone-alt, footer .fa{
    margin-left: 15px;
    margin-right: 5px;
}
#u-footer{
    position: fixed;
    left: 0;
    bottom: -6px;
    font-weight: bold;
    color: #ffffff;    
}
#u-footer h4.text-center{
    padding: 20px 0;
    margin: 0;
    background-image: url("../images/orange_general.jpg");
    background-size: 100% 100%;
    font-size: 16px;
}
#u-footer .col-md-3{
    padding: 0;
}
#main .product-top h1{ margin: 0px 0 20px 0; }
#main .product-top h1, .title-h{
    font-size: 16px;
    font-weight: bold;
}
.title-h{
    margin: 20px 0;
    padding-left: 15px;
}
.product-top .col-md-5{
    padding: 0;
}
.product-top .col-md-7{
    min-height: 400px;
}
.product-top .col-md-7 ul{
    margin-bottom: 60px;
}
.product-top .col-md-7 li{
    list-style: disc;
}
.product-top .col-md-7 .btn-dark{
    position: absolute;
    bottom: 15px;
}
#product-image{
    /*background-color: #e0e0e0;*/
    width: 100%;
    height: 400px;
}
.related-products .col-lg-3{
    padding: 0 0px 0 10px;
}
.related-products h4{
    font-size: 16px;
}
.related-products .btn-dark.mt-1{
    font-size: 12px;
}
.related-products .mt-2 .btn-dark{
    font-size: 12px;
    background-color: #f05222;
    border-color: #f05222;
}
.fl-right{
    float: left;
}
.log-icons i{
    padding-right: 5px;
}
.log-icons{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 15px;
}
/* #b2b-icon{
    position: absolute;
    left: 0;    
    top: -21px;
}
#b2b-icon img{
    width: 60px;
} */
#b2b-icon-out img{
    width: 40px;
}
#b2b-icon-out{
    float: right;
}
#b2b-icon-logout{
    display: none;
}
.breadcrumb {
    background-color: initial;
    margin-left: 15px;
    padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #000000;
    content: ">";
}
.breadcrumb-item a, #tabs-desc .nav-item{
    color: #000000;
}
#tabs-desc{
    padding-top: 15px;
}
#tabs-desc .nav-item.active{
    background-color: #f4dab9;
    color: black;
    border-style: solid solid none solid;
    border-color: #a73309;
}
#tabs-desc .nav-tabs {
    border-bottom: none;
}
#tabs-desc .nav-item:hover {
    border-style: solid solid solid solid;
    border-color: #a73309;
    background-color: #f4dab9;
}
#tabs-desc .tab-pane.active{
    background-color: #f4dab9;
    color: black;
    border: solid 1px #a73309;
    padding: 15px;
}
#accordionCategory .card-body{ padding: 0; }
#accordionCategory .card-header{ padding: 0; background-color: black; }
#accordionCategory .btn-link{ width: 100%; color: white; text-decoration: none; 
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;}
#accordionCategory .btn-link:hover{ color: #f0941d; }
#accordionCategory .card{
    background-color: transparent;
    border: none;
}
#formIDContact p i{
    width: 25px;
    text-align: center;
    margin-right: 5px;
}
#formIDContact h4{
    margin-bottom: 20px;
}
#sigrisi .modal-dialog{
    max-width: 90%;
}
#sigrisi .modal-content, #sigrisi-mes .modal-content{
    background-color: #f1e8dc;
    border: solid 1px #ffffff;
    overflow: hidden;
}
#sigrisi .modal-header, #sigrisi .modal-footer, #sigrisi-mes .modal-header, #sigrisi-mes .modal-footer{
    border-color: #000000;
    background-color: #1d2124;
    color: #e0e0e0;
}
.downqty, .upqty{
    min-width: 30px;
}
#passwordHelp .form-check-input{
    margin-left: 0px;
}
#passwordHelp span{
    margin-left: 1.25rem;
}
/* buttons list & grid */
#product-list .image-set.bx-vertical{
    max-width: 100%;
}
#product-list .image-set.bx-vertical .product-photo{
    width: 11%;
    float: left;
}
#product-list .image-set.bx-vertical h4{
    width: 64%;
    float: left;
    padding: 10px 0 0 15px;
    margin: 0;
    height: 104px;
    overflow: auto;
}
#product-list .image-set.bx-vertical .example-image-link.open-ph{
    padding: 2px 5px !important;
}
#product-list .image-set.bx-vertical .price-btns{
    width: 25%;
    float: left;
    padding-top: 15px;
    margin: 0 !important;
}
#product-list .image-set.bx-vertical .basket-b{
    width: 25%;
    float: left;
}
#product-list .image-set h4 p{
    /*display: none;*/
	padding-top:5px;
}
#product-list .image-set.bx-vertical h4 p{
    border: 0;
    font-size: 12px;
    padding-top: 10px;
    margin: 0;
    display: block;
}
.bx-shadow{
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.75);
}

@media (max-width: 1200px) {
    .container{
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .navbar-nav{
        font-size: 15px; font-weight: bold;
    }
}
@media (max-width: 991px) {
    .nav-item{
        padding: 0 15px;
    }
    #top-bar .col-md-3{
        padding: 0;
    }
    #top-bar .col-md-9{
        padding: 0;
    }
    #top-bar .right .form-group input {
        width: 150px;
    }
    .container{
        max-width: 100%;
    }
    #u-footer{
        position: relative;
    }
    #main{
        margin-bottom: 15px;
    }
    .phone-num{
        float: left;
        width: 100%;
        margin: 5px 0;
    }
    footer .glyphicon-phone-alt, footer .fa-fax {
        margin-left: 0px;
    }
    #sigrisi .modal-dialog{
        max-width: 95%;
    }
}
@media (max-width: 838px) {
    #filter-navigation .col-md-10 .btn {
        margin: 15px 0 0 0;
        width: 100%;
    }    
}
@media (max-width: 768px) {    
    #product-list .image-set.bx-vertical h4{
        width: 54%;
    }
    #product-list .image-set.bx-vertical .price-btns, #product-list .image-set.bx-vertical .basket-b{
        width: 35%;
    } 
    #comp_small_prod, .b2b-icon-out{ display: none; }
    #filtra, #filter-inside{
        padding-left: 0;
    }    
    .fl-right{
        width: 100%;
    }
    #top-bar{
        padding: 0 0 10px 0; 
    }
    #top-bar .right .form-group, #top-bar .left{
        width: 50%;
        padding: 10px 15px;
        text-align: center;
    }
    #top-bar .right .form-group input, #search, #fl-se, #search form {
        width: 100%;
    }
    .flags img{
        height: 20px;
    }
    #top-bar .right .flags, #search{
        width: 100%;
        padding: 5px 0 5px 10px;
        text-align: center;
        float: right;
    }
    #top-bar .right .flags a{
        width: 32%;
        margin: 0;
        float: right;
    }
    #top-bar .right .flags a:hover{ margin: 0; padding: 0; }
    .container{
        max-width: 100%;
    }
    /* #filter-navigation .form-group{
        margin: 15px 0;
    } */
    #filter-navigation .col-md-10 label{
        margin: 0;
    }
    #filter-navigation .col-md-10 .form-control {
        width: 100%;
    }
    /* #filter-navigation .ml-3{
        margin: 0 !important;
    } */
    #logout-icon{        
        font-size: 17px !important;
    } 
    #logout-icon:hover{        
        color: #ffffff !important;
    } 
}
 
 @media (max-width: 576px) {
    .container{
        max-width: 100%;
    }
    #filtra .col-sm-9, #filtra .col-sm-3 {
        padding: 0 10px;
    }
    #filter-inside{
        padding: 0;
    }
    .product-photo {
        height: 250px;
    }
    #search-mob{
        display: initial;
    }
    .sm-hide{
        display: none;
    }
    #search{
        float: left;
        width: 100%;
    }
    #top-bar .right .flags a{
        padding-top: 10px;
    }
    .log-icons > div{
        background-color: #ffffff;
        border-radius: 5px;
        padding: 5px;
        margin: 5px;
    }
    #filtra .col-sm-3 div{
        text-align: center;
    }
    #specs-array{
        margin: 0;
    }
    #filtra .col-sm-9 div ul{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #sigrisi .modal-dialog{
        width: 90%;
    }
    #table-ph img{
        width: 150px;
    }
    .tcomp{
        font-size: 0.75em;
    }
} 
@media (min-width: 577px) {
    #search-mob{
        display: none;
    }
    #sigrisi .modal-dialog{
        width: auto;
    }
 }

#main-cat-photos{
    padding-top: 40px;    
}
#main-cat-photos .col-sm-4:hover div{
    border: solid 2px rgba(240, 148, 49, 0.9);
}
#main-cat-photos .col-sm-4 div{
    width: 100%;
    border: solid 1px;
}
#main-cat-photos > div img{
    width: 100%;
}
/* submenu */
.navbar-nav li > ul.dropdown-menu{
    background-color: #262626;
    /* padding: 0 15px;  */
    margin: 0;
    min-width: 260px;
}
.navbar-nav li > ul.dropdown-menu li a{
    padding: 5px 15px;
    width: 100%;
    display: block;
}
/* .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
} */
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.mightyslider_windows8_skin {
    background: none;
}
.slideelement{
    padding: 0;
}
.mightySlider {
    width: 100%;
  }
  
  .mightySlider ul.slideelement {
    height: 100%;
    list-style: none;
  }
  
  .mightySlider ul.slideelement li {
    float: left;
    height: 100%;
  }
  .mightyslider_windows8_skin:hover .mSButtons {
      background-color: rgba(240,82,34, .7);
  }

ul.filterList  {
list-style:none;
padding:10px 0 30px 0;
margin:0;
color:#231f20;
font-size:15px;            
}
.text-theme{
    color:#f0941d;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.text-theme:hover{
    color:#231f20;
}
ul.filterList a, #shBasket a, #top-bar a, #product-list h4 a {
color:#231f20;
font-size:14px;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;  
}
#product-list h4 {
    overflow: hidden;
}
.mSSlide a{
    color: #000000;
}
#product-list h4 a:hover,#product-list h4 a:focus,#product-list h4 a.selected,
#top-bar a:hover,#top-bar a:focus,#top-bar a.selected,
ul.filterList a:hover,ul.filterList a:focus,ul.filterList a.selected,
#shBasket a:hover,#shBasket a:focus,#shBasket a.selected{
color:#f0941d;
text-decoration:none;                
/* line-height: 20px; */
}

ul.filterList li ul {
padding-left:10px;
}

ul.filterList li ul li {
list-style:none;
padding:0px;
margin:0;
color:#231f20;
font-size:15px; 
}
.blackInput{
    background-color:#000000;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    border-radius:0;
    border:2px solid #000000; 
    margin-top:15px;
    padding-left:25px;
    padding-right:25px;
}

.blackInput:hover,.blackInput:focus{
    border:2px solid #000000; 
    background-color:#e6e7e8;
    color:#000000;  
}
#top-bar .btn-light:hover {
    color: #212529;
    background-color: #f0941d;
    border-color: #f0941d;
}

/* -------------------------------- 
Pagination style :: START :: 
-------------------------------- */
nav[role="navigation"] {
  text-align: left;
}

    .cd-pagination {
      width: 100%;
      margin-bottom:10px;
      margin-top:25px;
      padding:0;
      text-align: center;
    }
        .cd-pagination li {
          list-style-type:none;
          display:inline-block;
          margin: 0 .2em;
        }
        
        .cd-pagination li.button2 {
          /* make sure prev next buttons are visible */
          display: inline-block;
        }
        
        .cd-pagination a, .cd-pagination span {
          display: inline-block;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          /* use padding and font-size to change buttons size */
          padding: 10px 15px 10px 15px;
          font-size: 13px;
          font-weight:bold;
          color:#231f20;
        }
        
        
        .cd-pagination a {
          border: 1px solid #636366;
          border-radius: 0;
        }
        
            .cd-pagination a:hover {
                 background-color: #636366;
                 color:#ffffff;
                 text-decoration:none;
                
            }
            .no-touch .cd-pagination a:hover {
              background-color: #636366;
            }
            
            .cd-pagination a:active {
              /* click effect */
              -webkit-transform: scale(0.9);
              -moz-transform: scale(0.9);
              -ms-transform: scale(0.9);
              -o-transform: scale(0.9);
              transform: scale(0.9);
            }
            
            .cd-pagination a.disabled {
              /* button disabled */
              color: rgba(46, 64, 87, 0.4);
              pointer-events: none;
              background-color:rgba(51,51,51,0.5);
            }


            .cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
              opacity: .4;
            }
            
            .cd-pagination .button2.prev,.cd-pagination .button2.next{
                    background-color:none;
                    height:40px;
                                    
            }
            
            .cd-pagination .button2.next a:active,.cd-pagination .button2.prev a:active{
                transform:scale(0.8);
            }
            
            
            .cd-pagination .button2.prev a {
             height:40px;
              
              background:rgba(51,51,51,1) url("/application/images/arrowLeft.png") center center no-repeat;
              
            }
            .cd-pagination .button2.next a{
              height:40px;
              background:rgba(51,51,51,1) url("/application/images/arrowRight.png") center center no-repeat;
            }

            .cd-pagination .button2.prev a.disabled{
                  background:rgba(51,51,51,0.5) url("/application/images/arrowLeft.png") center center no-repeat;
            }
            
            .cd-pagination .button2.next a.disabled{
                background:rgba(51,51,51,0.5) url("/application/images/arrowRight.png") center center no-repeat;
            }
            
            .cd-pagination .current {
              /* selected number */
              background-color: #636366;
              border-color: #636366;
              color: #ffffff;
              pointer-events: none;
            }   


            .button2{
                
                width:50px;
                color:#ffffff;
            }
                .button2 a{
                    border:none;
                    color:#ffffff;
                    width:50px;
                    font-size:14px;   
                }
                
                .button2 a.disabled{
                    color:rgba(255,255,255,0.5);
                }
            .cd-pagination.move-buttons:after {
              content: "";
              display: table;
              clear: both;
            }
            .cd-pagination.move-buttons .button2:first-of-type {
              float: left;
            }
            .cd-pagination.move-buttons .button2:last-of-type {
              float: right;
            }

            .cd-pagination.no-space.move-buttons {
              width: 100%;
              max-width: 768px;
              display: block;
              overflow: hidden;
            }
            .cd-pagination.no-space.move-buttons li {
              float: none;
              border: none;
            }
            .cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
              float: none;
            }  
            
            
            .viewAllHolder{
                margin-bottom:40px;
            }
            .viewAllHolder a{
                border-bottom:4px solid #939598;
               -webkit-transition: all 0.4s ease-in;
               -moz-transition: all 0.42s ease-in;
               -o-transition: all 0.4s ease-in;
               -ms-transition: all 0.4s ease-in;
               transition: all 0.4s ease-in;                 
            }
            .viewAllHolder a:hover,.viewAllHolder a:focus{
                color:#231f20;
                border-bottom:4px solid #231f20;
            }            
/* -------------------------------- 
Pagination style :: END :: 
-------------------------------- */ 

.s_content ul li {	
    list-style-type:disc;
}

#box-calc .btn{
margin-top: 32px;
}
#box-calc .input-group-text{
    background-color: #dc3545;
    color: white;
    cursor: pointer;
}
#box-calc .form-group{
    padding: 0 5px;
}

@media (max-width: 1085px) {
    #box-calc .col-md-3{
        max-width: 50%;
        flex: none;
    }
}
@media (max-width: 768px) {
    #box-calc .col-md-3{
        max-width: initial;
        flex: initial;
    }
}
#box-calc h5{
    margin: 0 5px;
    font-size: 18px;
    line-height: 30px;
}

#detailsCalc ul{
    padding-left: 20px;
}
#detailsCalc ul li{
    list-style: disc;
}
#detailsCalc h1{
    font-size: 24px !important;
}
#detailsCalc h3{
    font-size: 18px !important;
}
#main .product-top .header{
    font-size: 26px;
}
#rma-terms{
    max-height: 250px;
    overflow: auto;
    background-color: #ffffff;
    padding: 15px;
}
#accept-rma{
    margin: 20px 0;
    position: relative;
}
#accept-rma input[type='checkbox'], #msgSendby input[type='checkbox']{
    margin: 0px 0 0 10px;    
    width:20px;
    height:25px;
    position: absolute;    
}
#msgSendby{
    margin: 20px 15px;
    position: relative;
}
.card-news{
    padding: 0;
    border: solid 1px #f5d5ad;
}
.card-news:hover .card-body{
    background-color: #f5d5ad;
}
.card-news .fa-file-pdf-o{
    font-size: 20px;
    color: red;
}
.card-news .card-body a:hover{
    background-color: #e0e0e0;
    color: black;
}
.card-news .card-body{
    background-color: #f1e8dc;
}
#welcome-related{
    padding: 15px;
}
#welcome-related .related-products .col-lg-3, #points-related .related-products .col-lg-3 {
    padding: 0 0 0 5px;
}
#welcome-related a, #points-related a{
    color: #000000;
}
/* #main .camera_next, #main .camera_prev{
    z-index: 10000000;
}  */

#points-related .price-btns .text-danger{
    color: red !important;
}
#points-related .basket-b{
    padding: 0;
    width: 100%;
}
#points-related .basket-b .btn-dark{
    width: 100%;
    margin: 0;
}

#msgCheckSend{
    padding: 0 15px 25px 15px;
    font-weight: bold;
    text-align: justify;
}
#newsref{
    color: #000000;
    text-decoration: none;
}
#newsref:hover{
    color: blue;
}
#newsreftitle{
    
    color: blue;
    text-decoration: none;
}
#newsreftitle:hover{
    color: #000000;
}
.popover{
    min-width: 300px;
}
.popover-body{
    padding: 10px;
}
.popover p{ margin: 0;}
#cheapOffer .blackInput{
    margin-top: 0;
}
#cheapOffer th{
    font-weight: normal;
}

.pr-code-line{
position: relative;
}
.pr-code-img{
position: absolute;
top: -1px;
right: 0;
}
.pr-code-img img{
width: 21px;
margin-top: -5px;
cursor: help;
}
.pr-code-img span{
font-size: 11px;
}

@media (max-width: 576px) {
    #b2b-icon{
        float: left;
    }
    #b2b-icon img{
        height: 30px;
    }
    .card-news .card-body{
        padding: 0;
    }
}
@media (max-width: 568px) {
    #box-calc h3{
        text-align: center
    }
    #box-calc h5{
        max-width: 300px;
        text-align: center;
        margin: 5px auto;
        font-size: 16px;
        line-height: 30px;
    }
}