123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- ol li{
- list-style-type: none;
- height:100%;
- margin:0;
- padding:0;
- }
- .basket-row a {
- background: none !important;
- }
- .custom-flex {
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-flow: row wrap;
- }
- .basket-row {
- padding: 0 15px;
- height: 53px;
- overflow: hidden;
- margin-bottom: 7px;
- }
- .cust-flex{
- display: flex;
- justify-content: space-between;
- flex-flow: row;
- align-content: stretch;
- flex-basis: 65px;
- font-size: 17px;
- }
- .flex-prod-name{
- width: 250px;
- font-size: 16px;
- max-height: 48px;
- }
- .cart {
- width: 480px;
- border:1px solid #ccc;
- line-height: 22px;
- }
- .cart_list ol {
- style:none;
- }
- .empty-cart{
- text-align: center;
- font-style: tahoma;
- font-weight: bold;
- }
- .prod_price{
- width: 87px;
- text-align: right;
- font-size: 18px;
- font-weight: 500;
- }
- .cart_size{
- color:white;
- width: 48px;
- height: 30px;
- cursor: pointer;
- margin: 0 6px;
-
- }
- .cart-title{
- border: solid 1px;
- }
- .dropdown {
- color:#707070;
- position: relative;
- display: inline-block;
- }
- /*.*/
- .dropdown:hover .dropdown-cont {
- display: block;
- }
- .dropdown-cont {
- color:#707070;
- display: none;
- position: absolute;
- right:5px;
- background-color: #f1f1f1;
- min-width: 160px;
- box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
- z-index: 50;
- top: 50px;
- }
- .dropdown-cont a {
- color:#707070;
- padding: 12px;
- padding-right: 12px;
- text-decoration: none;
-
- }
- .dropdown-cont a:hover{
- background-color: #ddd;
- }
- .mini_img {
- height: 30px;
- width: 30px;
- margin-bottom: -5px;
- }
- .cart_title {
- font-family: Roboto, sans-serif;
- text-align: center;
- padding: 15px 0;
- border-bottom: 1px solid;
- font-weight: bold;
- font-size: 18px;
- }
- .cart_total{
- border-top: 1px solid;
- padding: 10px 15px;
- font-size: 20px;
- display: flex;
- justify-content: flex-end;
- }
- .cart_total span {
- padding: 0 5px;
- font-size: 17px;
- }
- .button{
- margin:2px;
- }
- .quantity_but{
- font-size: 14px;
- font-weight: bold;
- color: black;
- padding: 0 3px;
- vertical-align: text-bottom;
- }
- .quantity_but:hover {
- cursor:pointer;
- }
- .cart_product{
- padding: 3px 0;
- font-size: 14px;
- font-family: tahoma;
- }
- .cart_product .cart_name{
- text-transform: capitalize;
-
-
- text-align: center;
- }
- .cart_product .quantity{
- min-width:15px;
- text-align: center;
- display:inline-block;
- }
- .no-padding {
- padding: 0;
- }
- .no-padding-left{
- padding-left:0;
- }
- .cart ol {
- padding:0px;
- }
- .cart_items a:hover {
- background-color: #ddd;
- }
- .cart_products{
- padding:0px;
- }
- .cart_products li:hover{
- border-radius: 2px;
- border-color: #D8D8D8;
- background-color: #D8D8D8;
- cursor:pointer;
- }
- .cart_total .price {
-
- font-weight: bold;
- }
- .order_but {
- padding-top:2px;
- margin-right: 15px;
- margin-left: 15px;
- color:#f8f8f8;
- font-size: 15px;
- border-color: #78909c;
- background:#78909c;
- text-align: center;
- float: right;
- }
- .order_but:hover{
- cursor: pointer;
- border-color: #607d8b;
- background:#607d8b;
- }
|