li.product-small.product-small-and-bootn {
    margin-bottom: 50px;
}

.external-button-go-internal-page {
    bottom: -27px;
    padding-top: 1px;
    width: 74%;
    right: 14%;
}

@media (min-width: 500px) and (max-width: 768px) {
    .external-button-go-internal-page {
        width: 50%;
        right: 25%;
    }
}

.price-podpos {
    position: absolute;
    text-align: right;
    display: block;
    width: 100%;
    left: -10px;
}

#top-ratd .drop-down-block-on-product-page {
    display: none;
}

a.primary.alt-button.always-active-css {
    /* background-color: #ed3338 !important;
    color: white; */
    border: 2px solid #ed3338;
    color: #ed3338;
    font-weight: bold;
    padding: 6px;
    background: #fff;
}

a.primary.alt-button.always-active-css:hover {
    /*background-color: #d80006 !important;
    color: white;*/
}

#form-comments .loc-by-user {
    opacity: 0;
    position: absolute;
    left: 999999px;
}

#form-comments .dox-form-item {
    width: 45%;
    float: left;
}

#form-comments .dox-left {
    margin-right: 8%;
}

#form-comments .loc-by-user {
    opacity: 0;
    position: absolute;
    left: 999999px;
}

#form-comments .message-box{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: none;
}

#form-comments input[type="submit"] {
    display: inline-block;
    color: #ed3338;
    border: 2px solid #ed3338;
    padding: 9px 40px;
    font-size: 14px;
    font-weight: bold;
    background: white;
}

#form-comments input[type="submit"]:hover {
    background: #ed3338;
    color: #fff;
}

.fix-medi-zacaz {
    width: 100%;
}



@media (max-width: 420px) {
    #fix-media-oboiwidth {
       display: block;
    }
}


@media (max-width: 610px) {
    .fix-media-tab-title {
        width: 49%;
        text-align: center;
    }
}


@media (max-width: 420px) {
    .fix-media-tab-title {
        width: 99%;
        text-align: center;
    }
}


.popul_product {
    overflow: hidden;
    text-align: center;
}
.title_popul_product {
    font-size: 1.625em;
    font-weight: bold;
}
.popul_product_cart {
    display: inline-block;
    float: left;
    width: 16%;
    text-align: center;
    padding: 10px;
    margin-right: 5px;
}
.popul_product_cart img {
    height: 150px;
}
.desc_popul_product_cart {
    font-size: 1em;
    font-weight: bold;
}
@media (max-width: 1100px) {
    .popul_product_cart {
        width: 30%;
    }
}
@media (max-width: 860px) {
    .popul_product_cart {
        width: 45%;
    }
}
@media (max-width: 560px) {
    .popul_product_cart {
        width: 90%;
    }
}
.list-style-position-inside{
    list-style-position: inside;
}










/* start:; added styles:   */

.image_wrap {
    width: 50%;
    /*padding-left: 30px;*/
    float: right;
}





.img_wrapper .col-2 {
    width: 50%;
} 

.img_wrapper .col-2.left {
    padding-right: 30px;
}

.img_wrapper .col-2.right {
    padding-left: 30px;
}



.img_wrapper img {
    width: 100%;
    height: auto;
}










@media screen and (max-width: 850px) {
        .image_wrap {
            margin: 0 auto 30px;
            padding: 0 !important;
            width: auto !important;
            max-width: unset !important;
            float: none !important;
            display: table;
        }

        .image_wrap img {
            margin: 0 auto;
            /*max-width: unset;*/
            max-width: 100%;

            float: none;
            display: block;
        }



        .img_wrapper {
            margin-bottom: 0 !important;
        }

        .img_wrapper .col-2 {
            padding: 0 !important;
            display: block;
            width: 100%;
            max-width: 550px !important;
        }

}

/* end added styles */
.page-numbers a, .page-numbers li > span {
    padding: 6px 10px 7px;
}

/* nav left submenu*/
#menu-left_menu_new .menu-item {
  padding-left: 25px;
}
#menu-left_menu_new .sub-menu {
  display: none;
  margin: 0 0 0 -15px;
  border-left: dashed 1px #aaa;
}
#menu-left_menu_new .sub-menu .menu-item {
    vertical-align: middle;
}
#menu-left_menu_new .menu-item-has-children {
  position: relative;
}
#menu-left_menu_new .menu-item-has-children:before,
#menu-left_menu_new .menu-item-has-children.current-menu-parent.close:before {
  position: absolute;
  content: "+";
  left: 0;
  top: 3px;
  border: solid 1px #555;
  line-height: 0pt;
  font-family: monospace;
  padding: 8px 4px;
  font-size: 11pt;
  cursor: pointer;
}
#menu-left_menu_new .menu-item-has-children:hover:before {
  color: #ed3338;
  border-color: #ed3338;
}
#menu-left_menu_new .menu-item-has-children.open:before,
#menu-left_menu_new .menu-item-has-children.current-menu-parent:before {
    content: "-";
}
#menu-left_menu_new .menu-item-has-children.open .sub-menu,
#menu-left_menu_new .menu-item-has-children.current-menu-parent .sub-menu {
  display: block;
}
#menu-left_menu_new .menu-item-has-children.close .sub-menu {
    display: none;
}

#menu-left_menu_new .current-menu-item > a {
    color: #ed3338;
    font-weight: bold;
}
