/* BOL - General */

section[data-cattype="51025"]{

    min-height: 72vh;

}

section[data-cattype="51025"] .twit {
  color: #fdfdfd;
  font-size: 20px;
  position: absolute;
  z-index: 1;
  margin-left: 9px;
  margin-top: -1px;
}

section[data-cattype="51025"] .poston{
display:none !important;
}

section[data-cattype="51025"]{

    margin: 0;

    padding: 0px 40px 0px 40px;

    margin-bottom: 25px;

}

section[data-cattype="51025"] form.form-inline{

display: none

}


[data-cattype="51025"] h1 {

    font-size: 1.85em;

    padding: 20px 40px 20px 40px;

    margin: 40px 0 8px 0;

    text-transform: uppercase;

}



section[data-cattype="51025"] form.form-inline .btn{ margin-bottom: 0; }



[data-cattype="51025"] .price{

    color: #0359D7; 
	display:none

}



section[data-cattype="51025"] form.form-inline input.form-control{

    width: 100%;

}



[data-cattype="51025"] .btn-primary {

    background-color: #F7B719;
  	border: #F7B719;
	height: 34px;

}

[data-cattype="51025"] .btn.btn-morph.btn-default.loop1page587.fadeBG {
  height: 34px;
}

[data-cattype="51025"] .btn-primary:hover {

    background-color: #09836C;

}
[data-cattype="51025"] .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #F7B719;
  border-color: #F7B719;
}
[data-cattype="51025"] a:link {
  color: #09836C;
  text-decoration: none;
}

[data-cattype="51025"] .btn.btn-success.fadeBG {
color: #ffffff;
text-decoration: none;
height: 34px;
}

[data-cattype="51025"] .page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #F7B719;
  border-color: #F7B719;
}



[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: #F7B719;

    border-color: #F7B719;

    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;

    padding: 0px 40px 0px 40px;

}

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 {
	display: none;
}







[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;
	display:none;
}

[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 {
	display: none;
}

[data-cattype="51025"] .pagination{

    justify-content: center;

}

[data-cattype="51025"] .btnbuy_form {
  display: none;
}



/* EOL - Listing Item */







/* BOL - Product Detail */





[data-cattype="51025"] .detail-page {

    margin-top: 15px;
	max-width: 1400px;
 	margin: 0 auto;
 	padding: 40px;

}
[data-cattype="51025"] .tabs.mb-xlg {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
}



[data-cattype="51025"] .detail-page h1.title {

    margin-top: 0px;

    color: #023876;

    font-size: 26px;

	margin-left: -41px;

}



[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;

        padding: 0px 20px 0px 20px;

    }

	[data-cattype="51025"] .detail-page h1.title {
  		margin-top: 0px;
  		color: #000;
  		margin-left: 0px;
	}

	[data-cattype="51025"] a > img {
  		border: none;
 	 	margin-left: 14px;
	}



    [data-cattype="51025"] .sales-tag {

        right: 15px;

    }

    section[data-cattype="51025"] form.form-inline {

        padding: 10px 0px 0px 0px;

      }

      section[data-cattype="51025"] .list-product {

        padding: 0px 0px 40px 0px;

      }





    /* 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;

    }

	[data-cattype="51025"] .detail-page {
  		margin-top: 15px;
 	 	margin: 0px;
  		padding: 0px;
	}

	[data-cattype="51025"] .tabs.mb-xlg {
  		margin: 0 auto;
  		padding: 0px;
	}

	[data-cattype="51025"] p {
  		font-size: 14px;
	}

	[data-cattype="51025"] .btn.btn-success.fadeBG {
  		color: #ffffff;
  		text-decoration: none;
  		margin-top: 12px;
	}




    /* End Detail Item */



}



