
#product-tabular-description .table tr:nth-child(2n+1) {
  background-color: #f7f7f7;
}

#product-tabular-description {
  margin-top: 30px;
}

.recommended .short-description div span {
  color: #858585;
}

/* tabs pane */

.tabs-block {
margin-bottom: 80px;
margin-top: 40px;
}

.tabs-block .tab-pane {
padding-top: 20px;
word-spacing: 4px;
}

.tabs-block .tab-pane a {
color: #0a756a;
text-decoration: underline;
}

.tabs-block .nav-tabs {
border-color: #cacaca
}

.tabs-block .nav-tabs .nav-link {
border-radius: 0;
color: #565555;
font-weight: 600;
font-size: 15px;
font-family: font-8;
padding-top: 12px;
}

.tabs-block .nav-tabs .nav-link.active {
border-top-color: #cacaca;
border-left-color: #cacaca;
border-right-color: #cacaca;
}

.tabs-block .nav-tabs .nav-link:not(.active):hover {
border-top-color: #cacaca;
border-left-color: #cacaca;
border-right-color: #cacaca;
border-bottom-color: #fff;
}

.tabs-block .nav.nav-tabs .nav-item:not(:last-child) {
margin-right: 10px;
}

/* product view page styles */

.techspecs-section {
padding-top: 20px;
position: relative;
}

.techspecs-column {
width: 75%;
}

.techspecs-column img {
height: auto;
max-width: 100%;
}

.techspecs-column {
float: left;
line-height: 25px;
}

.techspecs-column ul li {
line-height: 25px;
}

.techspecs-column ul li {
line-height: 25px;
}

.techspecs-column > img {
height: auto;
max-width: 100%;
}

.pb-left-column .image-block-wrapper {
padding: 4px;
border: 1px solid #c5c5c5;
}

.pb-left-column .image-block-wrapper:hover {
border-color: #999999;
}

.product-flag {
border-radius: 50%;
font-size: 15px;
height: 26px;
line-height: 26px;
margin: 0;
padding: 0;
position: absolute;
text-align: center;
text-transform: none;
top: 15px;
width: 50px;
right: 0;
display: inline-block;
min-width: 52px;
background-color: #0a756a;
border-radius: 0;
color: #fff;
text-decoration: none;
transition: .2s;
}

.product-flag.new {
top: 15px !important;
font-size: 13px;
font-weight: 300;
float: right;
display: block;
clear: both;
width: 130px;
background: #0a756a;
}

.product-flag::before {
position: absolute;
top: 0;
left: -13px;
content: '';
width: 0;
height: 0;
border-color: transparent #0a756a transparent transparent;
border-style: solid;
border-width: 13px 13px 13px 0;
-webkit-transition: .2s;
transition: .2s;
}

.pb-left-column .image-block-wrapper .product-flag.new {
margin-top: 10px;
margin-right: -17px;
border-top-right-radius: 4px;
width: 140px;
}

#view-scroll-left i,
#view-scroll-right i {
left: 3px;
position: absolute;
top: 3px;
transform: rotate(-90deg);
}

#view-scroll-right:hover,
#view-scroll-left:hover {
background: #0a756a !important;
color: #fff !important;
border-color: #0a756a !important;
}

.product-list.grid > p {
left: 48%;
position: fixed;
text-align: center;
top: 200px;
z-index: 99;
}

.box-info-product .add-to-cart-button {
position: relative;
cursor: pointer;
outline: none;
padding: 6px 8px;
width: auto;
background: #0a756a;
border: 1px #0a756a solid;
color: white;
display: inline-block;
font-size: 14px;
}

.box-info-product .add-to-cart-button:hover {
border-color: #0a756a;
background-color: #fff;
color: #0a756a;
}

.box-info-product .add-to-cart-button:hover * {
color: #0a756a;
}

.box-info-product .add-to-cart-button i {
font-size: 20px;
}

.box-info-product .add-to-cart-button b {
margin-left: 4px;
}

.box-info-product .add-to-cart-button span {
border: medium none;
border-radius: 0;
padding: 6px;
color: #fff;
font-weight: 700;
display: block !important;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
font-size: 18px;
}

.box-info-product .add-to-cart-button span.hidden {
display: none !important;
}

#center-column.col-sm-9 .col-md-3 .box-info-product .add-to-cart-button {
padding: 0;
border-top: 1px solid #0079b6;
border-right: 1px solid #006fa8;
border-left: 1px solid #006fa8;
border-bottom: 1px solid #012740;
position: relative;
display: block;
}

#center-column.col-sm-9 .col-md-3 .box-info-product .add-to-cart-button:before {
font-family: "Font Awesome 5 Pro";
position: relative;
top: 0;
left: 0;
bottom: 0;
color: #fff;
font-size: 25px;
line-height: 47px;
text-shadow: 0 1px #015883;
content: "\f07a";
z-index: 2;
width: 51px;
text-align: center;
border: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

#center-column.col-sm-9 .col-md-3 .box-info-product .add-to-cart-button.added:before {
content: "\f00c";
}

#center-column.col-sm-9 .col-md-3 .box-info-product .add-to-cart-button.added.disabled:before,
#center-column.col-sm-9 .col-md-3 .box-info-product .add-to-cart-button.disabled:before {
content: "\f110";
animation: 2s linear 0s normal none infinite spin;
-webkit-animation: 2s linear 0s normal none infinite spin;
-moz-animation: 2s linear 0s normal none infinite spin;
border: none;
}

#center-column.col-sm-9 .col-md-3 .box-info-product .add-to-cart-button:after {
background: none;
position: absolute;
top: 0;
bottom: 0;
left: 51px;
content: "";
width: 1px;
z-index: 2;
}

.box-info-product .add-to-cart-button .add-to-cart-label {
font-size: 16px;
font-weight: 300;
}

#view-scroll-left::before,
#view-scroll-right::before {
content: none;
}

#view-scroll-left,
#view-scroll-right {
border: 1px #0a756a solid;
opacity: 1 !important;
height: 18px;
width: 18px;
background: #fff;
}

#view-scroll-left i,
#view-scroll-right i {
font-size: 24px;
}

#view-scroll-right i,
#view-scroll-left i {
margin-left: 4px;
}

#image-block {
float: left;
width: 78%;
}

#image-block .product-flag::after{
position: absolute;
top: 100%;
right: 0;
z-index: 2;
display: block;
content: '';
background-color: #fff;
border-top: 6px solid red;
border-top: 6px solid #04443e;
border-bottom: 6px solid transparent;
border-right: 6px solid transparent;
border-left: 6px solid #04443e;
}

.box-info-product {
background: none;
border:none;
margin: 0px -15px;
}

.box-info-product > div {
box-shadow: none;
}

.fancybox {
outline: none;
}

.box-cart-bottom {
-moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
padding: 0;
}

.box-info-product .act-icon-detail a:hover {
border-color: #0a756a !important;
color: #0a756a;
background: #fff;
}

.box-info-product .act-icon-detail a:hover * {
color: #0a756a !important;
}

#add-to-cart-form label {
display: block;
float: left;
font-size: 13px;
font-weight: 400;
text-align: left;
text-transform: none;
width: auto;
}

#quantity-wanted-wrapper input#quantity-wanted {
border-left: 0 none;
border-radius: 0;
border-right: 0 none;
display: inline-block;
height: 35px;
padding: 0;
width: 40%;
font-size: 16px;
color: #696969;
border-color: #f8f7f7;
background: #f8f7f7;
outline: none;
}

#quantity-wanted-wrapper .btn-secondary:not(:disabled):not(.disabled):active,
#quantity-wanted-wrapper .btn-secondary:not(:disabled):not(.disabled):focus {
outline: none !important;
box-shadow: none;
}

#quantity-wanted-wrapper input {
font-weight: bold;
text-align: center;
line-height: 27px;
border-width: 1px;
border-style: solid;
}

#quantity-wanted-wrapper .btn {
float: left;
margin-left: 3px;
}

#quantity-wanted-wrapper label {
display: block;
margin-bottom: 7px;
}

#product-warranty,
#product-quantity{
margin-bottom: 30px;
}

#product-warranty{
margin-top: 20px;
}

#product-condition{
margin-top: 20px;
}

#product-code  span,
#product-condition span,
#product-quantity span{
font-size: 16px;
color: #525252;
font-weight: 300;
font-family: font-8;
}

#product-code b,
#product-condition b,
#product-quantity b {
font-size: 16px;
color: #393939;
margin-right: 10px;
}

#product-warranty span {
font-size: 20px;
color: #525252;
}

#product-warranty i{
font-size: 30px;
margin-right: 4px;
}

#installment-allowed span {
font-size: 20px;
color: #525252;
}

#installment-allowed span,
#product-warranty span {
line-height: 30px;
}

#installment-allowed i{
font-size: 30px;
margin-right: 4px;
}

#installment-allowed{
margin-bottom: 30px;
}

#stock-status i {
font-size: 18px;
margin-right: 4px;
}

#stock-status {
margin-bottom: 40px;
display: flex;
}

#stock-status .stock-status-title {
color: #fff;
text-decoration: none;
pointer-events: none;
padding: 10px 16px;
font-family: font-5;
font-size: 16px;
}

#stock-status .stock-status-title span:before {
font-family: "Font Awesome 5 Pro";
font-weight: 900;
content: "\f468";
margin-right: 4px;
height: 0;
}

.social-networks-wrapper{
margin-top: 20px;
}

#add-to-cart-form {
margin-top: 60px;
padding-top: 25px;
}

.act-icon-detail .tooltip.top {
margin-top: -10px;
}

.productDetailBottomBox {
clear: both;
padding: 25px 15px;
position: relative;
margin: 0px 15px;
}

.productDetailBottomBox-inner {
line-height: 35px;
margin: 0 -15px;
}

.productDetailBottomBox-inner > span {
color: #696969;
font-size: 12px;
}

.productDetailBottomBox::after {
content: "";
background: #f8f7f7;
height: 1px;
left: 0px;
width: 100%;
bottom: 0px;
position: absolute;
}

.button.read-more-button span {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
font-size: 13px;
font-weight: 400;
text-shadow: none;
}

/* product detail layout */

#product-images-slider {
margin-top: 20px;
}

#product-images-slider li {
display: block;
border: 1px solid #cacaca;
}

#product-images-slider li:hover,
#product-images-slider .splide__slide.is-active  {
border-color: #a9a9a9;
}

#product-images-slider li img {
width: 100%;
height: 100%;
}

.splide__arrow {
border-radius: 0;
width: 3em;
height: 3em;
}

.splide__arrow svg {
font-size: 18px;
}

.itw-media-left #image-block {
float: right;
}

#views-block,
#image-block {
float: none;
clear: both;
width: 100%;
position: relative;
}

.pb-left-column #image-block {
border: none;
padding: 0px;
display: block;
cursor: pointer;
background: #fff;
}

.pb-left-column #image-block img {
background: #fbfbfb;
width: 100%;
}

.pb-left-column #image-block #view-full-size .span-link:after {
font-family: "Font Awesome 5 Pro";
color: #c0c0c0;
font-size: 40px;
line-height: 22px;
content: "\f065";
font-weight: normal;
margin: 0 0 0 4px;
}

.pb-left-column #image-block a.jqzoom div div img {
width: auto;
max-width: 10000px;
}

.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
border: none;
}

.pb-left-column #image-block .zoomPad {
z-index: auto !important;
}

.pb-left-column #image-block .new-box,
.pb-left-column #image-block .sale-box {
z-index: 5002;
}

/* pb-center-column styles */

#add-to-cart-form label {
display: inline-block;
width: 125px;
font-weight: 700;
font-size: 12px;
text-align: right;
}

#add-to-cart-form p.price {
padding: 0;
}

/* detail full/layout media top-bottom thumb list */

#add-to-cart-form label {
margin: 0 auto;
position: relative;
top: 5px;
}

#add-to-cart-form .productDetailBottomBox label {
color: #696969;
font-size: 12px;
margin-right: 10px;
min-width: 110px;
text-transform: uppercase;
top: auto;
}

#add-to-cart-form .productDetailBottomBox-inner label,
#add-to-cart-form .productDetailBottomBox-inner a,
#add-to-cart-form .productDetailBottomBox-inner span {
font-size: 13px;
}

.product-details-title h1 {
font-size: 20px;
font-weight: 300;
text-transform: none;
color: #101010;
font-family: font-8;
line-height: 30px;
}

#current-price {
font-family: "Open Sans", sans-serif;
color: #fa5b4f;
font-size: 24px;
font-style: normal;
font-weight: 100;
}

#old-price {
font-size: 24px;
text-decoration: line-through;
font-family: "Open Sans", sans-serif;
color: #b6b6b6;
font-weight: 100;
}

.prices-container {
display: flex;
margin-top: 30px;
}

.prices-container p {
padding-bottom: 0 !important;
padding-right: 20px;
}

.box-label-detail {
bottom: auto !important;
position: relative !important;
}

.quantity-product-option {
float: left;
margin: 0 10px 0 15px;
overflow: hidden;
width: auto;
border: 1px solid #b7b7b7;
}

.itw-quantity-minus {
  border-right: 1px solid #b7b7b7;
}

.itw-quantity-plus {
  border-left: 1px solid #b7b7b7;
}

.itw-quantity-minus,
.itw-quantity-plus {
background: #f8f7f7 none repeat scroll 0 0;
display: inline-block;
float: left;
height: 35px;
line-height: 30px;
text-align: center;
width: 30%;
}

.itw-quantity-minus i,
.itw-quantity-plus i {
color: #828080;
font-size: 16px;
font-weight: bold;
height: 20px;
line-height: 21px;
text-align: center;
width: 20px;
}

#quantity-wanted {
border-left: 0 none;
border-radius: 0;
border-right: 0 none;
display: inline-block;
float: left;
height: 35px;
padding: 0;
width: 40%;
font-size: 13px;
color: #696969;
border-color: #f8f7f7;
background: #f8f7f7;
outline: none;
}

#quantity-wanted-wrapper .btn {
margin-left: 0px;
float: none;
border: none;
background: none;
}

.product-quantity #quantity-wanted {
color: #414141;
background-color: #fff;
height: 2.75rem;
padding: .175rem .5rem;
width: 3rem;
}

.btn.button-plus span,
.btn.button-minus span {
  display: block;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 30px;
  padding: 4px 0 0 0;
  color: #737373;
}

.btn.button-plus,
.btn.button-minus {
font-size: 14px;
line-height: 14px;
color: #c0c0c0;
padding: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

.itw-quantity-minus:hover,
.itw-quantity-plus:hover {
  background-color: #efefef;
}

.btn.button-plus span,
.btn.button-minus span {
display: block;
border: 1px solid transparent;
width: 25px;
height: 25px;
text-align: center;
padding: 4px 0 0 0;
color: #6e6e6e;
}

.btn.button-plus:hover,
.btn.button-minus:hover {
color: #333;
}

.btn.button-plus:hover span,
.btn.button-minus:hover span {
filter: none;
}

.quantity-value-option {
float: none;
width: 135px;
}

.box-info-product p {
clear: left;
}

.box-info-product p {
margin-bottom: 7px;
}

#center-column.col-sm-9 .col-md-3 .box-info-product {
background: #f6f6f6;
border: 1px solid #d2d0d0;
border-top: 1px solid #b0afaf;
border-bottom: 1px solid #b0afaf;
}

.pb-left-column #image-block #view-full-size .span-link {
box-shadow: none;
display: none;
position: absolute;
bottom: calc(50% - 20px);
left: calc(50% - 20px);
color: #777676;
font-weight: 700;
}

.pb-left-column #image-block:hover #view-full-size .span-link {
display: block;
}

ul.product-list.grid li.ajax-block-product .right-block {
text-align: center;
}

.productscategory_list ul.product-list.grid li.ajax-block-product:hover .product-container .comments_note {
display: block;
}

ul.product-list.grid li.ajax-block-product {
height: auto !important;
}

.blockproductscategory {
margin-top: 25px;
}

/* thumbs list style */

#thumbs-list li {
float: none;
height: auto;
width: 100%;
margin-right: 0px;
border: none;
}

#thumbs-list {
width: 100% !important;
}

#thumbs-list {
float: none;
margin: 0 auto;
width: 100% !important;
}

.itw-media-right #thumbs-list ul#thumbs-list-frame,
.itw-media-left #thumbs-list ul#thumbs-list-frame {
height: 100%;
width: auto !important;
position: absolute;
}

.itw-media-right #thumbs-list ul#thumbs-list-frame {
right: 0px;
}

.itw-media-left #thumbs-list ul#thumbs-list-frame {
left: 0px;
}

.itw-media-right #thumbs-list ul#thumbs-list-frame li,
.itw-media-left #thumbs-list ul#thumbs-list-frame li {
padding: 5px 0px;
}

.itw-media-right #thumbs-list,
.itw-media-left #thumbs-list {
position: relative;
float: none;
height: 100%;
width: auto !important;
max-width: 100%;
}

#views-block #thumbs-list li {
float: left;
margin: 0 5px;
width: 97px;
}

#thumbs-list li a {
border-color: #cacaca;
border-width: 1px;
}

#thumbs-list li a:hover {
border-color: #0a756a;
}

#thumbs-list ul#thumbs-list-frame {
height: auto;
}

#views-block #thumbs-list li {
width: 103px;
}

#thumbs-list ul#thumbs-list-frame {
height: auto;
}

/* add to cart form */

.box-info-product .buttons-bottom-block {
display: table;
margin: 0;
padding-top: 0px;
padding-right: 15px;
padding-left: 15px;
}

.box-cart-bottom {
box-shadow: none;
}

.box-cart-info-wapper {
display: table;
width: 100%;
margin-top: 40px;
margin-bottom: 25px;
}

.box-cart-bottom {
position: relative;
overflow: hidden;
margin-top: 0px;
}

.list-options-cart {
margin: 0 15px;
position: relative;
}

.list-options-cart-inner {
margin: 0px -15px;
}

.primary-block {
margin-bottom: 40px;
}

.primary-block .pb-left-column img {
max-width: 100%;
height: auto;
}

/* responsive styles */

@media (max-width: 580px) {

.itw-media-right .pb-left-column #image-block,
.itw-media-left .pb-left-column #image-block {
  width: 100%;
  float: none;
}

.itw-media-left #views-block,
.itw-media-right #views-block {
  width: 100%;
  float: none;
  margin-top: 25px;
}

.itw-media-right #thumbs-list ul#thumbs-list-frame li,
.itw-media-left #thumbs-list ul#thumbs-list-frame li {
  display: inline-block;
  padding: 5px 0;
  width: auto;
}
}

@media (max-width: 767px) {

.pb-left-column #image-block {
  margin: 0 auto;
}

.pb-left-column #views-block {
  margin: 10px auto 0px auto;
}

.itw-media-right .pb-left-column #image-block,
.itw-media-left .pb-left-column #image-block {
  width: 80%;
}

.itw-media-left #views-block,
.itw-media-right #views-block {
  width: 20%;
}
}

@media (max-width: 991px) {

#thumbs-list li img {
  width: 100px;
  height: auto;
}

.box-info-product .add-to-cart-button:before {
  display: none;
}

.box-info-product .add-to-cart-button:after {
  display: none;
}

.product-details-section .info {
  margin-top: 30px;
}

#center-column.col-sm-9 .col-md-3 .box-info-product .add-to-cart-button:before {
  display: none;
}

#center-column.col-sm-9 .col-md-3 .box-info-product .add-to-cart-button:after {
  display: none;
}
}

#stock-by-branches-container {
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
}

#stock-by-branches-container h6 {
  padding: 12px;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
}

#stock-by-branches-container .brach-row {
  display: flex;
  padding: 12px;
}

#stock-by-branches-container .brach-row:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

#stock-by-branches-container .brach-col {
  width: 50%;
}

#stock-by-branches-container .brach-col:last-child {
  text-align: right;
}

#stock-by-branches-container .brach-row .brach-col span {
  font-size: 13px;
}

#stock-by-branches-container .brach-row .brach-col:first-child span {
  font-family: font-8;
}