@media (max-width: 1000px) {
    
    #menu_nav {
        display:none;
    }
    
     .sidebarActive {
        display:block !important;
        position:absolute;
		z-index:100;
		left:-4%;
		top:10;
		background-color: rgba(255, 255, 255, 0.7) !important;
    } 
}

@media (min-width: 1001px){
	.nav_mobile{
    	display:none;
    }
	#product-grid{
    	margin-left:20px;
    }
}

#menu_nav ul li {
    margin: 0;
    list-style-type: none;
    color: #000;
}

#menu_nav {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
}

#menu_nav ul {
    margin: 0;
    padding: 0;
}

#menu_nav a {
	color:#000;
}

#menu_nav a:visited, a:link{
    text-decoration: none;
}

#menu_nav a:hover, a:active{
    text-decoration: underline;
}

.menu_top_cat {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1.5px;
}

.menu_low_cat {
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.5px;
    
}

.menu_low_cat_active {
    font-weight: 700;
}

#product_title {
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 2%;
}

#product_title h1 {
	font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#product_price {
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}

#product_sku {
    font-style: normal;
    font-weight: 500;
    color: rgba(141, 141, 141, 1);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
}

#product_brand {
    font-style: bold;
    font-weight: 400;
    color:  #000;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
}

#product_description {
    font-style: normal;
    font-weight: 500;
    color: rgba(22, 22, 22, 0.97);
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 8%;
}

#product_size {
    font-style: normal;
    font-weight: 300;
    color: rgba(141, 141, 141, 1);
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 8%;
}

#product_add {
    margin-bottom: 5%;
    width: 100%;
}

#add_btn {
    background-color: rgba(0, 15, 255, 1);
    border: 1px solid rgba(0, 15, 255, 1);
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 100%;
    transition: background-color 0.5s ease;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

#product_path {
    font-style: normal;
    font-weight: 300;
    color: rgba(141, 141, 141, 1);
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 4%;
}

.block_images {
    display: inline-block;
    margin-bottom: 2% !important;
    width: 100%;
    padding: 0;
}

.block_image {
    float: left;
    margin: 0 1% 0 1%;
    overflow: hidden;
    position: relative;
    width: 48%;
}

.block_image_margin {
    margin-bottom: 2% !important;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  margin: 0 0 0rem;
  
  overflow: hidden;
  cursor: zoom-in;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}

.product_extra{
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(141, 141, 141, 1);
    font-size: 10px;
    font-weight: 700;
    text-transform: lowercase !important;
    letter-spacing: 1px;
    max-width: 100%;
}

.product_collapse{
	color: rgba(141, 141, 141, 1);
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 13px;
    font-weight: 300;
    padding: 10px 10px 10px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(141, 141, 141, 1);
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ee0979; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* Cart*/

.cart_title {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    text-align: center;
}

.cart_attributes {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 1);
    text-transform: lowercase;
    text-align: center;
}

.cart_qty {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 1);
    text-transform: lowercase;
    text-align: center;
    margin-top:15px;
    display:inline-block;
    width:30px;
}

.cart_more{
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 1);
    text-transform: lowercase;
    text-align: center;
    margin-top:15px;
    display:inline-block;
    width:30px;
}

.cart_price {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 1);
}

.cart_top {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    margin-bottom: 40px;
}

.cart_step{
	    display: inline-block;
	    width: 100px;
	    text-align: center;
	    font-weight: 700;
	    font-size: 18px;
}

.cart_step_active{
	color: rgba(0, 15, 255, 1);
}

.cart_head {
    border-top: solid 1px #000 !important;
}

.cart_foot {
    border-top: solid 1px #000 !important;
}

.cart_delete{
	 font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom:10px;
    display:block;
}
.order_details{
	font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}
.order_detail{
	display: inline-block;
}

.customer_details{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

.credit_card_title{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}

.credit_card{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

/* View order Page */

@media (max-width: 412px){
	.order_step{
    	font-size: 12px;
	}
	
	.shop_content{
		
		margin-top:20px;
		margin-bottom:30px;
		
	}
	
}

@media (min-wdith: 413px){
	.order_step{
	    font-size: 18px;
	}
	.shop_content{
		margin-left:15px;
		margin-top:20px;
		margin-bottom:100px;
		padding:10px
	}
}

.order_step{
	    display: inline-block;
	    width: 100px;
	    text-align: center;
	    font-weight: 700;
	    font-size: 18px;
}

.order_step_active{
	color: rgba(0, 15, 255, 1);
}

.order_id{
		text-align: right;
		display:block;
	}
.product_options{
	text-transform: uppercase;
   font-weight: 600;
   font-size: 13px;
   line-height: 25px;
   letter-spacing: 1px;
}
#related_skus{
	font-weight: 600;
   font-size: 10px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

/* Range Slider */

.range-slider {
  height: 5px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
}
.range-selected {
  height: 100%;
  /*left: 0%;
  right: 0%;*/
  position: absolute;
  border-radius: 5px;
  background-color: #1b53c0;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
  margin: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.range-price label {
  margin-right: 5px;
}
.range-price input {
  width: 40px;
  padding: 5px;
  font-size:10px;
}

.range-price input::-webkit-outer-spin-button,
.range-price input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.range-price input[type=number] {
  -moz-appearance: textfield;
}

.range-price input:first-of-type {
  margin-right: 15px;
}