/**
 * @author DMT - Development Team
 * @copyright Copyright DMT - Development Team
 * @link www.prestastore.ir
 **/

/********** google font icon **********/
@font-face {
    font-family: "FontG";
    font-weight: normal;
    font-style: normal;
    src: url("../font/MaterialIcons-Regular.woff") format('woff'),
         url("../font/MaterialIcons-Regular.woff2") format('woff2');
    
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
         
}
/********** displayNav **********/
#header_text {
    font-size: 12px;
    padding: 11px 15px;
}
#header_text a {
    transition: all 0.5s ease 0s;
    height: 22px;
}
#header_text a::before {
    content: "\f095";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    color: #d4d4d4;
    padding-left: 6px;
    margin-top: 0px;
    position: relative;
    top: 3px;
    transition: all 0.5s ease 0s;
}
#header_text a:hover::before,
#header_text a:hover {
    color: #0183B5;
}
/********** displayTopCenter **********/
#header_links {
    text-align: center;
    max-width: 370px;
}
#header_links .link_cont {
    display: inline-block;
    border-bottom: 1px solid #E1E8ED;
}
#header_links .link {
    color: #818285;
    float: right;
    display: block;
    font-size: 13px;
    margin: 0 4px;
    padding: 7px 0 7px 18px;
    text-align: center;
    position: relative;
}
#header_links .link::after {
    content: "\f0d9";
    font-size: 10px;
    font-family: "FontAwesome";
    width: 18px;
    height: 32px;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 0;
}
/********** displayHeader **********/
#header_logo {
    float: left;
    height: 140px;
    display: table;
    text-align: left;
}
#header_logo a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
#header_logo a img {
    display: inline-block;
}
/********** displayLeftColumn **********/
#dmtt_lc {
    margin: 0 0 10px 0;
}
#dmtt_lc img {}
/********** displayTopColumn **********/
#top_column .row {
    margin-left: -5px;
    margin-right: -5px;
}
#top_column .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
/********** address **********/
#add_address .form-group {
    margin-bottom: 10px;
}
#add_address .form-group label {
    display: block;
}
/********** tooltip **********/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
