/* 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: #232022;
	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: #e92d2e; 
}

section[data-cattype="51025"] form.form-inline input.form-control{
    width: 100%;
}

[data-cattype="51025"] .btn-primary {
	background-color: #f6ea3c;
}

[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"] .pad {
	padding: 0px 5px 0px 5px;
}

[data-cattype="51025"] .btn-inverse {
	color: #fff;
	background-color: #000;
	border-color: #000;
	height: 34px;
	line-height: 1;
}


/* 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;
	padding-left: 30px;
	vertical-align: top;
	width: 25%;
	min-height: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[data-cattype="51025"] .jumbotron {
	padding: 40px 60px 40px 60px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
	border-radius: 10px;
}


[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"] .group-quantity-control {
	max-width: 120px;
	float: left;
	margin-right: 10px;
}


[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;
	text-align: center;
	margin-top: 10px;
	align-content: center;
	width: 87%;
}





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%;
}


[data-cattype="51025"] .form-group {
	display: inline-flex;
}

[data-cattype="51025"] .input-group {
	flex-wrap: inherit;
	width: 100%;
}


[data-cattype="51025"] .clearfix {
	width: 100%;
	margin: 20px;
}


[data-cattype="51025"] .grid_item {
	padding-left: 0;
	width: 23%;
	height: auto;
	border: solid 1px #ccc;
	margin: 10px;
	padding-bottom: 10px;
}


[data-cattype="51025"] .wrapper_grid_item {
	margin-top: 20px;
	margin-left: 0;
}

[data-cattype="51025"] .grid_item img.product_img_line {
	background-size: cover;
}

[data-cattype="51025"] .form-control {
	text-align: left;
}

[data-cattype="51025"] .item_content .btn{
	float: right;
    margin-right: 5%;
}

[data-cattype="51025"] .item_content .group-quantity-control {
	margin-left: 5%;
}



/* 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"] fieldset.social-media {
	margin: 15px 0 30px 0;
	padding: 10px;
}

[data-cattype="51025"] .tab-pane {
	padding: 20px;
}

/* EOL - Product Detail */


/* BOL - Product attribute photo gallery at detail page 2022-02-13 */
[data-cattype="51025"] .detail-page .productimggallery ul.listImage li,
[data-cattype="51025"] .detail-page .productimggallery ul.listImage li .wrapper_image{
    width: 70px;
    height: 50px;
}
/* EOL - Product attribute photo gallery at detail page */



/* 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;
	width: 247px;
	float: left;
    }
    
   [data-cattype="51025"] .grid_item {
	width: 228px;
    }
    
    [data-cattype="51025"] .item_content .btn{
	float: right;
    margin-right: 0;
    }

    [data-cattype="51025"] .item_content .group-quantity-control {
	margin-left: 0;
    }
	
}

/* 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 {
	width: 50%;
	text-align: center;
	height: auto;
	padding: 5px;
    }
    
    [data-cattype="51025"] .form-group {
	display: flex;
    }

    [data-cattype="51025"] .item_content .grid_item img.product_img_line {
	background-size: contain;
	background-color: #cccccc63;
    }
    
    
    [data-cattype="51025"] .grid_item {
	width: 47%;
	text-align: center;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 0px 5px 20px 5px;
    }
    
    
    [data-cattype="51025"] .item_content .btn {
	float: none;
	margin: auto;
    }
    

    [data-cattype="51025"] .item_content .group-quantity-control {
	margin: auto;
	float: none;
    }


	[data-cattype="51025"] .btn-primary {
	margin-top: 10px !important;
	}

    
    /* EOL - Listing Item */
    
    
    /* Detail Item */
    
    .wrapper_productimg .product_img_line {
	text-align: center;
	margin: auto;
	display: block;

    }
    
    ul.listImage li {
	margin: 0 8px 8px 0px;
	width: 160px;
	height: 150px;
	overflow: hidden;
    }
    
    .grid.listImage {
	margin-left: 10px;
    }
    
	[data-cattype="51025"] .btnwidth .input-group {
	display: block;
	}

	[data-cattype="51025"] .btnwidth .input-group .btn {
	margin:10px;
	height:50px !important;
	}


	[data-cattype="51025"] .btnwidth .btn, .btnwidth input {
	height: 50px !important;
	width: 100% !important;
	}


	[data-cattype="51025"] .btnext .btn {
	margin-top: 16px !important;
	}


	[data-cattype="51025"] .input-group .btn {
	height: auto !important;
	}


	[data-cattype="51025"] ul.listImage li {
	margin: 0 8px 8px 0px;
	width: 150px;
	height: 150px;
	overflow: hidden;
	}


    /* End Detail Item */
    
}

