.productBreadcrumb{
	height: 60px;
	display: inline-flex;
	align-items: center;
}
.singleProductBox.changeProductDsgn{
	padding-top: 0px;
    padding-bottom: 40px;
}
.productBreadcrumb .bredCrmbLnk{
	color: rgba(0,0,0,.8);
    font-size: 13px;
    white-space: nowrap;
	display: inline-block;
}
.productBreadcrumb .icon-arrow-right{
	display: inline-block;
    margin: 0 5px;
    height: 10px;
	width: 10px;
	overflow: hidden;
	fill: rgba(0,0,0,.8);
	flex-shrink: 0;
}
.productUrl{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.changeProductDsgn .singleprodMiddle .singleprodDetails{
	margin-bottom: 15px;
}
.socialShare .shareicon .hk-whatsapp{
	color: #4CED69;
}
.changeProductDsgn .relatedsmallImg.showArrow .leftButtonSwipe, .changeProductDsgn .relatedsmallImg.showArrow .rightButtonSwipe{
	display: flex;
}
.changeProductDsgn .relatedsmallImg{
	height: 84px;
	width: 100%;
	position: relative;
    margin-right: 0;
    padding-left: 10px;
}
.changeProductDsgn .relatedsmallImg .leftButtonSwipe, .changeProductDsgn .relatedsmallImg .rightButtonSwipe{
	position: absolute;
    width: 20px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: rgba(0,0,0,.2);
    display: none;
    -webkit-box-align: center;
    justify-content: center;
	cursor: pointer;
}
.changeProductDsgn .relatedsmallImg .leftButtonSwipe svg, .changeProductDsgn .relatedsmallImg .rightButtonSwipe svg{
	display: inline-block;
    width: 16px;
    height: 16px;
    fill: #FFF;
    position: relative;
}
.changeProductDsgn .relatedsmallImg .leftButtonSwipe{
	left: 0px;
}
.changeProductDsgn .relatedsmallImg .rightButtonSwipe{
	right: 0px;
}
.changeProductDsgn .relatedsmallImg .relatedImgScroll{
	overflow-y: hidden;
    max-height: 94px;
	overflow-x: auto;
	white-space: nowrap;
}
.changeProductDsgn .singleprodMiddle .productContainer{
	flex-wrap: wrap;
    padding: 20px 15px 20px 20px;
}
.changeProductDsgn .singleprodMiddle .productContainer .mainProduct{
	border: none;
}
.changeProductDsgn .productContainer .FavrateLike{
	right: 15px;
	border-radius: 100%;
}
.changeProductDsgn .photoloading{
	margin-bottom: 7px;
}
.changeProductDsgn .relatedsmallImg .subRelatedImg{
	margin-bottom: 0px;
	margin-right: 10px;
    display: inline-block;
    float: none;
}
.changeProductDsgn .mouseOverZoom{
	position: static;
	float: left;
	margin-bottom: 10px;
}
.changeProductDsgn .relatedsmallImg .relatedImgScroll::-webkit-scrollbar-track, .productWrapper::-webkit-scrollbar-track{
	background-color: transparent;
	cursor: pointer;
}
.changeProductDsgn .relatedsmallImg .relatedImgScroll::-webkit-scrollbar, .productWrapper::-webkit-scrollbar{
	height: 1px;
	width: 1px;
	background-color: transparent;
}
.changeProductDsgn .relatedsmallImg .relatedImgScroll::-webkit-scrollbar-thumb, .productWrapper::-webkit-scrollbar-thumb{
	background-color: transparent;
	cursor: pointer;
}
.changeProductDsgn .productRationRow{
	margin-top: 15px;
	padding-left: 10px;
}
.changeProductDsgn .productRationRow .ProdctTotlReview, .changeProductDsgn .productRationRow .ProdctRatingCnt, .changeProductDsgn .productRationRow .ProdctSoldCnt{
	padding-right: 15px;
	float: left;
	border-left: 1px solid rgba(0,0,0,.14);
    display: flex;
    align-items: center;
	cursor: pointer;
}
.changeProductDsgn .productRationRow .ProdctRatingCnt, .changeProductDsgn .productRationRow .ProdctSoldCnt{
	padding-left: 15px;
    padding-left: 10px;
}
.changeProductDsgn .productRationRow .ProdctTotlReview{
	border-left: none;
}
.changeProductDsgn .productRationRow .ProdctSoldCnt{
	cursor: default;
}
.ProdctTotlReview .prodctAvgRvw{
	color: #EE4D2D;
    border-bottom: 1px solid #EE4D2D;
    margin-right: 5px;
    padding-bottom: 1px;
	float: left;
}
.ProdctTotlReview .prodctAvgStar{
	float: left;
	padding: 4px 0px;
	position: relative;
}
.product_star-wrapper{
	float: left;
	position: relative;
    margin-right: 1px;
}
.prodctAvgStar .product-rating-overlay_stars{
	position: absolute;
    left: 0px;
    width: 68%;
    top: 4px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
.prodctAvgStar .product-rating-overlay_stars .product_star-wrapper{
    white-space: nowrap;
    display: inline-block;
    float: none;
}
.product_star-wrapper svg{
	height: 14px;
	width: 14px;
	fill: #FFF;
	stroke: #EE4D2D;
	float: left;
}
.prodctAvgStar .product-rating-overlay_stars svg{
	fill: #EE4D2D;
}
.ProdctRatingCnt .ProdctRatingMrk{
	font-size: 16px;
    color: #222;
    margin-right: 5px;
    padding-bottom: 1px;
	border-bottom: 1px solid #555;
    float: left;
}
.ProdctRatingCnt .RatingTxt, .ProdctSoldCnt .soldTxt{
	font-size: 14px;
    color: #767676;
    text-transform: capitalize;
    float: left;
}
.ProdctSoldCnt .SoldCnt{
	font-size: 16px;
    color: #222;
    margin-right: 5px;
    padding-bottom: 1px;
    float: left;
}
.changeProductDsgn .DetailsContainer .prodNameFull{
	font-size: 24px;
	font-weight: 500;
}
.changeProductDsgn .prodPrice{
	padding: 15px 20px;
    background: #FAFAFA;
	margin-top: 10px;
    display: flex;
    align-items: center;
	color: #EE4D2D;
}
.changeProductDsgn .DetailsContainer .leftPreLabals{
	color: #757575;
    width: 110px;
    text-transform: capitalize;
	float: left;
	word-break: break-word;
	padding-left: 0px;
    font-size: 14px;
    margin-top: 3px;
}
.changeProductDsgn .labelWraperBox{
	width: calc(100% - 110px);
	float: left;
	padding-left: 10px;
    padding-top: 0;
}
.shopCoupons .voucher-ticketCoupon{
	float: left;
	margin-right: 10px;
	z-index: 1;
    background: rgba(208,1,27,.08);
    padding: 3px 7px;
	color: #EE4D2D;
	white-space: nowrap;
	position: relative;
	font-size: 14px;
}
.shopCoupons .voucher-ticketCoupon:after, .shopCoupons .voucher-ticketCoupon:before{
	content: "";
    width: 6px;
    height: -webkit-calc(100% - 5px);
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    background-image: radial-gradient(#FFF 2px,transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px;
}
.shopCoupons .voucher-ticketCoupon:after{
	right: -3px;
}
.shopCoupons .voucher-ticketCoupon:before{
	left: -3px;
}
.changeProductDsgn .DetailsContainer .relatedColors, .changeProductDsgn .ProdSelectsize .selectVarentSize, .changeProductDsgn .ProdSelectsize .productQuantiy{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.changeProductDsgn .DetailsContainer .ProdSelectsize, .shopCoupons{
	padding-left: 10px;
	margin-top: 25px;
}
.changeProductDsgn .productQuantiy .quantityModified{
	border: 1px solid rgba(0,0,0,.09);
}
.changeProductDsgn .quantityModified .quantityDecrease{
	border-right: 1px solid rgba(0,0,0,.09);
}
.changeProductDsgn .quantityModified .quantityIncrease{
	border-left: 1px solid rgba(0,0,0,.09);
}
.changeProductDsgn .quantityModified .quantityDecrease:before{
	top: 19px;
}
.changeProductDsgn .quantityModified .quantityIncrease:before{
	top: 17px;
	right: 14px;
}
.changeProductDsgn .productSelectBtn .addToCart{
	justify-content: flex-start;
	margin-top: 20px;
}
.changeProductDsgn .DetailsContainer .addToCart .addToCartBtn, .changeProductDsgn .DetailsContainer .addToCart .buyNowBtn{
	min-width: 180px;
	margin-right: 15px;
    margin-top: 0;
}
.changeProductDsgn .priceDiscnt, .changeProductDsgn .preferred-seller-badge{
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    background: #EE4D2D;
    color: #FFF;
    border-radius: 2px;
    padding: 2px 4px;
    margin-left: 15px;
    display: inline-block;
}
.changeProductDsgn .preferred-seller-badge{
	margin-left: 0px;
	margin-right: 10px;
    top: -4px;
    position: relative;
}
.changeProductDsgn .preferred-seller-badge svg{
	height: 8px;
	width: 8px;
	fill: #FFF;
}
.changeProductDsgn .DetailsContainer .addToCart .buyNowBtn{
	background: #EE4D2D;
    color: #FFF;
}
.shopProductRow{
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    border-radius: 2px;
    overflow: hidden;
    background: #FFF;
	padding: 25px;
    display: flex;
    align-items: stretch;
}
.shopProductRow .shopLogoChat{
	float: left;
	width: 39%;
	border-right: 1px solid rgba(0,0,0,.05);
	min-height: 80px;
	position: relative;
}
.shopLogoChat .shopLogo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
}
.shopLogoChat .shopLogo img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.shopProductRow .shopAcontactBox{
	padding-left: 100px;
}
.shopAcontactBox .shopNameURL{
    font-size: 16px;
    color: rgba(0,0,0,.87);
}
.shopAcontactBox .shopLstTime{
    font-size: 14px;
    color: rgba(0,0,0,.54);
}
.shopAcontactBox .shopCntBtnBox{
	margin-top: 8px;
}
.shopCntBtnBox .ChatWithStor, .shopCntBtnBox .visitShopPge{
	background: rgba(255,87,34,.1);
    border: 1px solid #EE4D2D;
	color: #EE4D2D;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
	height: 35px;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 15px;
	border-radius: 2px;
}
.shopCntBtnBox .visitShopPge{
	border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
	background: #FFF;
	color: #555;
}
.shopCntBtnBox .ChatWithStor svg, .shopCntBtnBox .visitShopPge svg{
	height: 14px;
	width: 14px;
	fill: #EE4D2D;
	margin-right: 5px;
}
.shopCntBtnBox .visitShopPge svg{
	fill: #555;
}
.shopProductRow .shopEssntialdata{
	float: left;
	width: 51%;
	padding-left: 50px;
	display: flex;
	align-items: center;
}
.shopEssntialdata .storeGrdData{
	float: left;
	margin-right: 50px;
}
.storeGrdData .singleStoreData{
	display: flex;
	align-items: center;
}
.storeGrdData .singleStoreData:first-child{
	margin-bottom: 20px;
}
.singleStoreData .GrdLabels{
	text-transform: capitalize;
    color: rgba(0,0,0,.4);
	margin-right: 10px;
	font-size: 14px;
	float: left;
	flex-shrink: 0;
}
.singleStoreData .GrdValue.grdLinkTyp{
	cursor: pointer;
}
.singleStoreData .GrdValue{
	text-transform: capitalize;
    color: #EE4D2D;
	font-size: 14px;
	float: left;
	flex-shrink: 0;
}
.shopEssntialdata .storeGrdData:last-child{
	margin-right: 0px;
}
.productContentBox{
	margin-top: 15px;
}
.productContentLeft{
	float: left;
	width: 80%;
}
.productpageDetl{
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    border-radius: 2px;
    overflow: hidden;
    background: #FFF;
	padding: 25px;
	margin-bottom: 15px;
}
.productContentLeft .description, .productContentLeft .overviewProd{
	border-top: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.productContentLeft .overviewProd{
	margin-bottom: 20px;
}
.productContentLeft .description .headingDesc, .productContentLeft .overviewProd .overviewLabl{
	background: rgba(0,0,0,.02);
    color: rgba(0,0,0,.87);
    font-size: 1.125rem;
    padding: 18px;
    text-transform: capitalize;
}
.productContentLeft .description .moreDescBox{
	padding: 15px;
}
.productContentLeft .description .moreDescBox .allText{
	font-size: 14px;
	color: rgba(0,0,0,.8);
}
.productContentLeft .description.viewmoredesc:after{
	display: none;
}
.product-ratings_header{
	color: rgba(0,0,0,.87);
    margin-bottom: 20px;
	font-size: 18px;
    text-transform: capitalize;
}
.simlarProdctShop{
	margin-top: 40px;
}
.simlarProdctShop .simarHeadRow{
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.simarHeadRow .similarTitle{
	float: left;
	font-size: 16px;
	color: rgba(0,0,0,.54);
    font-weight: 500;
	text-transform: uppercase;
}
.simarHeadRow .similar-link-all{
	float: right;
	font-size: 14px;
	color: #EE4D2D;
	display: flex;
	align-items: center;
}
.simarHeadRow .similar-link-all svg{
	height: 10px;
	width: 10px;
	fill: #EE4D2D;
}
.productWrapper{
	position: relative;
	white-space: nowrap;
	overflow-x: auto;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.productWrapBox{
	position: relative;
}
.productWrapper .smilarProdBox{
	display: inline-block;
	width: 16%;
	margin-right: 10px;
	position: relative;
	background: #FFF;
    flex-shrink: 0;
}
.smilarProdBox .imageSmilarBox{
	padding-top: 100%;
	position: relative;
}
.imageSmilarBox img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imageSmilarBox .productBdage{
	position: absolute;
	top: 10px;
    left: -4px;
	display: flex;
	align-items: center;
    z-index: 1;
	background: #EE4D2D;
	color: #FFF;
	padding: 0px 4px;
}
.imageSmilarBox .productBdage svg{
	height: 8px;
	width: 8px;
	fill: #FFF;
    display: inline-block;
    margin-right: 5px;
}
.imageSmilarBox .productBdage .lVCR4M{
	font-size: 12px;
	color: #FFF;
}
.imageSmilarBox .productBdage:before{
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -.1875rem;
    border-top: 3px solid;
    border-left: 3px solid transparent;
	-webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.imageSmilarBox .badge-promotion{
	position: absolute;
	width: 38px;
    height: 35px;
	background-color: rgba(255,212,36,.9);
	top: 0px;
	right: 0px;
	padding: 4px 2px 3px;
}
.imageSmilarBox .badge-promotion:after{
	content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    border-color: transparent rgba(255,212,36,.9);
    border-style: solid;
    border-width: 0 19px 4px;
}
.badge-promotion .badge-promotion_label{
	display: flex;
	flex-direction: column;
    text-align: center;
    position: relative;
    line-height: 12px;
    color: #EE4D2D;
    text-transform: uppercase;
	font-size: 12px;
}
.badge-promotion .percent{
	font-weight: 700;
}
.badge-promotion .promotion_label_off{
	color: #FFF;
}
.smilarProdBox .smilrProdNam{
	word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-size: 14px;
	color: rgba(0,0,0,.54);
	margin-bottom: 5px;
	padding: 10px 10px 0px;
    white-space: normal;
    min-height: 48px;
}
.smilarProdBox .smProdPrSold{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px 10px;
}
.smProdPrSold .smProdPrce{
	float: left;
	font-size: 16px;
    color: #EE4D2D;
}
.smProdPrSold .smProdSold{
	font-size: 12px;
	color: rgba(0,0,0,.54);
}
.productWrapBox .carousel-arrow-prev{
	left: 0px;
}
.productWrapBox .carousel-arrow-next{
	right: -10px;
}
.productWrapBox .carousel-arrow{
	width: 25px;
    height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    margin-top: -12.5px;
    background-color: #FFF;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,.12);
    cursor: pointer;
    position: absolute;
    top: 50%;
	border-radius: 50%;
	-webkit-transition: all .1s cubic-bezier(.4,0,.6,1);
    transition: all .1s cubic-bezier(.4,0,.6,1);
	opacity: 0;
	visibility: hidden;
    z-index: 4;
}
.productWrapBox .carousel-arrow:hover{
	width: 50px;
    height: 50px;
    margin-top: -25px;
}
.productWrapBox.showArrows .carousel-arrow{
	opacity: 1;
	visibility: visible;
}
.productWrapBox .carousel-arrow svg{
	-webkit-transition: width .1s cubic-bezier(.4,0,.6,1);
    transition: width .1s cubic-bezier(.4,0,.6,1);
    fill: rgba(0,0,0,.54);
	height: 10px;
	width: 10px;
}
.productWrapBox .carousel-arrow:hover svg{
	width: 20px;
    height: 20px;
}
.productRatingBox{
	background-color: #FFFBF8;
    min-height: 5rem;
    border: 1px solid #F9EDE5;
	border-radius: 2px;
	padding: 30px;
    display: flex;
    align-items: center;
}
.pridctRatingbrf{
	float: left;
	margin-right: 50px;
	max-width: 130px;
    flex-shrink: 0;
}
.pridctRatingbrf .product-rating_score-wrapper{
	display: inline-flex;
	align-items: flex-end;
}
.product-rating_score-wrapper .product-rating-score{
	font-size: 30px;
	float: left;
	font-weight: 500;
	color: #EE4D2D;
}
.product-rating_score-wrapper .product-rating-score-out-of{
	font-size: 18px;
	float: left;
	color: #EE4D2D;
	margin-left: 5px;
}
.pridctRatingbrf .product-rating-overview_stars{
	float: left;
	margin-top: 10px;
	position: relative
}
.pridctRatingbrf .product_star-wrapper{
	float: left;
}
.pridctRatingbrf .product_star-wrapper svg{
	fill: #FFF;
	width: 20px;
	height: 20px;
	stroke: #EE4D2D;
}
.product-rating-overview_stars .product-rating-overlay_stars{
	position: absolute;
    left: 0px;
    width: 91%;
    top: 0px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
.product-rating-overview_stars .product-rating-overlay_stars .product_star-wrapper{
    white-space: nowrap;
    display: inline-block;
    float: none;
}
.product-rating-overview_stars .product-rating-overlay_stars svg{
	fill: #EE4D2D;
}
.productRatingBox .product-rating-overview_filters{
	float: left;
}
.product-rating-overview_filters .product-rating-overview__filter{
	cursor: pointer;
	min-width: 100px;
	padding: 0px 10px;
	border: 1px solid rgba(0,0,0,.09);
	background: #FFF;
	color: rgba(0,0,0,.8);
    text-transform: capitalize;
    border-radius: 2px;
	margin: 0px 8px 10px 0px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.product-rating-overview_filters .product-rating-overview__filter.disabled{
	pointer-events: none;
	background: #DDD;
    cursor: not-allowed;
}
.product-rating-overview__filter.filter--active{
	border: 1px solid #EE4D2D;
	color: #EE4D2D;
}
.changeProductDsgn .trendingProdcts, .changeProductDsgn .alosLikeProd, .changeProductDsgn .storeOwnerInfo{
	display: none !important;
}
.reviewsBlocks{
	padding: 20px 10px;
	display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    grid-auto-rows: 20px;
}
.userReviewBlock{
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid rgba(221, 221, 221, 0.27);
	border-radius: 3px;
}
.userReviewBlock .ReviewFullBox{
	padding: 10px;
}
.userReviewBlock .ReviewUserImg{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	display: inline-block;
}
.userReviewBlock .ReviewUserImg img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.userReviewBlock .revewContnerBox{
	padding-left: 50px;
}
.revewContnerBox .header-wrapper-row{
	display: inline-flex;
	align-items: center;
	margin-bottom: 5px;
}
.header-wrapper-row .name-row-user{
	float: left;
	color: #000;
	font-size: 12px;
}
.header-wrapper-row .product-rating-overview_stars{
	float: right;
	margin-left: auto;
}
.header-wrapper-row .product_star-wrapper{
	float: left;
}
.header-wrapper-row .product_star-wrapper svg{
	fill: #EE4D2D;
	width: 10px;
	height: 10px;
}
.revewContnerBox .userDateBox{
	color: #999;
	font-size: 12px;
	margin-bottom: 5px;
}
.revewContnerBox .productPurchBox{
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
.revewContnerBox .contentReviewTxt{
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
.photoAttchBox .attchPhoto{
	float: left;
	width: 31%;
	height: 70px;
	object-fit: cover;
	margin: 0px 1% 2%;
	border-radius: 2px;
}
.page-product-content-right{
	margin-left:15px;
	float: left;
	width: calc(20% - 15px);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    border-radius: 2px;
    overflow: hidden;
    background: #FFF;
    padding: 10px;
}
.product-shop-vouchers_header{
	margin: 10px 0px 15px;
	font-size: 14px;
	color: rgba(0,0,0,.4);
}
.product-shop-vouchers_list .shop-vouchers-row{
	position: relative;
	margin-bottom: 10px;
	display: flex;
	overflow: hidden;
	border-radius: 2px;
    align-items: stretch;
}
.shop-vouchers-row .vouchers-redem-code{
	background: radial-gradient(circle at 100% 0,transparent 0 .3125rem,#d4d4d4 .3125rem .375rem,transparent .375rem),radial-gradient(circle at 100% 100%,transparent 0 .125rem,#d4d4d4 .3125rem .375rem,transparent .375rem);
	align-items: center;
	justify-content: center;
	display: flex;
    position: relative;
}
.shop-vouchers-row .vouchers-redem-code:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid transparent;
    border-radius: .125rem 0 0 .125rem;
}
.shop-vouchers-row .vouchers-redem-code:after{
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 0;
    width: 1px;
    background: repeating-linear-gradient(#c4c4c4,#c4c4c4 .1875rem,transparent 0 .375rem);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.vouchers-redem-code .voucher-wrapper{
	padding: 13px 10px 13px 20px;
	display: flex;
	flex-direction: column;
}
.voucher-wrapper .voucher-code{
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-weight: 500;
    color: rgba(0,0,0,.87);
	font-size: 14px;
}
.voucher-wrapper .vouchers-expire-date{
	font-weight: 300;
    color: rgba(0,0,0,.54);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 10px;
	margin-top: 3px;
}
.vouchers-redem-code .vouchersCoupon{
	top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}
.vouchers-redem-code .voucheriner-line{
	background: radial-gradient(circle at 0 .375rem,transparent 0,rgba(0,0,0,.03) .1875rem,#D4D4D4 0 .25rem,transparent .25rem);
    background-size: 4px 10px;
    background-repeat: repeat-y;
	height: -webkit-calc(100% - 8px);
    height: calc(100% - 8px);
    top: 2px;
	position: absolute;
	left: 0;
    width: 4px;
}
.vouchers-redem-code .voucheriner-line:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-left: 1px solid #D4D4D4;
    top: -2px;
    border-radius: 2px 0 0 0;
}
.vouchers-redem-code .voucheriner-line:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    border-left: 1px solid #D4D4D4;
    bottom: -5px;
    border-radius: 0 0 0 2px;
}
.vouchers-redem-code .voucheroutr-line{
	width: 1px;
    background: repeating-linear-gradient(#D4D4D4,#D4D4D4 .1875rem,transparent 0 .625rem);
    background-size: 1px 10px;
	top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}
.shop-vouchers-row .vouchers-claim-box .vouchers-claim-btn{
	color: #FFF;
    background: #EE4D2D;
	flex-shrink: 0;
	height: 28px;
	font-size: 13px;
	border-radius: 2px;
	font-size: 13px;
	float: left;
	box-shadow: none;
	border: none;
	padding: 2px 3px;
	min-width: 49px;
	cursor: pointer;
}
.shop-vouchers-row .vouchers-claim-box{
	flex-shrink: 0;
	display: flex;
	padding: 10px;
	align-items: center;
	position: relative;
	border-radius: 2px;
    background: radial-gradient(circle at 0 0,transparent 0 .3125rem,#D4D4D4 .3125rem .375rem,transparent .375rem),radial-gradient(circle at 0 100%,transparent 0 .125rem,#D4D4D4 .3125rem .375rem,transparent .375rem);
}
.shop-vouchers-row .vouchers-claim-box:after{
    content: "";
    position: absolute;
    top: 0;
    height: -webkit-calc(100% - .125rem);
    height: calc(100% - .125rem);
    left: 5px;
    width: -webkit-calc(100% - 7px);
    width: calc(100% - 7px);
    border-radius: 2px;
    border: 1px solid #D4D4D4;
    border-left-color: transparent;
}
.Circleloader{
	border-top: 3px solid rgb(0, 0, 0);
    border-left: 3px solid rgb(0, 0, 0);
    border-right: 3px solid transparent;
    border-radius: 50%;
    -webkit-animation: rotation .8s linear infinite;
    animation: rotation .8s linear infinite;
	height: 60px;
	width: 60px;
	margin: 200px auto 0;
	display: block;
}
@-webkit-keyframes rotation{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.animatedHeart{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceIn{
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}
	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}
	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@media only screen and (min-width: 1260px){
	.changeProductDsgn.singleprodMiddle .productContainer{
		width: 45%;
	}
	.changeProductDsgn.singleprodMiddle .DetailsContainer{
		width: 55%;
	}
}