@font-face {
    font-family: "iransans";
    src: url("fonts/IRANSansWeb.ttf") format('truetype');
}

@font-face {
    font-family: "peydaExtra";
    src: url("fonts/Peyda-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: "peyda";
    src: url("fonts/Peyda-Bold.ttf") format('truetype');
}

body {
    background: rgba(238, 239, 241, .2);
    direction: rtl;
    font-size: 10pt;
    font-family: "iransans", sans-serif;
}

/*======================*/
.activeMenu {
    color: #fdb913 !important;
}

.ml26 {
    margin-left: 26px !important;
}

.pLR47 {
    padding-left: 50px;
    padding-right: 61px;
}

.MenuColor {
    color: #939598 !important;
}

.font-size-10 {
    font-size: 10pt !important;
}

.Height85 {
    height: 90px !important;
}

.fontSize18 {
    font-size: 18pt;

}

.fontSize9pt {
    font-size: 9pt;
}

@media (max-width: 1520px) {
    .down_head {
        padding-right: 30px;
        padding-left: 30px;
    }
}
/*======================*/

.aparat_header {
    width: 23px !important;
    height: 23px !important;
}

.akhbar_desc {
    color: #949494;
    font-size: 9pt;
}

.iranSans {
    font-family: "iransans" !important;
}

input, button {
    font-family: "iransans" !important;
}

#video_content_height {
    height: 387px !important;
    max-height: 387px !important;
}

#top_search_section {
    position: absolute;
    width: 300px;
    left: 0;
    z-index: 99999;
    display: none;
}

#top_search_section input {
    font-family: "iransans";
    font-size: 10pt;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    border: none0;
}

#top_search_result {
    width: 100%;
    height: 400px;
    z-index: 999;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    background: #fff;
    position: absolute;
    left: 0;
    top: 37px;
    display: none;
}

#top_search_result li {
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.peydaExtera {
    font-family: "peydaExtra" !important;
}

.peyda {
    font-family: "peyda" !important;
}

.font-size-8 {
    font-size: 8pt !important;
    font-weight: bold;
}

.marquee_holder {
    overflow: hidden;
}

.marquee {
    white-space: nowrap;
    animation: slide linear infinite;
    text-align: right;
    width: fit-content;
}

@keyframes slide {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(100%)
    }
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #cbcbcb;
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #7a7a7a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

* {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;

}

a, a:focus, a:hover {
    color: #000;
    text-decoration: none !important;
}

p {
    margin: 0;
    padding: 0;
}

.myShadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.Animated_sentences {
    background: #fff;
    border-radius: 22px;
    text-align: center;
    overflow: hidden;
}

.right_title_de h1 {
    font-size: 17pt;
    display: inline-block;
}

.right_title img, .left_title img {
    width: 30px;
    height: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.right_title_de img, .left_title img {
    width: 30px;
    height: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.left_title {
    text-align: left;
}

.div_news_first {
    width: 100%;
    height: auto !important;
    /*background: #e1e1e1;*/
    border-radius: 10px;
}

.div_news_first img {
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.div_news_first_de {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.div_news_first_de img {
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.main_title {
    /*font-size: 25px;*/
    font-weight: bolder;
    text-align: justify;
    display: block;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 10px;
    background: #fff;
    border-bottom-right-radius: 10px;
    padding: 12px;
}

.main_title_de {
    /*font-size: 25px;*/
    /*font-weight: bolder;*/
    text-align: justify;
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 10px;
    background: #fff;
    border-bottom-right-radius: 10px;
    padding: 20px;
    line-height: 26px;
    color: #000;
}

.vertical_news {
    text-align: right;
    margin: 15px 0;
    overflow-y: auto;
    height: 413px !important;
    /*background: #e1e1e1;*/
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.vertical_video {
    text-align: right;
    margin: 15px 0;
    overflow-y: auto;
    height: 429px !important;
    /*background: #e1e1e1;*/
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.vertical_g {
    text-align: right;
    margin: 15px 0;
    overflow-y: auto;
    height: 532px !important;
    /*background: #e1e1e1;*/
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.vertical_pic {
    text-align: right;
    margin: 15px 0;
    overflow-y: auto;
    height: 500px !important;
    /*background: #e1e1e1;*/
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.rectangle_tab_content_pic_favorites {
    max-height: 459px;
}

.book_title {
    font-weight: bold;
    font-size: 11pt;
}

.vertical_news span {
    color: #f15a22;
    font-size: 14px;
    display: block;
    padding: 10px;
}

.vertical_video span {
    color: #f15a22;
    font-size: 14px;
    display: block;
    padding: 10px;
}

.vertical_g span {
    color: #f15a22;
    font-size: 14px;
    display: block;
    padding: 10px;
}

.vertical_pic span {
    color: #f15a22;
    font-size: 14px;
    display: block;
    padding: 10px;
}

.vertical_news li {
    /* padding:25px;*/
    margin-bottom: 8px;
    /*   padding-right: 35px;
 padding-left: 35px;*/
}

.vertical_video li {
    /* padding:25px;*/
    margin-bottom: 8px;
    /*   padding-right: 35px;
 padding-left: 35px;*/
}

.vertical_pic li {
    /* padding:25px;*/
    margin-bottom: 8px;
    /*   padding-right: 35px;
 padding-left: 35px;*/
}

.div_news_second {
    width: 100%;
    /* height: 158px;*/
}

.div_news_second img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.vertical_news p {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 10px;
    background: #fff !important;
    border-bottom-right-radius: 10px;
    padding: 12px;
}

.vertical_video p {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 10px;
    background: #fff !important;
    border-bottom-right-radius: 10px;
    padding: 12px;
}

.vertical_g p {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 10px;
    background: #fff !important;
    border-bottom-right-radius: 10px;
    padding: 12px;
}

.vertical_pic p {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 10px;
    background: #fff !important;
    border-bottom-right-radius: 10px;
    padding: 12px;
    text-align: justify !important;
}

.vertical_news_de span {
    color: #f15a22;
    font-size: 18px;
}

.vertical_news_de li {
    margin-bottom: 10px;
}

.vertical_news_de p {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 10px;
    background: #fff !important;
    border-bottom-right-radius: 10px;
    padding: 12px;
}

.tabs {
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.dot {
    background: none !important;
    color: #cccccc !important;
    position: absolute;
    top: 0;
    left: -13px;
}

.tabs:after {
    content: "";
    display: block;
    clear: both;
}

.tabs span {
    background: #f0efef;
    padding: 13px;
    color: #f15a22;
    cursor: pointer;
    float: right;
    font-size: 8pt;
}

.tabs .act {
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px;
    background: #f0efef;
}

#news_span {
    border-top-right-radius: 4px;
    background: #fff;
}

.tab_content_article {
    height: auto;
    max-height: 454px;
    background: #fff;
    overflow-y: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.tab_content_article ul {
    padding: 15px;
    padding-top: 0 !important;
}

.tab_content_article ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
    background: #fff;
}

.tab_content_article ul li:hover {
    background: #e1e1e1;
}

.tab_content_new {
    height: auto;
    max-height: 366px;
    background: #fff;
    overflow-y: auto;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;

}

.tab_content_new ul {
    padding: 15px;
    padding-top: 0;
}

.tab_content_new ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    background: #fff;
    text-align: justify;
}

.tab_content_new ul li:hover {
    background: #e1e1e1;
}

.tab_content_new ul li a, .tab_content_video ul li a, .tab_content_pic ul li a {
    font-size: 8.5pt;
    font-weight: normal;
}

.tab_content_new_Favorites {
    height: auto;
    max-height: 373px;
    background: #fff;
    display: none;
    overflow-y: auto;
}

.tab_content_new_Favorites ul li {
    font-size: 8.5pt;
    font-weight: normal;
}

.tab_content_new_Favorites ul {
    padding: 15px;
    padding-top: 0 !important;
}

.tab_content_new_Favorites ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    background: #fff;
    text-align: justify;
}

.tab_content_new_Favorites ul li:hover {
    background: #e1e1e1;
}


.tab_content_new_de {
    height: auto;
    max-height: 600px;
    background: #fff;
    overflow-y: auto;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 20px;
}

.tab_content_new_de ul {
    padding: 15px;
}

.tab_content_new_de ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
    background: #fff;
}

.tab_content_new_de ul li:hover {
    background: #e1e1e1;
}

.tab_content_new_Favorites_de {
    height: auto;
    max-height: 454px;
    background: #fff;
    display: none;
    overflow-y: auto;

}

.tab_content_new_Favorites_de ul {
    padding: 15px;
}

.tab_content_new_Favorites_de ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
    background: #fff;
}

.tab_content_new_Favorites_de ul li:hover {
    background: #e1e1e1;
}


.tab_content_article_favorites {
    height: auto;
    max-height: 454px;
    background: #fff;
    display: none;
    overflow-y: auto;
}

.tab_content_article_favorites ul {
    padding: 15px;
    padding-top: 0 !important;
}

.tab_content_article_favorites ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    background: #fff;
}

.tab_content_article_favorites ul li:hover {
    background: #e1e1e1;
}

#news_span_article {
    border-top-right-radius: 4px;
    background: #fff;
}

.act_article {
    background: #f0efef;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px;
}

.pic img {
    width: 30px;
    height: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.squre img {
    width: 200px;
    height: 200px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.rectangle img {
    width: 200px;
    height: 283px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#news_span_video {
    border-top-right-radius: 4px;
    background: #fff;
}

.act_video {
    background: #bfbebe;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px;
}

.tab_content_video {
    height: auto;
    max-height: 337px;
    background: #fff;
    overflow-y: auto;
    border-bottom-right-radius: 10px
}

.tab_content_video ul {
    padding: 15px;
    padding-top: 0 !important;
}

.tab_content_video ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    background: #fff;
    text-align: justify;
}

.tab_content_video ul li:hover {
    background: #e1e1e1;
}

.tab_content_video_favorites {
    height: auto;
    max-height: 454px;
    background: #fff;
    display: none;
    overflow-y: auto;
}

.tab_content_video_favorites ul {
    padding: 15px;
    padding-top: 0 !important;
}

.tab_content_video_favorites ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
    background: #fff;
    text-align: justify;
    font-size: 8.5pt;
}

.tab_content_video_favorites ul li:hover {
    background: #e1e1e1;
}


#news_span_pic {
    border-top-right-radius: 4px;
    background: #fff;
}

.act_pic {
    background: #bfbebe;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px;
}

.tab_content_pic {
    height: auto;
    max-height: 460px;
    background: #fff;
    overflow-y: auto;
    border-bottom-right-radius: 10px;
}

.tab_content_pic ul {
    padding: 15px;
    padding-top: 0 !important;
}

.tab_content_pic ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
    background: #fff;
    text-align: justify;
}

.tab_content_pic ul li:hover {
    background: #e1e1e1;
}

.tab_content_pic_favorites {
    height: auto;
    max-height: 454px;
    background: #fff;
    display: none;
    overflow-y: auto;
}

.tab_content_pic_favorites ul {
    padding: 15px;
    padding-top: 0 !important;
}

.tab_content_pic_favorites ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
    background: #fff;
    text-align: justify;
    font-size: 8.5pt;
}

.tab_content_pic_favorites ul li:hover {
    background: #e1e1e1;
}

/******************************* new Detail  ********************************/

.new_title h1 {
    font-size: 20px !important;
    text-align: justify;
}

.new_title .Short_sentence {
    background: #ddd;
    padding: 13px;
}

.new_title img {
    width: 100%;
    height: 400px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.title2 {
    font-size: 18px;
    border-right: 2px solid #ff8000 !important;
    padding-right: 4px;
    font-weight: bold;
}

.relation_news {
    background: #ddd;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
}

.relation_news li {
    margin-top: 15px;
}

.relation_news span {
    background: #fff;
    padding: 6px;
    color: red;
    margin-right: 10px;
    border-radius: 39px;
}

.relation_news h3 {
    display: contents;
    font-size: 12px;
    padding: 10px;
    line-height: 35px;
}

.video_aparat_box {
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    background: #fff;
    height: auto;
    border-radius: 10px;
    padding: 20px;
}

.video_aparat_box span {
    color: #f15a22;
    font-size: 18px;
    padding: 10px;
}

/******************************* new Detail  ********************************/


/******************************* header  ********************************/

#top_head {
    background: #028693;
    height: 30px;
    width: 100%;
    margin-top: 1px;
    color: #ffffff;
}

.left-sec {
    text-align: left;
}

.left-sec img {
    width: 16px;
    height: 16px;

}

.down_head {
    background: #fff;
    height: 150px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 17px 10px;
}

.title_head {
    font-size: 40px;
    color: #028693;
    font-weight: bolder;
    text-shadow: 0 0 2px #028693;
}

.title_head2 {
    font-size: 20px;
    color: #989931;
    letter-spacing: 0.5px;
}

.down_head img:first-child {
    width: auto;
    height: 90px;
}

.down_head img:last-child {
    width: auto;
    height: 90px;
}

.down_head i {
    font-size: 15px;
}

.box-title {
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
    padding: 20px 10px;
}

.box-title_gallery {
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
    padding: 20px 10px;
}

.i_head {
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
}

.img_head {
    margin-right: 7px;
    cursor: pointer;
}

#menu {
    width: 100%;
    height: 40px;
    background: #636c72;
    border-radius: 22px;
    text-align: center;
}

#menu > ul > li {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 17px;
    font-size: 13px;

}

#menu ul li:hover {
    color: #f15a22;
}

#menu > ul > li {
    position: relative;
}

#menu > ul > li > a {
    color: #fff;
    font-family: peydaExtra;
}

.sub_menu {
    width: max-content;
    min-width: 150px;
    background: #636c72;
    color: #fff;
    z-index: 20;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .2);
    position: absolute;
    padding: 15px;
    top: 40px;
    right: 0;
    display: none;
}

.sub_menu li a {
    color: #fff;
    font-size: 10pt;
}

.sub_menu li {
    padding: 5px 0;
    cursor: pointer;
}

.mobile_menu {
    position: absolute;
    width: 100%;
    height: auto;
    background: #e1e1e1;
    z-index: 2;
    top: 210px;
    right: 0;
    display: none;
    cursor: pointer;
}

.mobile_menu ul {
    padding: 20px;
    text-align: center;
    font-size: 15px;
}

.mobile_menu li {
    padding-bottom: 10px;
    padding-top: 10px;
}

.mobile_menu > ul > li > a:hover {
    color: orange;
}

#menu_icon {
    cursor: pointer;
}

/******************************* header  ********************************/


/******************************* footer  ********************************/

.iran_footer img {
    width: 100%;
    height: auto;
}


.first_foot {
    background: #58595b;
    height: auto;
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: 1px solid #939598;
}

.first_foot img {
    width: 76px !important;
    height: 63px !important;
    margin-top: 20px !important;
}

.first_foot p {
    color: #fff;
    font-size: 10pt;
    letter-spacing: 1px;
}

.footer_counter {
    text-align: center;
}

.footer_counter div, .footer_counter img {
    float: right;
}

.footer_counter div {
    padding-top: 8px;
    text-align: right;
}

.copyRight {
    font-size: 8pt !important;
}

.footer_counter img {
    margin-top: 10px;
    margin-left: 15px;
}

.second_foot {
    background: #58595b;
    height: auto;
    padding-bottom: 20px;
}

.second_foot img {
    width: auto;
    height: 121px;
}

.second_foot span, i {
    color: #fff;
}

.third_foot {
    background: #636466;
    height: auto;
    padding-bottom: 20px;
}

.third_foot img {
    width: auto;
    height: 72px;
    margin: 0 10px;
}

.forth_foot {
    background: #6d6e71;
    height: auto;
    padding-bottom: 5px;
}

.forth_foot p {
    color: #fff;
    font-size: 11pt;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 0;
    font-family: "iransans" !important;

}

.footer_text {
    background: #636466;
    padding: 4px 8px;
    border-radius: 3px;
}

.data_footer {
    position: relative;
}

.data_footer i {
    position: absolute;
    top: 6px;
    right: 30px;
}

.data_footer span {
    letter-spacing: 1px;
    /*padding-right: 37px;*/
}

.data_footer > img {
    width: auto !important;
    height: 19px !important;
    position: absolute;
    top: 4px;
    right: 22px;
}

.data_footer img {
    width: auto;
    height: 30px;
}


.data_footer li {
    display: inline-block;
    margin: 2px 9px;
    background-color: #58595b !important;
    border-radius: 50%;
}

/******************************* footer  ********************************/


/******************************* gallery  ********************************/

.cat_img_back {
    background: #028693;
    padding: 20px;
    color: #fff;
}

.cat_img_back:nth-child(2) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cat_img_back:nth-child(4) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cat_img_back:hover {
    opacity: .5;
}

.cat_img_back a {
    color: #fff;
    cursor: pointer;
    display: block;
}

.box-title_gallery img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

/******************************* gallery  ********************************/


@media (min-width: 768px) {
    .desktop_hidden {
        display: none;
    }
}

@media (max-width: 768px) {
    .title_head {
        font-size: 20px;
        text-align: center;
    }

    .title_head2 {
        font-size: 12px;
    }

    .mobile_hidden {
        display: none;
    }

    #menu {
        display: none;
    }

    #top_head {
        height: 80px;
        text-align: center !important;
    }

    .left-sec {
        text-align: center;
    }

    .img_aks img {

        height: auto;
        margin: 0 auto 10px;
        text-align: center;
    }

    .namad_icons {
        text-align: center;
    }

    .main_title_de {
        padding: 10px;
    }

    .squre {
        margin-right: 0;
    }

    .rectangle {
        margin-right: 0;
    }

    .cat_img_back:nth-child(3) {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .cat_img_back:nth-child(4) {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .first_foot p {
        margin-right: 30px;
    }
}

@media (max-width: 1200px) {
    .title_head {
        font-size: 20px;
    }

    .title_head2 {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    .page-max-width {
        max-width: 1245px;
        margin-right: auto;
        margin-left: auto;
    }

    #rowParentMenuDesktop {
        max-width: 1245px;
    }

    #topTitleDesktop {
        width: 1250px;
    }

    .padingFotter {
        padding-left: 65px;
        padding-right: 82px;
    }

    .data_footer > img {
        width: auto !important;
        height: 19px !important;
        position: absolute;
        top: 4px;
        right: -12px;
    }

    .locationFooterIcon {
        right: -6px !important;
    }

    .phoneFooterIcon {
        right: -16px !important;
    }

    .first_foot {
        padding-right: 145px;
        padding-left: 127px;
    }
}


/*=================== mobile ViewPort ====================*/
@media (max-width: 767px) {
    .title_head {
        text-align: center;
    }

    .title_head2 {
        text-align: center;
    }

    .footer_counter {
        padding-right: 37px;
    }

    .pr33 {
        padding-right: 33px !important;
    }

    .Enamad {
        margin-top: 10px;
        margin-left: 40px;
    }


    #headerImageTitle {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

}


.countCartParent {
    position: relative;
}

.countCart {
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: white;
    vertical-align: middle;
    border-radius: 100%;
    font-size: 7pt;
}

.searchIcon {
    position: absolute;
    left: 0;
    bottom: 17px;
}

.CartIcon {
    position: absolute;
    left: 20px;
    bottom: 17px;
}

.ProfileIcon {
    position: absolute;
    left: 50px;
    bottom: 17px;
}

.logOutIcon {
    position: absolute;
    left: 70px;
    bottom: 17px;
}

.pL83 {
    padding-left: 83px;
}

.product-price {
    font-size: 13pt;
}

.top_topic_:after {
    content: '';
    display: block;
    clear: both;
}

.vertical_title_font {
    font-size: 9pt;
    font-weight: normal;
}

.short_link, .print_icon {
    width: 20px;
    height: auto;
    float: left;
    cursor: pointer;
    margin-right: 10px;
}

#show_short_link {
    display: none;
}

#my_loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .2);
    display: none;
    z-index: 999999999;
}

#my_loader img {
    position: absolute;
    width: 150px;
    height: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cart_tbl th, .cart_tbl td {
    vertical-align: middle;
}

.description img {
    max-width: 100% !important;
}

@media (min-width: 1360px) and (max-width: 1366px) {
    .vertical_video {
        max-height: 422px;
    }

    #video_content_height {
        max-height: 383px;
    }
}

