﻿
body 
{
/*    background-color: #f1f1f1; 
*/
}
.container-home {
  padding-top: 25px;
  padding-bottom: 15px;
}

.container-Cat {
  background-color: #e9e9e9;
}
.container-Pro {
  background: #f0f0f0
}

.search-box input.search-box-text {
  border: 2px solid #e3e3e3;
}
.search-box .search-box-button {
  border: 2px solid #fbb040;
  color: #e01b50;
  background-color: #ffffff;
}
.search-box .search-box-button:hover {
    background-color: #fbb040;
    color: #ffffff;
}
.search-box-button .fa {
  font-size: 1.2em;
}




/* Pagination */


.marketplace-page .pager li {
  margin-bottom: 10px;
}

.pager li a, .pager li span {
  padding: 15px;
  font-size: 16px;
  min-width: 100%;
  height: 55px;
  border: none;
  background-color: transparent;
  color: #363e4e;
  font-weight: 600;
}

  .pager li a:hover {
    background-color: transparent;
    color: #fbb040;
  }

.pager li span {
  color: #fbb040;
}

.pager ul {
  text-align: center;
}

.pager li.previous-page *, .pager li.next-page *, .pager li.first-page *, .pager li.last-page * {
  font-size: 16px;
  color: #363e4e;
  border: 2px solid #e2e2e2;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  padding: 15px 35px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
}

.pager li.next-page * {
  background-position: right 30px top 16px;
  padding: 15px 48px 15px 35px;
}

.pager li.next-page a:hover {
  background-image: url(../images/next-hover.png);
}

.pager li.last-page * {
  background-position: right 30px top 16px;
  padding: 15px 63px 15px 35px;
}

.pager li.last-page a:hover {
  background-image: url(../images/last-hover.png);
}

.pager li.previous-page * {
  background-position: 33px 16px;
  padding: 15px 35px 15px 55px;
}

.pager li.previous-page a:hover {
  background-image: url(../images/prev-hover.png);
}

.pager li.first-page * {
  background-position: 30px 16px;
  padding: 15px 35px 15px 60px;
}

.pager li.first-page a:hover {
  background-image: url(../images/first-hover.png);
}

.pager li.previous-page a:hover, .pager li.next-page a:hover, .pager li.first-page a:hover, .pager li.last-page a:hover {
  color: #363e4e;
  border: 2px solid #e2e2e2;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.rtl select {
  background: url(../images/select-arrow.png) no-repeat left center;
  padding-left: 35px !important;
}
.ltr select {
  background: url(../images/select-arrow.png) no-repeat right center;
  padding-right: 35px !important;
}
.sorting select,
.sorting span {
  display: inline-block
}

.sorting span {
  font-size: 16px;
  margin-right: 10px
}

.sorting select {
  width: 170px;
  height: 55px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 8px 20px;
  cursor: pointer
}


.features-tabs .actions li {
  margin: 0 20px;
}







.login-page .customer-blocks {
  margin-top: 70px;
  display: inline-block;
  width: 100%;
}

.login-page .new-wrapper, .login-page .returning-wrapper {
  margin: 0px 2%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 0 10px 20px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 10px 20px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 10px 20px 5px rgba(0,0,0,0.1);
  padding: 20px;
  float: left;
  width: 46%;
}





.home-page-product-grid {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /*box-shadow: 0 10px 10px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 10px 10px 5px rgba(0,0,0,0.1);*/
}


.item-grid {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.product-grid .item-box .product-item {
/*  padding: 0 0 45px;
*/}

.item-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
/*  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);
  background-color: #fff;*/
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

/*.item-box {
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  
}*/


.item-box .picture {
  margin: 5px ;
}

  .item-box .product-item .picture {
    margin-bottom: 20px;
  }



.block .view-all a {

  color: #fff;
}


.item-box .picture a {
  position: sticky;
}

.thumbnail {
  box-shadow: none;
  border: none;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.product-grid .item-box:hover .thumbnail, .item-box.product-grid:hover .thumbnail {
  border-color: #fbb040;
}

.item-box .product-item {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

 /* .item-box .product-item .picture a img {
    width: 100%;
  }*/




/*.item-box .prices span {
  line-height: 26px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: inline-block;
}*/


 .item-box .product-title {
  font-size: 16px;
}
.rtl .item-box .product-title {
  font-size: 15px;
}




.item-box .wishlist-compare-wrapper .add-to-compare-list-button {
  background: url('../images/product-compare-icon.png') no-repeat 15px 18px #fff;
  height: 50px;
  width: 50px;
  text-indent: -999999px;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.item-box .wishlist-compare-wrapper .add-to-wishlist-button {
  background: url('../images/product-wishlist-icon.png') no-repeat 15px 20px #fff;
  height: 50px;
  width: 50px;
  text-indent: -999999px;
  padding: 0;
  border: none;
  margin-right: 10px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.item-box .wishlist-compare-wrapper .add-to-compare-list-button:hover {
  background: url('../images/product-compare-icon.png') no-repeat 15px -16px #fbb040;
}

.item-box .wishlist-compare-wrapper .add-to-wishlist-button:hover {
  background: url('../images/product-wishlist-icon.png') no-repeat 15px -14px #fbb040;
}







  .item-box .thumbnail .picture a::before {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    opacity: 0;
    content: "";
    height: 100%;
    width: 100%;
/*   position: absolute;
*/   left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: 10;
   
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
  }

  .item-box .thumbnail:hover .picture a::before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }

.item-box .thumbnail .wishlist-compare-wrapper {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
  opacity: 0;
  top: 80%;
  left:0; 
  
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
}

.item-box .thumbnail:hover .picture .wishlist-compare-wrapper {
  top: 30%;
  opacity: 1;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
}



/*
.item-box .thumbnail .picture a {
  background: #f8f8f8;
}*/
.item-box .thumbnail  {
  background: #f8f8f8;
}





.quick-view-button a {
  display: block;
  padding: 15px 15px 15px 35px;
  width: 140px;
  height: 45px;
  background: #fff url(../images/icon-qv.png) no-repeat 10px center !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #666;
  cursor: pointer;
}


.rtl .quick-view-button a {
  background-position: 92% center !important;
  padding: 15px 35px 15px 15px;
}



.slinky-theme-default a:not(.back):hover {
  background: rgba(251, 176, 64, .5);
}

.slinky-theme-default a:not(.back):active {
  background: rgba(251, 176, 64, .5);
}


/* Back To Top Arrow */
#backTop {
  width: 25px;
  height: 25px;
  padding: 5px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999999999;
  display: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background: url(../images/top-arrow.png) no-repeat center center #fbb040;
}

  #backTop:hover {
    background: url(../images/top-arrow.png) no-repeat center center #333;
  }






.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
background-color:#fbb040; 
}

.item-box .product-box-add-to-cart-button {
  background: url('../images/product-cart-icon.png') no-repeat 12px 11px;
  border: 2px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
/*  padding: 10px 15px 10px 40px;
*/  line-height: 18px;
  width: 70%; 
 margin-left: 15%; 
  
}
.rtl .item-box .product-box-add-to-cart-button {
  /*  padding: 10px 40px 10px 15px;
*/
  margin-left: 0;
  margin-right: 15%;
}
.item-box .product-box-add-to-cart-button:hover {
  background: url('../images/product-cart-icon.png') no-repeat 12px -20px #fbb040;
  border-color: #fbb040;
  color: #fff;
}

.item-box .product-box-add-to-cart-button:focus {
  background: url('../images/product-cart-icon.png') no-repeat 12px -20px #fbb040;
  border-color: #fbb040;
  color: #fff;
}











/* Pagination */


.rtl .pager li a, .rtl .pager li span {
  font-size: 15px;
}

.rtl.pager li.previous-page *,
.rtl .pager li.next-page *,
.rtl .pager li.first-page *,
.rtl .pager li.last-page * {
  font-size: 15px;
  padding: 15px 35px;
}

.rtl .pager li.next-page * {
  background-position: 30px 17px;
  padding: 15px 35px 15px 48px;
}

.rtl .pager li.next-page a:hover {
  background-image: url(../images/prev-hover.png);
}

.rtl .pager li.last-page * {
  background-position: 30px 17px;
  padding: 15px 35px 15px 63px;
}

.rtl .pager li.last-page a:hover {
  background-image: url(../images/first-hover.png);
}

.rtl .pager li.previous-page * {
  background-position: right 30px top 17px;
  padding: 15px 55px 15px 35px;
}

.rtl .pager li.previous-page a:hover {
  background-image: url(../images/next-hover.png);
}

.rtl .pager li.first-page * {
  background-position: right 30px top 17px;
  padding: 15px 60px 15px 35px;
}

.rtl .pager li.first-page a:hover {
  background-image: url(../images/last-hover.png);
}






.rtl .navbar-nav .nav-item {
  float: none;
}

.rtl.navbar-light .navbar-nav .nav-link,
.rtl .navbar-expand-lg .navbar-nav li {
  font-size: 15px;
}



.attribute-squares .attribute-square {
  margin: 1px 1px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #fbb040;
}

.attribute-squares .selected-value {
  border-style: dotted;
  border-width: 2px;
  border-radius: 50%;
}