



.box {
	box-shadow: inset 0 0 0 8px #fff;
}

.box:hover h3,
.box:hover span {
	color: #616161;
}

.box svg line {
	stroke-width: 5;
}

.box:hover svg line {
	stroke: #976a09;
}


.box {
	width:300px;
	height: 315px;
	position: relative;
	background: rgba(255,255,255,1);
	display: inline-block;
	margin:0 0 15px 0px;
	cursor: pointer;
	color: #2c3e50;
	-webkit-transition: background 0.4s 0.5s;
	transition: background 0.4s 0.5s;
	float:left;
}
.box:hover {
	background: rgba(255,255,255,1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.box h3 {
	font-family: "Ruthie", cursive;
	font-size: 180px;
	line-height: 370px;
	margin: 0;
	font-weight: 400;
	width: 100%;
}

.box span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px !important;
	padding: 5px 15px;
	position: relative;
}

.box h3,
.box span {
	-webkit-transition: color 0.4s 0.5s;
	transition: color 0.4s 0.5s;
}

.box:hover h3,
.box:hover span {
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.box svg {
	position: absolute;
	top: 0;
	left: 0;
}

.box svg line {
	stroke-width: 3;
	stroke: #f5f5f5;
	fill: none;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.box:hover svg line {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
	stroke-dasharray: 330 240; 
}

.box svg line.left,
.box svg line.right {
	stroke-dasharray: 410 320;
}

.box:hover svg line.top {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}

.box:hover svg line.bottom {
	-webkit-transform: translateX(600px);
	transform: translateX(600px);
}

.box:hover svg line.left {
	-webkit-transform: translateY(760px);
	transform: translateY(760px);
}

.box:hover svg line.right {
	-webkit-transform: translateY(-760px);
	transform: translateY(-760px);
}

.product_img_cont {
    width: 91%;
    height: 250px;
    text-align: center;
    margin: 3px 10px 0px 10px;
    position: relative;
    display: table;
}

    .product_img_cont .ic_block {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 270px;
        text-align: center;
    }

    .product_img_cont img.boximg {
        max-width: 270px;
        max-height: 270px;
        height:initial;
    }

.box span.product_price {
    color: #976a09;
    font-size: 17px;
}
.box span.tl {
    font-family: 'AbakuTLSymSans-Regular';
    display: inline-block;
    padding-left: 0;
    font-size: 18px;
    padding-top: 0;
}
.basket_fiyat .tl,.basket_total  .tl,.tl{
      font-family: 'AbakuTLSymSans-Regular';
}

strike {
    color: #000;
    font-weight: normal;
    font-size: 13px;
}
.box strike span.tl {
    font-size: 13px;
     font-weight: normal;
     text-decoration: line-through
}
	a.beforeAfter.boxbeforeafter{
	font-size:14px !important;
		}
	a.beforeAfter.boxbeforeafter.ustimgbox{height: 270px !important;}
	a.beforeAfter.boxbeforeafter:not(.ustimgbox){height:auto !important;font-size: 14px !important;letter-spacing: 0;}

@media(max-width:767px){
	a.beforeAfter.boxbeforeafter{
	height:250px !important;
		}
}



.box {
	box-shadow: inset 0 0 0 8px #fff;
}

.box:hover h3,
.box:hover span {
	color: #616161;
}

.box svg line {
	stroke-width: 5;
}

.box:hover svg line {
	stroke: #976a09;
}


.box {
	width:300px;
	height: 315px;
	position: relative;
	background: rgba(255,255,255,1);
	display: inline-block;
	margin:0 0 15px 0px;
	cursor: pointer;
	color: #2c3e50;
	-webkit-transition: background 0.4s 0.5s;
	transition: background 0.4s 0.5s;
	float:left;
}
.box:hover {
	background: rgba(255,255,255,1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.box h3 {
	font-family: "Ruthie", cursive;
	font-size: 180px;
	line-height: 370px;
	margin: 0;
	font-weight: 400;
	width: 100%;
}

.box span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px !important;
	padding: 5px 15px;
	position: relative;
}

.box h3,
.box span {
	-webkit-transition: color 0.4s 0.5s;
	transition: color 0.4s 0.5s;
}

.box:hover h3,
.box:hover span {
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.box svg {
	position: absolute;
	top: 0;
	left: 0;
}

.box svg line {
	stroke-width: 3;
	stroke: #f5f5f5;
	fill: none;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.box:hover svg line {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
	stroke-dasharray: 330 240; 
}

.box svg line.left,
.box svg line.right {
	stroke-dasharray: 410 320;
}

.box:hover svg line.top {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}

.box:hover svg line.bottom {
	-webkit-transform: translateX(600px);
	transform: translateX(600px);
}

.box:hover svg line.left {
	-webkit-transform: translateY(760px);
	transform: translateY(760px);
}

.box:hover svg line.right {
	-webkit-transform: translateY(-760px);
	transform: translateY(-760px);
}

.product_img_cont {
    width: 91%;
    height: 250px;
    text-align: center;
    margin: 3px 10px 0px 10px;
    position: relative;
    display: table;
}

    .product_img_cont .ic_block {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 270px;
        text-align: center;
    }

    .product_img_cont img.boximg {
        max-width: 270px;
        max-height: 270px;
        height:initial;
    }

.box span.product_price {
    color: #976a09;
    font-size: 17px;
}
.box span.tl {
    font-family: 'AbakuTLSymSans-Regular';
    display: inline-block;
    padding-left: 0;
    font-size: 18px;
    padding-top: 0;
}
.basket_fiyat .tl,.basket_total  .tl,.tl{
      font-family: 'AbakuTLSymSans-Regular';
}

strike {
    color: #000;
    font-weight: normal;
    font-size: 13px;
}
.box strike span.tl {
    font-size: 13px;
     font-weight: normal;
     text-decoration: line-through
}
	a.beforeAfter.boxbeforeafter{
	font-size:14px !important;
		}
	a.beforeAfter.boxbeforeafter.ustimgbox{height: 270px !important;}
	a.beforeAfter.boxbeforeafter:not(.ustimgbox){height:auto !important;font-size: 14px !important;letter-spacing: 0;}

@media(max-width:767px){
	a.beforeAfter.boxbeforeafter{
	height:250px !important;
		}
}