/* navbar styling */
.navbar{
  box-shadow: none;
}
.navbar.scrolling-navbar.top-nav-collapse{
  padding-bottom: 0rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.navbar.scrolling-navbar{
  /* padding: 0rem; */
  /* padding-bottom: 0rem; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  flex-direction: column;
}
.navbar.scrolling-navbar.top-nav-collapse .container-fluid.white_nav{
  margin-bottom: 0.5rem;
  /* padding-left: 1rem; */
  /* padding-right: 1rem; */
}
.navbar.scrolling-navbar .container-fluid.white_nav{
  margin-bottom: 0rem;
}
.navbar.scrolling-navbar.top-nav-collapse .hide_div{
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: visibility 1s, opacity 0.1s linear, height 0.5s;
}
.navbar.scrolling-navbar .hide_div{
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: visibility 1s, opacity 0.1s linear, height 0.5s;
}
.collapse.navbar-collapse{
  position: fixed;
  top: 0;
  /* margin-top: 3rem; */
  right: 0;
  z-index: 3;
  width: 280px; /*example + never use min-width with this solution */
  height: 100%;
  background-color: #fff;
  padding: 1rem 0rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  scroll-behavior: smooth;
  overflow-y: auto;
}
.collapse.navbar-collapse li a{
  color: #444;
  width: 100%;
  padding: 0.3rem 1rem;
}
.navbar-toggler{
  margin: 0rem 1rem;
  font-size: 1rem;
}
.navbar .nav-flex-icons{
  flex-direction: column;
  height: 50px;
}
.hide_lg{
  display: block;
}
.hide_sm{
  display: none;
}
/* } */
/* #navbarSupportedContent{
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
} */
.nav-item{
  margin: 0rem 0.5rem;
}
/* navbar-brand styling */
.navbar-light .navbar-brand{
  font-size: 1rem;
  color: #199de8;
  font-weight: 600;
  margin: 0 auto;
}
.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{
  color: #199de8;
}
.navbar.scrolling-navbar.top-nav-collapse .navbar-brand img{
  height: 2.5rem;
  width: 15.5rem;
  transition: height 0.5s, width 0.5s;
}
.navbar.scrolling-navbar .navbar-brand img{
  height: 2.6rem;
  width: 15.7rem;
  transition: height 0.5s;
}
/* aniversary_75 styling */
/* .aniversary_75{
display: none;
} */
.aniversary_75 img{
  height: 3.2rem;
}
/* since styling */
/* .since{
display: none;
} */
.navbar.navbar-light .navbar-nav .since .nav-link{
  font-family: 'Rouge Script', cursive;
  font-size: 1.5rem;
}
/* search form control styling */
.ui-menu.ui-front{
  z-index: 1032;
}
.ui-widget.ui-autocomplete{
  position: fixed;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  max-width: 12rem;
}
.csearch_container{
  display: flex;
  width: 100%;
}
.c_search{
  min-width: 11rem;
  margin: 1rem;
}
.search{
  overflow: hidden;
}
.search input{
  background-color: transparent;
}
.search .placeholder{
  padding: 0.3rem 0.5rem;
  font-size: 0.7rem;
  color: #999;
  white-space: nowrap;
}
.search .placeholder b{
  font-weight: 600;
}
/* .search{
display: none;
} */
/* .search .form-control{
min-width: 15rem;
} */
/* cart design */
.cartno{
  position: absolute;
  top: 0;
  height: 1rem;
  width: 1rem;
  right: 0;
  margin-right: 0.2rem;
  /* background-color: #19e8cc; */
  text-align: center;
  color: #e8fcf9;
  font-weight: bold;
  border-radius: 50%;
}
.main_links{
  background-color: #f1be48;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  align-self: stretch;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  /* display: none; */
}
.main_links li{
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.main_links li a{
  color: #444;
  font-weight: 500;
  padding: 0rem;
}
.main_links .dropdown-menu li{
  display: block;
  padding-left: 0rem;
  padding-right: 0rem;
}
.main_links .dropdown-submenu .dropdown-menu{
  padding-left: 0rem;
  left: 0;
  margin-left: 100%;
  top: 0;
  margin-top: -0.5rem;
}
.owl-carousel.owl-drag .owl-item{
  font-size: 0.7rem;
}
/* footer styling */
footer{
  background-color: #f7f7f7;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  text-align: center;
}
footer .col-sm-3{
  margin-top: 1.5rem;
}
footer .d-flex{
  justify-content: center;
}
footer h4{
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
footer h5{
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
footer ul{
  padding-left: 0rem;
}
footer ul > li{
  display: block;
  margin: 0.5rem 0rem;
}
footer a{
  color: #666;
}
/* main styling */
main{
  margin-top: 6.3rem;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Prompt', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7rem;
}
/* main page heading styling */
main h4{
  font-size: 1.1rem;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
main h3{
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}
strong{
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
}
.card-title{
  text-align: center;
}
.btn_div{
  text-align: center;
}
.btn_div .btn{
  margin-left: 0rem;
  margin-right: 0rem;
}
/* carousel styling */
.carousel-caption{
  text-align: center;
  width: auto;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.catch_phase{
  background-color: #fff;
  color: #444;
  padding: 0.3rem 1rem;
  margin: 0rem;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.carousel-item{
  height: 30rem;
}
.carousel-item img{
  height: 30rem;
  object-fit: cover;
}
.carousel-caption h3{
  margin-top: 1rem;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
}
/* about styling */
.about{
  background: url("img/bg_1.jpg");
  background-size: contain;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: justify;
}
.about img{
  height: 19rem;
  width: 15rem;
  object-fit: cover;
  /* margin-left: 2rem; */
}
.about b{
  font-weight: 500;
}
/* pdf_cards div styling */
.pdf_cards{
  background-color: #f7f6f2;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* catalogue div */
.catalogues{
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
.catalog_div{
  text-align: center;
  position: relative;
  display: inline-block;
  height: 10rem;
  width: 6.5rem;
  margin: 0.5rem 0.8rem;
}
.catalog_div a{
  color: #444;
}
.catalog_div a > div{
  margin-top: 0.8rem;
}
.catbg_1{
  background: url("img/cat_bg1.png");
  background-size: 7rem;
  background-position: top center;
  background-repeat: no-repeat;
}
.catbg_2{
  background: url("img/cat_bg2.png");
  background-repeat: no-repeat;
  background-size: 7rem;
  background-position: top center;
}
.catbg_3{
  background: url("img/cat_bg3.png");
  background-repeat: no-repeat;
  background-size: 7rem;
  background-position: top center;
}
.catbg_4{
  background: url("img/cat_bg4.png");
  background-repeat: no-repeat;
  background-size: 7rem;
  background-position: top center;
}
.catbg_5{
  background: url("img/cat_bg5.png");
  background-repeat: no-repeat;
  background-size: 7rem;
  background-position: top center;
}
.catalog_div img{
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  margin-top: 0.3rem;
}
/* page category styling */
.category_container{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.category_container .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.category_table{
  /* width: 19.3%; */
  margin: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #e5e5e5;
}
.category_table .header{
  font-family: 'Oswald', sans-serif;
  background-color: #199de8;
  padding: 0.5rem 1.5rem;
  text-align: center;
  color: #fff;
  height: 4rem;
}
.category_table .header h5{
  font-size: 1rem;
}
.category_table .body ul{
  padding-left: 0rem;
  margin: 0rem;
}
.category_table .body li{
  list-style: none;
  padding: 0.2rem 1rem;
  font-size: 0.85rem;
  position: relative;
}
.category_table .body li::after{
  content: '';
  border-bottom: 0.13rem solid #199de8;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.category_table .body li a{
  color: #444;
}
/* search products page styling */
/* accordion styling */
.card .pro_cas{
  width: auto;
  display: inline-block;
}
.arw_len{
  min-width: 7rem;
}
/* tech services page styling */
.card_div{
  text-align: center;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
}
.card_div .card{
  /* width: 100%; */
  margin: 1rem;
  /* display: inline-block; */
  padding: 2rem;
  /* padding-bottom: 0rem; */
  /* float: left; */
}
.card_div .circle_icons .fas{
  font-size: 1.5rem;
  background-color: #258bed;
  color: #fff;
  padding: 1rem 0.5rem;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
}
.card_div ul{
  padding: 0rem;
}
.card_div li{
  list-style: none;
}
.card_div li a, .letter_card li a{
  color: #444;
}
/* customer supportpage styling */
/* letter card styling */
/* link div styling */
.letter_card .link_div{
  background-color: #f7fdfd;
  padding: 1rem;
  border: 0.1rem solid #ccc;
  border-left: none;
  border-right: none;
}
.letter_card .link_div ul{
  padding: 0rem;
}
.letter_card .link_div li{
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.letter_card .link_div li div{
  flex: 1;
}
/* suggest product page */
/* suggest product card design */
.suggestpro_card .card-body{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.suggestpro_card.search_pro .card-body{
  flex-direction: column;
}
.suggestpro_card .card-body .letter_div{
  flex: 1;
  min-width: 40%;
  margin: 0.3rem;
  padding: 0rem;
}
.suggestpro_card .letter_div .card-head{
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #f1be48;
}
.letter_div .body{
  padding: 1rem;
  margin-right: 0.5rem;
}
.letter_div .body .md-form{
  margin-bottom: 0rem;
}
.letter_card .card-footer{
  padding: 0rem;
  display: flex;
}
.letter_card .card-footer button{
  margin: 0rem;
  flex: 1;
  border-radius: 0;
}
/* error page design */
.error{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 0.8rem;
}
.error h1{
  font-size: 6rem;
  font-weight: 700;
}
.error h2{
  font-weight: 700;
}
.error .input-group input{
  border-radius: 2rem;
  height: 3rem;
  font-size: 0.8rem;
  padding-left: 1.5rem;
}
.error .input-group button{
  border-radius: 2rem;
  width: 8rem;
  font-weight: 500;
}
/* careers page design */
.careers{
  font-size: 0.85rem;
}
.careers .card h6{
  font-family: 'Oswald', sans-serif;
  margin-bottom: 1.5rem;
}
.careers .card h6:last-child{
  margin-bottom: 0rem;
}
.careers .card h6 .norm_text{
  font-weight: 300;
  margin-left: 1rem;
}
/* product alpha page design */
.pro_cas img{
  height: 3rem;
  width: 3rem;
}


/* periodic table design with responsiveness*/
/* not mobile first */


body {
  counter-reset: element;
}
.periodic-table {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  display: grid;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  padding-left: 0;
}
.periodic-table > li {
  display: flex;
  position: relative;
  justify-content: center;
  height: 5rem;
  padding-top: 1rem;
  border-radius: 3px;
  background: rgb(91, 194, 234);
}
.periodic-table > li:before {
  counter-increment: element;
  content: counter(element);
  position: absolute;
  bottom: 2px;
  left: 5px;
  font-size: .9vw;
  font-weight: lighter;
}
.periodic-table > li abbr {
  font-size: 2.5vw;
}
#helium {
  grid-column-start: 18;
}
#boron, #aluminium {
  grid-column-start: 13;
}
#cerium, #thorium {
  grid-column-start: 4;
}
.periodic-table > li:nth-child(n+58):nth-last-child(n+48) {
  grid-row-start: 8;
}
.periodic-table > li:nth-child(n+90):nth-last-child(n+16) {
  grid-row-start: 9;
}
.periodic-table:before {
  display: block;
  content: '';
  grid-row: 8 / 10;
  grid-column: 1 / 4;
}
.periodic-table .noble-gas {
  background: rgb(234, 218, 36);
}
.periodic-table .diatomic-nonmetal {
  background: rgb(234, 179, 127);
}
.periodic-table .alkali {
  background: hsl(326, 52%, 84%);
}
.periodic-table .hydrogen {
  background: rgb(163, 199, 210);
}
.periodic-table .alkaline {
  background: hsl(120, 52%, 84%);
}
.periodic-table .unknown {
  background: hsl(210, 2%, 73%);
}
.periodic-table .lanthanide {
  background: hsl(183, 54%, 84%);
}
.periodic-table .actinide {
  background: hsl(82, 60%, 56%);
}
.periodic-table .metalloid {
  background: hsl(142, 60%, 56%);
}
.periodic-table .polyatomic-non-metal {
  background: hsl(358, 60%, 56%);
}

@media all and (max-width: 1100px) {
  #helium, #boron, #aluminium, #cerium, #thorium {
  grid-column-start: auto;
  }
  .periodic-table {
  grid-template-columns: 1fr 1fr 1fr;
  }
  .periodic-table > li abbr {
    font-size: 0;
  }
  .periodic-table > li {
    padding: 1rem;
  }
  .periodic-table > li abbr:after {
    content: attr(title);
    font-size: 2rem;
  }
  .periodic-table > li:before {
    font-size: 1rem;
  }
  .periodic-table > li:nth-child(n+58):nth-last-child(n+48) {
  grid-row-start: auto !important;
}
  .periodic-table > li:nth-child(n+90):nth-last-child(n+16) {
    grid-row-start: auto !important;
  }
  .periodic-table:before {
    display: none !important;
  }
}
@media all and (max-width: 750px) {
  .periodic-table {
    grid-template-columns: 1fr 1fr;
  }
  .periodic-table > li {
    height: auto;
    font-size: 3vw;
  }
}
@media all and (max-width: 550px) {
  .periodic-table {
    grid-template-columns: 1fr;
  }
}
/* newsletter design */
.news_cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_cards .sm_news{
  padding: 4rem 3rem;
  margin-bottom: 2rem;
  background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0) 59%, rgba(255,255,255, 0.65) 100%), url('img/bg_1.jpg') no-repeat;
}
.news_cards .lg_news{
  padding: 4rem 3rem;
  margin-bottom: 2rem;
  color: #fff;
  background: linear-gradient(to bottom, rgba(25,157,232, 0.8) 0%, rgba(25,157,232, 0.8) 100%), url('img/bg_1.jpg') no-repeat;
}
.news_cards h4{
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}

/* events page design */
.events .page_container{
  margin-top: 2rem;
}
.events .page_container div{
  flex: 1;
}
.events .page_container div img{
  width: 100%;
}
.events h4{
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.events .date{
  text-align: right;
  margin-bottom: 1rem;
}
.events .date span{
  margin-left: 0rem;
  padding: 0.5rem 2rem;
  background-color: #199DE8;
  color: #fff;
}
.events .btn{
  margin-left: 0rem;
}

/* contact page design */
.contact.news_cards .lg_news, .contact.news_cards .sm_news{
  background: transparent;
  color: #444;
  width: 100%;
}
.contact.news_cards .card{
  width: 100%;
  padding: 4rem 3rem;
}
#map{
  height: 25rem;
  width: 100%;
}
.contact .card_div{
  display: block;
}
.contact .card_div .card{
  padding: 2rem;
  margin: 0rem;
  margin-bottom: 2rem;
}
.contact .card_div h4{
  font-size: 1.2rem;
  font-weight: 300;
}
.contact .nums li{
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* new product page design */
.chkbox{
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1rem;
}
.chkbox span{
  position: absolute;
  top: 0;
  margin-top: -1rem;
  left: 0;
  margin-left: 1rem;
  padding: 0rem;
}
/* single product page design */
.single_pro .cliparts a{
  margin: 0 0.2rem;
}
.single_pro .cliparts img{
  height: 2rem;
  width: 2rem;
}
.single_pro h3{
  margin-bottom: 0.5rem;
}
.single_pro .prop_div{
  border: 0.1rem solid #dbd9da;
  background-color: #f7f7f7;
  padding: 0.2rem 1rem;
  font-size: 0.7rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.single_pro .prop_div > div{
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  padding-right: 0.5rem;
  position: relative;
}
.single_pro .prop_div > div:last-child::after{
  display: none;
}
.single_pro .lg_news{
  padding: 0rem;
}
.single_pro .lg_news > .card{
  padding: 0rem;
  margin: 0rem;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.single_pro .letter_card .card-header h5 span{
  display: inline-block;
}
.single_pro .letter_card .card-header h5 > a{
  display: block;
}
.single_pro .old_price{
  font-size: 0.7rem;
  text-decoration-line: line-through;
}
.single_pro .new_price{
  color: #199de8;
  font-weight: bold;
}
.single_pro table tbody td{
  font-size: 0.8rem;
}
.single_pro .card .card-footer{
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.single_pro .card .card-footer a{
  margin: 0.5rem;
}
.single_pro .card .card-footer button{
  width: 100%;
  min-width: 10rem;
}
.single_pro .card .card-footer .inactive{
  opacity: 0.5;
  cursor: context-menu;
}
.single_pro .card .card-footer img{
  height: 1.5rem;
  margin-right: 0.2rem;
}
.single_pro .table .head{
  font-weight: bold;
}
.single_pro .owl-carousel .card-body{
  height: auto;
}
.single_pro .owl-carousel .card-body .text_hyt{
  max-height: 7rem;
}
/* login  page design */
.login .news_cards{
  justify-content: center;
  height: 32rem;
}
.login .news_cards .btn{
  width: 100%;
}
.login .lg_news{
  position: relative;
  /* width: 100%; */
  height: 100%;
  /* text-align: center; */
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}
.login .news_cards .card{
  padding: 1.5rem;
}
.login h4{
  font-size: 1.7rem;
}
.login .letter_card .form-row .col{
  margin: 0;
}

.contact.news_cards .lg_news.flipped {
  transform: rotateY(181deg);
}

.flip_front, .flip_back {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 3rem;
  padding-right: 3rem;
  backface-visibility: hidden;
}

.flip_front {
  z-index: 2;
}

.flip_back {
  top: auto;
  transform: rotateY(180deg);
  z-index: 1;
}
/* testimonial page design */
/*
 * ==== hexagon
 */
 .testi .body{
  margin-left: 2rem;
  margin-right: 2rem;
 }
 .testi_img{
   position: relative;
   margin-top: -2.5rem;
   text-align: center;
 }
 .testi_img img{
  height: 7rem;
  width: 7rem
 }
 .img_circle{
  /*margin-left: 1rem;*/
  margin-right: 1rem;
 }
 .img_circle img{
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
 }
 .testi_img .testi_center{
   display: inline-block;
   height: 8rem;
   width: 8rem;
   margin-top: -4.5rem;
 }
.hexa, .hexa div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  position: absolute;
}
.hexa {
  width: 8rem;
  height: 7rem;
}
.hexa div {
  width: 100%;
  height: 100%;
}
.hexa {
  transform: rotate(120deg);
}
.hex1 {
  transform: rotate(-60deg);
}
.hex2 {
  transform: rotate(-60deg);
}
.hex2 img{
  height: 8rem;
  width: 8rem;
  object-fit: contain;
}
.abbrv_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.abbrv_list .card{
  width: 100%;
  margin: 1rem 0.5rem;
}
/* struct names page designing */
.hetro_compounds .d-flex{
  justify-content: center;
  flex-wrap: wrap;
  margin: auto 5rem;
}
.hetro_compounds .d-flex > div{
  margin: 1rem;
}
.hetro_compounds img{
  height: 7rem;
  width: auto;
  object-fit: contain;
}

/* bulk_request page */
/* small hint design */
.hints{
  margin-top: 0.3rem;
  font-size: 0.6rem;
  line-height: 1;
  color: #555;
  white-space: nowrap;
}
.up_down_arrows{
  height: 1.3rem;
  text-align: center;
  display: block;
}
.up_down_arrows.invisible{
  display: none;
}
.w_gst{
  font-size: 0.7rem;
  color: #666;
}

/*modal*/
/* modal */
.modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}
#probros_modal .modal-body{
  max-height: 10rem;
}
#probros_modal .file_blocks{
  text-transform: uppercase;
  margin: 0.5rem;
  width: 10rem;
  font-size: 0.6rem;
}
/* anil's code start here(for solving coa cick issue) */
.xzoom-preview
{
  top:750px !important;
  left: 200px !important;
}
/* anil's code ends here */