File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/woocommerce/_minicart.scss
/**
* Widget shopping cart */
.widget_shopping_cart {
position: relative;
.minicart_hover {
margin-top: 0;
margin-bottom: 0;
text-align: center;
font-size: inherit;
color: inherit;
.cart-items-number {
position: relative;
span.wrapper-items-number {
width: 16px;
height: 16px;
line-height: 18px;
display: inline-block;
right: -12px;
top: -12px;
font-size: 10px;
font-weight: bold;
position: absolute;
text-align: center;
color: #fff;
@include rounded(50%);
}
}
}
.widget_shopping_cart_content {
background: #fff;
left: auto;
position: absolute;
right: 15px;
top: 87%;
min-width: 350px;
z-index: 9999;
padding-top: 10px;
padding-bottom: 25px;
@include box-shadow(0px 0px 8px 0 rgba(0, 0, 0, .1));
@media(max-width:767px){
left: 0px;
z-index: 9999999;
min-width: 260px;
}
.cart_list.product_list_widget {
max-height: 315px;
overflow: auto;
padding: 0 20px;
&::-webkit-scrollbar {
width: 6px;
}
&::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 6px;
}
&::-webkit-scrollbar-thumb {
border-radius: 6px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
li {
padding: 15px 0;
border-top: 1px solid $border-color;
width: 100%;
margin-left: 0 !important;
a {
border: 0;
text-align: left;
font-size: 16px;
font-weight: normal;
text-transform: none;
padding: 0 !important;
img {
margin-right: 15px;
width: 65px !important;
float: left;
margin-left: 0;
}
}
dl {
border-left: 0 none !important;
float: left;
padding-left: 0 !important;
min-width: 60%;
dd {
margin: 0 !important;
padding: 0 !important;
}
}
.quantity {
float: left;
padding: 0;
text-align: left;
min-width: 60%;
font-size: 13px;
}
.remove {
padding: 0 !important;
left: auto !important;
right: 10px;
top: 17px !important;
font-size: 0;
&:before {
font-family: FontAwesome;
content: '\f00d';
font-size: 16px;
font-weight: normal;
}
}
&.removing {
position: relative;
overflow: hidden;
&:after {
position: absolute;
content: '';
display: block;
background-image: url('assets/images/icons/ajax-loader.gif');
background-size: 32px 32px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 0.75);
left: 0;
right: 0;
top: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center center;
z-index: 9;
}
}
}
li:first-child {
border-top: none;
}
.empty {
padding-top: 17px;
text-align: center;
}
}
.total {
border-bottom: 1px solid $border-color;
border-top: 1px solid $border-color !important;
font-size: 16px;
padding: 10px 0px !important;
margin: 0 20px;
.amount {
font-weight: 700;
margin-left: 10px;
}
}
.buttons {
padding: 5px;
text-align: center;
a {
display: inline-block !important;
font-size: 14px;
line-height: 50px;
padding: 0 20px !important;
margin: 10px;
font-weight: bold;
text-transform: uppercase;
color: #fff !important;
@include rounded(0);
&:hover {
color: #fff;
}
}
.checkout {
position: relative;
}
}
}
}
.widget_shopping_cart {
display: inline-block;
.minicart_hover {
display: inline-block;
}
.widget_shopping_cart_content {
overflow: hidden;
padding: 0;
display: none;
}
}