/*!*Custom CSS that should put after BxSlider.css file*!*/
/*
    start thumbnail in product
*/
.top-arrow{
    background: url('../img/arrow-up.svg') no-repeat;
    background-size: contain;
    width: 30px;
    margin: 5px auto;
    background-position: bottom;
}
.bottom-arrow {
    background: url('../img/arrow-down.svg') no-repeat;
    background-size: contain;
    width: 30px;
    margin: 5px auto;
}
.owl-prev,.owl-next{
    transform: rotate(90deg);
    width: 25px;
}
.owl-dots{
    text-align: center;
}
.owl-dots button.owl-dot{
    width: 13px;
    height: 13px;
    background: #ccc;
    margin: 5px;
    border-radius: 50%;
}
.owl-dots button.owl-dot.active{
    background: #fff200;
}
.top-arrow:hover,.bottom-arrow:hover{
    text-decoration: none;
}
.top-arrow.slick-arrow:hover:focus,.bottom-arrow.slick-arrow:hover:focus {
    outline: none;
}
/*
    end thumbnail in product
*/

/*
    start process in product
*/

.meter {
    height: 9px;
    position: relative;
    background: #fff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(255, 242, 0);
    position: relative;
    overflow: hidden;
}
.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}


.product-wrapper{
    height: 600px;
    height: 550px;
    /*height: 80vh;*/
}
.product-detail {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(16, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.logo {
    grid-area: 1 / 1 / 3 / 5;
}
.related-product {
    grid-area: 9 / 1 / 9 / 5;
    margin: 0 auto;
    order: 2;
    display: flex;
    justify-content: center;
    width: 100%;
}
.product-gallery {
    grid-area: 11 / 24 / 17 / 21;
    order: 2;
}
.product-image {
    grid-area: 2 / 6 / 15 / 17;
    order: 1;
    display: flex;
    justify-content: center;
}
.style_2 .processes {
    grid-area: 11 / 25 / 17 / 18;
    order: 3;
}
.style_1 .processes {
    grid-area: 11 / 8 / 17 / 1;
    order: 2;
}
.style_1 .product-image {
    grid-area: 2 / 20 / 15 / 8;

}
.product-description {
    grid-area: 1 / 25 / 11 / 18;
    grid-area: 1 / 8 / 11 / 1;
    grid-area: 1 / 25 / 11 / 18;
    position: relative;
}
.product-description{
    /*direction: rtl;*/
}


.product-hexagon {
    grid-area: 16 / 17 / 16 / 6;
}
.product-description .link{
    text-align: left;
    bottom: 0;
    left: 0;
    position: absolute;
}


.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}
.process img{
    width: 70%;
}
.process > .row {
    margin: 0 0 10px 0;
    margin: 25px 0 10px 0;
}
.process .meter:before,
.process .meter:after{
    position: absolute;
    top: -25px;
    color: #fff200;
    font-size: 13px;
}
.process .meter:before{
    content: attr(data-title);
}
.process .meter:after{
    right: 0;
    content: attr(data-percentage);
}
/*
    end process in product
*/
.product-image img{
    /*max-width: 85%;*/
}
.fa-title{
    color: #fff200;
    /*text-align: right;*/
}
.fa-title h2{
    font-size: 20px;
    /*direction: rtl;*/
}
.en-title{
    font-family: "Segoe Print Bold","IRANSans";
    background-image: url("../img/en-title-bg.png");
    /*background-size: cover;*/
    background-size: contain;
    /*height: 50px;*/
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    /*line-height: 50px;*/
    line-height: 85px;
    text-align: center;
    /*direction: rtl;*/
    width: 70%;
}
ul {
    list-style: none; /* Remove default bullets */
}
.description ul li{
    position: relative;
    /*text-align: right;*/
    color:#fff;
}
.description ul li::before {
    content: "\2022";
    color:#fff200;
    font-weight: bold;
    display: inline-block;
    font-size: 45px;
    position: absolute;
    top: -20px;
    left: -20px;
}
.product-description .link i{
    direction: rtl;
    color: #fff200;
}
.product-description .link i:before{
    margin: 0 10px;
}


.product-item {
    /*width: 250px;*/
    margin: 10px;
    background: #fff200;
    border-radius: 5px;
    overflow: hidden;
    /*flex: 1;*/
    max-width: 250px;
}
.product-item >div{
    background: #000;
}
.product-item img {
    height: 240px;
    width: 100%;
}
.product-item h4 {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    direction: rtl;
}

.action-product-pagination{
    display: flex;
    justify-content: center;
}
.product-detail.style-two .processes{
    /*display: flex;*/
    /*flex: 4 !important;*/
    /*margin: -25px auto;*/
}
.slick-slide img {
    margin: 0 auto;
}

/*
    gallery
*/
.product-gallery a:first-child {
    display: block;
    text-align: center;
    margin: 15px;
    position: relative;
}
.product-gallery a:first-child:before {
    content: '\f00e';
    position: absolute;
    bottom: 0;
    margin-left: 5px;
    font-size: 20px;
    left: 0;
}
.product-gallery a:first-child img {
    /*width: 100px;*/
    width: 175px;
    /*padding: 4px;*/
    /*border: 2px solid #fff;*/
    /*height: 130px;*/
    /*height: 200px;*/
    height: 150px;
}
.slick-arrow{
    display: block !important;
}




.related-products-list{
    transform: rotate(90deg);
    max-width: 300px;
}
.related-products-list .owl-nav button {
  font-size: 30px;
  color: #fff200;
  padding: 0;
}
.owl-carousel{
    /*transform: rotate(90deg);*/
}
.related-products-list .owl-item img{
    transform: rotate(-90deg);
    width: 75% !important;
    margin: auto;
}
.related-products-list .owl-item {
    /*width: 70px !important;*/
}
.related-products-list .owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    /*width: 120%;*/
    width: 110%;
    /*top: calc(50% - 25px);*/
    top: 30%;
    /*left: -10%;*/
    left: -5%;
}


.owl-dots button.owl-dot {
    padding: 0;
    border: none;
}


.product-hexagon a {
    margin: 0 10px;
    color: #fff200;
    font-size: 85%;
}
.product-hexagon > div {
    margin: 10px 0;
}
.product-hexagon .hex{
    width: 50px;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.product-hexagon .hex-wrap{
    content: "";
    width: 20px;
    height: 20px;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #faf200;
    padding: 2px;

}



@media (max-width: 1400px) {
    .product-wrapper{
        height: 500px !important;
    }
}





@media (max-width: 961px) {
    .product-detail{
        height: auto;
    }
    .product-detail > div{
        margin-top: 15px;
    }
    .product-detail .product-image img{
        max-width: 100%;
        margin: 15px auto;
    }
    .product-detail .product-image{
        order: 1;
        margin: 0 !important;
        grid-area: 1 / 1 / 1 / 3;
        grid-area: 1 / 1 / 5 / 13;
    }
    .product-detail .related-product{
        /*max-width: 80px;*/
        grid-area: 2 / 1 / 2 / 2;
        grid-area: 5 / 1 / 9 / 7;
        grid-area: 5 / 1 / 9 / 3;
        width: 260px;
    }
    .product-detail .product-gallery{
        grid-area: 2 / 1 / 5 / 3;
        grid-area: 7 / 7 / 9 / 13;
    }
    .product-detail .product-process{
        order: 2;
        flex-direction: row !important;
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
    }
    .product-detail .product-description{
        order: 1;
        margin: 15px auto;
        grid-area: 4 / 1 / 4 / 3;
        grid-area: 9 / 1 / 13 / 13;
    }
    .product-hexagon {
        order: 4;
    }
    .product-detail .processes{
        /*display: none;*/
        grid-area: 2 / 2 / 2 / 2;
        grid-area: 5 / 7 / 7 / 13;
    }
    .process > .row {
        /*height: 100px;*/
    }
    .product-description {
        /*padding: 0 35px !important;*/
    }
    .product-detail.style-two .processes{
        order: 3;
        width: 80%;
        margin: 0 auto;
    }
    .product-detail.style-two .product-process{
        width: 100%;
    }
    .product-detail.style-two .processes .process{
        padding: 0;
    }



    .related-products-list{
        display: flex;
        align-items: center;
        padding: 0 !important;
    }
    .bottom-arrow,.top-arrow{
        transform: rotate(-90deg);
    }


    .product-wrapper{
        height: auto !important;
        width: 85%;
        margin: 0 auto;
    }
    .product-detail{
        display: flex !important;
        flex-direction: column;
    }
    .related-product{
        /*display: none;*/
    }
    .slick-slide{
        width: 50px !important;
    }
    .slick-track {
        width: 100% !important;
    }

    .owl-carousel,.owl-carousel .item img{
        transform: rotate(0deg);
    }
    .related-products-list{
        transform: rotate(0deg);
    }
    .gelleries a:first-child {
        width: 150px;
        margin: 15px auto;
    }
}
