/*@import "compass/css3";*/
/* Global settings */
/* Global "table" column settings */

#cart-sidebar h1{
    /* font-size: 28px !important; */
 }
 
 
#cart-sidebar h2, 
#cart-sidebar h3, 
#cart-sidebar h4, 
#cart-sidebar h5, 
#cart-sidebar h6 {
   /* font-size: 17px !important; */
}

#cart-sidebar {
    width: 100%;
    max-width: 800px;
    position: fixed;
    top: 0;
    right: -800px;
    height: 100vh;
    padding:50px;
    z-index: 1059;
    background: #f2f2f2;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#cart-sidebar.active {
    right: 0;
}

#cart-dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f2f2f2;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#cart-dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.cart-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1048;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.cart-overlay.active {
    display: block;
    opacity: 1;
}

#cart-sidebar .sidebar-header {
    padding: 20px;
    background: gray;
}
.cart-sidebar-header{
    padding-top:50px;
}
.cart-sidebar-header h1{
    font-size:28px;
}
.cart-rows{
    font-size:16px;
}
/* .cart-rows img{ */
/*     width:10vw; */
/*     min-width:40px; */
/* } */
.cart-rows .line-item-cart{
    flex-wrap:nowrap;
}
.cart-rows .line-item-cart div{
    width:auto !important;
    margin:5px 0px;
}
.cart-rows .line-item-cart div:nth-child(4) .row{
    flex-direction:column;
    align-items: center;
}

.shopping-cart-empty{
    text-align:center;
    padding:10px;
}

@media only screen and (max-width: 600px) {
  #cart-sidebar{
      padding:0;
  }
}

.highlight {
    color: red;
}
.product-image {
    /* float: left; */
    /* width: 29%; */
    /* min-width: 180px; */
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-details {
    float: left;
    width: 37%;
}
 .product-price {
	 float: left;
	 /* width: 12%; */
}
 .product-quantity {
	 float: left;
	 width: 10%;
	 position: relative;
	 z-index: 10;
	 display: flex;
}

 .product-line-price {
	 float: left;
	 /* width: 12%; */
	 text-align: right;
 }

 /* button.remove-product { */
 /*     margin-left: 5px; */
 /*     margin-right: 5px; */
 /* } */
 
/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before, .group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    content: '';
    display: table;
}
.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    clear: both;
}
.group, .shopping-cart, .column-labels, .product, .totals-item {
    zoom: 1;
}
/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .line-item-value:before, .line-item-total:before, .totals-value:before, .cart-subtotal:before, .cart-shipping-cost:before, .cart-total:before {
    content: '$';
}
/* Body/Header stuff */
/* body {
	 padding: 0px 30px 30px 20px;
	 font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 font-weight: 100;
}
 h1 {
	 font-weight: 100;
}
 label {
	 color: #aaa;
}*/
.shopping-cart {
    margin-top: 45px;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 0.8em;
}

.fa.fa-shopping-cart,.fa.fa-shopping-cart::before {
    color: black;
}

/* .product input { */
/*     border-style: outset; */
/*     border-radius: 5px; */
/* } */

.product input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

/* Column headers */
.column-labels label {
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
/* .column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
	 text-indent: -9999px;
}*/
/* Product entries */
/* .product { */
/*     margin-bottom: 20px; */
/*     padding-bottom: 10px; */
/*     border-bottom: 1px solid #eee; */
/* } */
/* .product .product-image { */
/*     text-align: center; */
/* } */
 .product .product-image {
     text-align: center;
     padding-bottom: 1em;
}
.product .product-image img {
    height: 170px;
}
/* .product .product-details .product-title {
	 margin-right: 20px;
	 font-family: 'HelveticaNeue-Medium', 'Helvetica Neue Medium';
}*/
.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}
.product-title {
    text-transform: uppercase;
    font-weight: 600;
    /* font-size: 1em; */
    color: #75788C;
}

.product-description {
    font-size: 1.25rem;
}

/* input.product-qty { */
/*     width: 5em; */
/* } */
.product .remove-product button {
    border: 0;
    padding: 3px 5px;
    background-color: #c66;
    color: #fff;
    font-family: 'HelveticaNeue-Medium', 'Helvetica Neue Medium';
    font-size: 12px;
    border-radius: 3px;
}
.product .remove-product:hover {
    background-color: #a44;
}

.shipping-radio {
    position: relative;
}

.shipping-label {
    margin-right: 2em;
}

/* Totals section */
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}
.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}
.totals .totals-item-total {
    /*font-family: 'HelveticaNeue-Medium', 'Helvetica Neue Medium';*/
    text-transform: uppercase;
    font-weight: 600;
}

.backerform-group {
    margin-bottom: 50px;
}

.navbar-header .cart-sidebarCollapse{
    display: none; 

}
#shipping .niceCountryInputSelector{
    width: 100% !important;
    position: absolute;
    z-index: 999;
}
#shipping{
    width: 100%;
    max-width: 350px;
    /* padding-bottom: 20px; */
    height: 2em;
    position: relative;
}
.niceCountryInputMenu{
    position: relative;
}
.niceCountryInputMenuDefaultText a:first-child{
    display: inline-block;
}
.niceCountryInputMenuDefaultText a:first-child a{
    display: flex;
    align-items: center;
}
.niceCountryInputMenuDropdown{
    display: flex;
    align-items: center;
}
 
.shopping-cart-not-empty #shipping{
    padding: 0px;
    position: relative;
}

.product-price{
    color: #75788b !important;
}

.product-qty svg{
    width:12px;
    height:12px;
    min-width: 12px;
    max-width: 12px;
}


.pr-30{
    padding-right: 30px;
}






.sm-buy-box .product-increment-container button{
    width: 1.9rem;
    height: 1.9rem;
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin: 0 !important;

}
.sm-buy-box .product-increment-container .product-qty{
    font-size: 14px;
    width: 1.9rem;
    height: 1.9rem;
    padding-top: 2px;
}
.sm-buy-box .product-increment-container .product-qty.product-qty-display{
    padding-top: 0px !important;
}
.sm-buy-box .product-increment-container{
    float: none !important;
    width: 100%;
    margin: 10px auto 15px auto !important;
    height: auto;
    justify-content: center;
}

/*
 .checkout {
	 float: right;
	 border: 0;
	 margin-top: 20px;
	 padding: 6px 25px;
	 background-color: #6b6;
	 color: #fff;
	 font-size: 25px;
	 border-radius: 3px;
}
 .checkout:hover {
	 background-color: #494;
}*/
/* Make adjustments for tablet */

.line-item-count.count-icon{
    position: absolute;
    background-color: red;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    height: 15px;
    width: 15px;
    align-items: center;
    top: 0;
    right: 0;
    font-size: 10px;
    font-weight: bold;
}
@media screen and (min-width:250px) {
    .sm-qty .free-shipping{
        text-align: center;
        position: absolute;
        line-height: normal;
        top:30px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1343px) {
    /* .sm-buy-box .product-increment-container button{
        width: 1.5rem;
        height: 1.5rem;
        font-size: 12px;
    }
    .sm-buy-box .product-increment-container .product-qty{
        font-size: 12px;
        width: 1.5rem;
        height: 1.5rem;
    } */
    .sm-qty{
        min-width: 230px;
        position: absolute;
        right: 0;
    }
}


@media screen and (max-width: 767px) {
    .feature-item ul{
        padding-left: 10px;
    }
   
    .shopping-cart {
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
    }
    .column-labels {
	display: none;
    }
 
    .product-image img {
	margin: 0 0 10px 10px;
    }
    .product-details {
	float: none;
	margin-bottom: 10px;
	width: auto;
    }
    .product-price {
	clear: both;
	/* width: 70px; */
    }
    .product-quantity {
	width: 100px;
	display: flex;
    }
    /* .product-quantity input { */
    /* 	margin-left: 20px; */
    /* } */
    /* .product-quantity:before { */
    /* 	content: 'x'; */
    /* } */
	/*  .product-quantity:before { */
	/* 	 content: 'x'; */
	/* } */
    .product-removal {
	width: auto;
    }
    /* .product-line-price { */
    /* 	float: right; */
    /* 	width: 70px; */
    /* } */
    .line-item-cart div{
        padding: 0px !important;
    }
    .line-item-cart div:nth-child(3){
        max-width: 65px;
    }
    .product-removal {
	float: right;
    }
    .product-line-price {
	float: right;
	clear: left;
	width: auto;
	margin-top: 10px;
    }
    .product .product-line-price:before {
	content: 'Item Total: $';
    }
    .totals .totals-item label {
	width: 60%;
    }
    .totals .totals-item .totals-value {
	width: 40%;
    }
}
 

/* Make adjustment for small screen */

@media screen and (max-width: 991px) {
    .sm-qty{
        min-width: 250px;
    }
    .product{
        text-align: center;
    }
    .product .col-12{
        padding: 0;
    }
    .product-sec .sticky-top.card{
        margin:auto;
    }
     
    .col-sm-12{
        max-width: 100%;
         margin: auto;
    }
    .col-sm-12 .card{
        width: 100%;
    }
    .container-fluid .row{margin:auto;}

    .navbar .container .cart-sidebarCollapse{
        display: none;
    }
    .navbar .container .navbar-header .cart-sidebarCollapse{
        display: block;
	margin-right: 10px;
    }
    .navbar .navbar-header{
        width: 100%;
        justify-content: space-evenly;
        display: flex;
        align-items: center;
    }
    .navbar-brand{
        margin: 0;
        max-width: 100px;
    }
    #navbar{
        padding: 0px 0px 10px 0px;
        box-shadow: none;
    }
    .navbar #navbar .navbar-nav{
        padding-left: 35px;
    }
    .sm-hide{
        display: none;
    }
 
    .line-item-cart div:nth-child(2){
        height: auto !important;
        width: 150px !important;
    }
    .line-item-cart hr{
        display: none;
    }

    .line-item-cart img{
        max-height: 110px;
        height: 30vw;
    }
    .cart-sidebar-header{
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-increment-container button{
        width: 2.2rem;
        height: 2.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        margin: 0 !important;
    }
    #cart-sidebar .product-increment-container .product-qty,
    .product-increment-container .product-qty{
        font-size: 16px;
        width: 2.2rem;
        height: 2.2rem;
        padding-top: 2px;
    }
    .product-increment-container .product-qty.product-qty-display{
        padding-top: 0px !important;
    }
    .product-increment-container{
        float: none !important;
        /* margin-left: 0 !important; */
        width: 176px;
        margin: auto !important;
    }
 
    .cart-page .card-text .product-price{
        float: none !important;
    }

    .cart-page .product-card{
        text-align: center;
    }
    .cart-page .col-sm{
        width: auto !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    /* #cart-sidebar #shipping{
        padding: 0;
        margin: 0;
        width:100%;
    } */
   
    .shopping-cart-not-empty #shipping{
        padding: 0px;
        margin: 5px auto;
        width: 100%;
    }
    .niceCountryInputMenuDefaultText a span{
        margin-top: -1px;
    }
    #shipping{
        margin: 20px auto;
    }
    
}


 
