@media screen and (max-width: 768px) {
  .custom-product-block{
    width:100% !important;
  }
  .custom-info-block{
  	width:100% !important;
  }
  .custom-mobile-img-2021 img {
 	height:255px;
  }
}
.custom-product-block-img:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.custom-product-block-img img {
  -moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.custom-product-block-img {
  overflow: hidden;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.custom-btn-group .custom-color{
	color: #a16abc;
	border-color: #a16abc !important;
}
.custom-btn-group button {
  border: 1px solid #434343 !important;
  color: white;
  cursor: pointer;
  border-radius:0px !important;
}
.custom-btn-group:after {
  content: "";
  clear: both;
  display: table;
}
.custom-btn-group button:not(:last-child) {
  border-right: none !important;
}
.custom-btn-group{
	text-align:center !important;
}
.custom-read-more:after {
    content: ' \02C5';
}
.patek-header-navigation
{
  align-items:center
}
.patek-header-navigation>li:not(:last-child){
  margin-right:2rem
}
.patek-header-navigation>li>a:not(.button){
  display:block;
  color:#000;
  font-size:.875rem
}
.patek-header-navigation>li.active>a,.rolex-header-navigation>li>a:not(.button):hover
{
  color:#a16abc;
}
.patek-header-navigation>li.active>a.button
{
  pointer-events:none;
  color:#717171;
  border-color:#f4f4f4;
  background-color:#f4f4f4
}
.custom-height{
	height: 10.2rem !important;
}
.custom-select{
	appearance:auto !important;
}
.custom-color:hover{
	color: #a16abc !important;
}
.custom-send-enquiry{
	--bg-opacity: 1;
    background-color: #1d252d;
    background-color: rgba(29,37,45,var(--bg-opacity)) !important;
}
