.product-btn.product-prev .text-prev {text-align:right}
.product-btn.product-next .text-next {text-align:left}
.wd-products-nav .product-btn > a:hover {color:var(--wd-primary-color)}
.wd-products-nav .product-next > a span:hover:before {-webkit-animation:wd-ShakeNext 1s ease infinite;animation:wd-ShakeNext 1s ease infinite}
.wd-products-nav .product-prev > a span:hover:before {-webkit-animation:wd-ShakePrev 1s ease infinite;animation:wd-ShakePrev 1s ease infinite}
.wd-products-nav .product-prev .product-short-description {text-align:left}


 .wd-products-nav {display:flex;align-items:center;flex-direction:row;justify-content:space-between;padding-top:0;padding-bottom:25px;border-bottom:2px solid rgba(113,113,113,0.15)}
.wd-products-nav .product-btn {display:inline-flex;vertical-align:middle; width: 50%;}
.wd-products-nav .product-btn > a {    margin-top: -25px;position: relative; display:block;height:20px;color:#333;vertical-align:middle;letter-spacing:0;line-height:20px}
.wd-products-nav .product-btn > a:hover {color:#000}
.wd-products-nav .product-btn > a span {font-size:12px}
.wd-products-nav .product-btn > a span:before {display:inline-block;content:"\f113";font-family:"woodmart-font"}
.wd-products-nav .product-btn:hover > .wrapper-short {visibility:visible;opacity:1;transition:opacity .3s ease,visibility .3s ease;-webkit-animation:wd-fadeInLeftShort .3s ease both;animation:wd-fadeInLeftShort .3s ease both}
.wd-products-nav .product-next > a span:before {content:"\f114";font-family:"woodmart-font"}
.wd-products-nav .wd-back-btn {display:inline-flex;align-items:center;flex-direction:column;justify-content:center;padding-right:0;padding-left:0;width:20px;height:20px;color:#333;vertical-align:middle;text-align:center;line-height:20px}
.wd-products-nav .wd-back-btn span:not(.wd-tooltip-label) {display:none}
.wd-products-nav .wd-back-btn .wd-tooltip-label {z-index:391}
.wd-products-nav .wd-back-btn:after {font-size:16px;content:"\f122";font-family:"woodmart-font"}
.wd-products-nav .wd-back-btn:hover {color:#878787}
.wd-products-nav .wrapper-short {position:absolute;max-width:400px;margin-top:28px;z-index:350;visibility:hidden;padding-top:10px;min-width:240px;opacity:0;transition:opacity .1s ease .1s,visibility .1s ease .1s;-webkit-animation:wd-fadeOutLeftShort .1s ease .1s both;animation:wd-fadeOutLeftShort .1s ease .1s both}
.product-btn.product-prev > a span:before {float:right}
.product-btn.product-next > a span:before {float:left}
.wd-products-nav .product-short {display:flex;align-items:center;flex-direction:row;background-color:#FFF;box-shadow:0 0 3px rgba(0,0,0,0.15)}
.wd-products-nav .product-short-image img {max-width:120px}
.wd-products-nav .product-short-description {padding:10px 15px}
.wd-products-nav .product-short-description .product-title {margin-bottom:7px;font-size:16px;color:#000}
.wd-products-nav .product-short-description .price {display:block;font-size:16px;line-height:1.2}

@media (max-width: 768px) {
 .wd-products-nav .wrapper-short {margin-top:0}
 .wd-products-nav .wd-back-btn { margin-top: -28px;
}
    .wd-products-nav .product-btn i.title-prev,.wd-products-nav .product-btn i.title-next {display:none}

}
@media (min-width: 767px)  {
.wd-products-nav {padding-bottom:35px}
.wd-products-nav .wd-back-btn {width:30px;height:30px;color:#bbb;line-height:30px}
.wd-products-nav .wd-back-btn:after {font-size:24px}
.wd-products-nav .product-btn > a span:before {margin-top:-20px;width:40px;height:40px;text-align:center;font-size:34px;line-height:40px}
i.text-next,i.text-prev {display:block;margin:0 2.7em .4em 2.6em;color:#000;text-transform:uppercase;font-weight:600;font-size:16px}
i.title-next,i.title-prev {word-wrap:break-word;font-weight:500;font-size:16px;line-height:1.3}
.product-btn.product-next {
    text-align: left;
}
}
