.nav-bread-links li.breadcrumb-item a i {
    font-family: 'FontAwesome';
}
.nav-bread-links li.breadcrumb-item  a {
    color: #917052;
    text-decoration: underline;
}
.nav-bread-links li.breadcrumb-item {
}
.nav-bread-links ol.breadcrumb {
    justify-content: center;
    background: #F8F2EC;
    padding: 40px 0;
}
.nav-bread-links .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #917052;
}
.catogery-sec .shop-type .shop-check-box .container-check {
    margin-bottom: 20px;
}
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #917052;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.catogery-sec .category-box {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 40px;
}
.catogery-sec .category-box h3 {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: left;
    color: #252827;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.catogery-sec .category-box h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #917052;
}
.catogery-sec .category-box .category-type ul {
    padding: 0;
}
.catogery-sec .category-box .category-type ul li {
    margin-bottom: 15px;
}
.catogery-sec .category-box .category-type ul li a.catogery.active {
    color: #917052;
    position: relative;
    padding-left: 15px;
}
.catogery-sec .category-box .category-type ul li a.catogery.active:before {
    position: absolute;
    content: ">";
    left: 0;
}
.catogery-sec .category-box .category-type ul li a.catogery {
    color: #252827;
}
.catogery-sec .shop-check-box a {
    color: #917052;
    padding: 15px 0;
    text-decoration: underline;
}
.catogery-sec .shop-type {
    padding-top: 40px;
}
.catogery-sec .category-type {
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

/*catogery-sec start here*/
.catogery-sec{
    padding: 100px 0;
}
.catogery-sec .showning-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.catogery-sec .showning-product p {
    margin-bottom: 0;
}
.catogery-sec .showning-product select#cars {
    background: #F6F6F6;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #252827;
    border: none;
}
.catogery-sec ul.pagination.pagination-lg {
    justify-content: center;
    padding: 30px 0;
    flex-wrap: wrap;
}

.catogery-sec ul.pagination.pagination-lg li.page-item {
    padding: 0 5px;
    color: #FFFFFF;
}
.catogery-sec ul.pagination.pagination-lg a.page-link {
    border: none;
    width: 45px;
    height: 45px;
    background: #917052;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    color: #252827;
}

/*.catogery-sec .pagination-lg .page-item:first-child .page-link {
    color: #D7D7D7;
    border: none;
    background: none;
}*/

.catogery-sec .pagination-lg .page-item:last-child .page-link {
    background: none;
}

.catogery-sec ul.pagination.pagination-lg li.page-item.active a {
    background: #917052;
    color: #fff;
}
.catogery-sec .product-box.pop-box {
    margin-bottom: 30px;
    min-height: 550px;
}


.product-detail-sec{
    padding: 100px 0;
}

.product-detail-sec .container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

/* Hide the browser's default radio button */
.product-detail-sec .container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.product-detail-sec .checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.product-detail-sec .container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.product-detail-sec .container-radio input:checked ~ .checkmark {
  background-color: #917052;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.product-detail-sec .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.product-detail-sec .container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.product-detail-sec .container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.product-detail-sec .flavour-type {
    display: flex;
    align-items: center;
}

.product-detail-sec .container-radio {
    background: #F5F5F5;
    border-radius: 4px;
    padding: 9px 30px 9px 20px;
    max-width: 130px;
    width: 100%;
    text-align: center;
    margin-right: 10px;
}
.product-detail-sec .product-dt-images {
    text-align: -webkit-center;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 40px;
}
.product-detail-sec .number span {cursor:pointer; }
.product-detail-sec .number {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
}
.product-detail-sec .minus, .product-detail-sec .plus{
    width:20px;
    height:20px;
    background:none;
    border-radius:unset;
    padding:0;
    border:none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
}
.product-detail-sec .number input{
    height: 25px;
    width: 100%;
    max-width: 50px;
    text-align: center;
    font-size: 18px;
    border:none;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}
.product-detail-sec .product-dt-price p {
    margin-bottom: 20px;
}
.product-detail-sec .product-dt-price small:first-child {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #917052;
    margin-bottom: 6px;
}
.product-detail-sec .product-dt-price h4 {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #252827;
    margin-bottom: 20px;
}
.product-detail-sec .product-dt-price small.flavour-txt {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #252827;
}
.product-detail-sec .product-dt-price .flavour-type {
    margin: 10px 0 20px 0;
}
.product-detail-sec .product-dt-price .quantity small {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #252827;
}
.product-detail-sec .product-dt-price .quantity .number {
    margin: 10px 0 20px 0;
}
/*.product-detail-sec .product-dt-price a {
    background: #252827;
    border-radius: 44px;
    width: 100%;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}*/
.product-detail-sec .product-dt-price .share-links {
    margin-top: 20px;
}
.product-detail-sec .product-dt-price .share-links small {
    color: #252827;
}
.product-detail-sec .product-dt-price .share-links i {
    color: #917052;
    margin: 0 5px;
    font-family: 'FontAwesome';
}
.product-detail-sec .product-slider-nav-images {
    width: 80px!important;
    height: 80px;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    text-align: -webkit-center;
}

.product-detail-sec .product-slider-nav-images img {
    max-width: 100%;
    height: 100%;
}

.product-detail-sec .slider.slider-nav .slick-slide.slick-active {
    width: 100px!important;
}
.product-detail-sec .slider.slider-nav{
    padding: 10px 0 50px 0;
}
.product-detail-sec .description-p p {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
    position: relative;
}

.product-detail-sec .description-p p:after {
    bottom: 0;
    content: "";
    position: absolute;
    width: 62px;
    height: 1px;
}

.product-detail-sec .description-p p:after {
    position: absolute;
    content: "";
    width: 62px;
    height: 1px;
    background: #917052;
    left: 0;
}

/*related-product-sec start here*/
.related-product-sec{
    padding-bottom: 100px;
}
@media (max-width: 992px){
.catogery-sec .category-box {;
    padding: 20px;
}
.catogery-sec {
    padding: 50px 0;
}
.related-product-sec .row .col-lg-4.col-md-6.col-sm-12 {
    margin-bottom: 30px;
}
}
@media (max-width: 768px){
.catogery-sec .showning-product {
    flex-direction: column;
}
.catogery-sec .showning-product p {
    margin-bottom: 10px;
}
.catogery-sec .product-box.pop-box {
    margin-bottom: 20px;
    height: auto;
}
.product-dt-price {
    text-align: center;
    padding: 20px 0;
}
.product-detail-sec .flavour-type {
    justify-content: center;
}
.product-detail-sec .product-dt-price .quantity .number {
    margin: 10px auto;
}
]
@media (max-width: 575px){
    .count{
        display: none !important;
    }
	.catogery-sec {
    padding: 30px 0;
}
.catogery-sec .showning-product {
    flex-direction: column;
    padding: 20px 0;
}
.nav-bread-links ol.breadcrumb {
    padding: 20px 0;
}
}

	

	.post-57 .radio_variation select{
		width:100% !important;
	}

