.shop-page-area {
  padding-bottom: 120px;
}
.shop-title > h2 {
  color: #000;
  font-size: 14px;
  font-family: "Poppins",sans-serif;
  letter-spacing: 0.25px;
  line-height: 40px;
  padding:45px 0 35px;
  text-transform: uppercase;  
}
.product-category h4 {
  color: #000;
  line-height: 36px;
  font-size: 14px;
  font-family: "Poppins",sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase; 
  cursor:pointer;
}
.product-category h4.collapsed{
  color: #cc3333; 
}
.product-category-dropdown {
  margin: 10px 0 10px 30px;
}
.product-category-dropdown li a {
  color: #666666;
  font-family: "Poppins",sans-serif;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 30px;
  text-transform: uppercase;
}
.product-category-dropdown li a:hover{
  color:#000;
}
.product-sort{
  padding:45px 0 35px;
}
.product-sort-dropdown ul li {
  display: inline-block;
  position: relative;
}
.product-sort-dropdown > ul > li > a {
  color: #000;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  letter-spacing: 0.25px;
  line-height: 40px;
  margin-right: 30px;
  text-transform: uppercase;
}
.product-sort-dropdown > ul > li > a > span {
  margin-left: 5px;
}
.product-sort-dropdown ul li ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #999;
  left: 0;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 999;
}
.product-sort-dropdown ul li ul li{
  display:block;	
}
.product-sort-dropdown ul li ul li a {
  color: #999;
  display: block;
  padding: 7px 14px;
  text-transform: capitalize;
}
.product-sort-dropdown ul li ul li a:hover{
  color:#000;
}
.product-sort-dropdown ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.shop-product {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce .shop-product div.product-single {
  float: left;
  margin-bottom: 50px;
  margin-right: 1%;
  width: 19%;
}
.shop-product .product-single:last-child{ 
	margin-bottom:0;
}
.product-pagination ul li a {
  color: #cccccc;
  padding: 5px 10px;
  width: 44px;
}
.product-pagination ul li a:hover{
  color:#000;
}
.current {
  color: #000;
}
.product-pagination .dropdown-menu {
  min-width: auto;
  left: -10px;
}
/* single-product-page css */
.sin-product-details {
	background: #eaeaea;
	margin-left: -15px;
	margin-right: -15px;
}
.product-sin-img > img {
  width: 100%;
}
.sin-product-content > h1 {
  color: #000;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 24px;
  text-transform: uppercase;
  width: 90%;
}
.prev-next-buttons {
  display: inline-block;
  float: right;
  line-height: 82px;
  width: 10%;
}
.prev-next-buttons > a {
  background: #cccccc none repeat scroll 0 0;
  display: inline-block;
}
.prev-next-buttons a i {
  border-radius: 0;
  display: block;
  font-size: 13px;
  padding: 5px 7px;
  text-align: center;
  color: #999;
}
.prev-next-buttons > a:last-child {
  margin-left: 3px;
}
.prev-next-buttons > a:hover {
  background: #000 none repeat scroll 0 0;
    color: #fff;
}
.prev-next-buttons > a:hover i {
    color: #fff;
}
.product-rating {
  float: left;
  margin-right: 10px;
}
.product-rating a {
  color: #ffcc00;
  line-height: 48px;
}
.sin-product-content a.woocommerce-review-link {
  border-right: 1px solid #999;
  padding: 0 10px;
  color:#333333;
  #line-height:48px;
  letter-spacing:.25px;
}
.sin-product-content a.woocommerce-review-link:last-child{
  border:none;
}
.sin-product-content a.woocommerce-review-link:hover{
  color:#cc3333;
}
.sin-product-content p.product-price span,
.sin-product-content .woocommerce-variation-price span.price span {
  color: #000000;
  font-family: "Poppins",sans-serif;
  font-size: 30px;
  line-height: 82px;
}
.sin-product-content .woocommerce-variation-price span.price span {
  line-height: 20px;
}
.woocommerce div.product .sin-product-content p.price del, 
.woocommerce div.product .sin-product-content span.price del {
  font-size: 30px;
}
.woocommerce div.product .sin-product-content p.price ins, 
.woocommerce div.product .sin-product-content span.price ins {
  font-size: 30px;
}
.product-info > a {
  border-right: 1px solid #999;
  color: #000;
  line-height: 48px;
  padding-right: 20px;
}
.product-info a i {
  padding: 0 10px 0 0;
}
.product-info > span {
  color: #000;
  line-height: 48px;
  padding-left: 20px;
}
.stock {
  color: #99cc00;
}
.short-description {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  padding: 30px 0;
}
.short-description > p {
  color: #666666;
  font-size: 13px;
}
.product-required {
  margin-top: 30px;
}
.required {
  margin: 10px 0;
}
.required label {
  color: #000;
  letter-spacing: 0.25px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.required label span {
  color: #ff0000;
  font-size: 20px;
  vertical-align: middle;
}
.able-option {
  background: #fff none repeat scroll 0 0;
  #overflow: hidden;
  width: 100%;
  border: 1px solid #dbdbdb;
  position:relative;
}
.able-option select {
  #background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #999;
  cursor: pointer;
  font-family: "Raleway",sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  height: 38px;
  letter-spacing: 0.25px;
  line-height: 30px;
  padding: 0 15px;
  width: 100%;
}
.able-option::after {
  background: #fff none repeat scroll 0 0;
  color: #000;
  content: "";
  font-family: fontawesome;
  font-size: 18px;
  line-height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.counting {
  margin-bottom: 40px;
}
.woocommerce #respond input#submit.alt.button-cart, 
.woocommerce a.button.alt.button-cart, 
.woocommerce button.button.alt.button-cart, 
.woocommerce input.button.alt.button-cart {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-family: "Poppins",sans-serif;
  display: inline-block;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  padding: 0;
}
.woocommerce-message.billing-massage p a {
	background: #000;
	color: #fff;
}
.woocommerce #respond input#submit.alt.button-cart:hover, 
.woocommerce a.button.alt.button-cart:hover, 
.woocommerce button.button.alt.button-cart:hover, 
.woocommerce input.button.alt.button-cart:hover,
.woocommerce-message.billing-massage p a:hover {
  background:#cc3333;
  color:#fff;
}
.button-cart span {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.cart-plus-minus input {
  border: medium none;
  color: #000;
  font-family: "Poppins",sans-serif;
  font-size: 24px;
  font-weight: 700;
  height: 48px;
  text-align: center;
  width: 100%;
}
.cart-plus-minus {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cccccc;
  float: left;
  height: 50px;
  line-height: 40px;
  margin-right: 30px;
  position: relative;
  text-align: center;
  width: 170px;
}
.qtybutton {
  color: #000;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  position: absolute;
  top: 0;
}
.dec {
  left: 20px;
}
.inc {
  right: 20px;
}
.footer-icon.black-icon a:hover {
  color: #000;
}
.footer-icon p span{
  color:#000;
}
.black-icon span{
    font-family: "Poppins",sans-serif;
    line-height: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.sin-product-carousel.owl-buttons{
  position: absolute;
  right: 0;
  top: 0;
}
.sin-product-carousel.owl-theme > .owl-controls .owl-buttons div {
  right: 0;
  top: 44px;
}
.sin-product-carousel.owl-theme > .owl-controls .owl-buttons div.owl-prev {
  right: 26px;
}
.sin-product-carousel.owl-theme .owl-controls .owl-buttons div span.sin-pro-arro {
  background: #cccccc none repeat scroll 0 0;
  border-radius: 0;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 0%;
  text-align: center;
  top: 0;
  width: 22px;
}
.sin-product-carousel.owl-theme .owl-controls .owl-buttons .sin-pro-arro:hover{
  color:#fff;
  background:#000;
}
.woocommerce div.product .product-description-tab {
  margin: 115px 0;
}
.woocommerce div.product .woocommerce-tabs ul.product-description-nav li {
  display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.product-description-nav li a{
  color: #cccccc;
  padding: 0 20px;
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.product-description-nav > li{
  color: #cccccc;
  font-family: "Poppins",sans-serif;
  font-size: 24px;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-bottom: 50px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.product-description-nav li::after, 
.woocommerce div.product .woocommerce-tabs ul.product-description-nav li::before {
  border: none;
  bottom: -1px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.product-description-nav li.active a{
  color:#000;
}
.woocommerce div.product .woocommerce-tabs ul.product-description-nav::before {
  border-bottom: none;
  content: "";
}
.product-description-tab .tab-pane {
  box-shadow: none;
  border: none;
}
.woocommerce table.shop_attributes {
  border: medium none;
}
.woocommerce table.shop_attributes th {
  font-weight: 700;
  padding: 8px;
  color: #000;
  padding-right: 110px;
  font-size: 16px;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
  border-bottom: none;
  border-top: 0 none;
  line-height: 1.5;
  margin: 0;
}
.product-heading > h5 {
  font-family: "Poppins",sans-serif;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.tab-review h2{
  color: #000;
  font-family: "Poppins",sans-serif;
  font-size: 24px;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;	
}
.review-form .form-head > input {
  width: 100%;
}
.review-form .contact-button-2 {
  text-transform: uppercase;
}
/* checkout css */
.checkout-page-area {
  padding-bottom: 200px;
}
.billing-massage {
  background: #f6f6f6 none repeat scroll 0 0;
  letter-spacing: 0.25px;
  line-height: 36px;
  margin-bottom: 20px;
  padding: 10px 30px 10px 60px;
  border-top: none;
}
.billing-massage p a{
  color:#999;
}
.billing-massage p a:hover{
  color:#000;
}
.billing-massage p i {
  font-size: 17px;
  margin-right: 10px;
  vertical-align: middle;
}
.checkout-title > h5,.cart-title > h5 {
  color: #000;
  margin-bottom: 20px;
  text-transform:capitalize;
}
.checkout-form-list label{
  font-weight:400;
}
.checkout-form-list input[type="text"], 
.checkout-form-list input[type="password"], 
.checkout-form-list input[type="email"],
.checkout-form-list input[type="tel"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: 40px;
  padding: 0 0 0 10px;
  width: 100%;
}
.checkout-form-list label span {
  color: #ff3333;
  font-size: 24px;
  vertical-align: middle;
}
.checkout-form-list .able-option select {
  color: #333333;
  font-size: 14px;
  font-style: normal;
}
.checking{
  color: #000;
  margin-left: 10px;	
}
.checkout-form-list textarea {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: 120px;
  padding: 15px;
  width: 100%;
}
.cart_totals table {
  width: 100%;
}
.cart_totals table td .amount {
  float: right;
  margin-left: 10px;
}
.cart_totals table td, .cart_totals table th {
  font-weight: 400;
}
.cart_totals table tr{
  line-height:30px;
  color:#000;
  text-transform:capitalize;
}
.cart_totals table tr.cart-total {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 30px;
}
.cart_totals table tr.cart-total th,.cart_totals table tr.cart-total tr {
  padding-bottom: 20px;
}
.cart_totals table tr.order-total th,.cart_totals table tr.order-total tr {
  padding-top: 20px;
}
.cart_totals table tr.cart-head {
  border-bottom: 1px solid #ccc;
  color: #999999;
  font-family: "Poppins",sans-serif;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 36px;
  text-transform: uppercase;
}
.total-amount{
  font-size:24px;
  color:#cc3333;
}
.cart-warpper {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 35px;
}
.payment-accordion {
  margin-top: 20px;
}
.payment-accordion input {
  margin-right: 10px;
  margin-top: -4px;
  vertical-align: middle;
}
ul.payment_methods li label {
  color: #000;
  cursor: pointer;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.payment-content {
  margin-left: 25px;
}
.order-button-payment input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce section.shipping-calculator-form .calculate-button button.button,
.woocommerce .return-to-shop a.button.wc-backward,
.woocommerce #order_review .cart-warpper .order-button-payment input.button.alt,
.woocommerce .woocommerce-MyAccount-content .cart_totals table td a.button.view,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address a.edit.button,
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields input.button,
.woocommerce .woocommerce-MyAccount-content form.edit-account input.woocommerce-Button.button,
.woocommerce .myaccount-login form .form-row input.woocommerce-Button.button,
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce form#add_payment_method .form-row input.woocommerce-Button {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 48px;
  margin-top: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
  border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content .cart_totals table td a.button.view {
  font-size: 14px;
  width: auto;
  line-height: 18px;
  margin-top: 0;
}
.order-button-payment input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce section.shipping-calculator-form .calculate-button button.button:hover,
.woocommerce .return-to-shop a.button.wc-backward:hover,
.woocommerce #order_review .cart-warpper .order-button-payment input.button.alt:hover,
.woocommerce .woocommerce-MyAccount-content .cart_totals table td a.button.view:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address a.edit.button:hover,
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields input.button:hover,
.woocommerce .woocommerce-MyAccount-content form.edit-account input.woocommerce-Button.button:hover,
.woocommerce .myaccount-login form .form-row input.woocommerce-Button.button:hover,
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce form#add_payment_method .form-row input.woocommerce-Button:hover {
  background:#cc3333;
}
.woocommerce section.shipping-calculator-form .calculate-button button.button {
  border-radius: 0;
}
.woocommerce section.shipping-calculator-form .order-button-payment.calculate-button {
  padding: 0 15px;
}
/* checkout css */
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
}
.table-content table tr.cart-product {
  border-top: 1px solid #e5e5e5;
  color: #000;
  font-family: "Poppins",sans-serif;
}
.table-content table tr.cart-product td {
  font-weight: 700;
  padding: 20px 0;
}
.table-content table tr.cart-head {
  letter-spacing: 0.25px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "Poppins",sans-serif;  
}
.table-content table tr.cart-head th {
  font-weight: 400;
  padding: 0 20px;
}
.table-content table td.product-remove {
  width: 90px;
}
.table-content table td.product-name a {
  color: #000;
  font-weight: 400;
  line-height: 18px;
}
.table-content table td.product-remove a {
  color: #000 !important;
  display: inline-block;
  font-size: 25px;
}
td.product-quantity .cart-plus-minus {
  border: 1px solid #000;
  height: 46px;
  text-align: center;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
td.product-quantity .cart-plus-minus input {
  height: 40px;
  font-size: 14px;
  font-weight: 700;
}
.product-quantity > input:focus{
  border-color:#000;
}
.product-name img {
  margin-right: 30px;
}
/* cart css */
.calculate-shopping {
  border: 1px solid #cccccc;
  padding: 30px;
}
.calculate-shopping input[placeholder]{
  color:#333;
}
input:-moz-placeholder { 
   color: #333;  
}
.cart_totals.cart-totals-2 {
  background: #333333 none repeat scroll 0 0;
  padding: 60px 30px;
}
.woocommerce .calculate-button input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce section.shipping-calculator-form .calculate-button button.button,
.woocommerce .return-to-shop a.button.wc-backward,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address a.edit.button,
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields input.button,
.woocommerce .woocommerce-MyAccount-content form.edit-account input.woocommerce-Button.button,
.woocommerce .myaccount-login form .form-row input.woocommerce-Button.button,
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce form#add_payment_method .form-row input.woocommerce-Button {
  background: #dedede none repeat scroll 0 0;
  color: #666666;
  font-size: 14px;
  line-height: 36px;
  margin-top: 20px;
  padding: 14px 0;
  transition: all 0.3s ease 0s;
}
.woocommerce .calculate-button input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce section.shipping-calculator-form .calculate-button button.button:hover,
.woocommerce .return-to-shop a.button.wc-backward:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address a.edit.button:hover,
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields input.button:hover,
.woocommerce .woocommerce-MyAccount-content form.edit-account input.woocommerce-Button.button:hover,
.woocommerce .myaccount-login form .form-row input.woocommerce-Button.button:hover,
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce form#add_payment_method .form-row input.woocommerce-Button:hover {
  background:#cc3333;
  color:#fff;
}
.woocommerce .return-to-shop a.button.wc-backward,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address a.edit.button,
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields input.button,
.woocommerce .woocommerce-MyAccount-content form.edit-account input.woocommerce-Button.button,
.woocommerce .myaccount-login form .form-row input.woocommerce-Button.button,
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce form#add_payment_method .form-row input.woocommerce-Button {
  padding: 14px 30px;
  border-radius: 0;
  width: auto;
}
.woocommerce .myaccount-login form .form-row input.woocommerce-Button.button {
  padding: 0 15px;
  margin-right: 10px;
}
.coupon-codes {
  background: #f3f3f3 none repeat scroll 0 0;
  float: left;
  padding: 50px 70px;
  width: 100%;
}
.cart-totals-2 table tr.cart-product {
  border-bottom: 1px dashed #666666;
}
.cart-totals-2 table tr.cart-total {
  border: medium none;
  font-size: 14px;
  line-height: 48px;
}
.cart-totals-2 table tr {
  color: #fff;
  line-height: 48px;
}
.cart-button > input {
  font-size: 13px;
}
.calculate-button.cart-button {
  float: left;
  margin-right: 4%;
  width: 38%;
}
.calculate-button.checkout-button {
  float: left;
  width: 100%;
  padding: 0;
}
.checkout-button input:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background:#990000;
  border-radius: 0;
}
.checkout-button input, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size:13px;
  color:#fff;
  background:#cc3333;
}
.panel {
  background-color: transparent;
}
.payment-acrdin-title{
  position: relative;
}
.active{
  position: relative;
}

.payment-acrdin-title::after {
  background: #000 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 9px;
  left: 1px;
  position: absolute;
  top: 10px;
  width: 9px;
display:none;  
}

/* dropkick */
.dk-select, .dk-select-multi {
	width:inherit;
}
.dk-selected::after, .dk-selected, .dk-selected::before {
	border:0;
}
.product-sort-dropdown ul li {
	display:block;
}
.dk-selected {
	color: #000;
	display: inline-block;
	font-family: "Poppins",sans-serif;
	letter-spacing: 0.25px;
	line-height: 40px;
	margin-right: 30px;
	text-transform: uppercase;
}
ul.dk-select-options li.dk-option {
  color: #999;
  padding: 7px 14px;
  text-transform: capitalize;
}
.dk-select-open-down ul.dk-select-options {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #999;
	border-radius: 0;
	overflow: hidden;
	padding: 15px 0;
	width: auto;
}
.dk-select-options .dk-option-highlight {
	background-color:none;
	color:#000;
}
.dk-select-options .dk-option-highlight {
	background-color:transparent;
}
.dk-option.dk-option-selected {
	background-color:transparent;
}
.dk-selected::before {
	content:url("../images/arrow-down.jpg");
	top:0;
}
.dk-selected {
	margin-right:10px;
}
/*single rating*/
.woocommerce .star-rating::before {
  
  content: "SSSSS";
  letter-spacing: 5px;
}
.woocommerce .star-rating {
  font-size: 12px;
  height: 1.2em;
  width: 7.2em;
}
.woocommerce .star-rating span::before {
  color: #ffcc00;
  content: "SSSSS";
  letter-spacing: 5px;
}
.sin-product-content form.cart {
  margin-top: 30px;
}
#tab-reviews.text-center {
  text-align: left;
}
/*rating*/
.woocommerce p.stars a::before {
  content: "";
  letter-spacing: 5px;
  color: #9b9b9c;
  font-size: 14px;
}
.woocommerce p.stars a:hover::before {
  color: #EABE12;
  font-size: 14px;
}
.woocommerce p.stars a:hover ~ a:nth-child(2)::before {
  content: "";
  font-family: fontawesome;
}
.woocommerce p.stars a:hover ~ a:nth-child(3)::before {
  content: "";
  font-family: fontawesome;
}
.woocommerce p.stars a:hover ~ a:nth-child(4)::before {
  content: "";
  font-family: fontawesome;
}
.woocommerce p.stars a:hover ~ a:nth-child(5)::before {
  content: "";
  font-family: fontawesome;
}
.woocommerce p.stars a {
    margin: 0 20px;
}
.woocommerce p.stars a:first-child {
    margin-left: 0;
}
.woocommerce p.stars a:nth-child(1) {
  width: 1em;
}
.woocommerce p.stars a:nth-child(2) {
  width: 2.5em;
}
.woocommerce p.stars a:nth-child(3) {
  width: 3.7em;
}
.woocommerce p.stars a:nth-child(4) {
  width: 5em;
}
.woocommerce p.stars a:nth-child(5) {
  width: 6.5em;
}
.woocommerce p.stars.selected a:not(.active)::before {
  letter-spacing: 5px;
  color: #9b9b9c;
  font-size: 14px;
}
.woocommerce p.stars.selected a.active::before {
    color: #EABE12;
}
.woocommerce p.stars a:nth-child(1)::before,
.woocommerce p.stars.selected a:nth-child(1):not(.active)::before,
.woocommerce p.stars.selected a:nth-child(1).active::before {
    content: "";
  width: 6.5em;
  font-family: fontawesome;
}
.woocommerce p.stars a:nth-child(2)::before,
.woocommerce p.stars.selected a:nth-child(2):not(.active)::before,
.woocommerce p.stars.selected a:nth-child(2).active::before {
    content: "";
  width: 6.5em;
  font-family: fontawesome;
}
.woocommerce p.stars a:nth-child(3)::before,
.woocommerce p.stars.selected a:nth-child(3):not(.active)::before,
.woocommerce p.stars.selected a:nth-child(3).active::before {
    content: "";
  width: 6.5em;
  font-family: fontawesome;
}
.woocommerce p.stars a:nth-child(4)::before,
.woocommerce p.stars.selected a:nth-child(4):not(.active)::before,
.woocommerce p.stars.selected a:nth-child(4).active::before {
    content: "";
  width: 6.5em;
  font-family: fontawesome;
}
.woocommerce p.stars a:nth-child(5)::before,
.woocommerce p.stars.selected a:nth-child(5):not(.active)::before,
.woocommerce p.stars.selected a:nth-child(5).active::before {
    content: "";
  width: 6.5em;
  font-family: fontawesome;
}
.rev-content .rev-head .star-rating span {
    font-size: 14px;
}
.woocommerce .star-rating span::before {
    letter-spacing: 5px;
    color: #eabe12;
}
.woocommerce .star-rating::before {
    letter-spacing: 5px;
    color: #9b9b9c;
}
.woocommerce .woocommerce-product-rating div.star-rating,
.woocommerce #comments .rev-head .star-rating,
.woocommerce .star-rating {
    width: 7em;
    height: 1.6em;
    margin: 0;
    line-height: 2.5em;
}
.woocommerce .sin-product .ratting .star-rating,
.woocommerce .sin-promo-product .ratting .star-rating {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce div.woocommerce-product-rating.pro-info-ratting {
    margin: 0;
}
#tab-reviews .comment-respond #reply-title {
  border-bottom: none;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}
.woocommerce .comment-text div.star-rating {
  width: 7em;
}
.slider-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  right: auto;
}
.slider-style.owl-theme .owl-controls .owl-buttons div {
  bottom: 0;
  font-size: 34px;
  margin: -12px 0 0;
  right: -20px;
  top: 50%;
}
.woocommerce div.product table.variations tr.required {
  position: relative;
}
.woocommerce div.product table.variations tr.required td.label {
  display: block;
  text-align: left;
}
.woocommerce div.product table.variations tr.required td.able-option {
  display: block;
  text-align: left;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
  font-size: 30px;
}
.woocommerce #content div.product div.sin-product-content, 
.woocommerce div.product div.sin-product-content, 
.woocommerce-page #content div.product div.sin-product-content, 
.woocommerce-page div.product div.sin-product-content {
  float: right;
  width: 41.6667%;
}
.woocommerce div.product .product-content p.price ins, 
.woocommerce div.product .product-content span.price ins {
  text-decoration: none;
  font-weight: 400;
}
.price ins {
  text-decoration: none;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: normal;
}
.woocommerce-variation-description > p {
  color: #666;
  font-size: 13px;
}
.product-info > span.padding-left-zero {
  padding-left: 0;
}
.woocommerce-variation-availability .product-info.in-stock {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.product-description-nav {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.product-description-nav li:first-child a {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.product-description-nav li:first-child {
  margin-left: 0;
}
.all-img {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.woocommerce #content div.product .all-img div.images, 
.woocommerce div.product .all-img div.images, 
.woocommerce-page #content div.product .all-img div.images, 
.woocommerce-page div.product .all-img div.images {
  float: left;
  width: 100%;
}
.woocommerce .shop-product div.column-2 {
  width: 49%;
}
.woocommerce .shop-product div.column-3 {
  width: 32.33%;
}
.woocommerce .shop-product div.column-4 {
  width: 24%;
}
.woocommerce .shop-product div.column-6 {
  width: 15.66%;
}
.woocommerce .shop-product div.column-8 {
  width: 11.5%;
}
.dk-select-options {
  max-height: unset;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left;
}
.shop-content .widget_layered_nav {
    float: left;
}
.shop-content .product-pagination {
  float: right;
}
.product-pagination ul li a.current {
  color: #000;
}
p.woocommerce-result-count {
  line-height: 2.9em;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: right;
  margin-right: 20px;
}
.product-pagination.dropdown > button {
  background-color: transparent;
  border: medium none;
  font-size: 16px;
  line-height: 2.6em;
}
.shop-loader {
  display: none;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  width: 100%;
}
header.woocommerce-products-header {
  margin: 30px 0;
}
.shopping-cart-table table.cart td.product-name img {
  width: auto;
}
.woocommerce table.shop_table {
  border: 1px solid hsla(0, 0%, 0%, 0.1);
  border-collapse: collapse;
  border-radius: 0;
  margin: 0;
  text-align: center;
}
.woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tr {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
}
tr.cart-head th {
  text-align: center;
}
tr.cart-head th.product-name {
  text-align: left;
}
.woocommerce a.remove:hover {
  background: transparent;
  color: red !important;
}
.woocommerce .cart-collaterals .cart-totals-2, .woocommerce-page .cart-collaterals .cart-totals-2 {
  float: right;
  width: 100%;
}
section.shipping-calculator-form {
  display: block !important;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  float: left;
  width: 100%;
}
#add_payment_method .cart-collaterals div.cart_totals table.shop_table tr td, 
#add_payment_method .cart-collaterals div.cart_totals table.shop_table tr th, 
.woocommerce-cart .cart-collaterals div.cart_totals table.shop_table tr td, 
.woocommerce-cart .cart-collaterals div.cart_totals table.shop_table tr th, 
.woocommerce-checkout .cart-collaterals div.cart_totals table.shop_table tr td, 
.woocommerce-checkout .cart-collaterals div.cart_totals table.shop_table tr th {
  border-top: 1px dashed #666666;
  border-bottom: none;
  line-height: 48px;
}
.woocommerce-cart .cart-collaterals div.cart_totals table.shop_table tr:first-child td, 
.woocommerce-cart .cart-collaterals div.cart_totals table.shop_table tr:first-child th {
  border-top: none;
}
.woocommerce-message::before, .woocommerce-info::before {
  color: #999999;
  content: "";
  font-family: fontawesome;
  font-size: 17px;
  top: 0.6em;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
  overflow: visible;
  width: 100%;
}
.checkout-form-list .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.checkout-form-list .select2-container .select2-selection--single {
  height: 40px;
  border-radius: 2px;
}
.checkout-form-list .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.create-account label.checkbox #createaccount {
  position: unset;
}
#ship-to-different-address label.checkbox input#ship-to-different-address-checkbox {
  margin-left: 0;
  margin-right: 8px;
  position: unset;
}
tr.cart-head th.text-right {
  text-align: right;
}
.woocommerce .cart_totals table.shop_table {
  text-align: left;
  border: none;
}
.woocommerce .cart_totals table.shop_table td {
  border-top: none;
}
.woocommerce .cart_totals table.shop_table th {
  font-weight: normal;
}
.woocommerce table.shop_table tr.cart-head th {
  border-bottom: 1px solid #ccc;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
  border-top: none;
}
.woocommerce .cart_totals table.shop_table tr.order-total th,
.woocommerce .cart_totals table.shop_table tr.order-total td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: transparent;
  border-radius: 0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: #999999;
  font-size: 14px;
  line-height: 1.7em;
  margin: 0 0 1em 25px;
  padding: 0;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
  border: none;
  border-image: none;
  border-style: none;
  border-width: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: medium none;
  border-radius: 0;
  margin: -2em 0 2em;
  padding: 0 25px 20px;
  text-align: left;
}
.woocommerce form.checkout_coupon {
	margin-top: 0;
	padding: 0;
}
.woocommerce form .form-row label {
  line-height: 1.7em;
}
.checkout-form-list label.woocommerce-form__label-for-checkbox span {
  color: #999999;
  font-size: 14px;
  vertical-align: inherit;
}
form.woocommerce-form-login .lost_password a {
  font-size: 14px;
  color: #999;
}
form.woocommerce-form-login .lost_password a:hover {
  color: #000000;
}
.woocommerce form.woocommerce-form-login .checkout-form-list input.button,
.woocommerce form.checkout_coupon .checkout-form-list input.button {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.7em;
    margin-right: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    padding: 15px;
}
.woocommerce form.checkout_coupon .checkout-form-list input.button {
	margin-right: 0;
}
.woocommerce form.woocommerce-form-login .checkout-form-list input.button:hover,
.woocommerce form.checkout_coupon .checkout-form-list input.button:hover {
    background: #cc3333 none repeat scroll 0 0;
}
.woocommerce #order_review table.shop_table tfoot tr td span.amount {
  font-size: 16px;
  font-weight: 700;
}
.woocommerce #order_review table.shop_table tfoot tr.order-total td span.amount {
  color: #cc3333;
    font-size: 24px;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
  padding: 1.3em 0;
}
.woocommerce #payment ul.payment_methods li.wc_payment_method input.input-radio {
  margin-right: 7px;
}
.cart-product .product-name > a {
  color: #000;
  font-weight: normal;
}
section.woocommerce-order-details table.shop_table tfoot tr:last-child td span.amount {
  color: #cc3333;
    font-size: 24px;
}
.woocommerce section.woocommerce-order-details table.customer_details tbody tr td {
  border-bottom: none;
  text-align: left;
  border-top: none;
}
.woocommerce section.woocommerce-order-details table.customer_details {
  margin-bottom: 30px;
}
section.woocommerce-order-details address {
  line-height: 28px;
}
.mishuk-order-complete p.woocommerce-thankyou-order-received {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 20px 0;
}
.woocommerce .mishuk-order-complete ul.woocommerce-thankyou-order-details {
  border: 1px solid #cccccc;
  width: 100%;
}
.woocommerce .mishuk-order-complete ul.woocommerce-thankyou-order-details li {
  width: 25%;
  border-right: 1px solid #ccc;
  text-align: center;
  margin-right: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.woocommerce .mishuk-order-complete ul.woocommerce-thankyou-order-details li:last-child {
  border-right: none;
}
.woocommerce-order > p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 20px 0;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 15px 10px 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
}
.dashboard-hello {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  color: #000;
}
.woocommerce-MyAccount-content .cart_totals table td .amount {
  float: left;
  margin-right: 10px;
}
.woocommerce-MyAccount-content .cart_totals table th {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
.woocommerce-MyAccount-content .cart_totals table td {
  font-size: 14px;
  color: #999999;
}
.woocommerce-MyAccount-content .cart_totals table td a {
  color: #000;
}
.woocommerce-Address address {
  line-height: 28px;
}
form.edit-account fieldset {
  margin-top: 30px;
}
.myaccount-login form.woocomerce-form, .myaccount-login form.register {
  margin: 0;
}
.woocommerce .myaccount-login > form.login .checkout-form-list input.input-text {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.woocommerce .myaccount-login form .checkout-form-list input.input-text{
  text-align: center;
}
.woocommerce .myaccount-login > form.login .checkout-form-list {
  text-align: center;
}
.woocommerce-Message, .woocommerce-info {
  border-top: none;
  padding: 10px 30px 10px 60px;
}
.woocommerce div.product form.cart table.group_table td.label {
  display: block;
  padding-left: 0;
  text-align: left;
}
.woocommerce div.product form.cart table.group_table .cart-plus-minus {
  margin-right: 10px;
  width: 120px;
}
.woocommerce div.product form.cart table.group_table .cart-plus-minus .dec {
  left: 10px;
}
.woocommerce div.product form.cart table.group_table .cart-plus-minus .inc {
  right: 10px;
}
.woocommerce div.product form.cart table.group_table td.label label {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
.woocommerce div.product form.cart table.group_table td.label label a {
  color: #000;
}
.woocommerce div.product form.cart table.group_table td.price {
  display: block;
  float: left;
  width: 100%;
}
.woocommerce div.product form.cart table.group_table td.price del {
  color: #000;
  margin-right: 10px;
}
.woocommerce div.product form.cart table.group_table td.price .amount {
  color: #000;
  font-size: 18px;
}
.woocommerce.columns-3 .products .product-single {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.33%;
  margin-right: 0;
}
.woocommerce.columns-4 .products .product-single {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 25%;
  margin-right: 0;
}
.woocommerce.columns-2 .products .product-single {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 50%;
  margin-right: 0;
}
.woocommerce.columns-5 .products .product-single {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 20%;
  margin-right: 0;
}
.woocommerce.columns-6 .products .product-single {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 16.67%;
  margin-right: 0;
}
.woocommerce .shop-content .product-category {
  float: left;
  padding: 0 15px;
  width: 25%;
}
.shop-categories {
  margin-bottom: 30px;
  margin-top: 60px;
}
.woocommerce-shipping-fields #ship-to-different-address span {
  color: #000000;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: normal;
  text-transform: none;
}
.woocommerce form .form-row.checkout-form-list {
  margin-bottom: 15px;
}
.shop-page-area .sin-product-details,
.shop-page-area .woocommerce-message {
	margin-left: -15px;
	margin-right: -15px;
<<<<<<< .mine
    margin-top: 20px;
=======

>>>>>>> .theirs
}
.shop-page-area .sin-product-details {
	margin-top: 0;
}
.woocommerce .checkout-page-area .shop-product div.product-single {
	width: 100%;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox > span {
  font-size: 12px;
  letter-spacing: 0;
}
.woocommerce .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  position: relative;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce ul#shipping_method li {
  text-indent: 0;
  line-height: 28px;
}
.woocommerce div.product div.images .zoom::before {
  border: 2px solid #000;
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 10px;
}
.woocommerce div.product div.images .zoom::after {
  background: #000 none repeat scroll 0 0;
  border-radius: 6px;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  left: 22px;
  position: absolute;
  top: 19px;
  transform: rotate(-45deg);
  width: 2px;
}
.woocommerce div.product div.images .zoom {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  font-size: 2em;
  height: 36px;
  position: absolute;
  right: 0.5em;
  text-indent: -9999px;
  top: 0.5em;
  width: 36px;
  z-index: 8;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce div.product .product_title {
  margin-top: 28px;
  font-size: 18px !important;
}
.woocommerce .widget_layered_nav_filters ul li {
  margin-right: 15px;
}
.pull-left.woo-sidebar {
  padding-right: 4%;
}
.pull-right.woo-sidebar {
  padding-left: 4%;
}
.woo-sidebar .sidebar-single:first-child {
  margin-top: 44px;
}
.woocommerce table.shop_table.cart {
  border: none;
}
.table-content table td.product-name a:first-child {
  display: inline-block;
  float: left;
}
.table-content table td.product-name a:last-child {
  display: flex;
  margin-top: 33px;
}
.woocommerce table.shop_table.cart tbody tr td {
  vertical-align: top;
}
.woocommerce table.shop_table.cart tbody tr td a.remove {
  margin-top: 33px;
}
.woocommerce table.shop_table.cart tbody tr td .cart-plus-minus {
  margin-top: 23px;
}
.woocommerce table.shop_table.cart tbody tr td .woocommerce-Price-amount.amount {
  display: block;
  margin-top: 33px;
}
.woocommerce .coupon-codes .order-button-payment input.button {
  margin-top: 0;
  padding: 9px 0;
  font-weight: 600;
}
.woocommerce .coupon-codes .checkout-form-list input {
  height: 54px;
  text-align: center;
}
.woocommerce .checkout-page-area form.woocommerce-cart-form .button.update-cart {
  float: right;
  background-color: #333;
  color: #fff;
  padding: 25px 70px;
  margin-top: 30px;
  font-weight: 600;
}
.woocommerce .checkout-page-area form.woocommerce-cart-form .button.update-cart:hover {
  color: #fff;
  background-color: #CC3333;
}
section.shipping-calculator-form .checkout-form-list {
  margin-bottom: 20px;
}
.woocommerce section.shipping-calculator-form .order-button-payment.calculate-button button {
  padding: 9px 0;
}
.woocommerce table.shop_table td {
  padding: 6px 0;
}
.woocommerce table.shop_table th {
  padding: 9px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td span.amount {
  color: #fff;
}
.cart_totals table td #shipping_method label {
  font-weight: normal;
  font-size: 12px;
}
.woocommerce .cart_totals table.shop_table td #shipping_method label .amount {
  font-weight: normal;
  margin-left: 0;
}
.woocommerce table.shop_table tr.cart-head th.product-total {
  width: 50%;
}
.woocommerce table.shop_table tr.cart-head th.product-name {
  width: 50%;
}
.woocommerce div.product div.images .easyzoom-flyout > img {
  max-width: unset;
  width: auto;
  height: auto;
}
.easyzoom {
    display: inline-block;
    position: relative;
}
.woocommerce .easyzoom a img {
    max-width: unset !important;
}
.easyzoom-flyout > img {
    max-width: unset;
}
.woocommerce div.product p.stock span {
  color: #000;
    line-height: 48px;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
  border: medium none;
}
#product-thumbs.owl-theme .owl-nav .owl-prev, 
#product-thumbs.owl-theme .owl-nav .owl-next {
  background-color: #fff;
  display: none;
  left: 0;
  line-height: 10px;
  margin: -15px 0 0;
  padding: 5px;
  position: absolute;
  top: 50%;
}
#product-thumbs.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.pro-image-tab-container:hover #product-thumbs.owl-theme .owl-nav .owl-prev, 
.pro-image-tab-container:hover #product-thumbs.owl-theme .owl-nav .owl-next {
  display: table;
}