.remove-padding
{
    padding: 0;
}

.text-bold
{
    display:block;
    color: #555 !important;
    font-size: 18px;
    margin: 15px 0 5px 0;
}

.hp-product-detail
{
    font-family: "IRANSans",bbcnassim,tahoma;
    font-size: 16px;
}

.hp-product-detail input[type=text],.hp-product-detail select
{
    padding: 6px;
    margin: 5px 2px;
    height: 34px;
}

.color-holder
{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: #ccc 1px solid;
    margin: 0 10px;
}

.hp-product-detail .radio,.hp-product-detail p
{
    color: #777;
}

.hp-product-detail .title
{
    margin: 15px 0 0 0;
    font-size: 30px;
    text-align: center;
}

.hp-product-detail .code
{
    margin: 0 0 35px 0;
    font-size: 23px;
    text-align: center
}

.hp-product-detail .radio
{
    margin: 0;
}

.hp-product-detail .product-options ul
{
    border-bottom: #ddd 1px solid;
    float: left;
    width: 100%;
    padding: 15px 0;
}

.hp-product-detail .product-options ul li
{    
    padding: 0;
}

[dir="rtl"] .hp-product-detail .product-options ul select,
[dir="rtl"] .hp-product-detail .product-options ul select option
{
    text-align: right;
    direction: rtl;
}

[dir="ltr"] .hp-product-detail .product-options ul select option
{
    text-align: right;
    direction: ltr;
}

.hp-product-detail .product-options ul a
{
    text-decoration: none;
    color: #797979;
}

.hp-product-detail .product-options ul a:hover
{
    color: #333;
}

.hp-product-detail .product-pics .product-pic
{
    width: 100%;
    position: relative;
}

.hp-product-detail .product-pics
{
    border-right: none;
}

.hp-product-detail button
{
    font-size: 17px;
    padding: 2px 5px;
    margin: 0 5px 5px auto!important;
}

.hp-product-detail button .fa
{
    font-size: 18px;
    border-left: solid rgba(255,255,255,.5)1px;
    padding-left: 5px;
}

.offer
{
    text-decoration: line-through;
    font-size: 15px;
    line-height: 1.5;
}

.hp-product-detail .list-explain li
{
    float: right;
}

.hp-product-detail .advantages
{
    border-left: #ccc 1px solid;
}

.hp-product-detail .product-image
{
    position: relative;
    overflow: hidden;
    margin: 5px;
    padding-right: 60px;
    min-height: 200px;
}

.hp-product-detail .stick
{
    background: #ccc;
    display: inline-block;
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 60px;
    height: 60px;
    right: 0px;
}

.hp-product-detail .stick.top-right
{
    background: rgba(100,200,100,1);
}

.hp-product-detail .stick.top-left
{
    background: rgba(255,100,100,1);
}

.hp-product-detail .stick.bottom-left
{
    background: rgba(100,100,255,1);
}

.hp-product-detail .stick.bottom-right
{
    background: rgba(250,200,100,1);
    color: rgba(51,51,51,1);
}

.hp-product-detail .product-image > .stick:nth-child(1)
{
    top: 0;
}

.hp-product-detail .product-image > .stick:nth-child(2)
{
    top: 65px;
}

.hp-product-detail .product-image > .stick:nth-child(3)
{
    top: 130px;
}

.hp-product-detail .product-image > .stick:nth-child(4)
{
    top: 195px;
}


.tagholder
{
    margin-bottom: 10px;
}

.tagholder a
{
    background: #0096D6;
    font-size: 13px;
    font-weight: 400;
    font-family: "IRANSans",tahoma;
    color: #fff;
    padding: 8px 8px;
    border-radius: 0;
    margin: 3px;
}

.tagholder a:hover
{
    color: #777;
    background: #dcdcdc;
}

.hp-product-detail .breadcrumb>li+li:before
{
    color: #CCC;
    content: " > ";
    padding: 0 5px;
}

.hp-product-detail .rank
{
    float: left;
    width: 100%;
    height: 30px;
}

.hp-product-detail .rank .stars
{
    direction: ltr;
    display: inline-block;
    margin: auto 7px;
}

.hp-product-detail .rank i
{
    color: #bbb;
    font-size: 15px;
    cursor: pointer;
    margin: 0;
}

.hp-product-detail .rank i.middledeactive
{
    color: #bbb !important;
}

.hp-product-detail .rank i.active
{
    color: #0096D6;
    text-shadow: 0;
}

.hp-product-detail .rank i.middleactive
{
    color: #b4c800;
    text-shadow: #999 1px 1px 0;
}

.hp-product-detail .gallery img
{
    width: 94%;
    margin: 5% 3px;
    border: 1px solid #ccc;
    max-height: 80px;
}

.hp-product-detail .gallery
{
    direction: ltr;
}

.hp-product-detail .gallery button
{
    display: none;
}

.hp-product-detail .gallery .slick-dots
{
    list-style: none;
    bottom: -20px;
    height: 10px;
}

.hp-product-detail .gallery .slick-dots li button
{
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 10px;
}

.hp-product-detail .gallery .slick-dots li
{
    margin: 0 3px;
    width: 10px;
}

.hp-product-detail .gallery .slick-dots li button::before
{
    display: none;
}

.hp-product-detail .gallery .slick-dots li.slick-active button
{
    background: #555;
}

.hp-product-detail .other-products
{
/* direction: ltr; */
    max-height: 460px;
    overflow-y: auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-indent: 0 !important;
    margin-bottom: 10px;
}

@media(max-width:992px)
{
    .hp-product-detail .other-products
    {
        max-height: 155px;
        overflow-x: hidden;
        overflow-y: auto;
        direction: ltr;
    };
}

@media(max-width:480px)
{
    .hp-product-detail .other-products
    {
        max-height: 455px;
        overflow-x: auto;
    };
}

.hp-product-detail .other-products a
{
    display: block;
    border: 1px #ccc solid;
    text-align: center;
    margin: 5px;
    text-decoration: none;
    color: #797979;
}

.hp-product-detail .other-products a:hover
{
    color: #333;
}

.hp-product-detail .other-products img
{
    max-width: 80%;
    max-height: 75px;
    margin: 5px auto;
    width: auto;
    height: auto;
}

.hp-product-detail .other-products span
{
    display: block;
    direction: rtl;
}

.hp-product-detail .other-products .other-product-title
{
    display: block;
    height: 32px;
    overflow: hidden;
    line-height: 1.1;
    font-size: 13px;
}

[dir="ltr"] .hp-product-detail .fa-angle-double-left,
[dir="ltr"] .hp-product-detail .fa-caret-left
{
    display: none;
}

[dir="rtl"] .hp-product-detail .fa-angle-double-right,
[dir="rtl"] .hp-product-detail .fa-caret-right
{
    display: none;
}

.chart,.chart tspan
{
    direction: ltr;
}

.modal input[type=email]
{
    font-family: "IRANSans",tahoma;
    direction: ltr;
}

.modal .form-control
{
    margin: 5px 0;
}

@media(max-width:768px)
{
    .hp-product-detail .advantages
    {
        border-left: none!important;
    };
}

.floated-nav
{
    position: relative;
    top: 0;
    direction: rtl;
    z-index: 99;
    border-radius: 0;
}

.floated-nav ul
{
    float: right;
    padding: 0;
}

.floated-nav li a
{
    color: #222!important;
}

.floated-nav li.active a
{
    background: #fff!important;
}

.floated-nav li.active
{
    border-bottom: 3px solid #a94442;
}

.floated-nav li
{
    float: right;
    border-bottom: 3px solid #f8f8f8;
}

.float-fixer
{
    width: 100%;
    clear: both;
}

.highcharts-container>svg>text
{
    display: none;
}

[dir=rtl] .hp-product-detail>.col-md-10,[dir=rtl] .hp-product-detail>.col-md-2
{
    float: right!important;
    padding: 0!important;
}

@media(max-width:992px)
{
    [dir=rtl] .product-options ul.list-unstyled .col-md-3,[dir=rtl] .product-options ul.list-unstyled .col-md-5,[dir=rtl] .product-options ul.list-unstyled .col-md-7,[dir=rtl] .product-options ul.list-unstyled .col-md-9
    {
        float: right!important;
    };
}
/***** begin chrome and opera *****/
@media(min-width:992px)
{
    body:nth-of-type(1) .hp-product-detail .most_than_3 .other-product
    {
        position: relative;
        left: 20px;
        float: right !important;
    };
}
/***** end chrome and opera *****/

/***** begin firefox *****/
@-moz-document url-prefix()
{
    .hp-product-detail .most_than_3 .other-product
    {
        position: relative;
        left: 0px !important;
        float: right !important;
    };
}
/***** end firefox *****/
@media(max-width:991px)
{
    .hp-product-detail .most_than_3 .other-product
    {
        float: right !important;
    };
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
/* IE10+ CSS styles go here */
    .hp-product-detail .most_than_3 .other-product
    {
        left: 0 !important;
    };
}

/***** begin safari ******/
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
/* Safari only override */
    ::i-block-chrome, .hp-product-detail .most_than_3 .other-product
    {
        left: 0 !important;
    };
}
/***** end safari ******/
.hp-productslider .slides
{
    position:relative;
}

.hp-productslider .slides div
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    text-align: center;

    transition: all 0.5s;
}

.hp-productslider .slides div.active
{
    opacity: 1.0 !important;
}

.hp-productslider .slides div img
{
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
}

/***** begin thumbs *****/
.hp-productslider .slides-thumbs
{
    padding: 0;
    display: block;
}

.hp-productslider .slides-thumbs li
{
    display: inline-block;
    width: 18%;
    padding:0;
    margin: 0 0.5%;
    border: 1px solid #eee;

    cursor: pointer;
}

.hp-productslider .slides-thumbs li:hover,
.hp-productslider .slides-thumbs li.active
{
    border: 1px solid #0096D6;
}

.hp-productslider .slides-thumbs li img
{
    display: block;
    max-width: 100%;
    overflow: hidden;
}
/***** end thumbs *****/
.larg-view.hp-productslider
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:25px;
    display: none;
    background: #fff;
    background: rgba(255,255,255,0.85);
}

.larg-view.hp-productslider.show
{
    display: block;
    z-index: 99999999999;
}

.larg-view.hp-productslider .fa
{
    font-size: 24px;
    color: #bbb;
    cursor: pointer;
}

.larg-view.hp-productslider .fa:hover
{
    color: #0096D6;
}

.larg-view.hp-productslider .slides-thumbs
{
    width: 400px;
    max-width: 100%;
}

.larg-view.hp-productslider .slides div
{
    width: 100%;
    text-align: center;
}

.larg-view.hp-productslider .slides div img
{
    width: 680px;
    max-width: 100%;
}

.hp-product-detail .nav-tabs
{
    padding: 0;
}

[dir="rtl"] .hp-product-detail .nav-tabs li
{
    float: right;
}

[dir="ltr"] .hp-product-detail .nav-tabs li
{
    float: left;
}

.hp-product-detail .nav-tabs li a,
.hp-product-detail .nav-tabs li:hover a
{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 0 0 5px 0;
    outline: 0;
    color: #000;

    background: none;
    box-shadow: none;
}

.hp-product-detail .nav-tabs li
{
    padding:10px 10px 0 10px;
}

.hp-product-detail .nav-tabs li.active a
{

    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid;
    color: #007DBA;
}

.hp-product-detail .tab-pane
{
    padding: 10px;
    border: 1px solid #ccc;
}

.hp-product-detail .tab-pane#listOfOptCatsAndOptNamesAndOptVals,
.hp-product-detail .tab-pane#comments_tab
{
    padding: 0px;
    border: none;
}

.hp-product-detail .tab-pane .group-title
{
     background:#fafafa;
}

.hp-product-detail .tab-pane .group-title p
{
     color: #007DBA;
     font-size: 16px;
     line-height: 1.5;
     margin: 0;
     padding: 10px 0;
}

.hp-product-detail .tab-pane .title
{
     color: #777;
     font-size: 14px;
     line-height: 1.5;
     background: #FAFAFA;
}

.hp-product-detail .tab-pane .value
{
     color: #777;
     font-size: 14px;
     line-height: 1.5;
}

.hp-product-detail .highcharts-container >svg
{
	width: 100%;
}
.hp-product-detail .discount-percentage{
	border: solid 2px #a94442;
	color: #a94442;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 7px;
	margin-left: 7px;
}
.hp-product-detail .accessory img{
	max-width: 100%;
	max-height: 100%;
}