article#product-details h3 {
    padding: 10px 0;
    font-size: 18px;
    border-bottom: solid 1px rgba(8,8,8,.1);
}

/*#region ul.path */
ul.path {
    background: #F9F9F9;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    width: 100%;
    overflow: hidden;
}

ul.path > li {
    display: inline-block;
    position: relative;
}

html[dir='rtl'] ul.path i.fx-right::before {
    transform: rotate(180deg);
}

/*#endregion */

/*#region div.swiper-images > ul */
div.swiper-images > ul {
    padding: 0;
    margin: 0;
}

div.swiper-images > ul > li {
    list-style-type: none;
}

div.swiper-images > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

div.swiper-images > ul > li > a > img {
    display: block;
    width: 100%;
    height: 100%;
}
/*#endregion */

/*#region div.swiper-images-thumbs > ul */
div.swiper-images-thumbs > ul {
    padding: 0;
    margin: 10px 0;
}

div.swiper-images-thumbs > ul > li {
    list-style-type: none;
    width: 100px;
    height: 100px;
    border: solid 1px silver;
}

div.swiper-images-thumbs > ul > li > img {
    display: block;
    width: 100%;
    height: 100%;
}
/*#endregion */

/*#region div.product-details */
div.product-details {
}

div.product-details > h2 {
    padding: 10px 0;
    font-size: 22px;
}

div.product-details > h4 {
    padding: 10px 0;
    font-size: 18px;
}

div.product-details > ul.features {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

div.product-details > ul.features > li {
    float: right;
    width: 150px;
    list-style-type: none;
    min-height: 30px;
}

div.product-details > ul.features > li:nth-child(2n) {
    width: calc(100% - 155px);
    float: left;
}

div.product-details div.features span.country-feature > img {
    width: 24px;
}

div.product-details .btn-primary {
    background: #7851A9;
    border: solid 1px #7851A9;
}

div.product-details div[data-issoldout='true'] {
    position: relative;
    height: 200px;
}

div.product-details div[data-issoldout='true'] > h3 {
    font-size: 40px;
    border: solid 1px red;
    position: absolute;
    top: 30%;
    left: 30%;
    display: block;
    color: #f00;
    transform: rotate(30deg);
    z-index: 9;
    text-transform: uppercase;
    font-weight: 900;
    border: double 5px #f00;
    border-width: 7px 0;
    width: auto;
    bottom: auto;
}



/*#endregion */

/*#region div.product-images */

div.product-images {
}

div.product-images > img {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #888;
    display: inline;
    padding: 30px;
}

div.product-images > ul {
    padding: 0;
    margin: 0;
}

div.product-images > ul > li {
    list-style-type: none;
    width: 100px;
    display: inline-block;
    margin: 5px 0 5px 0;
}

div.product-images > ul > li > img {
    width: 100%;
    border: solid 1px #888;
    border-radius: 10px 0 10px 0;
    cursor: pointer;
}

div.product-images > ul > li:nth-child(5) > img {
    filter: blur(2px);
}

div.product-images > ul > li:nth-child(n+6) {
    display: none;
}
/*#endregion */

/*#region section.images */

section.images {
    position: relative;
}

section.images > header {
    border-bottom: solid 1px #888;
    width: 100%;
}


section.images > header > button {
    float: right;
    z-index: 9;
}

html[dir='rtl'] section.images > header > button {
    float: left;
}

section.images > div {
    width: 100%;
    padding: 10px 0;
}

section.images > div > div#frm_pnaelImage {
    float: right;
    width: 60%;
    border: solid 1px #888;
    padding: 5px;
    border-radius: 10px 0;
    box-shadow: #ccc 1px 1px 4px;
}


section.images > div > div#frm_pnaelImage > img {
    width: 100%;
    border-radius: 10px 0;
}

section.images > div > div#frm_pnaelImage > video {
    width: 100%;
    border-radius: 10px 0;
}

section.images > div > ul {
    float: left;
    width: 40%;
    padding: 0;
    margin: 0;
}

section.images > div > ul > li {
    list-style-type: none;
    width: 25%;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 3px;
}

section.images > div > ul > li > img {
    width: 100%;
    border: solid 1px #888;
    border-radius: 10px 0;
    box-shadow: #ccc 1px 1px 4px;
}

html[dir='rtl'] section.images > div > div#frm_pnaelImage {
    float: left;
}

html[dir='rtl'] section.images > div > ul {
    float: right;
}

html[dir='rtl'] section.images > div > ul > li {
    float: right;
}

/*#endregion */

/*#region ul.socials */
ul.socials {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.socials > li {
    float: right;
    margin: 0 2px;
    list-style-type: none;
}

ul.socials > li > a {
    display: block;
    height: 100%;
    font-size: 22px;
    color: #FFF;
    padding: 1px;
    text-align: center;
    transition: all linear .2s .01s;
}

ul.socials > li > .fx-facebook {
    background: #3B5998;
}

ul.socials > li > .fx-twitter {
    background: #1DA1F2;
}

ul.socials > li > .fx-pinterest {
    background: #CA3737;
}

ul.socials > li > .fx-linkedin {
    background: #1686B0;
}

ul.socials > li > .fx-telegram {
    background: #33AAE0;
}

ul.socials > li > fx-instagram {
    background: #CD307B;
}

ul.socials > li:hover > a {
    opacity: .7;
    text-decoration: none;
    margin-top: -5px;
}
/*#endregion */


/*#region div.tags */

div.tags {
    padding: 10px;
}

div.tags > a {
    border: solid 1px silver;
    display: inline-block;
    font-size: 12px;
    background: #f8f8f8;
    line-height: 23px;
    margin: 5px 0 0 5px;
    padding: 0 10px;
    color: #83868a;
    border: 1px solid #e5e5e5;
    transition: all .2s ease-in-out 0s;
}

div.tags > a:hover {
    color: #23527c;
    text-decoration: underline;
}

/*#endregion */

div.product-slide {
}

div.product-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #888;
}

div.product-slide > a > img {
    width: 100%;
}

div.product-slide > a > span {
    display: none;
}

div.product-slide > a > h2 {
    color: #888;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
}

div.product-slide > a > h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    cursor: default;
}

div.product-slide > a[data-issoldout='true'] > h3 {
    color: transparent;
}

div.product-slide > a[data-issoldout='true'] > h3::before {
    content: "SOLDOUT";
    display: block;
    font-size: 40px;
    border: solid 1px red;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    color: #f00;
    transform: rotate(30deg) translateX(-50%) translateY(-50%);
    z-index: 9;
    text-transform: uppercase;
    font-weight: 900;
    border: double 5px #f00;
    border-width: 7px 0;
}


/*#region responsive */

/* Monitor */
@media (min-width: 768px) and (max-width: 992px) {
}

/* Tablet */
@media (min-width: 576px) and (max-width: 768px) {
    section.images > div > ul {
        width: 25%;
    }

    section.images > div > ul > li {
        width: 50%;
        height: auto;
        margin: 2px 0;
    }

    section.images > div > div#frm_pnaelImage {
        width: 75%;
    }
}

/* Phone */
@media (max-width: 576px) {
    section.images > div > ul {
        width: 100%;
    }

    section.images > div > ul > li {
        width: 50px;
        height: 50px;
        margin: 0 0 5px 0;
    }

    section.images > div > div#frm_pnaelImage {
        width: 100%;
    }
}

/*#endregion */
