/**
Original Color's Hex:
#FECA00
**/

/**
Created by Mostafa Talebi
Email: most.talebi@gmail.com
**/
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/persian/BYekan.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/persian/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/persian/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'BNazanin';
    src: url('../fonts/persian/BNazanin.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/persian/BNazanin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/persian/BNazanin.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'IranSans';
    /*url('../fonts/persian/iransans/IRANSans Light.ttf') format('truetype'),*/
    src: url('../fonts/persian/iransans/IRANSans-Light-web.woff') format('woff');
}

@font-face {
    font-family: 'IranSans-Bold';
    font-weight: bold;
    /*url('../fonts/persian/iransans/IRANSans Bold.ttf') format('truetype'),*/
    src: url('../fonts/persian/iransans/IRANSans-Bold-web.woff') format('woff');
}

body *, h1, h2, h3, h4, h5, h6, p, a
{
    font-family: "IranSans",'Raleway', sans-serif;
}

.homepage-heading
{
    text-align: center;
    border-bottom: 1px;
    /*font-family: "IranSans",'Raleway', sans-serif !important;*/
    margin-bottom: 30px;
    font-size: 22px;
    font-family: "IranSans-Bold" !important;
    border-bottom: 1px #ccc solid;
    padding-bottom: 25px;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    color: rgb(51, 51, 51);
}

.reseller-section
{
    position: relative;
    height: 360px;
    overflow: hidden;
}

.reseller-section div[class^='sppb-col']
{
    position: unset;
}
.reseller-section .reseller-image
{
    position: absolute;
    height: 300px;
    top: 10px;
    margin: 0px;
    left: 0px;
    text-align: center;
    padding: 0px;
    z-index: -1;
}

.reseller-section .sppb-addon-single-image img
{
    width: 2000px !important;
    width: 100%;
    position: relative;
    top: 5px;
    opacity: 0.3;
    animation-name: goesin;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes goesin
{
    from {
        opacity: 0.3;
    }
    to {
        opacity: 0.65;
    }
}

.reseller-section  .sppb-addon-feature
{
    height: 300px;
    margin-top: 0px;
    top: 0px;
    padding-top: 25px;
}
.reseller-section  .sppb-addon-feature .sppb-addon-content
{
    background-color: white;
    width: 400px;
    margin: 0px auto;
    padding: 25px;
    height: 310px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
.reseller-section  .sppb-addon-feature .sppb-feature-box-title
{
    margin: 0px;
    paddding: 0px;
    margin-bottom: 15px !important;
    font-size: 21px;
}
.reseller-section  .sppb-addon-feature .sppb-icon
{
    margin-bottom: 15px;
}

.reseller-section  .sppb-addon-feature .sppb-addon-text
{
    font-size: 12px;
}

.home-brands-container
{
    text-align: center;
    margin-bottom: 10px;
}
.home-brands-container .brand-item
{
    display: inline-block;
    text-align: center !important;
    /*width: 18%;*/
    /*margin: 15px 1%;*/
}
.home-brands-container .brand-item img
{
    max-width: 100px;
}

.home-brands-container .brand-item h4
{
    text-align: center;
    display: none;
}

.brand-item .brand-image
{
    width: 100%;
    text-align: center;
}

.brand-item .brand-image img
{
    width: 100%;
    max-width: 200px;
}
.home-brands .sppb-addon-raw-html
{
    height: 30px;
}

.home-brands .sppb-addon-raw-html h2.homepage-heading
{
    margin-bottom: 0px !important;
}


#fields-wrapper .sppb-addon-container
{
    position: relative;
    overflow: hidden;

}
#fields-wrapper .sppb-addon-content
{
    margin: 15px 0px;
    top: -20px;
    position: relative;
    background-color: white;
    overflow: hidden;
    padding: 0px 15px;
    position: relative;
    /*! box-shadow: 2px 2px 10px #ccc; */
}
#fields-wrapper .sppb-addon-content h3
{
    margin-bottom: 20px;
}
#fields-wrapper .sppb-addon-content span
{
    overflow: hidden;
    display: block !important;
    border-radius: 50%;
    width: 100%;
    height: auto;
    margin: 0px auto;
}
#fields-wrapper .sppb-addon-content img
{
    max-width: 101%;
    min-height: 101%;
}

#fields-wrapper .sppb-feature-box-title
{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    text-align: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#fields-wrapper .sppb-addon-text
{
    top: 0px;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 0;
    opacity: 0;
    right: 0px;
    overflow: hidden;
    transition-property: top, height, opacity;
    transition-duration: 1s;
    padding: 10px;
    background-color: rgba(250,250,250,0.99);
}



#fields-wrapper .sppb-addon-container:hover
.sppb-addon-text
{
    /*opacity: 1;*/
    /*display: block;*/
    /*height: 100%;*/
}

#fields-wrapper
.sppb-addon-text a
{
    background-color: #F71850;
    color: white;
    padding: 5px 15px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
}

#fields-wrapper
.sppb-addon-text a:hover
{
    background-color: #DD083E;
}

.alphabet-based
{
    width: 100%;
    height: auto;
    text-align: center;
    direction: ltr;
}

.alphabet-items
{
    list-style: none;

}

.alphabet-items li
{
    display: inline-block;
    margin-bottom: 15px;
}

.alphabet-items li a
{
    background-color: #e0e0e0;
    color: #999;
    padding: 5px 15px;
    border-radius: 5px;
    transition-property: all;
    transition-duration: 0.5s;
}

.alphabet-items li a:hover
{
    color: white;
    background-color: #FECA00;
    box-shadow: 1px 1px 8px #ccc;
}

.page-medium-heading
{
    font-size: 18px;
}

.brands-container
{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px #f0f0f0 solid;
}

.brand-box
{
    height: 150px;
}

.brand-box .brand-box-image
{
    height: 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
    max-width: 70px;
    margin: 0px auto;
}
.brand-box .brand-box-image a
{
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
}
.brand-box .brand-box-image a img
{
    display: inline !important;
}
.brand-box h4
{
    text-align: center;
    font-size: 14px;
}
.brand-box h4 a
{
    color: #333;
}

#brand-tab a
{
    outline: 0;
}

.brand-tab-content
{
    padding-top: 25px;
}


.tab-content-inner .catalog-item-image
{
    width: 100px;
    float: right;
    max-width: 18%;
}

.tab-content-inner .catalog-item-image img
{
    opacity: 0.4;
}

.tab-content-inner .catalog-item-body
{
    float: right;
    margin-right: 25px;
    width: 80%;
}

.brand-tab-content table.rsf_files tr td:nth-child(1)
{
    padding-top: 20px;
}
.brand-tab-content table.rsf_files tr td:nth-child(1) .badge
{
    display: none;
}
.brand-tab-content table.rsf_files tr td:nth-child(2)
{
    width: 200px !important;
    text-align: center;
    color: #e0e0e0;
    line-height: 50px;
}
.brand-tab-content table.rsf_files tr td:nth-child(3)
{
    width: 0px;
}
.brand-main-image
{
    width: 100px;
    margin: 0px auto;
}

.gallery-item
{
    width: 200px;
    height: 200px;
    float: right;
    margin-left: 25px;
    border: 1px #f2f2f2 solid;
}
.gallery-item:hover
{
    box-shadow: 1px 1px 3px #f0f0f0;
}
.gallery-item img
{
    width: 100%;
}

.brand-category-wrapper h4
{
    background-color: #f0f0f0;
    padding: 20px 10px;
    padding-right: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.brand-category-wrapper h4 a
{
    color: #333;
}
.brand-category-items
{
    padding-top: 50px;
}
.brand-category-items:after
{
    content: "";
    display: table;
    clear: both;
}
.product-box .product-image img
{
    width: 100%;
}
.product-box h3
{
    font-size: 14px;
    text-align: center;
}

.product-box h3 a
{
    color: #333;
}

.svg-heading-icon
{
    width: 30px;
    height: 30px;
    float: left;
    overflow: hidden;
}

.svg-heading-icon img
{
    width: 100%;
    opacity: 0.15;
}
.brand-category-wrapper
{
    border: 1px #f0f0f0 solid;
    padding-bottom: 25px;
}
.brand-category-wrapper[data-level="1"]
{
    /*margin-right: 25px !important;*/
}

.brand-category-wrapper[data-level="2"]
{
    /*margin-right: 50px !important;*/
}

.product-box
{
    float: right !important;
}
.product-box
{
    max-height: 300px;
    height: 300px;
}

.product-box .product-image
{
    max-height: 200px;
    height: auto !important;
    overflow: hidden;
    text-align: center;
}
.product-box .product-image img
{
    min-width: 150px;
    width: auto !important;
    height: auto;
    margin: 0px auto;
    min-height: 150px !important;
}


.product-box  h3
{
    font-size: 13px;
    line-height: 16px;
}


.product-box.default-image-used img
{
    opacity: 0.5;
    width: 150px;
}
.product-box.default-image-used .product-image
{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.category-page-title
{
    margin-bottom: 15px;
    padding-bottom: 50px;
    border-bottom: 1px #f0f0f0 solid;
}
.category-page-title span
{
    font-family: "Iransans-Bold", sans-serif, arial;
}
.category-page-title
{
    font-size: 20px;
}
.rsf_files .hasPopover
{
    display: block !important;
}

.rsf_navbar_ul li
{
    display: block !important;
}

.rsf_navbar .collapse
{
    display: block !important;
}

.rsfiles-layout .control-label
{
    text-align: right;
    direction: rtl;
    float: right;
}

.sp-megamenu-parent
{
    float: right !important;
}



.contact-details h3.sppb-feature-box-title
{
    font-size: 16px;
    margin-bottom: 25px;
}

.contact-details .sppb-container-inner > .sppb-row >.sppb-col-sm-4
{
    border-left: 1px #f0f0f0 solid;
    height: 200px;
}

.contact-details .sppb-container-inner >
.sppb-row >.sppb-col-sm-4:first-of-type
{
    border-left: 0px;
}

.contact-details .sppb-container-inner >
.sppb-row >.sppb-col-sm-4 .sppb-icon
{
    margin-bottom: 25px;
}
.contact-form h5
{
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;

}

.contact-map h4
{
    text-align: center;
    margin-bottom: 25px;
}

.product-title h1
{
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px #ccc solid;
}

.product-image
{
    /*border-left: 1px #f0f0f0 solid;*/
    height: 300px;
    max-height: 300px;
}

.product-image .product-image-container
{
    max-width: 300px;
    border-bottom: 1px #f0f0f0 solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.product-image .product-image-container img
{
    width: 100%;
}
.product-text
{
    border-right: 1px #f0f0f0 solid;
    min-height: 600px;
}
.product-text p, .product-text a, .product-text span, .product-text
{
    font-size: 12px;
}

.product-gallery-heading
{
    font-size: 18px;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.breadcrumb
{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px #f0f0f0 solid;
}
.breadcrumb li a, .breadcrumb li
{
    font-size: 11px;
}

.product-galleries .gallery-item
{
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.product-body
{
    min-height: 600px;
}

.related-products-heading
{
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    padding: 20px 10px;
    padding-right: 30px;
}

.products-related-container
{
    border: 1px #f0f0f0 solid;
}

#sp-main-body
{
    padding-top: 0px !important;
}

.page-header h1
{
    font-size: 26px;
}
.mt-simple-page .entry-header
{
    display: none;
}

.mt-simple-page nav[role='pagination']
{
    display: none;
}

.products-related-container
{
    padding-top: 25px;
}


.menu-product-categories
{
    border-left: 1px #f0f0f0 solid;
    margin-top: -20px;
    padding-top: 20px;
}
.menu-product-categories li
{
    margin: 0px !important;
}
.menu-product-categories li a
{
    font-size: 12px;
    outline-style: none;
}
.menu-product-categories li a span.fa
{
    margin-left: 10px;
}

.menu-product-categories li ul
{
    margin-right: 15px;
}

.menu-product-categories li.activeCategory > a
{
    color: #CEA217;
}

.menu-product-categories li.activeCategory a  span.fa
{
    color: #000;
}

.mt-module h3
{
    font-size: 16px !important;
    font-family: "Iransans-Bold";
}

#vmCartModule
{
    display: none !important;
}

.sp-contact-info li .pe
{
    float: right !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
}
.sp-contact-info li
{
    float: left !important;
    font-size: 10px !important;
}
.sp-contact-info
{
    float: right !important;
}

.sp-contact-phone
{
    direction: ltr !important;
}

.logo img
{
    width: 95px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#sp-header
{
    border-bottom: 2px #FECA00 solid !important;
    margin-bottom: 2px;
}

.search-result-page h1
{
    font-size: 20px;
    font-family: "Iransans-Bold", sans-serif, arial;
    border-bottom: 1px #ccc solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.searchintro p
{
    margin-bottom: 25px;
    font-size: 12px;
}
.home-search-section
{
    margin-top: 30px !important;
}

.home-search-section .sppb-section-title
{
    margin-bottom: 0px !important;
}

.home-search-section h2
{
    font-size: 11px !important;
    margin-bottom: 0px !important;
    color: #ccc;
}

.home-search-module
{
    margin-top: 0px !important;
}

.home-search-module input
{
    height: 50px;
}

.home-search-module .flex-search:before
{
    color: #999;
    display: none;
    font-size: 22px;
}

.home-search-submit-btn
{
    position: absolute;
    left: 30px;
    font-size: 24px;
    top: 13px;
    cursor: pointer;
    color: #555;
}

.brands-nav
{
    font-size: 56px;
    color: #999;
    font-weight: normal !important;
    font-family: tahoma;
}

.items-carousel .owl-nav
{
    margin-top: -70px;
    position: relative;
    z-index: 9999;
}

.items-carousel .owl-next
{
    float: left;
    left: -50px;
    position: relative;
}

.items-carousel .owl-prev
{
    float: right;
    right: -50px;
    position: relative;
}

.latest-products-container .owl-nav
{
    margin-top: -70px;
    top: -150px;
    position: relative;
    z-index: 9999;
}

.category-button
{
    float: left;
    font-size: 12px;
    margin-left: 16px;
    margin-top: -13px;
    background-color: #ff7b00;
    padding: 15px;
    border-radius: 5px;

    transition-property: background;
    transition-duration: 0.5s;
    color: white !important;
}

.category-button:hover
{
    cursor: pointer;
    background-color: #e5710b;
}

#fields-wrapper
{
    margin-top: 0px !important;
}


.product-categories-column
{
    width: 50%;
    float: right;
}

.product-categories-column   .home-product-category
{
    /*height: 50px;*/
    overflow: hidden;
    border-bottom: 1px #ffd532 solid;
}

.product-categories-column   .home-product-category a
{
    color: #333;
}

.product-categories-column   .home-product-category > h3
{
    font-size: 15px;
}
.product-categories-column   .product-category-children
{
    display: none;
    margin-bottom: 25px;
}
.product-categories-column   .product-category-children > h3
{
    font-size: 14px;
    padding-right: 25px;
    margin: 0px !important;
    border-bottom: 1px #f0f0f0 solid;
}

.product-categories-column   .product-category-children > h3 a
{
    color: #333;
    display: block;
    height: 25px;
    margin: 5px 0px;
    line-height: 25px;
    font-size: 12px;
}

.product-categories-column   i.fa
{
    float: right;
    margin-left: 15px;
    font-size: 10px;
    cursor: pointer;
    margin-top: 3px;
}

.product-wrapper table
{
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}
.product-wrapper table td
{
    border: 1px #ccc solid;
    padding: 5px !important;
}

.product-wrapper table tr:first-of-type td
{
    background-color: #eee;
    color: #666;
}

.product-category-description
{
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 12px;
}

.product-items-heading
{
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 20px;
}

.body-innerwrapper
{
    overflow: hidden !important;
}

.pagination-container
{
    border-top: 1px #e0e0e0 solid;
    padding-top: 10px;
    text-align: center;
    direction: ltr;
}
.pagination-container li
{
    list-style: none;
    display: inline-block;
}
.pagination-container li a
{
    padding: 5px 10px;
    background-color: #e0e0e0;
    color: #333;
    margin: 0px 3px;
}
.pagination-container li.pagination-active a
{
    background-color: #FFCD32;
}
.pagination-container li a:hover
{
    background-color: #FFCD32;
}

#fields-wrapper .sppb-addon-text
{
    display: none;
}

.rsform-block input[type='text']
{
    height: 32px;
}

.rsform-block input[type='submit']
{
    width: 100px;
    height: 40px;
}

#sp-main-body
{
    min-height: 450px !important;
}

.home-definiton .homepage-heading
{
    border-bottom: 2px #e4e4e4 solid;
    font-size: 18px;
    background-color: #f2f2f2;
    color: #555;
    text-shadow: 2px 2px 1px white;
    line-height: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100% !important;
}

#sp-page-builder .page-content .sppb-section
{
    margin-top: 0px !important;
}

.owl-stage
{
    float: left !important;
}

.reseller-section .sppb-col-sm-4:last-of-type .sppb-addon-content
{
    background: url(../images/graphiteelectron.jpg);
    background-size: 100% auto;
}
.reseller-section .sppb-col-sm-4:first-of-type .sppb-addon-content
{
    background: url(../images/bluzac-bg.jpg);
    background-size: 100% auto;
}

.latest-products-container .product-box img
{
    max-width: 70% !important;
}

.view-brands-page-button
{
    display: none !important;
}



.success-message
{
    color: green;
    font-weight: bold;
    margin: 20px 0px;
}

.error-message
{
    color: red;
    font-weight: bold;
    margin: 20px 0px;
}

.product-price-quote
{
    padding: 25px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding-bottom: 0px !important;
}

.product-price-quote h3
{
    font-size: 16px;
    margin-right: 25px;
    margin-bottom: -50px;
}