@charset "UTF-8";

:root {
    --ink-black: #0e1213;
    --prussian-blue: #1d1f2e;
    --regal-navy: #303433;
    --school-bus-yellow: #d9303f;
    --gold: #971110;
    --bg: #fff;
    --card: #e2e1e6;
    --card2: #ceb185;
    --text: #0e1213;
    --muted: #766f55;
    --brand: #d9303f;
    --line: rgba(48, 52, 51, .28);
    --shadow: none;
    --radius: 18px;
    --radius2: 14px;
    --max: 1180px;
    --orange: #d9303f;
}

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: transparent;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
}

body {
    margin: 0;
    padding: 0;
    /*    font-family: Verdana, Arial, sans-serif;*/
    /*    font-family: Arial, sans-serif;*/
    font-family: "Krub", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text);
    background-color: var(--bg);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
/*    background-color: #f3f3f2;*/
}

a:link, a:visited {
    color: var(--brand);
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:active {
    color: var(--prussian-blue);
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
    font-weight: normal;
    color: var(--text);
    /*padding: 1px;*/
    margin: 0;
}

h1 {
    /*padding: 10px 0 0 20px;*/
}

h4 {
    color: #666666;
    margin: 0.35em 0 0.25em;
    padding: 0;
}

ul { list-style: none; margin: 0; padding: 0; }
.clearfix { clear: both; margin: 0; padding: 0; content: ""; display: table; overflow: auto; }

.promo-bar {
    background-color: rgba(244, 244, 56, 1);
    color: rgba(0, 0, 0, 1);
    padding: 7px;
    position: relative;
}
/**********************************************************/
/* TOP BAR */
/**********************************************************/
.top-menu {
    background: #ccc;
    background: linear-gradient(0deg,rgba(204, 204, 204, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    line-height: 1;
    /*color: #fff;*/
    padding: 10px 0px;
    margin: 0;
    /*display: none;*/
    border-bottom: 1px solid var(--prussian-blue);
}

.top-menu ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: normal;
    margin: 0;
    padding: 0;
}

.list-inline {
    float: left;
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline:after { clear: both; overflow: hidden; margin: 0; padding: 0; display: block; }
.top-menu ul li { padding: 0 10px; display: inline-block; }
.top-menu ul li ul.dropdown-menu {
    display: none;
}
.top-menu ul li a, .top-menu ul li a:visited {
    color: #444;
    text-decoration: none;
}

.top-menu ul li a:hover { color: var(--gold); text-decoration: underline; }
/*a8f303*/
/**********************************************************/
/* HEADER */
/**********************************************************/
.header {
    background: var(--gold);
    padding: 25px 0;
    align-items: center;
    border-top: 1px solid #fff;
    /*border-bottom: 1px solid #444;*/
}

.header .row {
    align-items: center;
}
    .logo {
        /*background-color: #ccc;*/
        display: block;
    }
    .search_wrapper {
        position: relative;
        border: 2px solid;
        border-color: #f7c132;
        background: #fff;
        border-radius: 3px;
        /*padding-right: 48px;*/
        /*margin: 0 -15px;*/
    }
    .search_wrapper .button-search {
        position: absolute;
        right: -2px;
        top: -2px;
        bottom: -2px;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        transition: all 400ms;
        width: 50px;
        line-height: 44px;
        text-align: center;
        background: #f7c132;
        border-radius: 0px 3px 3px 0px;
    }
    #search {
        width: 100%;
        display: table;
    }
    #search input {
        display: table-cell;
        border: none;
        padding: 10px 13px;
        font-size: 14px;
        width: 100%;
        height: 40px;
    }

    .myaccount {
        /*background-color: #f3f3f3;*/
    }
    .welcome_message.square {
        display: inline-block;
        color: #ccc;
        margin: 0;
        line-height: 16px;
        text-align: left;
        /* margin-right: -15px; */
        padding: 0 0 0 15px;
    }
    .welcome_message.square .welcome_holder {
/*        color: #fff;*/
        min-height: 42px;
        padding: 5px 0 0 40px;
        position: relative;
    }
    .welcome_message.square .welcome_holder i {
        position: absolute;
        font-size: 24px;
        left: 12px;
        top: 9px;
    }
    .welcome_message.square .welcome_holder span {
        display: block;
        font-size: 14px;
    }
    .square a, .square a:visited { color: #f0be44; }
    .square a:hover { color: #fff; text-decoration: underline; }

/**********************************************************/
/* NAVIGATION MENU */
/**********************************************************/
.topnav {
    margin: 0;
    padding: 0;
    background: #363636;
    display: block;
    position: relative;
    z-index: 12;
}

.topnav:before, .topnav:after {
    content: " ";
    display: table;
    clear: both;
}

.topnav ul {
    list-style: none;
    padding: 0px;
    margin: 10px;
}

.topnav ul li {
    float: left;
    padding: 1px 5px 0 5px;
    margin: 0px 2px 0px 2px;
}
.topnav ul li a, .topnav ul li a:visited { font-size: 14px; font-weight: normal; color: #fff; text-decoration: none; }
.topnav ul li a:hover { text-decoration: none; border-bottom: 2px solid var(--gold); }
.topnav ul li.selected {
    
/*    background-color: #82ad65;*/
}
.topnav ul li.selected a:hover{ text-decoration: none; }
.topnav ul li.sep {
    background-color: transparent;
    color: #464649;
}

/**********************************************************/
/* WRAPPER */
/**********************************************************/    
.container {
    /*
    min-width: 990px;
    max-width: 1004px;
    max-width: 719px;
    margin: 0 auto;
    */
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    /*background: #333;*/
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
    flex-direction: row;
    justify-content: flex-start;
}

.wrapper {
    /* background: #fff; */
    padding: 10px 0;
}

/**********************************************************/
/* CONTENT */
/**********************************************************/
.content {
/*    margin: 0 0 20px 0;*/
    position: relative;
    display: block;
    /* width: 74%; 
    padding: 15px;
    background: #fff; */

}

/**********************************************************/
/* ROWS & GRID */
/**********************************************************/
.col-1,.col-10, .col-11, .col-12, .col-2, .col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
    float: left;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    width: 58.33333333%
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%
}
.col-12 {
    width: 100%;
}

/**********************************************************/
/* SIDEBAR */
/**********************************************************/
.sidebar {
    display: block;
    float: left;
    width: 25%;
    margin: 0 10px 0 0;
    position: relative;
}

.side-categories {
    padding: 5px;
    min-height: 200px;
    /*overflow-y: auto;*/
    position: relative;
    display: block !important;
    height: auto !important;
    background: #fff;
}
.side-categories ul {
    margin: 0;
    padding: 0;
    position: relative;
    /*float: left;*/
    list-style: none;
}
.side-categories ul > li {
    float: none;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.side-categories ul > li > a {
    color: black;
    display: block;
    padding: 3px 5px 3px 15px;
    border: 1px solid #eaeaea;
    margin: 0 0 -1px;
    text-decoration: none;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
}

.side-categories ul > li > ul.submenu {
    margin: 0;
    padding: 0;
    display: none;
    margin-left: 5px;
    padding: 5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 265px;
    z-index: 300;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.side-categories ul > li > ul > li {
    background: #ccc;
    padding: 0 15px 0 15px;
}

.side-categories ul > li > ul > li > ul {
    display: none;
    list-style: disc;
    margin: 0;
    padding: 0;
}

.side-categories ul > li > ul > li > ul > li {
    background: #fff;
    padding: 0 0 0 15px;
}
.side-categories a:hover {
    background-color: #f3f3f3;
}

.side-categories a.active {
    background-color: #04AA6D;
    color: white;
}

/**********************************************************/
/* INDEX */
/**********************************************************/
.hero {
    margin: 18px;
}

.hero-shell {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 18px;
    border-radius: 20px;
    background: #303433;
    color: #fff;
    padding: 26px;
}

.hero-eyebrow {
    color: #ceb185;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    margin-bottom: 8px;
}

.hero h1 {
    font-family: "Krub", sans-serif;
    font-size: 44px;
    line-height: 1.12;
    margin-bottom: 10px;
    color: #fff;
}

.hero-lead {
    font-size: 17px;
    color: rgba(255, 255, 255, .9);
    max-width: 62ch;
}

.hero-specs {
    margin-top: 16px;
}

.hero-specs li {
    margin: 0 0 8px;
    color: #f2ece1;
}

.hero-specs i {
    color: #d9303f;
    margin-right: 8px;
}

.hero-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.hero-kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    height: 100%;
}

.hero-kpi {
    background: #0e1213;
    border: 1px solid #4b4844;
    border-radius: 12px;
    padding: 14px;
    display: grid;
    gap: 4px;
}

.hero-kpi b {
    font-size: 23px;
    color: #fff;
}

.hero-kpi span {
    color: #d6cec1;
    font-size: 13px;
}

.hero-domain {
    /* background: url(domain-bg.jpg) no-repeat center center / cover; */
    /* color: white; */
    text-align: center;
    /* padding: 100px 20px; */
    /* display: flex
; */
    justify-content: center;
    align-items: center;
}

.hero-content {
    /* max-width: 600px; */
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 30px;
    /* border-radius: 10px; */
}

.hero-content h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 20px;
}


/**********************************************************/
/* HOSTING PLANS */
/**********************************************************/
.hosting-plans {
    padding: 25px;
    /* margin: 0 0 30px 0; */
    text-align: center;
    background: #f3f3f3;
}

.hosting-plans h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 30px;
}

.plans-container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: row;
}

.plan {
    padding: 18px;
    width: calc(25% - 12px);
    text-align: center;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 16px;
}

.plan h3 {
    font-family: "Krub", sans-serif;
    font-size: 1.8em;
    color: var(--gold);
    margin-bottom: 20px;
}

.plan p {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #2f3f59;
}

.prices {
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1;
    /* background: none; */
    font-weight: bold;
    position: relative;
    /* height: 2.3rem; */
}
.prices-dedicat {
    margin: 0 0 20px 0; background: #fff; border: 1px solid #ebebeb; border-radius: 16px;
}
.prices .price-currency {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    padding-right: .2rem;
    padding-top: .4rem;
}

.prices .price-value {
    font-size: 2.4rem;
    font-weight: 700;
    word-spacing: normal !important;
    color: var(--prussian-blue);
}
.prices .price-duration:before {
    content: "/";
    padding: 0 3px;
}
.prices .price-duration {
    font-size: 1.1rem;
    font-weight: 500;
    color: #60697b;
    margin-top: auto;
    margin-bottom: .25rem;
}
.price-starting-from {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding: 5px 0;
}
.prices del {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #9499a3;
}
.orange {
    color: var(--orange);
}
.plan-features {
    text-align: left;
    margin: 0 0 10px 0;
}
.plan-features hr {
    background: #f3ecdf;
    border: 1px solid #e4dbcc;
}
.plan ul { margin: 0; padding:  0; list-style: none; overflow:  hidden;}
.plan ul li {
    position:  relative;
    display: block;
    border-bottom: 1px dotted #ceb185;
    padding: 10px 0px 10px 0px;
}
.plan ul li i.fa {
    color: #8ad31f;
}

.li-span-rosu {
    float: right;
    margin-right: 5px;
    font-weight: 700;
    color: var(--regal-navy);
}

@media (max-width: 768px) {
    .plans-container {
        flex-direction: column;
        align-items: center;
    }

    .plan {
        width: 80%;
        margin-bottom: 20px;
    }

    .hero-shell {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero-kpis {
        grid-template-columns: 1fr 1fr;
    }

}

.domain-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.domain-input {
    border: none;
    padding: 10px;
    font-size: 1.2em;
    width: 60%;
    outline: none;
    background: #f8f8f8;
}

.domain-suffix{
    font-size: 1.2em;
    padding: 7px 10px 8px 10px;
    background: #f1f1f1;
    border-left: 3px solid #ddd;
    margin: 0 5px 0 0;
}

.tld-prices {
    display: flex;
    margin-top: 15px;
    font-size: 1.1em;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
}

.tld-prices p {
    margin: 5px 0;
}

.btn {
    display: inline-flex; align-items:center; justify-content:center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid var(--line);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    background: rgba(255,255,255,.03);
    transition: transform .06s ease, background .2s ease, border-color .2s ease;
    white-space: nowrap;
}
.btn:hover { background: rgba(255,255,255,.06); transform: translateY(-1px) }
.btn.primary {
    background: var(--gold);
    border-color: rgba(201,40,61,.35);
    color: #fff;
}
.btn.primary:hover { filter: brightness(1.02); text-decoration: none; }

.btn.outline {
    background: transparent;
    border-color: #ceb185;
    color: #fff;
}

.btn.outline:hover {
    background: #0e1213;
    color: #fff;
}

.btn-primary {
    /* display: inline-block; */
    background: var(--gold);
    color: white !important;
    padding: 11px 25px;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    border: none;
}

.btn-primary:hover {
    background: var(--school-bus-yellow);
    color: #fff;
}


/**********************************************************/
/* PARTNERS */
/**********************************************************/

.partners {
    text-align: center;
    padding: 32px 10px;
    background: #fff;
    margin: 10px 0 20px;
}

.partners h2 {
    font-size: 30px;
    color: #0e1213;
    margin-bottom: 20px;
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 26px;
}

.partner-logo {
    width: 22%;
    align-items: center;
}

.partner-logo {
    background: transparent;
    border: 0;
    border-radius: 0;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    transition: transform .2s ease;
}

.partner-logo img {
    max-height: 72px;
    max-width: 100%;
    width: auto;
    opacity: 1;
    transition: opacity .2s ease, transform .2s ease;
}

.partner-logo:hover {
    transform: translateY(-2px);
}

.partner-logo:hover img {
    transform: scale(1.02);
}

/**********************************************************/
/* FAQ */
/**********************************************************/
.faq {
    padding: 50px 20px;
    background: #f3ede0;
}

.faq h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.faq-item {
    margin-bottom: 15px;
}

.faq-button {
    background-color: #666666;
    color: white;
    font-size: 1.2em;
    padding: 15px;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: left;
    border-radius: 5px;
    transition: 0.3s;
}

.faq-button:hover {
    background-color: var(--gold);
}

.faq-answer {
    padding: 10px 15px;
    display: none;
    background-color: #f1f1f1;
    margin-top: 10px;
    border-radius: 5px;
}

.faq-button:focus + .faq-answer,
.faq-button.active + .faq-answer {
    display: block;
}


/**********************************************************/
/* PANEL */
/**********************************************************/
.box {
    margin: 0 0 10px 0;
    padding: 0 10px 0 0;
}
.box-title {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    background: #464646;
    font-weight: bold;
    padding: 6px 8px;
    margin: 0;
    color: #ffffff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.box-body {
    background: #fff;
    border: 1px solid #e3e3e3;
}
/*.boxmarginright { padding-right: 10px; }*/

.box-body2 {
    background: #323232;
    padding: 5px;
}
.box-body2 a { color: #eee; text-decoration: none; }
.box-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.box-body ul li {
    padding-left: 15px;
    margin: 2px 10px;
    /* padding: 4px 15px; */
    /* border-bottom: 1px solid #dbdbdb; */
    display: block;
    background: url(images/link_arrow.jpg) no-repeat left;
}
.box-body ul li a, .box-body ul li a:visited .side1 ul ul li a {
    color: #585858;
    text-decoration: none;
    font-size: 14px;
}
.box-body li a:hover { color: #a60202; text-decoration: underline; }
.box-body ul li.line {
    height: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: #dbdbdb;
    line-height: 0px;
    font-size: 0px;
}
.box-body ul li + li.line:last-child {
    display: none;
    height: 0;
}

/*
.box-body form.search {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}
.box-body form.search input[type=text] {
    padding: 5px;
    border: none;
    float: left;
    width: 70%;
    background: #f1f1f1;
}

.box-body form.search button {
    width: 30%;
    padding: 5px;
    background: #2196F3;
    border: none;
    color: white;
    border-left: none;
    cursor: pointer;
}
.box-body form.search::after { content: ""; clear: both; display: table; }

.banner_280 { margin: 0 0 10px 0; }
*/
.badge { display: block; text-align: center; font-size: 15px; color: #fff; padding: 10px 15px; }
.badge:after {
    content: "";
    display: table;
    clear: both;
}
.badge a { color: #fff; }
.bg-red { background-color: #dd4b39 !important;  }
.bg-black { background-color: #000 !important;  }
.bg-yellow { background-color: #f39c12 !important;  }
.bg-purple { background-color:#555299 !important;  }
.bg-green { background: #8AC007 !important; }
.linkdown {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #94041F;
    text-decoration: none;
    border-radius: 2px;
}
.bold { font-weight: bold; }

.info-transport {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.info-transport-section {
    /*margin: 12px 0 24px;*/
    padding: 25px 0;
    background: #313131;
    color: #fff !important;
}

.info-transport-section .panel-heading {
    text-align: center;
    margin-bottom: 16px;
    color: #fff!important;
}
.info-transport-wrap {
    padding: 16px;
    margin: 0;
    background: #fff;
    min-height: 124px;
    overflow: hidden;
    /* border: 1px solid #e2d8ca; */
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: border-color .2s ease, transform .2s ease;
}

.info-transport-wrap:hover {
    border-color: #d9303f;
    transform: translateY(-2px);
}
.info-transport-box {
    position: relative;
    width: auto;
    padding: 0;
    display: block;
}
.icon-title {
    font-size: 14px;
    margin: 0;
    font-family: "Krub", sans-serif;
}
.icon-title i.fa {
    color: var(--regal-navy);
    font-size: 30px;
    line-height: 1;
    margin: 3px 0 0;
}

.flex {
    display: flex;
}
.icon-content { font-size: 13px; }
.icon-content h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--gold);
    margin: 0 0 6px 0;
    padding: 0;
}
.icon-content p {
    font-size: 15px;
    color: #303433;
    margin: 0;
}

/**********************************************************/
/* FOOTER */
/**********************************************************/
.footer {
    padding: 10px 10px;
}

/**********************************************************/
/* NEWSLETTER */
/**********************************************************/
.newsletter_footer {
    background: var(--regal-navy);
    border-top: 3px solid var(--gold) !important;
    border-bottom: 3px solid var(--prussian-blue) !important;
    margin: 0;
    padding: 12px;
}
.newsletter_footer .row {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.newsletter_footer .newsletter-col {
    width: calc(50% - 8px);
}
.newsletter-title {
    color: white;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 18px;
}
.newsletter_footer p {
    color: #f2f2f2;
    margin: 0;
}
.newsletter_footer .input-group {
    display: flex;
    align-items: center;
}
.newsletter_footer .form-control {
    width: 100%;
    height: 44px;
    border: 1px solid #bbb;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    padding: 0 12px;
    line-height: 44px;
    font-family: "Krub", sans-serif;
    font-size: 14px;
    outline: 0;
}
.newsletter_footer .input-group-addon {
    height: 44px;
    border-radius: 0 5px 5px 0;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.newsletter_footer .input-group .btn-primary {
    height: 44px;
    padding: 0 14px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.newsletter_module .input-group-addon {
    padding: 2px 7px 6px 10px;
    font-size: 20px
}

.newsletter_module .text-success, .newsletter_module .text-danger {
    margin: -3px 0 8px 0;
    display: block;
    font-size: 12px
}
.newsletter_text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 14px;
}
.newsletter_social {
    margin-top: 20px;
    margin-bottom: 0;
}
.newsletter_social-links {
    display: flex;
    margin-top: 8px;
}
.social-links {
    list-style: none;
    padding: 0;
    margin: 0 0 -7px -7px;
    display: flex;
    flex-wrap: wrap;
}
.social-item {
    flex-shrink: 0;
    margin-left: 7px;
    margin-bottom: 7px;
}

/**********************************************************/
/* COPYRIGHT */
/**********************************************************/
.copyright {
    padding: 90px 0 80px !important;
    color: #999;
    background-color: var(--ink-black);
    margin: 0;
}

.float-left { float: left; }
.float-right { float: right; }

.footer-links {
    position: relative;
    width: 20%;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.footer-title  {
    color: #fff;
    font-family: "Krub", sans-serif;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0;
    display: block!important;
    margin-top: 0;
}
.footer-links ul {
    /* font-size: 15px; */
    line-height: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer-links ul li a, .footer-links ul li a:visited {
    transition: color .2s ease-in-out;
    color: #999;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-links ul li a:hover, .footer-links ul li a:active {
    color: #f4f4f4;
    text-decoration: none;
}

.footer-logo {
    margin: 0 0 20px 0;
}
.footer-links p { font-size: 14px; }

.footer-social {
    margin: 20px 0;
}

.footer-social a {
    color: #999;
    background: var(--regal-navy);
    padding: 5px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}
.footer-social a:hover {
    color: var(--gold);
}


/* ============================== */
/* FOOTER ======================= */
/* ============================== */
.company-info {
    border-top: 1px solid var(--regal-navy);
    background-color: var(--ink-black);
    text-align: center;
    font-size: 12px !important;
    /* line-height: 1.9em; */
    margin: 0;
    padding: 8px 0;
    color: #999;
}

.litigii {
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.litigii img {
    width: 200px;
}

.float-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    position: fixed;
    right: 30px;
    bottom: 92px;
    z-index: 999;
    background: #25d366;
    color: #fff !important;
    transition: transform .2s ease, background-color .2s ease;
}

.float-whatsapp .fa {
    font-size: 28px;
    line-height: 1;
}

.float-whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-1px);
    text-decoration: none;
}

.back-to-top {
    display: block;
    border: 2px solid var(--gold);
    padding: 3px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    float: right;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    top: auto !important;
}
.back-to-top .fa {
    line-height: 36px;
    width: 36px;
    border-radius: 100%;
    background-color: var(--gold);
    font-size: 22px;
    color: #fff;
}
.back-to-top:hover {
    color: #fff;
    background-color: var(--gold);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    .float-whatsapp {
        right: 16px;
        bottom: 86px;
    }

    .back-to-top {
        right: 16px;
        bottom: 24px;
    }
}

/* ============================== */
/* PRODUCT LIST - INDEX ========= */
/* ============================== */
.breadcrumb {
    font-size: 14px;
    padding: 6px 8px;
    margin: 0;
    vertical-align: middle;
    list-style: none;
    background-color: #e9ebee;
    color: #333;
}
.breadcrumb span.separator {
    padding: 0 5px;
    color: #333;
}

.breadcrumb a, .breadcrumb a:visited {
    color: var(--gold);
    text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
    color: #fff;
    text-decoration: underline;
}

/* ============================================================================== */
/* BLOG ========================================================================= */
/* ============================================================================== */
.articles {
    background: #fff;
    padding: 5px;
    /* margin: 0 0 10px 0; */
}

.blog-i {
    /* width: 25%; */
    width: calc(100% / 3);
    min-width: 0;
    margin: 0 0 10px 0;
}

.blog-pack {
    padding: 0 10px;
}

.blog-thumb {
    width: 100%;
    /*height: 90%;*/
    position: relative;
    overflow: hidden;
    background: #ccc;
    margin: 0 0 7px 0;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    border: 0;
    position: relative;
    display: block;
}

.blog-title {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    /*min-height: 64px;*/
    /* font-size: 16px; */
    /*margin: 0 auto;*/
    text-decoration: none;
    display: block;
    /* font-weight: 600; */
    line-height: 1.5;
    letter-spacing: 0;
}

.blog-date {
    font-size: 13px;
    color: #777777;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}

.blog-date span {
    padding: 0 5px;
    color: #555;
}

.blog-content p {
    display: block;
    overflow-wrap: break-word;
    min-height: 25px;
    padding: 0;
    margin: 15px 5px 15px 5px;
    padding: 0 10px 0 10px;
    font-size: 14px;
}

/* ============================================================================== */
/* Icons */
/* ============================================================================== */
.ico { background: url('images/sprite.png') 0 0 no-repeat; display: block; }
.ico.m-menu { width: 25px; height: 20px; background-position: -240px 2px; }
.ico.m2-menu { width: 20px; height: 14px; background-position: -280px 0; }

/* ============================================================================== */
/* Icons */
/* ============================================================================== */
.alerte { display: none; }
.alert {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/* ============================================================================== */
/* INREGISTRARE DOMENII */
/* ============================================================================== */
.domain-search .form-control {
    border-radius: 38px;
    height: 70px !important;
    font: normal normal 500 18px/22px Roboto;
    padding-left: 42px;
    background-color: white;
}

.domain-search .input-group-append {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 38px 38px 0;
    width: 160px;
    background-color: #fff;
}

.domain-search .input-group-append .btn {
    height: 50px;
    width: 132px;
    border-radius: 25px !important;
    text-align: center;
    font: normal normal 500 14px/12px Roboto;
    letter-spacing: 0.7px;
    background-color: #E80F53;
    color: #FFFFFF;
    text-transform: uppercase;
}

.domain-search .input-group-append .btn.btn-mobile {
    display: none;
}

.domain-search .input-group-append .btn:hover {
    background-color: #d70963;
}

.domain-hero-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 20px;
}

.domain-tlds {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.domain-tlds span {
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    padding: 8px 12px;
    background: #fff;
    font-size: 13px;
}

.domain-benefits {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.domain-benefit-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 16px;
}

.domain-benefit-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.domain-benefit-card p {
    margin: 0;
}

.domain-steps {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.domain-steps-col {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 18px;
}

.domain-steps-col h2 {
    margin: 0 0 12px;
    font-size: 24px;
}

.domain-steps-col ol {
    margin: 0;
    padding-left: 20px;
}

.domain-steps-col ol li {
    margin: 0 0 8px;
}

.domain-pricing {
    margin-top: 18px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 18px;
}

.domain-pricing h2 {
    margin: 0 0 12px;
    font-size: 26px;
}

.domain-table-wrap {
    overflow-x: auto;
}

.domain-table {
    width: 100%;
    border-collapse: collapse;
}

.domain-table th,
.domain-table td {
    border-bottom: 1px solid #ececec;
    text-align: left;
    padding: 10px;
    white-space: nowrap;
}

.domain-table th {
    background: #fafafa;
    font-weight: 700;
}

.domain-note {
    margin-top: 10px;
    color: #555;
    font-size: 13px;
}


/* ============================================================================== */
/* SERVERE DEDICATE PAGE */
/* ============================================================================== */
.section-head {
    margin: 20px 0;
}

.section-head p {
    opacity: .8;
    /*max-width: 70ch;*/
}

.promo-status {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
}

.promo-status.is-active {
    color: #115c34;
    background: #d9f6e7;
    border: 1px solid #9fdcbc;
}

.promo-status.is-upcoming {
    color: #7b4f00;
    background: #fff0cc;
    border: 1px solid #f2cd7a;
}

.promo-status.is-expired {
    color: #7f1d1d;
    background: #ffe1e1;
    border: 1px solid #f3b1b1;
}

/* ============================================================================== */
/* CONTACT PAGE */
/* ============================================================================== */
.contact-page {
    width: 100%;
    padding: 8px 0 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.contact-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 20px;
}

.contact-card h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-card p {
    margin-bottom: 14px;
}

.contact-list li {
    margin: 0 0 12px;
    line-height: 1.6;
}

.contact-list i {
    width: 22px;
    color: var(--gold);
}

.contact-form {
    display: grid;
    gap: 8px;
}

.contact-form label {
    font-weight: 600;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 10px 12px;
    font-family: "Krub", sans-serif;
    font-size: 14px;
    color: #fff;
    background: #fff;
}

.contact-form textarea {
    resize: vertical;
    min-height: 130px;
}

.contact-form .btn-primary {
    margin-top: 8px;
    width: fit-content;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* Dedicated Plans (isolated) */
.dedicated-plans {
    /*padding: 50px 0;*/
}

.dedicated-plans .plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

@media (max-width: 980px) {
    .dedicated-plans .plans-grid {
                    grid-template-columns: 1fr;
    }
}

.dedicated-plans .plan-card {
    border-radius: 16px;
    border: 1px solid rgb(0 0 0 / 10%);
    background: rgb(92 92 92 / 3%);
    padding: 18px;
    transition: transform .12s ease, border-color .12s ease;
}

.dedicated-plans .plan-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.16);
}

.dedicated-plans .plan-top h3 {
    margin: 10px 0 6px;
    font-size: 18px;
}
.dedicated-plans .plan-sub {
    margin: 0 0 14px;
    opacity: .8;
}

.dedicated-plans .plan-badge {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    /* font-size: 12px; */
    border: 1px solid rgb(0 0 0 / 12%);
    background: rgb(0 0 0 / 4%);
}

.dedicated-plans .plan-badge.premium {
    border-color: rgba(245,114,0,.40);
    background: rgba(245,114,0,.12);
}

.dedicated-plans .plan-specs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.dedicated-plans .plan-specs li {
    /*padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.02);*/
}

.dedicated-plans .plan-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.dedicated-plans .plan-premium {
    border-color: rgba(245,114,0,.22);
    background: rgba(253, 93, 7, .10);
}

.dedicated-plans .plan-note {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px dashed rgba(245,114,0,.30);
    background: rgba(245,114,0,.06);
    font-size: 13px;
    opacity: .9;
}

.plans-foot {
    margin: 18px 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgb(0 0 0 / 3%);
}
.plans-foot-box span {
    display: block;
    opacity: .8;
    margin-top: 4px;
}


/* ============================================================================== */
/* GAZDUIRE JOCURI PAGE */
/* ============================================================================== */
.game-list {
    /* background-color: #101014; */
    /* border-top: 1px solid #2d3245; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin-left: 84px;
    margin-right: 20px;*/
    /* padding: 40px; */
}

@media (max-width: 1100px) {
    .game-list {
        margin-left:20px
    }
}

.game-card {
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    margin: 40px 35px
}

.image-container {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.game-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease,filter .3s ease
}

.game-card:hover .game-image {
    transform: scale(1.1)
}

.image-link,.price-buttom,.game-price,.game-price-style2 {
    text-decoration: none;
    color: inherit;
    /* outline:none; */
}

.game-price-style2 {
    padding: 0 20px;
    font-size: 1.2rem;
    text-align: center;
    transition: color .9s ease
}

.content-container {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    width: 100%
}

.game-name {
    font-size: 1rem;
    /*font-weight: lighter;*/
    margin: 0 0 20px;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4
}

.price-container {
    display: flex;
    gap: 10px;
    width: 100%
}

.game-price {
    padding: 6px 20px;
    border: 1px solid var(--gold);
    border-radius: 50px;
    font-size: .8rem;
    text-align: center;
    transition: border-color .3s ease,color .3s ease
}

.game-price:hover {
    border-color: var(--gold);
}

.game-price-style2:hover {
    transition: color .3s ease
}

.game-price:hover .price {
    color: var(--gold);
}

.price-2 {
    color: var(--gold);
    transition: color .3s ease
}

.price-buttom {
    border: 1px solid var(--gold);
    transition: background-color .3s ease,color .3s ease
}

.price-buttom:hover {
    background-color: var(--gold);
    color: #fff;
    border-color: var(--gold);
}

.price-buttom:hover .price-2 {
    color: #fff;
}

/* ============================================================================== */
/* GAZDUIRE RADIO PAGE */
/* ============================================================================== */
.radio-plans {
    display:grid; gap:14px;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}
@media (max-width: 980px){
    .plans{grid-template-columns:1fr}
}
.radio-plan {
    border: 1px solid rgb(0 0 0 / 10%);
    background: rgb(92 92 92 / 3%);
    /*background: #f3f3f3;
    border: 1px solid var(--line);*/
    border-radius: var(--radius);
    padding: 18px;
    position: relative;
    overflow: hidden;
}
.radio-plan .featured {
    border-color: rgba(201,40,61,.35);
}
.radio-plan .tag {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 6px 10px; border-radius:999px;
    background: rgba(245,114,0,.16);
    border: 1px solid rgba(245,114,0,.25);
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
}
.radio-plan h3 { margin: 0 0 6px; font-size:18px}
.radio-plan .sub { margin: 0 0 12px; color: #000; font-size:13px}
.radio-plan .price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin: 10px 0 12px;
}
.radio-plan .price b { font-size: 34px; letter-spacing: -.5px }
.radio-plan .price span { color: var(--muted); font-size: 13px; padding-bottom: 6px }
.radio-plan .ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: grid;
    gap: 9px;
}
.radio-plan .ul li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
}
.radio-plan .check {
    width:18px; height:18px; border-radius:6px;
    background: rgba(245,114,0,.18);
    border:1px solid rgba(245,114,0,.25);
    flex:0 0 auto;
    display:grid; place-items:center;
    margin-top:2px;
}

.small {
    font-size: 13px;
    color: var(--muted);
    margin: 14px 0;
    position: relative;
}

/* ============================================================================== */
/* SERVERE VPS PAGE */
/* ============================================================================== */

.specificatii {
    padding: 44px 0;
    background: #fff;
}

.vps-specs-head {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 24px;
}

.vps-specs-head h2 {
    margin: 0 0 10px;
    font-size: 32px;
}

.vps-specs-head p {
    margin: 0;
    color: #4a4a4a;
}

.vps-specs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vps-spec-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 18px;
}

.vps-spec-item h3 {
    margin: 0 0 8px;
    font-size: 19px;
    color: #111;
}

.vps-spec-item p {
    margin: 0;
    color: #454545;
}


/* ============================================================================== */
/* MOBILE */
/* ============================================================================== */
/* ============================================================================== */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1024px) {
    .sidebar {
        display: none;
    }
    .content {
        float: none;
        width: auto;
    }
    .product-i {
        width: calc(100% / 4);
    }

    .plan {
        width: calc(50% - 8px);
    }

    .info-transport {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .domain-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .domain-steps {
        grid-template-columns: 1fr;
    }

    .vps-specs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 25px;
        overflow-x: hidden;
    }
    /*.topnav ul li:not(:first-child) {display: none;}
    .topnav ul li a.icon {
        float: right;
        display: block;
    }
    .topnav .responsive { position: relative; }
    .topnav .responsive ul li a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav .responsive ul li{
        float: none;
        display: block;
        text-align: left;
    }*/

    .header {
        /*margin: 0 0 5px 0;*/
    }
        .header .container { background: none; }

    .topnav {
        margin: 0 0 5px 0;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    .sidebar {
        float: none;
        display: none;
    }
    .content {
        width: auto;
        float: none;
        display: block;
        padding: 5px;
        border-radius: 0;
    }

    .info-transport {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .info-transport-wrap {
        min-height: auto;
        padding: 14px;
    }

    .newsletter_footer .newsletter-col {
        width: 100%;
    }

    .product-thumbnail {
        float: none;
        width: 60%;
        margin: 0 auto;
    }
    .about-product {
        margin: 0;
    }
    .product-data {
        display: block;
        float: none;
        width: 100%;
        padding: 2px 0;
    }
        .summary_text { line-height: 22px; }

    .product-i {
        width: calc(100% / 3);
    }
        .pack { padding: 2.5px; }

    .domain-hero-card,
    .domain-benefit-card,
    .domain-steps-col,
    .domain-pricing {
        padding: 14px;
    }

    .domain-benefits {
        grid-template-columns: 1fr;
    }

    .domain-steps-col h2,
    .domain-pricing h2 {
        font-size: 22px;
    }

    .specificatii {
        padding: 32px 0;
    }

    .vps-specs-head h2 {
        font-size: 26px;
    }

    .vps-specs-grid {
        grid-template-columns: 1fr;
    }

    .vps-spec-item {
        padding: 16px;
    }

    .widgets {
        display: none;
    }

    .like-dislike-box {
        padding: 5px 0;
        margin: 10px 0 0 0;
        border-top: 1px solid var(--regal-navy);
    }
    .like-dislike-box ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    .like-dislike-box ul li {
        width: 50%;
        display: inline-table;
        position: relative;
        margin: 0;
        padding: 5px 0;
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .top-menu {
        display: none;
    }
    .product-i {
        width: calc(100% / 2);
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 425px) {

}
