﻿@charset "UTF-8";*{transition:color 300ms,background-color 300ms,opacity 300ms;}body{font-family:Poppins,sans-serif;color:#000;font-size:14px;font-weight:400;}main{overflow:hidden;}a{color:#000;}a:hover{text-decoration:none;color:#000;}.fw-500{font-weight:500;}.fw-600{font-weight:600;}.fw-700{font-weight:700;}.fw-800{font-weight:800;}header .navbar .navbar-brand img{height:60px;}header .navbar .navbar-nav:hover .nav-item{opacity:.5;}header .navbar .navbar-nav .nav-item{font-weight:600;padding:.4rem;}header .navbar .navbar-nav .nav-item:hover{color:#000;background:#f5f6f6;opacity:1;}header .navbar .navbar-nav .nav-item .nav-link{color:#000;}header .navbar .form-inline{max-width:35em;}header .navbar .form-inline .form-control{box-shadow:#eee 0 3px 3px;border:1px solid #eee;font-size:1.05em;}header .navbar #camera-search i{font-size:1.5em;position:relative;top:3px;}#camera{position:fixed;left:0;top:0;height:100%;background:#fff;}#camera h1{font-weight:700;}#camera video{width:100%;border-radius:.25rem;}#camera canvas{width:100%;position:absolute;top:0;left:0;}#camera .btn{font-weight:600;}.container-fluid{max-width:1340px;}h2{font-weight:600;}.text-primary,a.text-primary{color:var(--color-primary)!important;}.text-primary:hover,a.text-primary:hover{color:var(--color-primary-dark)!important;}.silverBox{background:var(--color-silver);}.orangeBox{background:var(--color-orange);}.greenBox{background:var(--color-primary);color:#fff;}.card{text-decoration:none;}.card .card-body-horizontal{max-width:calc(100% - 90px);}.card .card-title{color:#000;font-weight:600;}.card .card-img-top{height:150px;object-fit:contain;}.card .card-img-left{width:70px;height:90px;object-fit:contain;}.card .card-text{font-family:Merriweather;}.card .btn-sm{font-weight:500;font-size:.9rem;}footer{background:var(--color-footer);color:#fff;}footer a{color:#fff;}footer a:hover{color:#fff;opacity:.5;}.noImage{opacity:.1;}.productCard{display:block;text-align:center;}.productCard .card-img-top{max-height:170px;width:auto;max-width:100%;}.productCard .card-body{text-align:left;}.productCard h5{font-size:15px;font-weight:600;}.productCard h6{font-size:14px;font-weight:500;line-height:1.43;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:40px;}.productCard span{font-size:.8rem;}.sidebar #filter-price .input-group-text{font-size:1em;line-height:1em;}.sidebar #accordion>div{border-bottom:1px solid #e5eaea;}.sidebar #accordion>div h6{margin:0;padding:1rem 0;cursor:pointer;}.sidebar #accordion>div h6:after{font-family:"Font Awesome 6 Free";font-weight:900;float:right;margin-right:1rem;}.sidebar #accordion>div h6[aria-expanded=true]:after{content:"";}.sidebar #accordion>div h6[aria-expanded=false]:after{content:"";}.sidebar #accordion>div .form-check{margin-bottom:.5em;}.sidebar #accordion>div .form-check input,.sidebar #accordion>div .form-check label{cursor:pointer;}.oversizeTitle{margin:0 -160px;padding:50px 160px;background:var(--color-primary);color:#fff;font-size:2.6rem;}.breadcrumb-item{font-size:.8rem;}.rounded-left-sm{border-top-left-radius:.2rem!important;border-bottom-left-radius:.2rem!important;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}input[type=number]{-moz-appearance:textfield;}.pageProduct .buyButton{font-size:1.1em;font-weight:600;padding:1em 4.5em;}.pageProduct .wishlistButton{font-size:1.8em;padding:.56em;cursor:pointer;}.pageProduct .wishlistButton:hover{color:#dc3545!important;}.pageProduct .suppliers{border-top:1px solid #ddd;}.pageProduct .suppliers ul{list-style:none;padding:0;}.pageProduct .suppliers ul li{border:1px solid #ddd;}.pageProduct .suppliers ul li img{width:120px;height:50px;object-fit:scale-down;display:block;float:right;}.pageProduct .suppliers ul li .btn{font-weight:600;display:inline-block;margin-top:5px;}.pageProduct .suppliers ul li .price{font-weight:600;font-size:1.1em;}.pageProduct .suppliers ul li.bg-telerenta{background:#00edff;border-color:#00cddd;}.pageProduct .suppliers ul li.bg-telerenta .btn-primary{background-color:#000;border-color:#000;}.pageProduct #carousel .carousel-indicators li,.pageProduct #carousel-editii .carousel-indicators li{background-color:#000;}.pageProduct #carousel .carousel-control-prev-icon,.pageProduct #carousel-editii .carousel-control-prev-icon{background-image:none;}.pageProduct #carousel .carousel-control-prev-icon:after,.pageProduct #carousel-editii .carousel-control-prev-icon:after{font-family:"Font Awesome 6 Free";font-weight:900;content:"";color:#000;font-size:2em;}.pageProduct #carousel .carousel-control-next-icon,.pageProduct #carousel-editii .carousel-control-next-icon{background-image:none;}.pageProduct #carousel .carousel-control-next-icon:after,.pageProduct #carousel-editii .carousel-control-next-icon:after{font-family:"Font Awesome 6 Free";font-weight:900;content:"";color:#000;font-size:2em;}.pageProduct #carousel-editii .carousel-control-prev{margin-left:-16px;font-size:.6em;}.pageProduct #carousel-editii .carousel-control-next{margin-right:-16px;font-size:.6em;}.pageProduct #carousel-editii .card-img-top{height:120px;}.pageProduct #tabs .nav-link{color:#6c757d;font-size:1.1em;font-weight:500;border-bottom:3px solid #ddd;border-radius:unset;padding:1rem;}.pageProduct #tabs .nav-link.active,.pageProduct #tabs .show>.nav-link{background:none;color:#000;border-color:#000;}.pageProduct #description p{margin:0;}.pageProduct #attributes table{width:100%;}.pageProduct #attributes td{border:1px solid #eceeee;padding:.6em 1em;}.pageProduct #attributes td:first-child{width:40%;background-color:#f5f6f6;}.pageProduct #attributes td[colspan="2"]{background-color:#fff;font-weight:600;font-size:1.2em;border:0;}#chartjs-tooltip{opacity:1;position:absolute;z-index:99999;background:rgba(0,0,0,.8);color:#fff;border-radius:3px;-webkit-transition:all .1s ease;transition:all .1s ease;pointer-events:none;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);padding:10px;font-size:13px;height:60px;width:150px;margin-top:-78px;}#chartjs-tooltip:after{content:"";width:0;height:0;border:0 solid transparent;border-right-width:10px;border-left-width:10px;border-top:10px solid rgba(0,0,0,.8);position:absolute;bottom:-10px;left:65px;}#chartjs-tooltip th{font-weight:600;}#chartjs-tooltip .chartjs-tooltip-key{display:inline-block;width:10px;height:10px;margin-right:7px;border-radius:5px;}.pagination .page-link{border:2px solid var(--color-primary);margin-left:-2px;font-size:1.25em;font-weight:500;color:var(--color-primary);padding:.8em .6em .6em;}.pagination .page-item.active .page-link{background:var(--color-primary);border-color:var(--color-primary);}.btn-primary{background-color:var(--color-primary);border-color:var(--color-primary);}.btn-primary:hover{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark);}.btn-primary:not(:disabled):not(.disabled).active{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark);}.btn-primary:not(:disabled):not(.disabled):active{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark);}.btn-success{background-color:var(--color-success);border-color:var(--color-success);}.btn-success:hover{background-color:var(--color-success-dark);border-color:var(--color-success-dark);}.btn-success:not(:disabled):not(.disabled).active{background-color:var(--color-success-dark);border-color:var(--color-success-dark);}.btn-success:not(:disabled):not(.disabled):active{background-color:var(--color-success-dark);border-color:var(--color-success-dark);}button:focus{outline:0!important;box-shadow:none!important;}.sidebar-toggle,.sort-toggle{font-weight:500;font-size:1em;}.dropdown-menu{font-size:1em;}.pageContentPage h1,.pageContentPage h2,.pageContentPage h3,.pageContentPage h4{margin:30px 0 10px 0;}#collapse.show+a[href="#collapse"]{display:none;}.image-style-side{float:right;margin:0 0 1rem 2rem;}.image.image_resized img{width:100%;}.blogPost hr{clear:both;margin-bottom:2rem;border-color:#fff;}.blogPost h2{clear:both;font-weight:800;font-style:italic;font-size:1.7rem;}.blogPost .productCard{max-width:200px;}.blogPost .productCard .card-img-top{height:auto;max-height:none;}.blogList h3{font-weight:700;font-style:italic;}.quotesBox .container:before{content:"”";display:block;font-size:16em;position:absolute;top:-4.5rem;left:-.1rem;z-index:-1;color:#fff;text-shadow:3px 0 2px #ededed;font-family:sans-serif;}.quotesBox .container{position:relative;z-index:1;padding-left:5rem!important;}.quotesBox .container p{font-style:italic;font-size:1.1em;font-weight:500;}.quotesBox .container p:last-child{margin:0;}i.wishlist{font-size:1.3em;right:10px;top:10px;}.rating{height:20px;}.rating stars{margin-right:10px;height:20px;}.rating stars i{font-size:1.2em;height:20px;width:20px;}.rating stars:hover i{font-weight:900;cursor:pointer;}.rating stars:hover i:before{content:"";}.rating stars:hover i:hover~i{font-weight:400;}.productReviews h3{font-size:1.3em;font-weight:600;}.productReviews img{max-width:80px;}.productReviews .text-primary{white-space:pre-line;}.productReviews .reviewAdd{font-weight:500;}.productReviews .reviewText{font-size:1.1em;}#customer-menu .nav-link.active{color:#dc3545!important;}#customer-menu .nav-link.active:after{content:">";display:inline-block;float:right;font-size:1.5em;line-height:1em;}.modal-header .close{font-weight:200;font-size:2.5rem;line-height:1.5rem;padding:0;margin:5px 0 0 0;}.form-group label.error{color:#dc3545;font-size:.95em;padding-left:.25rem;}.form-group .form-control{font-size:1em;height:calc(1.7em + .75rem + 2px);}.bootstrap-select>.dropdown-toggle{background:#fff!important;border-color:#ced4da!important;box-shadow:none!important;}.bootstrap-select>.dropdown-toggle:after{content:""!important;font-family:"Font Awesome 5 Free";font-weight:900;margin:0!important;border:0!important;}.bootstrap-select>.dropdown-toggle .filter-option{font-size:.9em;}label[for=username],input[name=username]{display:none;}.supplierGroup .card-img-top{width:100px;height:auto;}.supplierGroup .adjustQuantity{width:100px;}.supplierGroup .adjustQuantity .btn{padding:0;width:30px;height:30px;border-radius:50%;background:#f5f5f5;display:inline-block;vertical-align:middle;border:0!important;}.supplierGroup .adjustQuantity .btn.disabled{cursor:default;}.supplierGroup .adjustQuantity .btn i{margin:1px 0 0 2px;display:inline-block;}.supplierGroup .adjustQuantity .quantity{display:inline-block;width:30px;text-align:center;font-weight:500;font-size:1.1em;}.removeItem{cursor:pointer;}.sendOrder{font-size:1.2em;font-weight:600;padding:1em 0;}.paymentMethods>.card,.shippingAddress>.card,.billingInfo>.card{cursor:pointer;flex-direction:unset;align-items:center;}.paymentMethods>.card.checked,.shippingAddress>.card.checked,.billingInfo>.card.checked{border-color:#077e22!important;background:#e3f5e7;}.paymentMethods>.card.checked .check i,.shippingAddress>.card.checked .check i,.billingInfo>.card.checked .check i{color:#077e22;}.paymentMethods>.card.checked .check i.fa-circle:before,.shippingAddress>.card.checked .check i.fa-circle:before,.billingInfo>.card.checked .check i.fa-circle:before{content:"";}.paymentMethods .check,.shippingAddress .check,.billingInfo .check{margin-left:auto;order:2;font-size:1.5em;color:#eee;}.paymentMethods .collapse .card,.shippingAddress .collapse .card,.billingInfo .collapse .card{border-top:0;border-top-left-radius:unset;border-top-right-radius:unset;cursor:pointer;}.paymentMethods .collapse .card:not(:last-child),.shippingAddress .collapse .card:not(:last-child),.billingInfo .collapse .card:not(:last-child){border-bottom-left-radius:unset;border-bottom-right-radius:unset;}.paymentMethods .collapse .card:hover,.shippingAddress .collapse .card:hover,.billingInfo .collapse .card:hover{background:#f6f6f6;}.tab-content #description img{max-width:100%!important;display:block;}.tab-content #description .pagebuilder-mobile-only{display:none!important;}