/* BOL - General */
section[data-cattype="51025"],
section[data-cattype="51025"] form.form-inline{
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

[data-cattype="51025"] h1 {
	font-size: 1.85em;
	color: #0359D4;
	padding: 0px;
	margin: 15px 0 8px 0;
	text-transform: uppercase;
}

section[data-cattype="51025"] form.form-inline .btn{ margin-bottom: 0; }

[data-cattype="51025"] .price{
    color: #0359D7; 
}

section[data-cattype="51025"] form.form-inline input.form-control{
    width: 100%;
}

[data-cattype="51025"] .btn-primary {
	background-color: #337ab7;
}

[data-cattype="51025"] .sales-tag {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top: -10px;
	right: -15px;
	background: #ff0000;
	border-radius: 30px;
	text-align: center;
	padding: 15px 3px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transform: rotate(45deg);
	border: 2px solid #eee;
	z-index: 10;
}

[data-cattype="51025"] .form-group {
	display:inline-flex;
    }

[data-cattype="51025"] .btn-inverse {
	color: #fff;
	background-color: #000;
	border-color: #000;
	height: 34px;
	line-height: 1;
}

[data-cattype="51025"] .flex {
	position: relative;
    display: inline-flex;
    vertical-align: middle;
}

[data-cattype="51025"] .input-group {
	flex-wrap: inherit;
}


/* EOL - General */



/* BOL - Listing Item */

section[data-cattype="51025"] .wrapper-result-input{
    position: relative;
    width: 250px;
    text-align: left;
}

[data-cattype="51025"] .grid_item {
	float: left;
	min-height: 1px;
	vertical-align: top;
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[data-cattype="51025"] .grid_item img.product_img_line {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	width: 100%;
	height: 193px;
	display: block;
	margin: 0;
	vertical-align: top;
}

[data-cattype="51025"] .item_content.grid_item {
	position: relative;
}



[data-cattype="51025"] .btnbuy_form {
	margin-right: 20px;
}


[data-cattype="51025"] .grid_item .title > a, .grid_item .title {
	font-size: 15px;
	line-height: 1.2;
	color: #000;
	display: block;
}

[data-cattype="51025"] .grid_item .ajax-add-to-cart .btn {
	margin-bottom: 3px;
}


[data-cattype="51025"] .pagination {
	margin-top: 20px;
}

[data-cattype="51025"] .add-to-cart {
	margin-top: 10px;
}



section[data-cattype="51025"]  #list-product{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    min-height: 300px;
}

section[data-cattype="51025"]  #list-product .wrapper_navigation{
    clear: both;
    width: 100%;
}

/* EOL - Listing Item */



/* BOL - Product Detail */


[data-cattype="51025"] .detail-page {
	margin-top: 15px;
}

[data-cattype="51025"] .detail-page h1.title {
	margin-top: 0px;
    color: #000;
    font-size: 26px;
}

[data-cattype="51025"] .normal_text p {
	margin: 5px 0 12px 0;
}


[data-cattype="51025"] ul.grid li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

[data-cattype="51025"] .grid.list-attribute > li > label {
	vertical-align: bottom;
	margin-right: 5px;
	display: block;
}


[data-cattype="51025"] .bottoms {
	background-color: #f2f2f2;
	padding: 10px;
	width: 100%;
    height: 55px;
}


[data-cattype="51025"] fieldset.social-media {
	margin: 15px 0 30px 0;
	padding: 10px;
}

[data-cattype="51025"] .tab-pane {
	padding: 20px;
}


[data-cattype="51025"] .group-quantity-control {
	margin-left: 10px;
}





/* EOL - Product Detail */


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    
    [data-cattype="51025"] .form-group {
	display: flex;
    }
    
    [data-cattype="51025"] .grid_item {
	float: left;
	min-height: 1px;
	width: 240px;
	box-sizing: border-box;
	height: auto;
    }
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    
    /* BOL - General */
    
    section[data-cattype="51025"] form.form-inline .btn {
	margin: auto;
	display: block;
    }
    
    [data-cattype="51025"] h1 {
	text-align: center;
    }
    
    [data-cattype="51025"] .sales-tag {
        right: 15px;
    }
    
    
    /* EOL - General */
    
    
    /* BOL - Listing Item */
    
    section[data-cattype="51025"] .wrapper-result-input {
	   width: 100%;
    }
    
    [data-cattype="51025"] .grid_item {
	float: left;
	min-height: 1px;
	padding-left: 0;
	width: 100%;
	margin: 0px 5px 40px 5px;
    height: auto;
    }
    
    [data-cattype="51025"] .wrapper_grid_item {
	   margin-left: 0;
    }
    
    
    /* EOL - Listing Item */
    
    [data-cattype="51025"] .flex {
	   display: block;
    }

    [data-cattype="51025"] .add-to-cart {
	margin-top: 10px;
    }
    

    
    [data-cattype="51025"] .group-quantity-control {
	max-width: 120px;
	float: left;
	margin-left: 40px;
    }

    [data-cattype="51025"] .btnbuy_form {
	margin-right: 20px;
    }
    
    [data-cattype="51025"] .detail-page .group-quantity-control {
	max-width: 120px;
	float: left;
	margin-left: 60px;
    }
    
    [data-cattype="51025"] .detail-page .btnbuy_form {
	margin-right: 50px;
    }
    
    [data-cattype="51025"] .form-group {
	display: block;
    }
    
    
    [data-cattype="51025"] .detail-page {
	text-align: center;
    }
    
    [data-cattype="51025"] .normal_text ul {
	text-align: left;
    }
    
    
    [data-cattype="51025"] ul.list-attribute, ul.group-color {
	text-align: center !important;
    }


    

    
    
}

