body{
    background: #f8f8f8;
}
.header__logo{
    padding: 10px 0;
}
.header__logo img{
    height: 60px;
    object-fit: contain;
    padding-left: 20px;
}
.offcanvas__logo img{
    height: 100px;
    object-fit: contain;
}
.footer__logo img{
    height: 200px;
    object-fit: contain;
    width: 250px;
}
footer.footer{
    background: #000;
    color: #fff;
}
.footer__widget ul li a, .footer__widget h6, .footer__widget a, .footer__newslatter h6{
    color: #fff;
}
.footer__social a{
    color: #E2B165;
    background: #000000;
    border-radius: 0%;
    border: 1px solid;
}
.footer__social a:hover i{
    transform: scale(1.3);
}
.footer__copyright__text, .footer__copyright__text p{
    border-top: none;
    color: #E2B165;
}
.header .header__right__auth a, .offcanvas-menu-wrapper .offcanvas__auth a{
    font-size: 14px;
    color: #e3ae5a;
    border: 1px solid #a6abb0;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 600;
}

#pageDiamondFilter .image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
    border-radius: 50%;
    height: 56px;
    background: #dee2e6a3;
}
#pageDiamondFilter .image-checkbox img{
    height: 50px;
    width: 50px;
    object-fit: contain;
}
#pageDiamondFilter .image-checkbox input[type="checkbox"] {
    display: none;
}
#pageDiamondFilter .image-checkbox-checked {
    border-color: #262D74;
}
#pageDiamondFilter .image-checkbox .glyphicon {
  position: absolute;
  color: #262D74;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
#pageDiamondFilter .image-checkbox-checked .glyphicon {
  display: block !important;
}
#pageDiamondFilter .section-title {
    padding-top: 1rem;
    margin-bottom: 0.8rem;
}
#pageDiamondFilter .table td, #pageDiamondFilter .table th{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

#pageDiamondDetail .product__details__pic__left .pt img{
    height: 70px;
    object-fit: cover;
}
#pageDiamondDetail .owl-carousel .owl-item img{
    height: 500px;
    object-fit: contain;
    object-position: top center;
}
#pageDiamondDetail .product__details__pic__slider.owl-carousel .owl-nav{
    display: none;
}
#pageDiamondDetail .product__details__text .list-inline i.fa{
    font-size: 7px;
    padding-right: 5px;
}
#pageDiamondDetail .product__details__text p{
    margin-bottom: 5px;
    font-size: 16px;
}
#pageDiamondDetail .product__details__text p span{
    color: #000000;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    #pageDiamondDetail .product__details__pic__left .pt img{
        height: 55px;
    }
    #pageDiamondDetail .owl-carousel .owl-item img{
        height: auto;
    }
    .header .header__logo img{
        padding-left: 130px;
    }
    .header .canvas__open{
        right: unset;
        left: 15px;
    }
}
#diamondFilterTable_wrapper .dataTables_scrollHeadInner, #diamondFilterTable_wrapper .dataTables_scrollHeadInner .dataTable{
    width: 100% !important;
}
#diamondCompareTable_wrapper .dataTables_scrollHeadInner, #diamondCompareTable_wrapper .dataTables_scrollHeadInner .dataTable{
    width: 100% !important;
}

#diamondFilterTable_wrapper .dataTable .diamondShape img, #diamondCompareTable_wrapper .dataTable .diamondShape img{
    height: 25px;
    object-fit: contain;
    width: 25px;
}

#pageDiamondEdu .card-header .panel-title a {
    font-size: 17px;
    color: #000;
}
#pageDiamondEdu .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}
#pageDiamondEdu .card-header{
  cursor: pointer;
  border-bottom: none;
}
#pageDiamondEdu .card{
  border: 1px solid #ddd;
  margin: 10px;
}
#pageDiamondEdu .card-body{
  border-top: 1px solid #ddd;
}
#pageDiamondEdu .card-header.active .rotate-icon {
  transform: rotate(180deg);
}

#pageDiamondFilter .div_diamond_types .slick-prev:before, #pageDiamondFilter .div_diamond_types .slick-next:before{
    color: #262d74 !important;
    opacity: 1;
}

#pageDiamondFilter .nav::before, #pageDiamondFilter .nav::after {
    content: unset;
}
#pageDiamondFilter .nav {
    justify-content: unset;
    margin-bottom: 0px;
    background: #e9ecef;
    padding: 20px;
}
#pageDiamondFilter .nav-tabs .nav-link.active{
    background-color: #6c757d;
    border-color: #000000;
    color: #fff;
    padding: 5px;
}
#pageDiamondFilter .nav-item .nav-link{
    font-size: 15px;
    font-weight: 500;
}

#formFilterDiamond .form-control[readonly]{
    background-color: #ffffff
}

#pageDiamondDetail #tabs_diamond_detail .product__big__img, #pageAboutus .product__big__img{
    height: 250px;
    object-fit: contain;
    width: 100%;
}

#pageEmployeeSection .empimg img{
    height: 180px;
    object-fit: contain;
    width: 180px;
    padding-bottom: 20px;
}


#pageDiamondFilter .filter-checkbox {
    display: inline-block;
    color: #555;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 3px;
    cursor: pointer;
    background: white;
    width: auto;
    padding: 5px 13px;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    font-weight: 500;
}
#pageDiamondFilter .filter-checkbox input[type="checkbox"] {
    display: none;
}
#pageDiamondFilter .filter-checkbox-checked {
    background: #262D74;
    color: white;
}

#modalCertificateView .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
#modalCertificateView .modal-fullscreen.modal-dialog {
    transform: translateY(0) scale(1);
}
#modalCertificateView .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
/* #modalCertificateView .modal-fullscreen .modal-body {
    overflow-y: auto; 
} */
#pageDiamondDetail .product__details__tab .nav-link.active{
    background-color: transparent;
}

.wp_floating{
	position:fixed;
	width:50px;
	height:50px;
	bottom:25px;
	right:25px;
	background-color:#c28d35;
	color:#FFF;
	border-radius:60px;
	text-align:center;
    font-size:30px;
	/* box-shadow: 2px 2px 3px #25d36687; */
    z-index:100;
}
.wp_floating:hover{
    color:#FFF;
}
.wpfloat-button{
	margin-top:9px;
}

.contact__form form input[type="checkbox"] {
    height: 20px;
}

#pageEmployeeSection .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

#pageEmployeeSection .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

#pageEmployeeSection .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#pageEmployeeSection .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#pageEmployeeSection input:checked + .slider {
  background-color: #262d74;
}

input:focus + .slider {
  box-shadow: 0 0 1px #262d74;
}

#pageEmployeeSection input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
#pageEmployeeSection .slider.round {
  border-radius: 34px;
}

#pageEmployeeSection .slider.round:before {
  border-radius: 50%;
}
.divckbx .input-group{
    justify-content: center;
}
.divckbx .input-group .lblcheck{
    margin-right: 15px;
    margin-top: 5px;
}

.footer .footer__widget ul li{
    list-style: disc;
    margin-left: 20px;
}
.footer .footer__widget ul li::marker{
    color: #e2b165;
}

#pageDiamondFilter .section-title h5 {
    font-weight: 600;
}

#pageAboutus .contact__content p{
    text-align: justify;
}
#pageAboutus .contact__address ul li{
    list-style: disc;
    margin-left: 20px;
}