:root{--red1:#d81515;--grey3:#eceded;--white1:#fff;--blue2:#15a7ec}.magnifier_section{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 1em;background-image:-webkit-gradient(linear,left top,left bottom,from(#77d5ff),to(#172c46));background-image:-o-linear-gradient(#77d5ff,#172c46);background-image:linear-gradient(#77d5ff,#172c46);background-position:0 72px;background-repeat:no-repeat}.magnifier_section .img-zoom-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.magnifier_section .filter-img{position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.magnifier_section .filter-img .filter-images{display:flex;flex-direction:column;align-items:center;margin-right:100px}.magnifier_section #myimage{position:relative;z-index:1}.magnifier_section #image_shadow{margin-top:-65px}.magnifier_section #btns{position:absolute;top:0;z-index:2}.magnifier_section #btns span{width:42px;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,18%);border-color:#fff;border:1.5px solid var(--white1);border-radius:50%;-webkit-box-shadow:0 10px 10px rgba(0,0,0,0.2);box-shadow:0 10px 10px rgba(0,0,0,0.2);cursor:pointer;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.magnifier_section #btns span:hover{background-color:#d81515 !important;background-color:var(--red1) !important;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.magnifier_section #btns span img{width:13px;height:23px}.magnifier_section .magnifier_container{width:500px;padding:50px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-animation:fadeIn ease 1s;animation:fadeIn ease 1s;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#172c46),to(transparent));background-image:-o-linear-gradient(#172c46 50%,transparent);background-image:linear-gradient(#172c46 50%,transparent);background-repeat:no-repeat;color:#fff;color:var(--white1)}.magnifier_section ul#layer_desc{padding-left:18px;margin:0;font-size:18px}.magnifier_section .img-zoom-result{margin-top:65px;border:1px solid #d4d4d4;width:369px;height:203px;position:relative;-webkit-box-shadow:0 8px 8px rgba(0,0,0,16%);box-shadow:0 8px 8px rgba(0,0,0,16%)}.magnifier_section .divider{border-bottom-color:#d81515;border-bottom:2px solid var(--red1);margin:38px 0}.magnifier_section .arrow-down{width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top-color:#fff;border-top:15px solid var(--white1);position:absolute;top:-25px;right:50%}.magnifier_section .arrow-left{width:0;height:0;border-top:35px solid transparent;border-bottom:35px solid transparent;border-right:35px solid #172c46;margin-top:10%}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}