/* Buttons Edit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
a.button-edit::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
a.button-edit { 
	-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;
}
a.button-edit span {
	float:left;
	display:block;
	padding:4px;
	font-size:12px;
	text-align:center; 
	white-space:nowrap;
	background-color:#f0f0f0;
	color:#474445;
	
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.products-grid a.button-edit span{width:100% !important; padding:0 !important;text-transform:uppercase;}

.item:hover .in span{background-color:#2ab6dc; color:#fff !important;}
.item:hover .out span{background-color:#FF3300; color:#fff !important;}

a.button-edit span span { padding:0 19px; height:30px; line-height:30px; }

.products-grid a.button-edit span span{padding:0 !important;}

/* Smaller button - for inline display with input boxes
-------------------------------------------------------------- */
a.button-edit-waiting.btn-inline span span,
.product-view .box-tags .form-add a.button-edit-waiting span span { padding:0 10px; line-height:36px; height:36px; }


/* Buttons Edit WAITING
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
a.button-edit-waiting::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
a.button-edit-waiting { 
	-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;
}
a.button-edit-waiting span {
	float:left;
	display:block;
	padding:4px;
	font-size:12px;
	text-align:center; 
	white-space:nowrap;
	background-color:#f0f0f0;
	color:#474445;
	
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.products-grid a.button-edit-waiting span{width:100% !important; padding:0 !important;text-transform:uppercase;}

a.button-edit-waiting:hover span { background-color:#F30; color:#fff; }
a.button-edit-waiting span span { padding:0 19px; height:30px; line-height:30px; }

.products-grid a.button-edit-waiting span span{padding:0 !important;}

/* Smaller button - for inline display with input boxes
-------------------------------------------------------------- */
a.button-edit-waiting.btn-inline span span,
.product-view .box-tags .form-add a.button-edit-waiting span span { padding:0 10px; line-height:36px; height:36px; }



#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    background-color: #ffffff;
    z-index: 9999;
	padding:20px;
    color: black;
    overflow:  auto;
    min-height:20px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}


.ajaxcartpro-box-show{
    display:block;
}



.ajaxcartpro-box-close-button {
    background: transparent url("/media/close-popup.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 36px;
    z-index: 99;
}



#sepet .products-grid #my-first-item
{
	margin-left:0 !important;
}

 
#sepet .products-grid .owl-item
{
	min-width:168px;
}


#sepet .products-grid .item
{
	margin:3%;
	border:2px solid #e6e6e6;
	min-height:250px;
		
}


#sepet #itemslider-featured- .owl-controls .owl-buttons .owl-next
{
	right: -20px;
}
#sepet #itemslider-featured- .owl-controls .owl-buttons .owl-prev {
    left: -20px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}



#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 180px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 10px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}


@media screen and (max-width: 410px) {

    .aw-acp-btn-container a{
        margin-top: 10px;
    }
}

/*aykan*/
/*Product content*/
#sepet .content{width:728px; padding:20px; font-family:lato;}
#sepet .titre{text-transform:uppercase; font-size:14px; text-align:center; background:#2ab6dc;height:40px; line-height:40px;color:#fff;}
#sepet .titre2{text-transform:uppercase; font-size:14px; text-align:center; background:#f0f0f0;height:40px; line-height:40px;color:#000;border:solid #e6e6e6 2px;margin-top:20px; margin-bottom:20px;}
#sepet .left, #sepet .right{float:left;margin-top:3%; border:solid #e6e6e6 2px;height:110px;padding:2%;}
#sepet .left{ width:15%; background:#fff;}
#sepet .left img{max-width:none;}
#sepet .right{width:76%;border-left:none;background:#f0f0f0;}

#sepet .description{width:100%; height:20px; text-transform:uppercase; font-size:12px; font-weight:bold;border-bottom:solid #e6e6e6 2px;padding-bottom:1%;}
#sepet .description-left{float:left; width:60%; text-align:left;}
#sepet .description-right{float:right;margin-left:2%; width:18%;}
#sepet .description-right2{float:right;margin-left:2%; width:18%; text-align:center;}
#sepet .quantity{background:#fff; padding:5px;}
#sepet .expedition{float:left; width:100%; margin:0.7% 0; color:#2ab6dc; text-align:left;}

#sepet .text-blog{margin-top:1%;}
#sepet .clear{clear:both;}

/*Button content*/
#sepet .button-left, #sepet .button-right{height:20px; width:23%; padding:1.5%;color:#fff; margin-top:3%; font-size:12px; text-align:center; line-height:20px;}
#sepet .button-left{float:left; background:#474445;}
#sepet .button-left:hover{background:#f0f0f0;cursor:pointer;color:#474445;}
#sepet .button-right{float:right; background:#2ab6dc;}
#sepet .button-right:hover{background:#f0f0f0;cursor:pointer;color:#474445;}

/*Recommander product content*/
#sepet .product-list, #sepet .product-list-last{float:left; width:20.2%; height:auto; margin-right:3%;margin-top:3%;border:solid #e6e6e6 2px; padding:1%;padding-bottom:2%;}
#sepet .product-list-last{margin-right:0;}
#sepet .product-img{margin-top:20px;margin-bottom:10px;}
#sepet .product-title{text-align:center;margin-bottom:6%;  line-height: 1.5em; /* Sets line height to 1.5 times text size */
    height: 3em; /* Sets the div height to 2x line-height (3 times text size) */
    width: 100%; /* Use whatever width you want */
    white-space: normal; /* Wrap lines of text */
    overflow: hidden; /* Hide text that goes beyond the boundaries of the div */
    text-overflow: ellipsis; /* Ellipses (cross-browser) */
    -o-text-overflow: ellipsis; /* Ellipses (cross-browser) */
	}

#sepet .old-price .price{text-align:center;margin-top:10%; 
	color: #616060 !important;
    font-family: Myriad Pro;
    font-size: 15px; }
#sepet .price{text-align:center;font-size:16px; color:#2ab6dc;}


@media screen and (max-width: 640px) {
	/*Product content*/
	#sepet .content{width:480px; padding:0px;}
	#sepet .left{ width:30%;margin-left:30%; height:108px;}
	#sepet .right{width:95%;border-left:solid 2px #e6e6e6;}
	#sepet .description-left{width:59%;}
	#sepet .description-right{margin-left:1%; width:19%;}
    #sepet .description-right2{margin-left:1%; width:19%;}
	
	/*Button content*/
	#sepet .button-left, #sepet .button-right{width:35%;}
	
	/*Recommander product content*/
	#sepet .product-list, #sepet .product-list-last{width:44%;}
}
@media screen and (max-width: 480px) {
	/*Product content*/
	#sepet .content{width:350px; padding:0px;}
	#sepet .left{ width:30%;margin-left:30%; height:108px;}
	#sepet .right{width:95%;border-left:solid 2px #e6e6e6;}
	#sepet .description-left{width:59%;}
	#sepet .description-right{margin-left:1%; width:19%;}
    #sepet .description-right2{margin-left:1%; width:19%;}
	
	/*Button content*/
	#sepet .button-left, #sepet .button-right{width:35%;}
	
	/*Recommander product content*/
	#sepet .product-list, #sepet .product-list-last{width:44%;}
}
@media screen and (max-width: 360px) {
	/*Product content*/
	#sepet .content{width:270px;}
	#sepet .left{ width:95%;margin-left:0%; height:110px;border:none;}
	#sepet .right{width:95%;border-left:solid 2px #e6e6e6; min-height:135px; height:auto;}
	#sepet .description{font-size:10px;}
	#sepet .description-left{width:38%;}
	#sepet .description-right{margin-left:1%; width:30%;float:left;}
    #sepet .description-right2{margin-left:1%; width:30%;float:left;}
	
	#sepet .titre{font-size:12px;}
	#sepet .titre2{font-size:12px;height:40px; line-height:20px;margin-top:10px;}
	
	/*Button content*/
	#sepet .button-left, #sepet .button-right{width:97%;height:40px; line-height:40px;}
	
	/*Recommander product content*/
	#sepet .product-list, #sepet .product-list-last{width:97%;}
}