.inner-product-block {
    padding-top: 70px;
}

.gallery-image-col {
    padding: 0;
    width: 227px;
    height: 183px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #DBDBDB;
}

.gallery-image-col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}

.gallery-image {
    margin-bottom: 20px;
}

.tab_area {
    width: 100%; 
    margin: 0 auto;
}

ul.tabs01 {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.tabs01 li {
    margin: 0;
    padding: 0;
    border-left: none;
    margin-bottom: 4px;
    position: relative;
    width: 100%;
    text-align: center;
}

ul.tabs01 li img {
    vertical-align: middle;
    padding: 0 3px 4px 0;
    opacity: 0.6;
}

ul.tabs01 li::before {
    display: none;
}

ul.tabs01 li a {
    text-decoration: none;
    color: #717171;
    display: block;
    font-size: 16px;
    padding: 8px 0;
    outline: none;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    background-color: #F7F7F7;
    border: 1px solid #DBDBDB;
    background: transparent;
    text-transform: uppercase;
}

ul.tabs01 li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 4px;
    background: #FFC820;
    z-index: 2;
    transition: all ease-in-out 0.3s;
}

 ul.tabs01 li.active a  {
    color: #0E0E10;
}

ul.tabs01 li.active a img {
    opacity: 1;
}
ul.tabs01 li.active a::before  {
    width: 100%;
}

.product-gallery .tab_container {
    border-top: none;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 9;
}

.product-gallery .tab_content {
    padding: 0 48px;
}

.client_image {
    border: 1px solid #DBDBDB;
    cursor: pointer;
}

.client_image img {
/*    border-radius: 4px;*/
    width: 100%;
    height: 58px;
    object-fit: contain;
}

.tab_area .slick-current.slick-active .client_image {
    border: 1px solid #1A1A1A;
}

.tab_area .slick-initialized .slick-slide {
    margin: 0 4px;
}

.product-gallery .slider-nav .slick-prev, 
.product-gallery .slider-nav .slick-next {
    background: #717171;
    color: #FFC820;
    top: 0;
    border-radius: 0;
    width: 44px;
    height: 58px;
    transform: unset;
    border: none;
    color: #fff;
}

.product-gallery .slider-nav .slick-prev::before {
    content: "\e908";
}

.product-gallery .slider-nav .slick-next::before {
    content: "\e909";
}

.product-gallery .slider-nav .slick-next {
    right: -48px;
}

.product-gallery .slider-nav .slick-prev {
    right: inherit;
    left: -48px;
}

.product-gallery .slider-for .slick-prev, 
.product-gallery .slider-for .slick-next {
    background: #fff;
    color: #FFC820;
    top: 50%;
    transform: translate(0, -50%);
}

.product-gallery .slider-for .slick-next {
    right: 0;
}

.product-gallery .slider-for .slick-prev {
    right: inherit;
    left: 0;
}

.image-zoom-btn {
    padding: 0;
    background-color: transparent;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-gallery .fx-slider.slick-initialized .fx-slide {
    position: relative;
}

@media (min-width: 768px) {
    .gallery-image-col {
        height: 325px;
        width: 100%;
        max-width: 564px;
    }

    ul.tabs01 li a {
        font-size: 15px;
    }

    ul.tabs01 li {
        width: calc(33.333% - 8px);
        margin: 0 4px 8px;
    }

    ul.tabs01 {
        display: flex;
        width: calc(100% + 8px);
        margin: 0 -4px;
    }

    .product-gallery {
        max-width: 523px;
        margin: 0 auto;
    }

    .product-gallery .slider-for .slick-next {
        right: -50px;
    }

    .product-gallery .slider-for .slick-prev {
        left: -50px;
    }
}



/* additional-information */

.additional-information {
    padding: 0 0 10px;
    margin: 54px 0 0;
}

.additional-information h2 {
    font-size: 30px;
    padding-bottom: 10px;
}

.additional-information p {
    padding-bottom: 10px;
}

.additional-information p span  {
    font-weight: 700;
}

.additional-information-btns .btn {
    width: 100%;
    text-align: center;
    margin: 16px 0;
}

.additional-information-btns .btn {
    margin-bottom: 0;
}

.product-links {
    margin: 16px 0 0;
}

.product-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product-links ul li {
    margin: 0;
    padding: 0;
}

.product-links ul li::before,
.product-links ul li a::before {
    display: none;
}

.product-links ul li {
    display: inline-block;
    margin: 8px 32px 8px 0;
}

.product-links ul li:nth-child(3) {
    margin-right: 0;
}

.product-links ul li:last-child {
    display: flex;
    text-align: center;
    margin-right: 0;
    width: 100%;
    justify-content: center;
}

.product-links ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #717171;
    font-family: 'Oswald', sans-serif;
}

.product-links ul li a img {
    margin-right: 8px;
}



.additional-information-btns {
    padding-bottom: 32px;
    position: relative;
}

.additional-information-btns:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -21px;
    width: calc(100% + 21px);
    height: 1px;
    background-color: #DBDBDB;
}

.inner-rental-card-image .js-card-image--yellow .slick-arrow {
    color: #FFC820;
    border-color: #FFC820;
    bottom: 0;
    top: unset;
    transform: translate(0, -50%);
}

.inner-rental-card-image .js-card-image--yellow .slick-arrow.slick-next {
    right: 50%;
    margin-right: -50px;
}

.inner-rental-card-image .js-card-image--yellow .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -50px;
}

.inner-rental-card-image .js-card-image {
    padding-bottom: 80px;
}

.additional-information-details {
    margin-bottom: 14px;
}

.additional-information-details ul {
    padding: 0;
    margin: 0;
}

.additional-information-details ul li {
    padding: 0;
    margin: 0;
    display: flex;
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.additional-information-details ul li p span {
    display: block;
}

.additional-information-details ul li p {
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
    width: calc(50% - 20px);
    margin: 0 10px 10px;
}

.additional-information-details ul li:last-child p {
    border-bottom: none;
}

.additional-information h4 {
    font-size: 26px;
    padding-bottom: 15px;
}
.btn-block{
    margin-bottom: 7px;
}


@media (min-width: 768px) {
    .additional-information {
        padding: 0;
    }

    .product-links {
        padding-top: 0;
    }

    .gallery-image {
        margin-bottom: 10px;
    }

    .additional-information-btns {
        display: flex;
    }

    .additional-information-btns .btn {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .additional-information-btns .btn + .btn {
        margin: 0 0 0 16px;
    }

    .product-links ul li:last-child {
        width: auto;
    }

    .additional-information-btns:after {
        right: 0;
        width: 100%;
    }

    .product-links ul {
        justify-content: flex-start;
    }

    .product-links ul li {
        margin: 0 32px 0 0;
    }

    .product-links ul li:nth-child(3) {
        margin-right: 32px;
    }

    .inner-rental-card-image .js-card-image {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .additional-information h4 {
        font-size: 32px;
    }

    .additional-information {
        padding: 0 0 0;
        margin: 0;
    }

    .product-gallery .slider-for .slick-prev {
        left: -20px;
    }

    .product-gallery .slider-for .slick-next {
        right: -20px;
    }

    .product-links {
        padding-top: 0;
    }

    .product-links ul li a:hover {
        opacity: 0.7;
    }

    .product-gallery .slick-prev:hover, 
    .product-gallery .slick-next:hover {
        background: #FFCC00;
        color: #000000;
    }

    .additional-information .btn {
        margin: 16px 0 16px;
        font-size: 18px;
    }

    .additional-information-btns .btn {
        margin: 0;
        font-size: 16px;
    }
    
    .additional-information h2 {
        font-size: 40px;
    }

    .inner-product-block {
        padding-top: 116px;
    }

    .gallery-image-col a:hover{
        background: transparent !important ;
    }
}

@media (min-width: 1366px) {
    .product-gallery .slider-for .slick-prev {
        left: -50px;
    }

    .product-gallery .slider-for .slick-next {
        right: -50px;
    }
}



.product-links ul li a:hover {
    background: none;
}

.additional-information-details ul li::before {
    display: none;
}

.additional-information h4 {
    padding-left: 0;
    color: #0E0E10;
} 

.additional-information h4::before {
    display: none;
}



.main_gallery .slider{
  display: none;
}
.main_gallery .slider.active{
  display: block;
}


.image-zoom-btn {
  text-decoration: none;
  color:#717171;
  right: 10px!important;
  bottom:5px!important;
}
.image-zoom-btn > span{
   font-weight: bold;
  
}
.product-links li a > span {
     padding-right: 5px;
}
.additional-information form {
    margin-bottom: 15px;
}

.product-card__img-wrap{
    background: #fff;
}

@media(min-width:1200px) {
    .image-zoom-btn:hover{
        background: transparent;
    }

    .tab-accordion__panel__content a:hover{
        background-size: 100%;
    }
}




.rental-tab-accrodian + .has-top-ripped{
    margin-top: 120px;
}



/* Share Modal */
.product-links{
    position: relative;
}
 .modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 80%;
    height: 100%;
}

 .modal.is-visible {
    visibility: visible;
}

 .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

 .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

 .modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 22em;
  margin-left: 0;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

 .modal-transition {
  transition: all 0.3s 0.12s;
/*  transform: translateY(-60%);*/
  opacity: 0;
}

 .modal.is-visible .modal-transition {
  opacity: 1;
}

 .modal-header,
 .modal-content {
  padding: 1em;
}

 .modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
  border-top: 4px solid #FFC820 !important;
}

 .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

 .modal-close:hover {
  color: #777;
}

 .modal-heading {
  font-size: 1.125em;
  margin: 0;
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   padding-top: 0;
}

 .modal-content > *:first-child {
  margin-top: 0;
}

 .modal-content > *:last-child {
  margin-bottom: 0;
}


.product-detail__price{
    padding-top: 0;
}
.modal-content {
    word-break: break-word;
}

.btn-block {
    margin-bottom: 20px;
}

.additional-information-btns.used-equipment .btn:first-child{
    margin-top: 0;
    margin-bottom: 20px;
}


@media(min-width:768px) {
     .btn-block {
        margin-bottom: 30px;
    }
    .btn-block + .additional-information-btns{
        margin-top: 30px;
    }
    .additional-information-btns.used-equipment .btn:first-child{
        margin-bottom:0;
    }
    .modal-wrapper {
        width: 32em;
        margin-left: -16em;
        transform: initial;
    }

}

#comparison-tool + .section_container {
    margin-top: 66px;
}

.unavailable{
    font-weight: normal !important;
}
.main_gallery .js-369-thumbnail{
    height: 100%;
    width: 100%;
    z-index: 999999;
}
