.p2_top {
   /* float: left;*/
    width: 100%; margin-bottom:40px;
}
.left1-p2 {
    float: left;
    margin-top: 2px;
}
.mobile {
    display: none;
}
.p2_tleft {
    display: none;
}
.p2_tleft img {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 30px;
    max-width: 430px;
    max-height: 383px;
    float: left;
}
.p2_tright {
    float: right;
    width: 52%;
}
.p2_title {
    font-size: 32px;
    color: #001e57;
    margin-bottom: 15px;
	font-weight:600; text-align:left; margin-top:0;
}
.ny_c3{font-size: 16px; padding:2px; }
.p2_twz {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 10px;
}
.f1 {
    float: left;
    width: 32.4%;
}
.fr {
    float: right;
}
.p2_tin a {
    display: block;
    font-size: 14px;
    border: solid 1px #f4f4f4;
    color: #999;
    width: 107px;
    height: 35px;
    line-height: 33px;
    text-align: center;    border-radius: 50px;
}
.p2_tin a:hover {
    color: #666;
    background: #f7f7f7;
}
.clear {
    clear: both;
}
.p2_tshare {
    font-size: 14px;
    margin-top: 52px;
}
.p2_tin li{ list-style:none}
.p2_tleft li{ list-style:none}
.product-meta {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 10px 0;
    width: 100%;
    margin: 20px 0;
}
.product-meta li i {
    color: #df6512;
    font-size: 20px;
}
.product-meta li span {
    padding-left: 10px;
    font-weight: 500; font-size:16px;
}
.product-meta li {
    list-style: none;
    padding: 5px 0;
}
.single-product-quantity .btn {
    text-transform: uppercase;
    margin-right: 30px;
    border: 2px solid #df6512;
    background-color: #df6512;    
	border-radius: 50px;
	color: #ffffff;
}
.single-product-quantity {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.single-product-quantity .btn:hover {
    text-transform: uppercase;
    margin-right: 30px;
    border: 2px solid #df6512;
    background-color: #fff;
    color: #df6512;
}
.magnifier {
    width: 500px;
    position: relative;
}
.magnifier-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.images-cover {
    height: 100%;
    width: 100%;
    position: relative;
}
.images-cover img { position: absolute;}
.magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.magnifier-btn {
    position: absolute;
    font-family: "ËÎÌå";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
}
.magnifier-btn .magnifier-btn-left { float: left;}
.magnifier-btn .magnifier-btn-right { float: right;}
.magnifier-btn span {
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #ececec;
    color: #8f8f8f;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}
.magnifier-line ul {
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 50;
}
.magnifier-line li {
    float: left;
    width: 100px;
    cursor: pointer;
}
.magnifier-line ul > .active .small-img {
    border-color: #ddd;
}
.small-img {
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}
.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-img img {
    max-width: 100%;
    max-height: 100%;
}
.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.magnifier-view img {
    display: block;     
	max-width: max-content;
    max-height: max-content;
}
@media screen and (max-width:767px){
.proside{ display:none}
}
@media (min-width: 1024px) and (max-width: 1280px){
.p2_tright {
    float: right;
    width: 48%;
}
}

@media screen and (max-width: 1024px){
.p2_tleft {  display: block;}
.magnifier {   display: none!important;}
.small-img {
    height: auto;
    padding: 1px;
    margin: 5px; border:none;
    overflow: hidden;
    text-align: center;
}
.small-img img{  border: 1px solid #ddd;}
.p2_tright {
    float: right;
    width: 100%;
}
.p2_tin {
    padding-top: 0px;
}
}
@media only screen and (max-width: 767px) {
.p2_tleft img { width:100%}
}
@media (min-width: 1024px) and (max-width: 1440px){
.p2_tright {
    float: right;
    width: 47%;
}
}