body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.product_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_images {
    width: 60%;
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
}

@media only screen and (min-width : 993px){
    .product_images.loading{
        height: 600px;       
    }
}

.product_images.loading{
    overflow: hidden;
    pointer-events: none;
    opacity: 0.4;
}

.product_images.loading > *{
    cursor: wait;
}

.product_images-nav {
    order: -1;
    width: 15%;
    padding-right: 20px;
    border-right: 1px solid #f7f7f7;
}

.product_images-nav li {
    list-style-type: none;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    padding: 50% 0;
    cursor: pointer;
    transition: .2s;
    outline: 3px solid transparent;
}
.page-style--qv .product_images-nav_container{
    max-height: 500px;
}

.product_images-nav_container {
    height: 500px;
    padding: 0px !important;
    overflow: hidden;
    margin-bottom: 0px !important;
}
.product_images-nav_container ul{
    padding: 3px;
    transition: margin-top 0.2s, left 0.2s;
}
.product_images-nav li.active {
    outline: 3px solid rgba(227,0,17,0.5);
    border: 1px solid #f7f7f7;
    border-color: #003250;

}

.product_images-nav li.product_images-nav_arrow {
    width: 100%;
    border: 0;
    padding: 0;
    color: #555;
    text-align: center;
    background-color: #f7f7f7;
    font-size: 0.8rem;
}

.product_images-nav li img {
    padding: 2px;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product_images-main {
    width: 85%;
    position: relative;
}


.product_images-main_zoombtn{
    position: absolute;
    right: 0;
    bottom: 50px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    cursor: pointer;
    font-size: 1.2rem;
    z-index: 1;
    border-radius: 15px;
    transition: .3s all;
}
.product_images-main_zoombtn:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.35);
}
.product_images-main_zoombtn p{
    color: #555;
    overflow: hidden;
    transition: all .3s;
    display: inline-block;
    font-size: 0.8em;
    white-space: nowrap;
    padding-left: 5px;
    transition: all .3s;
}

.product_images-main .product_barges {
    position: relative;
    left: 10px;
    display: block;
    color: #fff;
    font-size: .9rem;
    z-index: 2;
}

.product_images-main .product_barges p {
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: bold;
    background-color: #1d1d1d;
    text-align: center;
    width: auto;
    margin: 0 10px 5px 0;
    display: inline-block;
}

.product_images-main .product_barges p:nth-child(2n) {
    background-color: #e30011;
}
.product_images-main .product_barges p:nth-child(2n) {
    background-color: #121212;
}
.vc-magnifer{
    cursor: none !important;
    position: absolute;
    width: 200px;
    height: 200px;
    transform: translate(-100px, -100px);
    box-shadow: 0 0 5px rgba(255,255,255,.5);
    border-radius: 10px;
    z-index: 2;
    background-color: #FFF;
    background-repeat: no-repeat;
}

.product_images-main .image {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.product_images-main .image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 550px;
    display: block;
    margin: auto;
    transition: all .4s;
}

.product_images-main .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.product_content .product_images-main .owl-nav button.owl-prev {
  background-color: #555;
}

.product_content .product_images-main .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e30011;
  color: #fff;
  font-size: 1.5rem;
}

.product_information {
    width: 40%;
    position: relative;
    padding: 5px 20px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.product_name {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    /*margin-bottom: 15px;*/
}
.product_subname{
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
    color: #666666;
}

.product--block [class^="product_information--"] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
    color: #666666;
}

/* .product--block [class^="product_information--"] strong {
    color: #555;
} */

.product_information--additional_line {
    position: absolute;
    right: 0;
    width: auto;
    max-width: 50%;
}

.product_information--additional_line p {
    text-align: right;
    width: 100%;
}

.product_information--review_line .stars {
    display: flex;
    font-size: 1.1rem;
    margin-right: 10px;
    color: #ffa41c;
}

.product_information--price_line p {
    width: 100%;
    display: flex;
    align-items: baseline;
    position: relative;
}

.product_information--price_line p span {
    font-weight: bold;
}

.product_information--price_line .price-regular {
  font-size: 2.5rem;
}

.product_information--price_line .price-sale {
    font-size: 2.5rem;
    color: #e30011;
    padding-right: 5px;
}

.product_information--price_line .price-old:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #e30011;
    transform: rotate(10deg);
    display: block;
    z-index: 1;
    bottom: 1rem;
    right: 0;
    position: absolute;
}

.product_information--price_line .price-old {
    color: #555;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
}

.product_information--attributes_line .attribute_type-checkbox {
    width: 100%;
}

.product_information--attributes_line .attribute_type-checkbox label {
    display: inline-block;
    position: relative;
    background-color: #f7f7f7;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.product_information--attributes_line .attribute_type-checkbox label input {
    display: none;
}

.product_information--attributes_line .attribute_type-checkbox label .checkbox-box:after {
    content: "\f00c";
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #003250;
    color: #fff;
    font-size: 0.7rem;
    opacity: 0;
}

.product_information--attributes_line .attribute_type-checkbox label input:checked + .checkbox-box:after {
    opacity: 1;
}

.product_information--attributes_line .attribute_type-checkbox label .checkbox-box {
    position: relative;
    top: -1px;
    border: 1px solid #555;
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    z-index: 1;
}

.product_information--attributes_line .attribute_type-checkbox label .label-text {
    text-align: center;
    font-weight: bold;
}

.product_information--atc_line {
    /*flex-wrap: nowrap;*/
    justify-content: space-between;
}

.product_information--atc_line > * {
    margin-top: 10px; 
}
.product_information--atc_line .btns-group{
    text-align: center;
}
.product_information--atc_line .btns-group .btn{
    width: 100%;
    margin-bottom: 5px;
}

.product-view-all{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.product-view-all .item{
    display: flex;
    max-width: calc(50% - 1rem);
    margin: .5rem;
    margin-bottom: 1rem;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 35px;
    background-color: #eee;
    border-radius: 100vw;
    border: 1px solid #ddd;
}
.product-view-all .image{
    width: 90px;
    min-width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
.product-view-all img{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    max-height: 100%;
}

@media only screen and (min-width : 1199px) {
    .product_information--atc_line .btns-group{
        width: 75%;
    }
}
@media only screen and (max-width : 1199px) {
    .product-view-all .item{
        max-width: calc(50% - 1rem);
    }
}
@media only screen and (max-width : 992px) {
    .product-view-all .item{
        font-size: 1.2rem;
    }
}
@media only screen and (max-width : 768px) {
    .product_information--atc_line ul.subbuttons{
        margin-top: 10px;
    }
    .product_information--atc_line ul.subbuttons li{
        margin-top: 5px;
    }
    .product-view-all .image{
        width: 75px;
        min-width: 75px;
        height: 75px;
    }
    .product-view-all .item{
        padding: 5px 25px;
        font-size: 1rem;
    }
}
@media only screen and (max-width : 575px) {
    .product-view-all .item{
        max-width: 100%;
        margin: 0;
        margin-bottom: 0.75rem;
        padding: 10px 25px;
        font-size: 1.1rem;
    }
    .product_information--atc_line .btns-group{
        width: 100%;
        margin-right: 0;
    }
    .product_information--atc_line button.btn{
        margin-top: 5px;
    }
}

.subbuttons{
    min-width: 50%;
}

.product_information--atc_line .qty {
    display: flex;
}

.product_information--atc_line .qty input {
    border: 3px solid #f7f7f7;
    width: 65px;
    font-size: 1.7rem;
    text-align: center;
}

.product_information--atc_line .qty .qty-controls {
    display: flex;
    flex-direction: column;
    margin-left: -3px;
}

.product_information--atc_line .qty .qty-controls span:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.product_information--atc_line .qty .qty-controls span {
    cursor: pointer;
    user-select: none;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    color: #555;
    font-weight: bold;
    font-size: 1.1rem;
    transition: .3s all;
}

.product_information--details_line {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

.product_information--details_line p {
    width: 100%;
}

.product_information--details_line p strong {
    text-transform: uppercase;
    margin-right: 5px;
}

.product_information--other_line {
    justify-content: center;
}

.product_information--notify_line form{
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.product_information--notify_line form input{
    background-color: transparent;
    padding: 0 15px;
    width: 75%;
}

.product_information--other_line .item {
    width: 25%;
    background-color: #121212;
    margin-top: 35px;
    padding: 10px;
    font-size: 0.9rem;
    color: #fff;
    display: flex;
    text-transform: uppercase;
    position: relative;
    border-radius: 3px;
}

.product_information--other_line .item span {
    width: 75%;
}

.product_information--other_line .item img {
    width: 25%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.prod-wrestlers-pages{
    width: 50%;
    padding: 15px;
}
.prod-wrestlers-pages a:hover{
    transform: scale(1.05);
}
.prod-wrestlers-pages a{
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background-color: #121212;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: .3s;
}

.prod-wrestlers-pages a img{
    width: 40%;
    margin-right: 10px;
    height: 100%;
}

.product--block .vc-tabs_tab > *{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.product-video{
    width: 48%;
}
.product-video iframe{
    max-width: 100%;
}

#SA_review_wrapper .SA__review_filter button.sa_btn{
    display: none !important;
}