#product {
    margin-top: 20px;
}
#prod_top_info {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #4d4d4d;
    position: relative;
}
#product_image {
    background-color: #fff;
    border: 2px solid #A1A1A1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}
#product_image .carousel-inner {
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    z-index: 1;
}
#product_image .item > img {
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    width: 100%;
}
#product_image .carousel-control {
    display: block;
    height: 40px;
    margin-top: -20px;
    opacity: .5;
    position: absolute;
    top: 50%;
    width: 23px;
    z-index: 5;
}
#product_image .image img {
    width: 100%;
    max-width: 100%;
	aspect-ratio: 1;
}
#product_image .carousel-control:hover {
    opacity: 1;
}
#product_image .left.carousel-control {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/arrow_prod_slider_left.png);
    left: 20px;
}
#product_image .right.carousel-control {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/arrow_prod_slider_right.png);
    right: 30px;
}
#product_image .image-additional img {
    border: 2px solid #A1A1A1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
}
#product_image .image-additional .jcarousel-skin-opencart {
    height: 0;
    border: none;
}
#product_image .image-additional .jcarousel-container-horizontal {
    padding: 0 20px;
    margin-top: 5px;
}
#product_image .image-additional .jcarousel-skin-opencart .jcarousel-prev-horizontal {
    position: absolute;
    top: 12px!important;
    left: -5px!important;
    width: 18px;
    height: 35px;
}
#product_image .image-additional .jcarousel-skin-opencart .jcarousel-next-horizontal {
    position: absolute;
    top: 12px!important;
    right: 0!important;
    width: 18px;
    height: 35px;
}
#prod_short_info {
    margin-top: 25px;
}
.shipping_payment {
    clear: both;
    margin-top: 2vw !important;
    min-height: 190px;
}
#prod_descriptoin .nav-tabs {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    min-height: 38px;
    height: auto;
}
#reviews_and_questions .nav-tabs > li {
    text-align: center;
    width: 50%;
}
#reviews_and_questions .nav-tabs > li.active a {
    background-color: #fff;
}
#reviews_and_questions .nav-tabs > li a:hover {
    background-color: #fff;
}
/*
#product h1 {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: none;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #A1A1A1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}*/
h1:first-of-type {
    word-wrap: break-word;
    font-size: clamp(1.7rem, 16px + 1.2vw, 2.5rem)!important;
    line-height: 1.3;
	font-weight: 500;
    color: unset;
    text-transform: none;
    margin-bottom: 12px;
    margin-top: 0;
    word-break: break-word;
    letter-spacing: -1.4px;
	margin: -10px 0 15px 0;
}
#product h1 > span {
    background-color: #e1e1e1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #606060;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    padding: 7px 15px;
    vertical-align: top;
}
.block_buy .star_rating {
    display: inline-block;
    margin-right: 10px;
}
.product-description {
    background-color: #DDFFA7;
    clear: both;
    margin-bottom: 70px;
}
.product-description ul {
    list-style-type: none;
    padding: 10px 20px;
}
.product-description ul li {
    color: #181818;
    font-size: 16px;
    line-height: 28px;
}
.block_buy .prices {
    float: left;
    margin-bottom: 5px;
    padding-left: 20px;
}
.block_buy .old_price {
    color: #606060;
}
.block_buy .actual_price {
    font-size: 30px;
}
.block_buy .actual_price .currency {
    font-size: 18px;
}
.block_buy .user_actions {
    float: right;
}
.block_buy .user_actions > a {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 30px;
    margin-right: 10px;
    position: relative;
    width: 30px;
}
.block_buy .user_actions > a > span {
    font-size: 11px;
    left: 0;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
}
.block_buy .add_cart {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/prod_buy.png);
    color: #f33b3b;
}
.block_buy .add_wish_list {
    background-image: url(/catalog/view/theme/waveshop/image/wishlist-item.png);
    color: #26718a;
}
.block_buy > p {
    clear: both;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding-left: 20px;
}
.user_actions .tooltip {
    white-space: nowrap;
    width: auto;
}
.promo {
    background-color: #e1e1e1;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border: 1px solid #f33b3b;
    border-bottom-width: 0;
    margin-top: 20px;
    overflow: hidden;
}
.promo > img {
    display: block;
    padding: 0;
}
.promo + .block_buy {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #f33b3b;
    border-top-width: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
.promo > .title {
    background-color: #f33b3b;
    color: #fff;
    display: block;
    padding: 10px 0 10px 10px;
}
.promo > a {
    color: #26718a;
    display: block;
    line-height: 16px;
    margin-top: 15px;
}
#shipping_payment {
    background-color: #fff;
    border: 2px solid #A1A1A1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 25px 0 25px;
    margin-left: 49px;
    min-height: 331px;
    height: auto;
}
#shipping_payment .prices {
    margin-bottom: 25px;
    min-height: 100px;
}
#shipping_payment .title {
    background: url(/catalog/view/theme/waveshop/stylesheet/img/logistic.png) no-repeat left center;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 5px;
    padding-left: 30px;
}
#shipping_payment .text {
    display: block;
    height: 52px;
    font-weight: 400;
    font-size: 12px;
    color: #686868;
    line-height: 16px;
    letter-spacing: -0.4px;
}
#shipping_payment img {
    float: left;
    margin-right: 15px;
    /*min-width: 11%;*/
}
#shipping_payment a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
#shipping_payment .value_option{
    position: relative;
}
#shipping_payment .value_option .name {
    font-size: 14px;
    color: #2e2e2e;
    display: inline-block;
    width: auto;
    min-width: 110px;
    max-width: 110px;
    text-align: left;
    overflow: hidden;
    max-height: 33px;
    vertical-align: middle;
    float: left;
    margin: 14px 0 12px 0;
    line-height: 14px;
}
#shipping_payment .value_option .model {
    font-weight: 400;
    line-height: 14px;
    font-size: 11px;
    color: #818181;
    background-color: #ededed;
    padding: 2px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 65px;
    height: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 10px 0 9px 0;
    cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E %3Cpath d='M16 1H4C3 1 2 2 2 3v14h2V3h12V1zm3 4H8C7 5 6 6 6 7v14c0 1 1 2 2 2h11c1 0 2-1 2-2V7c0-1-1-2-2-2zm0 16H8V7h11v14z'/%3E %3C/svg%3E"), pointer;
}

#shipping_payment .value_option .model:hover {
    position: absolute;
    top: 0;
    width: 65px;
    overflow: visible;
    z-index: 1;
    float: unset;
    clear: both;
}
.model_container > .model:hover {
    clear: unset !important;
    position: relative !important;
    float: left !important;
}
#shipping_payment .value_option .model:hover ~ .price {
    margin: 5px 98px 5px 0;
}
#shipping_payment .value_option .model:hover ~ .price_all {
    margin: 0 98px 5px 0;
}
#shipping_payment .price_all {
    width: auto;
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: right;
    margin: 0 93px 5px 0;
}
#shipping_payment .add_cart{
    padding: 5px 0;
}
#shipping_payment .add_cart span{
    font-size: 12px;
}
#shipping_payment .value_option .price {
    color: #FE8800;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    bottom: -4px;
    text-align: right;
    display: inline-block;
    width: 30%;
    float: right;
    margin: 5px 98px 5px 0;
    line-height: 22px;
    letter-spacing: -1.4px;
}
#shipping_payment .value_option .price.price-old {
    text-decoration: line-through;
    color: #b7b7b7;
    display: block;
    margin-bottom: -10px;
    margin-top: -4px;
    font-size: 16px;
    width: auto;
}
#shipping_payment .value_option .price.price-new {
    width: auto;
}
#shipping_payment .value_option .price span.currency {
    font-size: 12px;
}
#shipping_payment .value_option .price span.net {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: center;
    bottom: 3px;
    position: relative;
}
#shipping_payment .value_option .price span.net > .add_cart {
    display: none;
}
.options h2 {
    display: none;
}
.social {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 25px 25px 17px;
}
.social a.at-icon-wrapper {
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    border-radius: 25px!important;
}
.social > a {
    background: no-repeat center top;
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    -o-background-size: 35px auto;
    background-size: 35px auto;
    display: inline-block;
    height: 39px;
    margin-left: 3px;
    -webkit-transition: background-position .3s;
    -o-transition: background-position .3s;
    -moz-transition: background-position .3s;
    transition: background-position .3s;
    width: 39px;
}
.social > a:hover {
    background-position: center bottom;
    opacity: .8;
}
.social > span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: right;
}
.social .vk {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/prod_vk.png);
}
.social .fb {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/prod_fb.png);
}
.social .in {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/prod_in.png);
}
.social .yt {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/prod_yt.png);
}
#prod_descriptoin {
    color: #575757;
    margin-top: 20px;
    padding: 0;
}
#prod_descriptoin .tab-content {
    background-color: #fff;
    border: 2px solid #A1A1A1;
    border-top: none;
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    border-radius: 0 0 10px 10px;
    padding: 33px 10px 33px 40px;
    font-weight: 500;
    font-size: 14px;
    color: #181818;
}
#prod_descriptoin .tab-content td{
    font-size: 12px !important;
    padding: 0 4px !important;
}
#prod_descriptoin h2 {
    color: inherit;
    margin-top: 0;
    font-size: 18px!important;
    text-transform: none!important;
    font-weight: 700!important;
}
#prod_descriptoin #foto > div {
    position: relative;
}
#prod_descriptoin #foto > div img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#prod_descriptoin .tab-content h3 {
    color: inherit;
    margin-top: 0;
    font-size: 18px!important;
    text-transform: none!important;
    font-weight: 700!important;
}
#prod_descriptoin .tab-content img {
    max-width: 100%;
}
#prod_descriptoin a {
    text-decoration: none;
}
#all > div {
    margin-bottom: 20px;
}
#all > div:last-of-type {
    margin-bottom: 0;
}
#prod_descriptoin td span{
    display: block;
    line-height: 20px;
    margin: 8px 0 10px 0;
    padding: 0;
    font-size: 14px;
}
#prod_descriptoin .table {
    margin: 0;
}
.tab-content > #all.tab-pane {
    margin: 0;
    padding: 0;
}
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.embed-responsive-16by9 {
    padding-bottom: 49%;
}
#reviews .star_rating {
    display: inline-block;
    margin-right: 10px;
}
#reviews .star_rating > span.full {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/prod_star_full.png);
}
#reviews .star_rating > span {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/prod_star.png);
    height: 35px;
    width: 37px;
}
#reviews form .star_rating {
    display: block;
    margin-bottom: 15px;
    padding-left: 10px;
}
.list_reviews > div.list_reviews-item {
    width: auto;
    min-width: 190px;
    display: table;
    padding-bottom: 3px;
    border-bottom: 2px solid #85B02A;
    margin-bottom: 5px;
}
.list_reviews-item img.icon_for_name {
    float: left;
    position: relative;
    right: 40px;
    bottom: 7px;
    margin-right: -30px;
    margin-bottom: -10px;
}
.list_reviews p.description {
    padding-left: 20px;
    width: 100%;
    overflow: hidden;
}
.list_reviews .advantages {
    display: inline-block;
    padding-left: 20px;
    padding-right: 15px;
    width: 51%;
}
.list_reviews .advantages p,
.list_reviews .disadvantages p {
    font-size: 16px;
    font-weight: 700;
    color: #181818;
    padding: 0 0 5px;
    margin: 0;
}
.list_reviews .advantages div p,
.list_reviews .disadvantages div p {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    max-height: 92px;
    margin-bottom: 12px;
}
.list_reviews .advantages div {
    width: 100%;
    height: 110px;
    border: 1px solid #A1A1A1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
.list_reviews .disadvantages div {
    width: 100%;
    height: 110px;
    border: 1px solid #A1A1A1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
.list_reviews .disadvantages {
    display: inline-block;
    width: 45%;
}
.list_reviews .title,
.list_questions .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #181818;
    float: left;
    margin-right: 10px;
}
.list_reviews .star_rating {
    margin-top: 4px;
}
.list_reviews .date,
#questions .date {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
}
#reviews .form-group {
    padding-left: 0;
}
#reviews textarea,
#questions textarea {
    height: 110px;
    width: 97%;
    resize: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 12px;
}
#reviews form .title,
#questions .list_reviews .heading {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #181818;
    padding-bottom: 20px;
}
#reviews form .star_rating > span {
    cursor: pointer;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

#product .net{
    color: #7C7C7C !important;
}
.addthis-item {
    padding: 10px 0;
}
#shipping_payment .actual_price {
    position: relative;
    bottom: 2px;
}
.tab-content #questions {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #E4E4E4;
    padding-right: 20px;
}
.star_rating {
    margin-right: -71px;
}
.rating .med_reviews {
    margin-left: 10px;
}
.jcarousel-skin-opencart {
    padding: 0;
}
.jcarousel-skin-opencart li{
    width: 60px;
    height: 60px;
    float: left;
    list-style: none;
}
#product #shipping_payment .options {
    margin-bottom: 3vw;
    width: 100%;
}
#product #shipping_payment .options > .option {
    margin: 0 0 0 0;
    min-height: 40px;
    padding: 7px 0;
    box-shadow: 0 1px 0 0 #e3e3e3;
}
.yourprice:hover::before, .yourprice:focus::before {
    content: attr(data-pyour);
    top: -49px;
    right: -15px;
    width: 150px;
    color: #5d9a00;
    font-weight: 400;
    letter-spacing: 0;
}
.yourprice:hover::after, .yourprice:focus::after {
    top: -7px;
    right: 52px;
}
.price-new.yourprice:hover::before, .price-new.yourprice:focus::before{
    top: -54px;
}
.price-old,.price-new{
margin-right: 0 !important;
}
.copyed:before{
    content: attr(data-modelinfo);
    bottom: -64px;
    left: 0;
    width: 126px;
    position: absolute;
    background: rgba(255,255,255,.95);
    z-index: 9999;
    padding: 6px 0;
    -webkit-box-shadow: -1px 1px 4px 0 rgba(0,0,0,.21);
    -moz-box-shadow: -1px 1px 4px 0 rgba(0,0,0,.21);
    box-shadow: -1px 1px 4px 0 rgba(0,0,0,.21);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    text-transform: initial;
    color: #5d9a00;
    font-weight: 600;
}
.model_container {
    position: relative;
    height: 40px;
    display: inline-block;
}
#prod_descriptoin .tab-content ul li{
    list-style: none;
    position: relative;
}
#prod_descriptoin .tab-content ul li::before {
    content: "\2022";
    color: #FE8800;
    font-weight: bold;
    display: block;
    font-size: 28px;
    position: absolute;
    top: -12px;
    left: -24px;
}
#product_image .rating {
    text-align: left;
}
@media (min-width: 1200px) {
    #shipping_payment .nocart{
        display: none;
    }
}
@media (max-width: 1199px) {
    #shipping_payment .nocart{
        top: 2px;
        right: -4px;
    }
    #shipping_payment .value_option .price {
        width: 35%;
        margin: 5px 40px 5px 0;
    }
    #shipping_payment .value_option .price_all {
        width: 35%;
        margin: 0 40px 5px 0;
    }
    #shipping_payment .value_option .model:hover ~ .price {
        margin: 5px 40px 5px 0;
    }
    #shipping_payment .value_option .model:hover ~ .price_all {
        margin: 0 40px 5px 0 !important;
    }
    #shipping_payment {
        margin-left: 40px;
        padding: 15px;
    }
    #shipping_payment .value_option .name {
        min-width: 55px;
        overflow: hidden;
        width: 95px;
        font-size: 12px;
    }
    #shipping_payment .value_option .model {
        font-size: 10px;
        padding: 3px 0;
        margin-right: 0;
    }
    #shipping_payment .value_option .price span.net {
        font-size: 13px;
        width: auto;
        margin: 0 5px;
    }
    #shipping_payment .add_cart {
        margin-right: 0;
        padding: 5px 0;
    }
    #shipping_payment .add_cart {
        width: 30px;
        height: 30px;
        background: transparent url(/catalog/view/theme/waveshop/stylesheet/img/actions_buy.png);
    }
    #shipping_payment .add_cart.disabled {
        width: 30px;
        height: 30px;
        background: transparent url(/catalog/view/theme/waveshop/stylesheet/img/actions_buy_disabled.png);
    }
    #shipping_payment .add_cart span {
        display: none;
    }
    #shipping_payment .text {
        font-size: 11px;
    }
    #shipping_payment img {
        padding-bottom: 35px;
    }
}
@media (max-width: 991px) {
    #shipping_payment .nocart {
        top: 16px;
    }
    #shipping_payment .add_cart {
        margin-top: 19px;
    }
    #shipping_payment .value_option .name {
        min-width: 100%;
        margin: 0;
        width: 100%;
        max-height: 15px;
        display: block;
    }
    #shipping_payment .value_option .price {
        width: 58%;
        font-size: 21px;
        margin: 5px 35px 5px 0;
    }
    #shipping_payment .value_option .model:hover ~ .price {
        margin: 5px 35px 8px 0;
    }
    #shipping_payment .value_option .model:hover ~ .price_all {
        margin: 0 35px 8px 0;
    }
    #shipping_payment .value_option .price_all {
        width: 46%;
        bottom: -3px;
    }
    #shipping_payment img {
        margin-right: 15px;
    }
    #shipping_payment .value_option .model:hover {
        left: 0;
        top: 14px;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    #product_image .item > img {
        -webkit-border-radius: 10px 0 0;
        -moz-border-radius: 10px 0 0;
        border-radius: 10px 0 0;
        max-height: 415px;
    }
    #shipping_payment {
        margin-left: 30px;
    }
    .product-description ul li {
        font-size: 12px;
    }
    .social {
        right: 0;
    }
    #shipping_payment .value_option:last-child {
        position: relative;
    }
    #product_image {
        padding: 10px;
    }
    #product_image .image-additional img {
        border-width: 1px;
    }
    .social {
        bottom: 0;
        left: 20px;
    }
    #prod_top_info {
        min-height: 720px;
    }
}
@media (max-width: 767px) {
    .rating .number_reviews {
        margin-left: 80px;
    }
    .price-new.yourprice:hover::before, .price-new.yourprice:focus::before{
        top: -52px;
    }
    #product_image {
        padding: 15px;
        float: none;
        display: inline-block;
    }
    #product_image .right.carousel-control {
        right: 20px;
    }
    #prod_short_info .block_buy {
        margin-bottom: 90px;
    }
    #shipping_payment .options .option {
        margin-bottom: 15px;
    }
    #shipping_payment {
        display: block!important;
        margin-left: 0;
    }
    #shipping_payment .value_option .name {
        min-width: 100%;
        font-size: 14px;
        margin: 0;
        width: 100%;
        max-height: 26px;
        display: block;
        float: unset;
        clear: both;
        line-height: 26px;
    }
    #shipping_payment .value_option .model {
        font-size: 12px;
        padding: 2px 0;
        margin: 0;
        float: left;
    }
    #shipping_payment .value_option .model:hover {
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        position: relative;
        bottom: 0;
        overflow: hidden;
        font-size: 12px;
        padding: 2px 0;
        margin: 0;
        float: left;
        top: unset;
        left: unset;
    }
    #shipping_payment .value_option .model:hover ~ .price_all,#shipping_payment .value_option .model:hover ~ .price {
        margin: -7px 40px 0 0 !important;
    }
    #shipping_payment .value_option .price span.net {
        font-size: 14px;
        display: block;
        text-align: center;
        width: 100%;
    }
    #shipping_payment .value_option .price,
    #shipping_payment .value_option .price_all {
        width: 120px;
        margin: -7px 40px 0 0;
        float: right;
    }
    #shipping_payment .value_option .price-old{
        margin-top: -16px !important;
    }
    #shipping_payment .value_option .price-new{
        margin-top: 0 !important;
    }
    #shipping_payment .text {
        margin-bottom: 50px;
    }
    #shipping_payment img {
        padding-bottom: 0;
    }
    #product_image .item > img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #product h1 {
        font-size: 20px;
    }
    #product_image .image {
        text-align: center;
    }
    #product_image .image img {
        width: auto;
    }
    .rat-wish .prices {
        position: relative;
    }
    .social {
        margin-right: -80px;
        right: 50%;
    }
    .social > span {
        text-align: center;
    }

    .tab-content #description ul li,
    .tab-content #description p,
    .tab-content #features td,
    .tab-content #tab-product-tab2 ul li,
    .tab-content #tab-product-tab2 p,
    .tab-content #tab-product-tab1 td {
        font-size: 14px;
    }
}
@media (max-width: 725px) {
    .tab-content #questions {
        width: 100%;
        border: none;
        padding: 0;
    }
}
@media (max-width:669px) {
    #prod_descriptoin .nav-tabs > li {
        width: 100%;
        text-align: center;
    }
}
@media (max-width:600px) {
    #shipping_payment .text {
        margin-bottom: 20px;
    }
    #shipping_payment .value_option .model {
        width: 130px;
    }
    #shipping_payment .value_option .model:hover {
        width: 130px;
    }
}
@media (max-width:500px) {
    #product h1 {
        font-size: 16px;
    }
    #shipping_payment .value_option .price span.net {
        font-size: 15px;
    }
    #prod_descriptoin .tab-content {
        padding: 20px 10px 20px 20px;
    }
    .tab-content #description ul li,
    .tab-content #description p,
    .tab-content #features td,
    .tab-content #tab-product-tab2 ul li,
    .tab-content #tab-product-tab2 p,
    .tab-content #tab-product-tab1 td {
        font-size: 11px;
    }
    #prod_descriptoin h2,
    #prod_descriptoin .tab-content h3,
    #reviews form .title,
    #questions .list_reviews .heading {
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    #shipping_payment .value_option .name {
        font-size: 14px;
        line-height: 26px;
        max-height: 26px;
    }
    #shipping_payment .value_option .price span.net {
        font-size: 14px;
    }
    #shipping_payment .text {
        font-size: 10px;
    }
    #shipping_payment img {
        padding-bottom: 15px;
    }
    .number_reviews,.med_reviews{
        display: none;
    }
}
@media (max-width: 380px) {
    #shipping_payment {
        padding: 10px;
    }
    #shipping_payment .value_option:last-child {
        position: relative;
    }
    #shipping_payment .value_option .name {
        font-size: 13px;
        line-height: 26px;
        max-height: 26px;
    }
    #shipping_payment .value_option .price span.net,
    #shipping_payment .value_option .price {
        font-size: 16px;
        top: 3px;
    }
    #shipping_payment .value_option .price span.net {
        top: -1px;
    }
    #shipping_payment .value_option .price.price-old {
        font-size: 14px;
        padding-bottom: 3px;
    }
    #shipping_payment .value_option .price span.net {
        width: 100%;
    }
    #shipping_payment .add_cart {
        margin-top: 12px;
    }
}
@media (max-width: 350px) {
    #shipping_payment .value_option .model,#shipping_payment .value_option .model:hover {
        width: 100px;
    }
    #product_image {
        padding: 0;
    }
    .product-description ul li {
        font-size: 13px;
    }

}