.navbar-nav > li a em.fa {
    font-size: 30px;
    color: #e02b20;
}
.cart-product {
	padding-top: 50px;
}

.product-section {
	padding-bottom: 50px;
}

.product-price-size {
	padding-bottom: 30px;
}

.prdt-img {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.pad_100.wdt_100 .prdt-img .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.pad_100.wdt_100 .prdt-img:hover .img-top {
	display: inline;
}

.product-title {
    color: #111;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Roboto';
    line-height: 34px;
}  

.product-price {
	font-weight: 700;
	padding-bottom: 25px;
}

.product-cart-btn {
	width: 180px;
	background: transparent;
	color: #000;
	border: 2px solid #000;
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

.product-cart-btn:hover {
	background: #000;
	color: #fff;
	border: 2px solid #000;
}

.product-price-size .form-control {
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-weight: 700;
}


.shop-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5px;
    -webkit-box-shadow: -4px 0px 5px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: -4px 0px 5px -2px rgba(0,0,0,0.2);
    box-shadow: -4px 0px 5px -2px rgba(0,0,0,0.2);
        z-index: 9999;
}

.shop-sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.shop-sidebar .closebtn {
    font-size: 36px;
    padding: 10px;
    line-height: 30px;
}
.cart-icon-section {
    float: right;
}
.sidebar-top {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.cart-header {
    text-align: center;
    margin: 0 auto;
}
 .cart-icon {
    float: right;
    width: auto;
    margin: 2px 15px 0;
    padding-right: 15px !important;
    position: relative;
    line-height: 1;
    text-decoration: none !important;
    color: #fff;
}
.cart-icon .fa-shopping-bag {
    line-height: 1;
    display: block;
}
.section-header .center {
    text-align: center;
    font-family: 'Cutive Mono';
    font-size: 26px;
    font-weight: 600;
}
.cart-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
}
.cart-icon-section .cart-icon .shop-icon {
    top: -5px;
    right: 0;
}
.total-title p {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.total-title p span {
    font-family: 'Cutive Mono';
    font-size: 28px;
}
.cart-icon .fa-shopping-bag {
    line-height: 1;
    display: block;
    color: #e02b20;
}
.cart-icon .shop-icon {
    top: 32px;
    right: 0;
}
.shop-icon {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 7px;
}
.navbar-nav > li a em {
    font-size: 24px;
    line-height: 24px;
    color: #000;
}
.shop-item {
    position: relative;
    right: 0;
    top: 5px;
    font-size: 14px;
    letter-spacing: 0;
    width: 22px;
    height: 22px;
    background-color: #e02b20;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #e02b20;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: 'Roboto';
}
.cart-items {
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
}
.cart-img {
    width: 80px;
}
.cart-products {
    display: flex;
    align-items: center;
    width: 100%;
}
.cart-description {
    padding: 0 10px;
    width: 55%
}
.cart-product-title {
    font-size: 15px;
/*
    font-family: 'Montserrat';
    font-weight: 600;
*/
    font-family: 'Roboto';
    font-weight: 500;
}
.cart-qty label {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
}
.cart-qty {
    padding: 0 10px;
        width: 25%;
}
.cart-price {
    width: 25%;
}
.c-price {
    font-size: 16px;
/*    font-weight: 600;*/
    text-align: right;
    font-family: 'Roboto';
    font-weight: 500;
}
.cart-closebtn {
    text-align: right;
        cursor: pointer;
}

.cart-item-products {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    padding-top: 15px;
}
.cart-item-products:first-child {
    border-top: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-top: 25px;
}
.cart-qty input {
    border-radius: 0;
    font-family: 'Roboto';
    font-weight: 500;
}
.f-weight {
    font-weight: 600;
}
.total-description p {
    font-size: 13px;
    color: #555;
    text-align: center;
}
.total-title p {
    font-size: 18px;
}
.shop-sidebar .checkout-content .checkout-btn {
    position: relative;
    padding: .3em 1em;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    background-color: #e02b20;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    color: #fff !important;
}
.shop-sidebar .checkout-content .checkout-btn.default-btn:hover {
    padding: .3em 2em .3em .7em;
    border: none;
    color: #fff;
    background-color: #e02b20;
}
.cart-bottom-content p {
    margin-bottom: 0;
    font-size: 13px;
}
.cart-bottom-content p a {
    display: inline;
    font-size: 13px;
    padding: 0;
    text-decoration: underline;
}
.checkout-content {
    text-align: center;
    padding: 20px 0;
}
.detail-header {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.price-cart-section {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
}
.detail-description p {
    font-size: 13px;
    line-height: 18px;
}
.detail-description {
    padding: 0 15px;
}
.detail-qty {
    padding: 0 10px;
}
.detail-cart-btn {
    padding: 0 20px;
}
.detail-qty input {
    border-radius: 0;
    box-shadow: none;
}
.slider-section .slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.slider-section .slick-prev:before{
    content: "\f104";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.slider-for {
    padding-bottom: 20px;
}
.slider-nav div img{
    padding: 0px 5px;
}
.hr-line {
    padding-top: 50px;
    padding-bottom: 30px;
}
.product-price-size.pd-size{
    padding-bottom: 0px;
}
.pd-size-row{
    padding: 0px;
}
.product-price-size select::-ms-expand {
    display: none;
}
.product-price-size .form-group{
    position: relative;
}
.product-price-size .form-group:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 11px 5px;
    position: absolute;
    right: 4px;
    top: -6px;
    z-index: 1;
    text-align: right;
    width: 100%;
    height: 100%;
    pointer-events: none;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
}
.product-price-size select{
  height: 40px;
  width: 100%;
  padding: 5px 15px;
  color: #616263;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width:1401px) {
	 .cart-items{
        height: 600px
    }
}
@media (min-width:992px) and (max-width:1400px){
    .cart-items{
        height: 300px
    }
}
@media (min-width:992px) {
	.shop-flex {
		display: flex;
		align-items: center;
		justify-content: center;
	}
    .mobile-cart {
        display: none;
    }
}

@media screen and (max-height: 450px) {
  .shop-sidebar {padding-top: 15px;}
  .shop-sidebar a {font-size: 18px;}
}


@media (max-width:991px){
    .mobile-cart em.icon-bag2 {
        color: #000;
        font-size: 24px;
        line-height: 24px;
    }
    .mobile-cart {
        position: relative;
        top: 11px;
    }
     .mobile-cart .cart-icon .shop-icon {
        top: 0;
        right: 0;
    }
    .desktop-cart{
        display: none !important;
    }
    .cart-title{
        font-size: 20px;
    }
    .section-header .center{
        font-size: 22px;
    }
}
@media (max-width:767px){
    .mobile-cart {
        position: relative;
        top: 23px;
    }
    .slider-arrow {
        background-color: #000;
        display: flex !important;
        width: 40%;
        padding: 6px 0;
        text-align: center;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .product-details-content {
        padding-top: 20px;
    }
    .product-slider-active .slick-arrow.arrow-next {
        right: 0 !important;
    }
    .product-slider-active .slick-arrow.arrow-prv {
        left: 0px !important;
    }
}
.cart-item-products .cart-close a {
display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
/*    float: right;*/
}
.cart-close .tooltip-inner {
    max-width: 120px;
    padding: 2px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.edit-btn-section {
    float: right;
    position: absolute;
    right: 0;
    top: -10px;
}

.edit-btn-section .btn {
    background-color: #000;
    padding: 10px;
    line-height: 20px;
    height: auto;
}

.items-cart {
    position: relative;
}
.your-order-middle ul li .one-price {
    font-size: 14px;
}