/* BOL - General */
section[data-cattype="51025"]{
    min-height: 72vh;
}

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%;
}

section[data-cattype="51025"] .btn-primary {
	background-color: #188ebe;
	border-radius: 10px;
	font-size: 16px !important;
	border: none;
	padding: 5px 30px 5px 30px;
}

[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"] .list-product{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    margin: 0;
    position: relative;
}
section[data-cattype="51025"] .list-product.loading{
    justify-content: center;
    align-items: center;
}
section[data-cattype="51025"] .loader { 
    width: 60px; 
    margin: 30px 0;
}

section[data-cattype="51025"] .loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 4px solid #aaa;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}

section[data-cattype="51025"] .loader-text {
  color: #aaa;
  font-family: arial, sans-serif;
}

section[data-cattype="51025"] .loader-text:after {
  content: 'Loading';
  animation: load 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg); }
}

@keyframes load {
  0% { content: 'Loading'; }
  33% { content: 'Loading.'; }
  67% { content: 'Loading..'; }
  100% { content: 'Loading...'; }
}


[data-cattype="51025"] .grid_item {
    width: 23%;
    /*width: 100%;*/
    margin: 0.8em ;
    border-radius: 10px;
    border: none;
    background: #fff;
    padding: 0;
    box-shadow: 0px 2px 3px #ddd;
    /*overflow: hidden;*/
    position: relative;
    text-align: left;
}

[data-cattype="51025"] .jumbotron {
    padding: 40px 60px 40px 60px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
    border-radius: 10px;
}



[data-cattype="51025"] .item_content.grid_item {
    position: relative;
}
[data-cattype="51025"] .grid_item a.link-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
[data-cattype="51025"] .grid_item img.product_img_line{
    opacity: 0;
}

[data-cattype="51025"] .grid_item .group-quantity-control {
    max-width: none;
    width: auto;
    float: none;
    margin-right: 10px;
}
[data-cattype="51025"] .grid_item .group-quantity-control input[name="qty"]{
    max-width: 36px;
    height: 30px;
    padding: 3px 6px;
}

[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"] .form-group {
    display: inline-flex;
}

[data-cattype="51025"] .input-group {
    flex-wrap: inherit;
}
[data-cattype="51025"] .pagination{
    justify-content: center;
}


/* 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"] .detail-page input.input-number {
	max-width: 45px;
	height: 36px;
}

[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"] .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%;
        height: auto;
        padding: 0px 0px 10px 0px;
        margin: 0px 5px 20px 5px;
    }



    [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;
    }


    /* End Detail Item */

}

