.ltr {
    direction: ltr;
}

h1 {
    font-weight: bold;
}

.margin-top-150 {
    margin-top: -150px;
}

.margin-bottom-n150 {
    margin-bottom: -150px;
}


.text-underline {
    text-decoration: underline;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}

.text-extrabold {
    font-weight: 800;
}

.text-black {
    font-weight: 900;
}

.text-extrablack {
    font-weight: 950;
}

body {
    color: #494949;
    font-size: 16px;
    font-family: iranyekan !important;
    direction: rtl;
    text-align: right;
    margin: 0;
    line-height: 2.25;
}

html, body {
    height: 100%;
    margin: 0;
}

button {
    border: 0;
    border-radius: 5000px;
    background-color: #19BEC1;
    color: white;
    font-size: 12px;
    padding: 5px 15px;
    cursor: pointer;
}

.button {
    margin-top: 18px;
    width: 100% !important;
    text-align: center;
    border: 0;
    border-radius: 5000px;
    background-color: #19BEC1;
    color: white;
    font-size: 20px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

header {
    line-height: normal !important;
    font-size: 13px !important;
}


.shopping-cart {
    display: inline-block;
    background-color: #fff;
    color: #34547A;
    border-radius: 10px;
    padding: 3px 15px;
}

.icon {
    display: inline-block;
}

.shopping-cart .num {
    width: 20px;
    height: 20px;
    margin: 0 5PX;
    border-radius: 50%;
    background: #C11924;
    color: white;
    display: inline-block;
    text-align: center;
}

.user-signed-in {
    border: 0;
    margin: 0 15px;

}

.user-guest {
    display: inline-block;
    border: 1px white solid;
    border-radius: 10px;
    padding: 3px 15px;
    margin: 0 15px;
}


button::-moz-focus-inner {
    border: 0;
}

.total-price-all {
    font-size: 28px;
    font-weight: 700;
    color: #19BEC1;
}

header .fas {
    margin-left: 0 !important;
}

button.underline-dashed {
    color: #19BEC1;
    border-radius: 0;
    background: 0;
    border-bottom: #19BEC1 dashed 1px;
    display: inline;
}

.underline-dashed:hover {
    color: #19BEC1;
}

.bg-my-green {
    background: #19BEC1 !important;
    color: #FFFFFF !important;
}

.text-my-green {
    color: #19BEC1;
}

.border-my-green {
    border-color: #19BEC1 !important;
}

.margin-0 {
    margin: 0;
}

.font-size-14px {
    font-size: 14px;
}

button.underline-dashed:hover {
    color: #19BEC1;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.header-logo {
    height: 70px;
    width: 70px;
}

* {
    box-sizing: border-box;
}

header .container .mobile_nav button {
    border-radius: 0;
    color: white;
    border: 0;
    background: 0;
    margin: 0;
    height: auto;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: white;
    outline: none;
}

header ul, .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer li {
    display: inline-block;
    margin: 0 20px;
}

header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    transition: 0.3s;
}

header .container .logo {
    position: relative;
}

header .container .mobile_nav {
    margin: 1px 10px 0;
    display: none;
}

header .container .mobile_nav .burger {
    width: 19px;
    height: 19px;
    position: relative;
    overflow: hidden;
}

header .container .mobile_nav .burger:active .top, header .container .mobile_nav .burger:focus .top, header .container .mobile_nav .burger:hover .top {
    width: 60% !important;
}

header .container .mobile_nav .burger:active .middle, header .container .mobile_nav .burger:focus .middle, header .container .mobile_nav .burger:hover .middle {
    width: 70% !important;
}

header .container .mobile_nav .burger:active .bottom, header .container .mobile_nav .burger:focus .bottom, header .container .mobile_nav .burger:hover .bottom {
    width: 80% !important;
}

header .container .mobile_nav .burger .mobile_nav__label {
    margin: -10px 5px;
    width: 135px;
    position: absolute;
}

header .container .mobile_nav .burger .stripe {
    height: 4px;
    background: white;
    position: absolute;
    transition: 0.2s ease;
}

header .container .mobile_nav .burger .top {
    right: 0;
    top: 0;
    width: 100%;
}

header .container .mobile_nav .burger .middle {
    left: 0;
    top: 0;
    margin: 7px 0;
    width: 60%;
}

header .container .mobile_nav .burger .bottom {
    right: 0;
    top: 0;
    margin: 14px 0;
    width: 80%;
}

header .container .head_nav {
    margin: 0 50px;
}

header .container .head_nav ul {
    text-align: center;
}

header .container .head_nav ul .visited a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #19BEC1;
    margin: 35px 0;
    right: 0;
}

header .container .head_nav ul li {
    display: inline-block;
    margin: 0 15px;
}

header .container .head_nav ul li a {
    color: white;
    position: relative;
    text-decoration: none;

}

header .container .head_nav ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #19BEC1;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin: 35px 0;
    right: 0;
}

header .container .head_nav ul li a:hover:after {
    width: 100%;
    left: 0;
}

header {
    position: relative;
}

.mobile_menu {
    background: #233951;
    width: 90%;
    height: auto;
    top: 65px;
    left: 0;
    margin: 10px 20px;
    border-radius: 4px;
    position: absolute;
    display: none;
    z-index: 1;
}

.mobile_menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #233951 transparent;
    margin: -10px 35px;
}

.mobile_menu nav {
}

.mobile_menu nav ul .slide a {
    color: white;
    opacity: 1;
    position: relative;
    animation: hidecolor 0.8s ease;
}

.mobile_menu nav ul .slide a:before {
    content: "";
    position: absolute;
    background: #19BEC1;
    width: 0;
    height: 35px;
    animation: slide 0.8s ease;
}

.mobile_menu nav ul li {
    margin: 30px;
}

.mobile_menu nav ul li a {
    opacity: 0;
    font-size: 18px;
    padding: 10px 0;
    color: white;
}

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

@keyframes slide {
    0% {
        width: 0;
        padding: 0 10px;
        margin: 0 -5px;
    }
    80% {
        width: 105%;
        padding: 0 10px;
        margin: 0 -5px;
    }
    100% {
        width: 0;
        padding: 0 0;
    }
}

@keyframes hidecolor {
    0% {
        color: black;
    }
    75% {
        color: black;
    }
    100% {
        color: white;
    }
}

.main-hero {
    background-image: url(../Images/main1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.d {
    margin-top: -20px;
    font-size: 60px;
}

.dd {
    font-size: 13px;
    color: #32FBFF;
}

img.store-icon {
    width: 180px;
}

div.store-icon {
    margin-right: 10px;
}

.row-news-title {
    margin-top: -50px;
    font-size: 26px;
    color: #19BEC1;
    font-weight: 800;
}

.news-icon {
    margin-left: 8px;
    width: 24px;
}

.new-products {
    margin-top: 60px;
}

.new-product-card {
    margin: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    background-color: white;
}

.new-product-card .header img {
    width: 100%;
}

.new-product-card .product-details {
    min-height: 227px;
    margin: 10px 25px;
    height: 150px;
}

.new-product-card .product-details .row .col .title {
    text-align: center;
    color: #233951;
    font-size: 30px;
}

.new-product-card .product-details .row .col .details {
    margin-top: 15px;
    color: #818181;
    font-size: 12px;

}

.new-product-card .product-details .row .col .details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new-product .new-product-card .row.shop-btn {
    position: absolute;
    left: 35px;
    bottom: 35px;
}

.new-product .new-product-card .product-details .row div .my-btn {
    margin-top: 20px;
}

.row div .my-btn i {
    margin: 0 5px;
    display: inline;
}

.my-outline-button {
    background: 0;
    border: 1px solid #19BEC1;
    color: #19BEC1;
}

.my-outline-button.small-btn {
    padding: 3px 5px;
    font-weight: 500;
}

.btn-gray-outline-sm {
    border: #54545a 1px solid;
    color: #54545a;
    background: 0;
    cursor: pointer !important;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-top20 {
    margin-top: 20px;
}

.all-products-icon {
    height: 21px;
    margin: 0 5px;
}

button img {
    display: inline;
}

.first-product-hero {
    margin-top: -70px;
    background-position: center !important; /* Background styles */
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -50;
    color: white;
}

.third-product-hero {
    background-position: center !important; /* Background styles */
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -50;
    color: white;

}

.first-product-hero svg, .third-product-hero svg {
    width: 100%;
}

.SuggestedProducts .type-of-product {
    text-align: center;
    font-size: 17px;
    color: white;
    text-shadow: 0 0 6px black;
}

.SuggestedProducts .short_name {
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    color: white;
    margin-top: -40px;
}

.SuggestedProducts .title_short .col-8 {
    margin: auto 0;
}

.SuggestedProducts .icon-of-product {
    text-align: center;

}

.SuggestedProducts .title_short .icon-of-product img {
    width: 100px;
}

.title_short {
    display: none;
}

.margintop-200 {
    margin-top: 200px;
}

.margintop-300 {
    margin-top: 300px;
}

div.list-titr {
    font-size: 34px;
    font-weight: bold;
}

.atributies .row ul.list-of-product-capabilities {
    margin-top: 20px;

}

.atributies .row ul.list-of-product-capabilities li {
    margin-top: 6px;
    font-size: 14px;
}

.first-product-hero .container div .row .col-md-5, .first-product-hero .container div .row .col-md-7 {
    padding: 20px;
    margin: auto 0;
}

.third-product-hero .container div .row .col-md-5, .third-product-hero .container div .row .col-md-7 {
    padding: 20px;
    margin: auto 0;
}

.second-product-hero .container div .row .col-md-5, .second-product-hero .container div .row .col-md-7 {
    padding: 20px;
    margin: auto 0;
}

.second-product-hero {
    background-color: #EEEFF0;
    z-index: 0;
    padding-bottom: 10px;
}

.third-product-hero {
    padding-bottom: 25px;
}

.third-product-hero svg {
    -webkit-filter: drop-shadow(1px 20px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(1px 20px 7px rgba(0, 0, 0, 0.5));
    z-index: 0;
    margin-top: -5px;
}

.second-product-hero .container .row .col-md-7.atributies .row ul.list-of-product-capabilities li {
    color: #818181;
}

.second-product-hero .container div .row .col-md-5 .row .short_name a {
    color: #34547A !important;
}

.second-product-hero .container div .row .col-md-7 .row.list-titr {
    color: #34547A;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: white;
}

.footer {
    background-color: #4C505F;
    padding: 25px 0;
}

.footer-logo img {
    width: 135px;
    height: auto;
}

.my-col {
    display: inline-block;
    margin: 0 20px;
}

.social-medias li a {
    color: #19BEC1 !important;
}

.social-medias li a img {
    height: 20px;
    margin-top: -6px;
}

.main-hero svg {
    width: 100%;
}

.margin-bottom-50 {
    margin-bottom: 50px;;
}

progress {
    background: #CDCDCD;
    border: 0;
    border-radius: 50px;
    height: 4px;
}

.comp-register progress {
    position: absolute;
    right: 100%;
    bottom: 100%;
    margin-bottom: 18px;
    margin-right: -56%;
    display: none;
    direction: ltr;
}

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

progress.low::-moz-progress-bar {
    background: #C11924;
}

progress.medium::-moz-progress-bar {
    background: #C1A519;
}

.bg-my-yellow {
    background: #C1A519;
    color: white !important;
}

.text-my-yellow {
    color: #C1A519;
}

.border-my-yellow {
    border-color: #C1A519;
}

.text-my-red {
    color: #C11924;
}

.bg-my-red {
    background: #C11924;
    color: white !important;
}

.border-my-red {
    border-color: #C11924;
}

progress.good::-moz-progress-bar {
    background: #19BEC1;
}


progress.low::-webkit-progress-value {
    background: #C11924;
}

progress.medium::-webkit-progress-value {
    background: #C1A519;
}

progress.good::-webkit-progress-value {
    background: #19BEC1;
}

.progress-container {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: rgb(25, 190, 193);
    background: linear-gradient(-90deg, rgba(25, 190, 193, 1) 0%, rgba(193, 165, 25, 1) 50%, rgba(193, 25, 36, 1) 100%);
}

.progress-container div {
    border-radius: 4px;
    background: #CDCDCD;
}

progress.low {
    color: #C11924;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

progress.medium {
    color: #C1A519;
}

progress.good {
    color: #19BEC1;
}


.hero {
    padding-top: 70px;
    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -50;
    background-blend-mode: multiply;
}

.hero svg, .main-hero svg {
    width: 100%;
}

.hero, .main-hero {
    width: 100%;
    color: white;
}

.products-icon {
    width: 33px;
}

.introduction {
    color: #233951;
    margin-top: -70px;
}

.products-list {
    margin: 40px 0 70px 0;
}

.products-list .product-border {
    color: #233951;
    padding: 30px;
    margin-top: -1px;
    border: 1px solid #D6D6D6;
}

.products-list .product-border .row .specifications {
    margin: auto 0;
}

.products-list .product-border .row .specifications .row .col .title {
    font-weight: bold;
    font-size: 20px;
}

.products-list .product-border .row .specifications .row .col .title a {
    color: #233951 !important;
}

.products-list .row:nth-child(2n+1) .product-border {
    background-color: white;
}

.products-list .row:nth-child(2n+1) .product-border {
    background-color: #F8F8F8;
}

.products-list {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    color: #233951;
}

.products-list .product-icon img {
    width: 146px;
}

.products-list .product-icon {
    text-align: center;
    margin: auto 0;
}

a.link {
    color: #19BEC1;
    font-weight: bold;
}

.description {
    color: #404040;
    font-size: 14px;
    margin: 30px 0 !important;
    font-weight: normal;
}

.hero-inner .page-icon i {
    font-size: 35px;
}

.register .panel-content, .login .panel-content {
    padding: 0 60px;
}

.comp-register .panel-content {
    padding: 0 45px;
}

.text-small {
    font-size: 13px;
}

.text-smaller {
    font-size: 10px;
}

.panel {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    background-color: white;
    color: #494949;
    position: relative;
}

.panel .disable-panel {
    background-color: #EEEEEE;
}


.panel .disable-panel .input {
    background-color: #EEEEEE;
}

.panel .disable-panel .input input {
    background-color: #EEEEEE;
}


.panel .panel-footer {
    background-color: #233951;
    color: white;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 18px;
    margin-top: 50px;
}

.margin-top-1 {
    margin-top: -1px;
}

.margin-left-1 {
    margin-left: -1px;
}

.footer:not(.home_footer) {
    margin-top: 150px;
}

.product div.content {
    padding: 50px;
}

.product .row.header-of-product .title .name {
    font-weight: bold;
    font-size: 1.5rem;
}

.product img.product_pic {
    width: 440px;
    margin-right: 20px;
}

.tab-header {
    background-color: #E9E9E9;
    margin-top: 50px;
}

div.tab {
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 20px 15px 20px;
    border: 1px solid #c5c5c5;
    border-top: 3px solid #E9E9E9;
    background-color: #E9E9E9;
    color: #6f6f6f;
    margin-right: -1px;
    margin-right: -1px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

div.tab.active {
    border: 0;
    border-top: 3px solid #1993C1;
    background-color: #FCFCFC;
    color: #6f6f6f;
    margin-right: 0;
}

.custom-file-label {
    color: #6f6f6f;
}

.input-group {
    cursor: pointer !important;
}

.tab svg {
    margin: 0 0 0 15px;
    height: 13px;
}

div.tab.active .fas {
    display: initial;
}

div.tab.active .far {
    display: none;
}

div.tab:not(.active) .far {
    display: initial;
}

div.tab:not(.active) .fas {
    display: none;
}

div.tab:not(.active):hover {
    background-color: #e2e2e2;
    border-top: 3px solid #cfcfcf;

}

div.tab:nth-child(1) {
    margin: 0;
    border-right: 0;
}

i.fa-list-ul, i.fa-clipboard-list {
    transform: scale(-1, 1);
}

div.tab i {
    margin: 0 0 0 15px;
    color: #a4a4a4;
}

.mobile_tab {
    display: none;
    text-align: center;
}

p {
    margin: 0;
}

.tab-content {
    background-color: #FCFCFC;
    padding: 30px 50px;
}

.product .tab-content .tab-content-panel {
    display: none;
}

.product .tab-content .tab-content-panel#product-introduction {
    display: block;
}

.product .tab-content .tab-content-panel .row .col.title {
    font-size: 19px;
    font-weight: bold;
    color: #494949;
}

.product .tab-content .tab-content-panel .row .col.short_name {
    font-size: 15px;
    font-weight: 300;
    color: #CDCDCD;
}

.product .tab-content .capability, .product .tab-content .specification {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fefefe;
    border-radius: 15px;
}

.product .tab-content .capability-icon {
    font-size: 60px;
    margin: auto 0;
    color: #233951;
}

.product .capability-header {
    margin-top: 15px;
    font-size: 14px;
    color: #494949;
}

.product .capability-title {
    color: #233951;
    font-weight: 900;
    font-size: 30px;
    margin-top: 15px;
}

.product .list-of-product-capabilities {
    margin-top: 15px;
    font-size: 14px;
}

.product .specification-title {
    font-size: 14px;
}

.product .specification .section {
    margin-bottom: 60px;
}

.product .specification-title i {
    color: #19BEC1;
}

.product .capability-image {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50px 0 50px 50px;
    margin: 30px;
}

.Property .PropertyElement-icon {
    font-size: 65px;
    color: #19BEC1;
}

.product .product-pic {
    margin: auto 0;
}

.product .PropertyElement-content {
    font-weight: 950;
    font-size: 26px;
    margin-top: -50px;
}

.purple, .purple i {
    color: #C1195E !important;
}

.specification {
    padding: 25px;
}

.specification .Specifications-list .SpecificationListRow {
    margin-top: 5px;
}

.specification .Specifications-list .SpecificationListRow .key.blank {
    background: 0;
}

.specification .Specifications-list .SpecificationListRow .key, .specification .Specifications-list .SpecificationListRow .value {
    padding: 10px;
    background-color: #fafafa;
    font-size: 13px;
}

.slide_img {
    margin-top: 20px;
}

.slide_img img {
    width: 100%;
}

.margin-top-30 {
    margin-top: 30px;
}

video {
    width: 100%;
}

.panel .title {
    padding: 0 30px;
    font-size: 25px;
    font-weight: 700;
    color: #233951;
}

.lic {
    padding-bottom: 30px !important;
}

.subtitle {
    padding: 0 30px;
    font-size: 13px;
    font-weight: 400;
    color: #6F6F6F;
}

.bg-F8F8F8 {
    background-color: #F8F8F8;
}

.custom-file-label::after {
    font-family: 'Font Awesome 5 Pro', iranyekan;
    content: "انتخاب \f37e";
    background-color: #FFFFFF;

}

.new_comment {
    font-size: 50px;
}

.title-hr {
    border-top: 1px solid #19BEC1;
    width: 100%;
    margin: 0;
}

.input-label {
    color: #818181;
    margin: 0 5px 5px 0;
    font-size: 13px;
}

.input-label.blank_label {
    height: 29.25px;
}

::-webkit-input-placeholder {
    color: #CDCDCD;
    font-size: 13px;
}

::-moz-placeholder {
    color: #CDCDCD;
    font-size: 13px;
}

:-ms-input-placeholder {
    color: #CDCDCD;
    font-size: 11px;
}

::placeholder {
    color: #CDCDCD;
    font-size: 11px;
}

.input.with-icon i {
    color: #999;
}

.input.with-icon svg {
    color: #999;
    width: 14px;
    margin-left: 5px;
    margin-top: -5px;
}

.input {
    border: 1px solid #CDCDCD;
    border-radius: 2px;
    margin-bottom: 18px;
    padding: .375rem .75rem;
}

.input input {
    display: inline;
    color: #777;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-weight: 500;
    line-height: 1.5;
    background-color: transparent;
    border: 0;
}


.input.with-icon input {
    width: calc(100% - 37px);
}

input.my_input {
    border: 1px solid #CDCDCD;
    border-radius: 2px;
    padding: .375rem .75rem;
    width: 100% !important;
}

.panel-content .title {
    padding: 0 0 0 20px;
    color: #666;
    font-weight: 500;
}


textarea {
    border: 0;
    width: 100%;
    line-height: normal;
    background-color: transparent;
    color: #777;
}

.border-left_ {
    border: 0;
    border-left: 1px solid #818181;
}

.input-group.has-error {
    color: #C11924 !important;
    border: 1px solid #C11924;
}

.select2-container--default .select2-selection--single {
    border: 0;
    background-color: transparent;
}

.select2-results__option[aria-selected] {
    color: #777;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    background-color: #19BEC1;
}

.my-input.has-error i, .my-input.has-error svg, .my-input.has-error .input, .my-input.has-error .input input, .form-error-message {
    color: #C11924 !important;
}

.my-input i, .my-input svg {
    margin-left: 5px;
}

.my-input.has-error .input {
    border-color: #C11924 !important;
}

.input-error-message::before {
    width: 0;
    height: 0;
    border-color: #C11924 transparent transparent;
    border-style: solid;
    border-width: 10px 12px 0;
    top: 100%;
    right: 35px;
    content: "";
    position: absolute;
    z-index: 700;
}

.my-input.has-error .input-error-message {
    display: initial;
}

.input-error-message {
    background-color: #C11924;
    color: white;
    font-size: 11px;
    padding: 5px 15px;
    position: absolute;
    display: none;
    right: 100%;
    bottom: 100%;
    margin: 0 -150px 15px 0;
    white-space: nowrap;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    z-index: 800;
}

.pointer-cursor {
    cursor: pointer;
}

.licenses-table .head {
    background-color: #34547A;
    padding: 7px;
}


form {
    width: 100% !important;
}

.colswitch {
    margin-top: 5px;
}

.switch {
    margin: 0;
    -webkit-appearance: none;
    height: 1rem;
    width: 2rem;
    background-color: #CDCDCD;
    border-radius: 43px;
    position: relative;
    cursor: pointer;
}

.switch::after {
    top: 1px;
    left: 2px;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    transition: 200ms;
}

.switch:checked {
    background-color: #19BEC1;
}

.switch:checked::after {
    transform: translateX(1rem);
}

.switch:focus {
    outline-color: transparent;
}

div .switch_ {
    display: inline;
}

select {
    width: 100%;
    border: 0;
    background-color: transparent;
}

select.select2 {
    width: calc(100% - 25px);
    border: 0;
    background-color: transparent;
}

@media only screen and (max-width: 1100px) {

    .margin-top-150 {
        margin-top: -75px;
    }

    .margin-bottom-n150 {
        margin-bottom: -75px;
    }

    .first-product-hero {
        margin-top: 50px !important;
    }

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

    .mobile_menu {
        display: none;
    }

    header .container {
        width: 700px;
    }
}

@media only screen and (max-width: 576px) {
    .border-left_ {
        border-left: 0;
        border-bottom: 1px solid #818181;
    }
}

@media only screen and (max-width: 800px) {

    .input-error-message {
        white-space: normal;

    }

    .main-hero {
        padding-top: 10px;
    }

    .main-hero img {
        height: 125px;
    }

    .d {
        margin-top: 0px;
        font-size: 30px;
    }

    .cent {
        text-align: center;
    }

    .title_short {
        display: block;
    }

    .title_larg {
        display: none;
    }

    .product .row.header-of-product .title .description {
        font-size: 12px;
    }

    .specification {
        padding: 0px;
    }

    .SpecificationListRow .col-6 {
        padding: 2px;
    }

    .tab-content {
        padding: 0 15px;
    }

    .mobile_tab {
        display: block;
    }

    .mobile_tab i {
        font-size: 20px;
        margin: auto auto !important;
    }

    .tab-header .row.normal-tab {
        display: none;
    }

    .margin-top-150 {
        margin-top: -30px;
    }

    .first-product-hero {
        margin-top: 0 !important;
    }

    .first-product-hero .container div .row .col-md-7 {
        margin-top: 20px !important;
    }

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

    .main-icon {
        text-align: center;
    }

    .shopping-cart-text {
        display: none;
    }

    .mobile_menu {
        display: none;
    }

    header {
        padding: 0 50px;
        height: 60px;
    }

    header .container {
        width: 100%;
    }

    header .container .icons a {
        width: 25px;
        height: 25px;
    }

    header .head_nav {
        display: none;
    }

    header .logo {
        text-align: center;
    }

    header .mobile_nav {
        cursor: pointer;
        display: block !important;
    }

    header .mobile_nav .stripe {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {


    .register .panel-content, .login .panel-content {
        padding: 0 21px;
    }

    .comp-register .panel-content {
        padding: 0 21px;
    }

    .row-news-title {
        margin-top: -25px;
    }

    div.list-titr {
        font-size: 22px;
        font-weight: 900;
    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    .product .row.header-of-product .title {
        text-align: center;
    }

    .product .row.header-of-product .title .name {
        font-weight: bold;
    }

    .product .row.header-of-product .title .description {
        padding-right: 0 !important;
    }

    .first-product-hero {
        margin-top: 0 !important;
    }

    .margin-top-150 {
        margin-top: 0;
    }

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

    .shopping-cart-text {
        display: none;
    }

    header {
        padding: 0 20px;
    }

    header .logo span {
        font-size: 20px !important;
    }

    .mobile_menu:before {
        margin: -10px 5px;
    }

    .mobile_menu nav {
        padding: 30px 50px;
    }

    .mobile_menu nav ul li {
        margin: 20px 0;
    }

    .mobile_menu nav ul li a {
        font-size: 18px;
    }

    .mobile_menu nav ul li a:before {
        height: 23px !important;
    }
}

.margin-top-10 {
    margin-top: 10px;
}

td {
    white-space: nowrap;
    overflow: hidden;
}

.sticky-top {
    top: 20%;
}

.modal {
    color: #494949;
}


table {
    font-size: 11px;
}

.underline-dashed {
    color: #19BEC1 !important;
    border-bottom: #19BEC1 dashed 1px;
    display: inline;
}