    /* ----------------------------------------------------------
    :: Template Name: Karl - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Karl is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform. It's super responsive for all      Desktop/Mobile layout.
    :: Version: 1.0
    :: Created: 09 January 2018
    :: Last Updated: 09 January 2018
    ---------------------------------------------------------- */

    /* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
	  
	input{
		text-align: left;
	}
	
	.prodImg{ 
		height:255px;
	}
        .storeImg{
		height:150px;
        }
	
		
	.product-description .add-to-cart-btn {
		margin-top: 10px;
		font-size: 12px;
		font-weight: 700;
		color: #ff084e;
		display: block;
	}
	
	.section_padding_100 {
		padding: 30px 0;
	}
		
	.breadcumb_area {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	
	.single_product_desc .widget.size .widget-desc a{
		width: auto;
		padding: 2px;
		margin: 2px;
	}
	
	.options_selected {
		border: 2px solid #ff084e;
		background-color: #ff084e;
	}
	.alert {
	  padding: 20px;
	  background-color: #f44336;
	  color: white;
	  opacity: 1;
	  transition: opacity 0.6s;
	  margin-bottom: 15px;
	}

	.alert.success {background-color: #04AA6D;}
	.alert.info {background-color: #2196F3;}
	.alert.warning {background-color: #ff9800;}

	.closebtn {
	  margin-left: 15px;
	  color: white;
	  font-weight: bold;
	  float: right;
	  font-size: 22px;
	  line-height: 20px;
	  cursor: pointer;
	  transition: 0.3s;
	}

	.closebtn:hover {
	  color: black;
	}
	
	.cart-table .cart_product_img h6 { 
		text-indent: 15px;
	}
	
	
	
	.style-1 del {
	  color: rgba(255, 0, 0, 0.5);
	  text-decoration: none;
	  position: relative;
	}
	.style-1 del:before {
	  content: " ";
	  display: block;
	  width: 100%;
	  border-top: 2px solid rgba(255, 0, 0, 0.8);
	  height: 12px;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  transform: rotate(-7deg);
	}
	.style-1 ins {
	  color: green;
	  font-size: 18px;
	  text-decoration: none;
	  padding: 1em 1em 1em 0.5em;
	}