body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    width: 100%;
    /*background: transparent linear-gradient(112deg, #DBF6FF 0%, #CDF0FC 100%, #164B65 100%) 0% 0% no-repeat padding-box;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #28B5E0;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

.logo {
    width: 201px;
    /*height:98px;*/
}

/* top */
#top {
    background-color: #28B5E0;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 50px;
}

#top .container {
    padding: 0 20px;
    padding-top: 8px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

.dropdown-menu a,
.dropdown-menu a:hover {
    color: #000 !important;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #000;
    /*text-shadow: 0 1px 0 #FFF;*/
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top-links span {
    font-size: 18px;
    margin-left: 5px;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

/*#top-links {
	padding-top: 6px;
}*/
#top-links a + a {
    margin-left: 15px;
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

.body_heading {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    color: #3085B6;
    line-height: 55px;
}

/* cart */
#cart {
    margin-bottom: 10px;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    border: none;
    background: none;
    box-shadow: none;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    /*wd*/
    /*border-color: #1f90bb #1f90bb #145e7a;*/
    min-height: 40px;
}

#menu .nav > li > a {
    color: #3085B6;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    min-height: 15px;
    background-color: transparent;
    font-size: 14px;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    border-bottom: 3px solid #e2e2e2;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #fff;
    /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
    background-repeat: repeat-x;
    border-color: #fff;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #000;
    background-color: #dadada;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #top-links a {
        color: white !important;
    }

    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 300px;
}

/* footer */
footer {
    /*margin-top: 30px;*/
    padding-top: 30px;
    background-color: #E3F8FF;
    /*border-top: 1px solid #ddd;*/
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #ccc;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #3085B6;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

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

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #000;
    /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
    background-repeat: repeat-x;
    border-color: #000;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #666;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #CFF1FD;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.buyButton {
    background: #EBAD28;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    width: 85px;
    height: 30px;
    float: right;
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 70px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

a.btnBuyss {
    color: white;
    background-color: #000;
    text-shadow: none;
}

a.btnBuyss: hover, .btnBuyss: active {
    background-color: #666;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #000;
    font-size: 18px;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.ss1 {
    padding: 0 0 0 10px;
    margin: 0;
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fbfbfb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ss1 select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ss1 select:focus {
    outline: none;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%) !important;
    background-position: calc(100% - 20px) calc(1em + 7px),
    calc(100% - 15px) calc(1em + 7px) !important;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em !important;
    background-repeat: no-repeat !important;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%) !important;
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em !important;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em !important;
    background-repeat: no-repeat !important;
    border-color: green;
    outline: 0;
}

.formElementHolder {
    float: left;
    width: 45%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebe8ea;
    margin-right: 5%;
    min-width: 320px;
}

.redStar {
    font-size: 15px;
    color: red;
    margin: 10px 5px 0 0;
    float: left;
}

.err {
    color: red;
}

@media (max-width: 600px) {
    .headerTitleCalc {
        font-size: 25px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 400px) {
    .headerTitleCalc {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}

/*Phone Exchange Redesign 2023*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,900;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700&display=swap');
body {
    background: #fff;
    color: #000;
}

#top {
    margin: 0;
}

.breadcrumb {
    display: none;
}

.top-line {
    background: #F9F6F2 url(../image/logo-bg.svg) no-repeat right;
    background-size: contain;
    font-family: 'Montserrat', sans-serif;
    padding: 30px 10px;
}

.top-line h1, #product-product h1 {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.top-line p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
}

.desciption-line {
    font-size: 16px;
    margin: 30px 0;
    line-height: 24px;
}

.desciption-line p a {
    font-weight: 700;
    text-decoration: underline;
    color: #000;
}

.btn.btn-primary {
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: 14px;
}

/*Registration*/
#account-register form, #account-edit form, #account-reset form, #account-password form, .wrapped-content, .right-specs {
    padding: 40px;
    background: #F9F6F2;
    border-radius: 20px;
    margin: 40px 0;
    font-size: 14px;
}

.right-specs {
    margin-top: 0;
}

#account-register form fieldset, #account-edit form fieldset, #account-reset form fieldset, #account-password form fieldset {
    margin-bottom: 40px;
}

#account-register form fieldset:nth-of-type(4) {
    margin-bottom: 10px;
}

#account-register form fieldset:nth-of-type(4) legend {
    display: none;
}

#account-register form legend, #account-edit form legend, #account-reset form legend, #account-password form legend, .wrapped-content h2 {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    border-bottom: 0;
    padding: 0;
    margin: 0 0 30px 0;
    font-family: 'Montserrat', sans-serif;
}

#account-register form label.control-label {
    display: none;
}

input[type=text], input[type=email], input[type=tel], input[type=password], .sign-docs input[type=text] {
    background: #E8E6E2;
    font-size: 16px !important;
    padding: 15px 25px;
    border-radius: 15px;
    color: #000;
    border: 0;
    box-shadow: none;
    height: auto !important;
}

.wrapped-content h2 {
    margin-bottom: 15px;
    margin-top: 40px;
}

/*Side Menu*/
.list-group {
    padding: 40px;
    background: #F9F6F2;
    border-radius: 20px;
    margin: 40px 0;
}

.list-group a {
    border: 0;
    color: #000;
    background: transparent;
    padding: 15px 0;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 0;
    font-size: 14px;
}

.list-group a:hover {
    border: 0;
    border-bottom: 1px solid #D1D1D1;
    background: transparent;
    color: #999;
}

p.list-group-item {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    text-align: left !important;
}

.btnBuyss {
    background: #000 !important;
    color: #fff !important;
    padding: 5px 15px !important;
    font-size: 11px !important;
    margin-top: 5px;
}

/*Calculations*/
#account-order .wrapped-content h2, #account-reward .wrapped-content h2, .calculator-module .wrapped-content h2 {
    margin-top: 0;
}

.calculations-list .row {
    background: #E8E6E2;
    margin-bottom: 10px;
    padding: 15px 25px;
    border-radius: 15px;
}

.calculations-list {
    font-weight: bold;
    color: #000;
}

.calculations-list span {
    font-weight: 400;
}

.certificate-price {
    padding-left: 35px;
    background: url(../image/certificate-price.svg) no-repeat left;
    background-size: contain;
    font-size: 12px;
}

.test-start {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 8px;
    color: #fff;
    background: #009D18;
    font-size: 12px;
}

.test-start.awaiting {
    font-size: 10px;
    background: #cecece;
    color: #555;
}

.certificate-test {
    background: url(https://phone-exchange.bg/image/fonnit.svg) no-repeat left;
    background-size: contain;
    font-size: 15px;
    padding: 10px 0 0 35px;
}

/*Calculator Module*/
.calculator-module {
    font-size: 16px;
    position: relative;
}

.calculator-module select, .ss1 {
    width: 100%;
    background: #E8E6E2;
    font-size: 16px !important;
    padding: 15px 25px;
    border-radius: 15px;
    color: #000;
    border: 0;
    box-shadow: none;
    height: auto !important;
}

.numba2 input[type=radio] {
    margin-bottom: 10px;
}

.numba3 {
    width: 500px;
}

.numba1 h3 {
    font-size: 30px;
}

.formContainer {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .numba1,
    .numba2,
    .numba3 {
        width: 100%;
    }

    .numba1 h3 {
        font-size: 25px;
    }

    #menu #category {
        color: #000 !important;
    }

    #procedura,
    #uploadlink {
        font-size: 12px;
    }
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.checkbox-right input[type=checkbox] {
    margin-right: 5px;
    margin-bottom: 5px;
}

.mypopup {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    border-radius: 20px;
    z-index: 100;
}

.appstores img {
    width: 100%;
    max-width: 250px;
    margin-top: 15px;
}

.mytest {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.mytest h3 {
    font-weight: bold;
    color: #000;
}

.mytest img {
    width: 100%;
    max-width: 220px;
}

.mytest.last-test {
    text-align: center;
}

.mytest.last-test img {
    max-width: 600px;
    margin: 15px 0;
}

.sign-docs {
    position: fixed;
    min-height: 100px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.sign-docs form {
    padding: 0;
    margin: 0;
}

.sign-docs label {
    display: block;
    font-size: 16px;
}

.sign-docs input[type=text] {
    margin-top: 10px;
    margin-bottom: 20px;
    min-width: 500px;
}

.sign-docs h2 {
    font-weight: 900;
    color: #fff;
}

/*Nav Tabs On Produc*/
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 10px;
}

.nav-tabs > li > a {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0 !important;
    border-bottom: 2px solid #000 !important;
}

.tab-content {
    margin-bottom: 30px;
}

.tab-content > .active p, .tab-content > .active font {
    background: transparent !important;
    font-size: 15px !important;
}

.tab-content > .active {
    padding: 15px;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .hidden-sm {
        display: none !important;
    }

    .mytest {
        flex-direction: column;
    }

    .sign-docs input[type=text] {
        min-width: unset;
        width: 100%;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .calculations-list .row div {
        text-align: left !important;
    }

    .calculations-list .row div + div {
        margin-top: 10px;
    }

    .calculator-module input[type=text], .calculator-module input[type=select], .calculator-module .ss1 {
        margin-bottom: 15px;
    }

    .mypopup {
        top: 0;
    }

    .mypopup .decision {
        text-align: center;
    }

    .mypopup .decision input[type=button] {
        margin-bottom: 10px;
        display: inline-block;
    }
}

/*New Layout Design*/
.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

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

.neww3 {
    border: 3px solid #F2EEE9 !important;
    margin-bottom: 40px !important;
}


/* calc_list.twig modal and button styles */
a.giveVoucherButton:hover, a.giveVoucherButton:focus {
    color: #23527c !important;
}

.giveVoucherModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.voucherModal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 2px solid black;
    width: 70% !important;
    text-align: center;
}

.voucherModal-content input[type=email] {
    background: initial;
    font-size: initial;
    height: initial;
    border: 1px solid black;
    text-indent: 5px;
    padding: 5px !important;
}

.voucherModal-content select {
    border: 1px solid black;
    text-indent: 5px;
}

.close {
    float: right;
    font-size: 35px;
    font-weight: 800 !important;
    margin-top: -10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.voucherForm {
    width: 300px !important;
    margin: auto;
    padding: 30px 0 !important;
}

.voucherForm label {
    font-size: 20px;
    font-style: italic;
}

.voucherForm label.store {
    margin-top: 20px;
}

.voucherForm .btn {
    margin-top: 20px;
}

.voucherForm option {
    font-size: 17px;
}

.voucherForm .row {
    padding: 0 !important;
    background: initial;
}

@media only screen and (max-width: 768px) {
    .voucherForm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto !important;
        align-items: center;
    }

    .voucherForm option {
        font-size: 12px !important;
    }
}