@charset "utf-8";
@font-face {
    font-family: 'analogue_problack';
    src: url('fonts/analoguepro-black-webfont.woff2') format('woff2'),
         url('fonts/analoguepro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'analogue_probold';
    src: url('fonts/analoguepro-bold-webfont.woff2') format('woff2'),
         url('fonts/analoguepro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'analogue_prohairline';
    src: url('fonts/analoguepro-hairline-webfont.woff2') format('woff2'),
         url('fonts/analoguepro-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'analogue_prolight';
    src: url('fonts/analoguepro-light-webfont.woff2') format('woff2'),
         url('fonts/analoguepro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'analogue_promedium';
    src: url('fonts/analoguepro-medium-webfont.woff2') format('woff2'),
         url('fonts/analoguepro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'analogue_proregular';
    src: url('fonts/analoguepro-regular-webfont.woff2') format('woff2'),
         url('fonts/analoguepro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 20px;
}

header.header {
    border-bottom: 1px solid #CCCCCC;
    height: 60px;
}
.nav-bar-top {
    width: 100%;
    display: grid;
    grid-area: 1 / 1 / 2 / -1;
    grid-template-columns: 5rem auto 5rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav-flexy {
    display: flex;
    align-items: flex-start;
}
.navigation {
    display: block;
    position: fixed;
    width: 100%;
    transform: translateX(-100%);
    left: 0;
    z-index: 9999;
    background-color: #fff;
    height: calc(100vh - 60px);
}
.nav-bar-middle {
    justify-content: center;
}
.nav-bar-right {
    justify-content: flex-end;
}
.nav-main-links {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.nav-main-links li {
    padding: 0 10px;
}
.nav-main-links a {
    font-family: "Basic";
    font-size: 0.75rem;
    font-weight: 400;
    color: #6B6B6B;
    text-transform: uppercase;
}
.nav-main-links a:hover {
    color: #000;
}
.nav-bar-top button {
    border: none;
    background-color: transparent;
}
.nav-bar_link a, #btnSearch span {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.75rem;
    color: #000;
}
.nav-bar_search-wrapper {
    position: relative;
}
#btnSearch {
    display: flex;
    align-items: center;
}
#btnSearch img {
    margin-right: 5px;
}
.iksi {
    width: 10px;
    display: none;
}
.active-search img, .active-search span {
    display: none;
}
.active-search .iksi {
    display: block;
}
.nav-search {
    display: flex;
    justify-content: flex-end;
}
.search-block {
    display: none;
    position: absolute;
    top: -10px;
    right: 30px;
    width: 270px;
    padding-left: 30px;
    background-color: #fff;
}
.open-search {
    display: block;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 1px 0!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
    height: auto;
    text-indent: 0!important;
    outline: none;
    color: #000;
    padding-left: 0;
    background-color: transparent!important;
}
.gsib_a {
    padding: 0px!important;
}
.gsc-search-button-v2 {
	border-radius: 0!important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: transparent!important;
    background-color: transparent!important;
    outline: none;
}
.gsc-search-button {
    margin-left: 0!important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding:  7px 0px 6px!important;
}
.gsc-input::-webkit-input-placeholder { 
	color: transparent;
}
.gsc-search-button-v2 svg {
    fill: #000!important;
}
.gsc-input:-ms-input-placeholder { 
  color: transparent;
}

.gsc-input::placeholder {
  color: transparent;
}
.cse .gsc-control-cse, .gsc-control-cse {
    border: none;
}
table.gsc-search-box {
    margin-bottom: 0px;
}
.gsc-input-box {
    border: none!important;
    border-right: 0;
}
form.gsc-search-box {
    margin-bottom: 0!important;
}
.gsc-input-box {
    background-color: transparent!important;
}
table.gsc-search-box {
    margin-bottom: 0!important;
}
.gsc-control-cse {
    background-color: transparent!important;
    border-radius: 0px;
    border: none!important;
    border-bottom: 1px solid #000!important;
}
.gsc-search-button-v2 svg {
    fill: #fff;
}
.gsc-search-button-v2  svg {
    width: 20px;
    height: 20px;
}
.gsc-input {
    background: none!important;
}
.a-media {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}
main {
    padding-top: 60px;
}
.d-flex {
    display: flex;
}
.grid {
    display: grid;
}
.grid-temp-1 {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 30px;
    width: 100%;
}
.equalspan-wrapper {
   margin-bottom: 60px; 
}
.equalspan-wrapper .a-card {
    grid-column: 1 / -1;
}
.a-card {
    position: relative;
}
.a-media img {
    width: 100%;
}
.equalspan-wrapper .a-media {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.a-card .a-media .a-media_img {
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 100%;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: .5s !important;
    -moz-transition: .5s !important;
    transition: .5s !important;
    -webkit-transition: .5s ease !important;
}
.a-card:hover .a-media_img {
	transform: scale(1.02, 1.02);
}
.equalspan-3-col .a-card_image {
    margin-bottom: 1rem;
}
.equalspan-3-col .a-media {
    padding-top: 78.947%;
}
.equalspan-wrapper .a-cat {
    display: block;
    margin-bottom: 0.825rem;
}
.equalspan-3-col .a-card_content {
    padding-right: 50px;
}
.equalspan-2-col .a-media {
    padding-top: 63%;
}
.equalspan-2-col .a-card_content {
    text-align: center;
}
.equalspan-2-col .a-card_image {
    margin-bottom: 1.5rem;
}
.equalspan-1-col .a-media {
    min-height: 435px;
    height: auto;
}
.equalspan-1-col .a-card > div {
    width: 100%;
}
.equalspan-1-col .a-card_image {
    order: 2;
}

.double-row .a-card:nth-of-type(2) .a-media, .double-row .a-card:nth-of-type(5) .a-media {
    padding-top: 63.16%!important;
}
.equalspan-wrapper .a-cat {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.625rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}
.equalspan-wrapper .a-meta {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.625rem;
    text-transform: uppercase;
    color: #8D8D8D;
}
.equalspan-wrapper .a-card .a-head {
    font-family: 'Roboto Condensed';
    font-size: 1.75rem;
    font-weight: 400;
    color: #000;
    line-height: 1.07;
    margin-bottom: 1rem;
}
.equalspan-1-col .a-card .a-head {
    color: #fff;
    font-size: 2.75rem;
}
.equalspan-1-col .a-cat {
    color: #fff;
}
.equalspan-1-col .a-card_content {
    text-align: right;
    padding: 40px;
    padding-left: 7%
}
.equalspan-1-col .a-card_content:after {
    content: "ARTIKULL I SPONSORIZUAR";
    display: inline-block;
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.625rem;
    text-transform: uppercase;
    color: #8D8D8D;
    position: absolute;
    left: 25px;
    bottom: 20px;
}
.double-row .grid-temp-1, .cat-listing .grid-temp-1 {
    row-gap: 60px;
}

.dark-gray {
    color: #575757;
}
.light-gray {
    color: #8D8D8D;
}
.short-card {
    width: 270px!important;
}
.short-card .img-wrap {
    margin-bottom: 15px;
}
.short-card .text-wrap {
    padding-right: 25%;
}
.short-card .text-wrap p {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.25;
}
.justify-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.f-right .nav-list {
    display: flex;
}
.layout-form_body_left {
    max-width: 100%;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
}
.layout-form_body_right {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
.layout-form_body_right {
    width: 300px;
    flex-shrink: 0;
}
.layout-form_body_right .inset {
    margin-bottom: 20px;
}
.layout-form_article-body {
    max-width: 100%;
    padding-bottom: 50px;
    color: #000;
    font-family: 'analogue_proregular';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
}
.layout-form_article-body .imazhiim {
    margin-bottom: 20px;
}
.layout-form_article-body img {
    max-width: 100%;
    height: auto;
    display: block;
}
.imazhiim img {
    width: 100%;
}
.captionposhte {
    position: relative;
    width: 100%;
    padding: 7px 0 0;
}
.tit {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.625rem;
    color: #8D8D8D;
}
.layout-form_article-body > *:not(:first-child) {
    max-width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.layout-form_article-body > p {
    color: #000;
    font-family: 'analogue_proregular';
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.375;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.layout-form_article-body > h3 {
    color: #E32228;
    font-family: 'analogue_probold';
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.inset-wrapper {
    margin-bottom: 45px;
}
.justify-center {
    justify-content: center;
}
.inset-wrapper .d-flex {
    gap: 30px;
}
.market-container {
    margin-bottom: 50px;
}
.shorts-wrapper .section-title {
    margin-bottom: 20px;
}
.section-title h2 {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 1.625rem;
    color: #808080;
    display: flex;
    line-height: 0.8;
    align-items: center;
}
.section-title h2 img {
    margin-right: 5px;
    height: 25px;
}
.section-title h3 {
    font-family: 'analogue_probold';
    font-weight: normal;
    font-size: 1.6875rem;
}
.equalspan-3-col .section-title {
    margin-bottom: 50px;
}
.shorts-wrapper {
    margin-bottom: 100px;
}
footer {
    border-top: 1px solid #AAAAAA;
    padding: 40px 0;
}
.shorts-slider .swiper-pagination {
    position: static;
    margin-top: 40px;
}
.shorts-slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #D9D9D9;
    opacity: 1;
    margin: 0 8px!important;
}
.shorts-slider .swiper-pagination-bullet-active {
    background: #FF4D00;
}
.f-col .nav-logo {
    margin-bottom: 20px;
}
.f-col .desc {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.25;
    margin-bottom: 20px;
    max-width: 300px;
}
.f-left .f-col {
    margin-right: 70px;
    flex-shrink: 0;
}
.footer ul {
    list-style: none;
}
.article_header {
    margin-bottom: 20px;
}
.article_header_meta {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.625rem;
    letter-spacing: 0.26em;
    margin-bottom: 15px;
}
.article_header_title h1 {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 3.25rem;
    line-height: 1.058;
    margin-bottom: 20px;
}
.article_header_datebar-date {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.625rem;
    color: #8D8D8D;
}
.related-list,
.suggested-list {
    padding-top: 20px;
    position: relative;
    border-top: 1px solid #000;
    margin-bottom: 30px;
}

.related-list ul,
.suggested-list ul {
    list-style: none;
}

.suggested-list ul li {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.suggested-list article {
    display: flex;
    width: 100%;
}

.suggested-list .a-card_image {
    width: 177px;
    height: 140px;
    flex-shrink: 0;
    margin-right: 20px;
}

.suggested-list .a-media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.suggested-list .a-card_content {
    flex-grow: 1;
    position: relative;
}
.suggested-list .a-head {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.25em;
    color: #000;
    margin-bottom: 5px;
}
.suggested-list .a-time {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.625rem;
    color: #8D8D8D;
    text-transform: uppercase;
}
.suggested-list .a-head a {
    color: #000;
}
.suggested-list:before {
    content: "Të këshilluara";
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 1.25rem;
    color: #000;
    text-transform: uppercase;
}

.related-list:before {
    content: "ARTIKUJ TE NDERLIDHUR";
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Mal';
    font-weight: 700;
    font-size: 0.875rem;
    color: #FF3400;
    text-transform: uppercase;
}
.layout-form_body_left .inner-c {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0px !important;
    border-top: 2px solid #E32228;
    border-bottom: 2px solid #E32228;
    padding: 20px 0;
}
.f-left .nav-list li {
    margin-bottom: 10px;
}
.f-left .nav-list li a {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.75rem;
    color: #000;
}
.f-right .nav-list li {
    margin-left: 20px;
}
.f-right .nav-list li a {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.75rem;
    color: #6B6B6B;
}
.mediadesk-link {
    display: flex;
    align-items: center;
}
.mediadesk-link span {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.75rem;
    color: #8D8D8D;
    margin-right: 7px;
}
footer .row {
    margin-bottom: 30px;
}
.slot-header_wrapper {
    background-color: #212121;
}
.inset {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
}

.insertion-box {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
}
.inset-wrapper .d-flex .inset {
    margin: 0;
}
.f-right {
    display: none;
}
.equalspan-1-col .a-card {
    background-color: rgba(0,0,0);
}
.layout-form_body {
    display: block;
}
.hamburger-button {
    display: none;
}
.equalspan-wrapper .title-section {
    margin-bottom: 70px;
}
.equalspan-wrapper .title-section h1 {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 3.125rem;
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
}
.col-sticky {
    display: none;
    padding-top: 60px;
}
.a-card_content a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.equalspan-3-col .shop-wrapper {
    grid-column: 1 / -1;
    order: 7;
}
.cat-listing .grid-temp-1 article {
    order: 10;
}
.cat-listing .grid-temp-1 article:nth-of-type(-n+6) {
   order: 1;
}
.cat-listing .shop-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
.noscroll {
    overflow-y: hidden;
}
.layout-form_body_right .featured-a {
    margin-bottom: 20px;
}
.layout-form_body_right .featured-a .a-card {
    width: 100%;
    background-color: #000;
}
.layout-form_body_right .featured-a .a-card .a-media {
    height: 212px;
}
.layout-form_body_right .featured-a .a-card .a-card_content {
    padding: 30px 60px 30px 30px;
}
.layout-form_body_right .featured-a .a-card .a-head {
    font-family: 'Roboto Condensed';
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.24;
    margin-bottom: 1rem;
}
.layout-form_body_right .featured-a .a-card .a-cat {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.625rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.layout-form_body_right .featured-a .a-card .a-meta {
    font-family: 'Basic';
    font-weight: 400;
    font-size: 0.625rem;
    text-transform: uppercase;
    color: #8D8D8D;
}
.layout-form_article-body a {
    font-family: 'analogue_probold';
    text-decoration: underline;
    color: #000;
}
.layout-form_body_right {
	position: relative;
}
.layout-form_body_right .inset:last-of-type {
	position: sticky;
	top: 20px;
}
.in_video-player {
    width: 300px;
    max-width: 300px!important;
    margin: 0;
    position: fixed;
    z-index: 2;
    right: 16px;
    bottom: 16px;
    width: 400px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 .25rem .75rem 0 rgba(0, 0, 0, .15);
}
.vp-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.vd-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.vp-title-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 8px 10px;
}
.close-player {
    display: flex;
    font-family: 'analogue_proregular';
    color: #000;
    border: none;
    background: transparent;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.close-player svg {
    margin-left: 5px;
}
.mdautils {
    background-color: #F3F3F3;
    padding: 40px 0;
    margin-bottom: 60px;
}
.mdamarket {
    margin-bottom: 60px;
}
.mdamarket>div {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 20px;
}
.mdautils>div {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 20px;
}
.layout-form_article-body .mdautils {
    background-color: transparent;
    border-top: 2px solid #E32228;
    border-bottom: 2px solid #E32228;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.layout-form_article-body .mdautils>div {
    padding: 0;
} 
 .a-page .mdamarket {
    	margin-bottom: 30px;
    }
@media only screen and (min-width: 768px) {
    .nav-bar-top {
        grid-template-columns: 10rem auto 10rem;
        padding-bottom: 0px;
    }
    .grid-temp-1 {
        grid-template-columns: repeat(12, 1fr);
        
    }
    header.header {
        height: auto;
    }
    .navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
        position: static;
        transform: none;
        height: auto;
        background-color: transparent;
    }
    .equalspan-1-col .a-card {
        display: flex;
    }
    .equalspan-1-col .a-card > div {
        width: 50%;
    }
    .equalspan-1-col .a-media {
        height: 100%;
    }
    .nav-main-links {
        display: flex;
        flex-direction: row;
    }
}
@media only screen and (min-width: 1024px) {
    .grid-temp-1 {
        column-gap: 45px;
        row-gap: 0px;
    }
    .equalspan-3-col .a-card {
        grid-column: span 4 / auto;
    }
    .equalspan-2-col .a-card {
        grid-column: span 6 / auto;
    }
    .equalspan-1-col .a-card {
        grid-column: span 12 / auto;
    }
    .equalspan-1-col .a-card_content {
        padding-left: 17%;
    }
    .layout-form_body {
        display: flex;
    }
    .layout-form_body_left {
        max-width: 785px;
    }
    .layout-form_article-body > *:not(:first-child) {
        margin-left: 0 !important;
        margin-right: 40px !important;
    }
    .layout-form_body_left .inner-c {
        max-width: 686px;
        margin-left: 0 !important;
        margin-right: 0px !important;
    }
}
@media only screen and (min-width: 1212px) {
    .f-right {
        display: block;
    }
}
@media only screen and (min-width: 1600px) {
    .big-wrapper {
        display: grid;
        grid-template-columns: 1fr 1270px 1fr;
        grid-template-areas: "left center right";
    }
    .col-sticky {
        display: block;
    }
    .left-col-sticky {
        grid-area: left;
    }
    main {
        grid-area: left / left / right / right;
    }
    .right-col-sticky {
        grid-area: right;
    }
    .sticky-box {
        position: -webkit-sticky;
		position: sticky;
		top: 60px;
		width: 160px;
		margin: auto;
		background-color: #000;
    }
}
@media(max-width:767px) {
    main {
        padding-top: 40px;
    }
    .nav-flexy {
        align-items: center;
    }
    .nav-bar-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hamburger-button {
        display: block;
        border: none;
        background-color: transparent;
        width: 32px;
        height: 32px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE4IDEyIj4NCiAgPHBhdGggaWQ9Ikljb25faW9uaWMtbWQtbWVudSIgZGF0YS1uYW1lPSJJY29uIGlvbmljLW1kLW1lbnUiIGQ9Ik00LjUsMjFoMThWMTlINC41Wm0wLTVoMThWMTRINC41Wm0wLTd2MmgxOFY5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNSAtOSkiLz4NCjwvc3ZnPg0K);
        background-size: 18px 12px;
        background-repeat: no-repeat;
        background-position: left center;
        cursor: pointer;
    }
    .nav-bar_logo_wrapper img {
        width: 120px;
    }
    .equalspan-wrapper .title-section {
        margin-bottom: 30px;
        padding-top: 0px;
    }
    .equalspan-wrapper .title-section h1 {
        font-size: 2.5rem;
    }
    .cat-listing .grid {
        display: block;
    }
    .cat-listing .grid article {
        margin-bottom: 40px;
    }
    .search-block {
        position: absolute;
        top: calc(100% + 25px);
        right: -20px;
        width: 100vw;
        padding-left: 0;
        background-color: #fff;
        z-index: 100;
    }
    .gsc-control-wrapper-cse {
        padding: 5px 0!important;
    }
    .gsc-search-button-v2 {
        padding-right: 20px!important;
    }
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-left: 7px!important;
    }
        .is-active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .nav-main-links {
        padding-left: 10px;
        margin-top: 20px;
    }
    .nav-main-links a {
        font-size: 1.125rem;
        color: #000;
    }
    .nav-main-links li {
        margin-bottom: 10px;
    }
    .hideM {
        display: none;
    }
    .f-left {
       flex-wrap: wrap; 
    }
    .layout-form_body_right {
        width: 100%;
    }
    .shorts-wrapper .container {
        padding-right: 0;
    }
    .shorts-slider .swiper-pagination {
        width: calc(100% - 20px)!important;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    .inset-wrapper .d-flex {
        gap: 0;
    }
    .inset-wrapper .d-flex .inset {
        margin-bottom: 20px;
    }
    .article_header_title h1 {
        font-size: 2.5rem;
    }
    .mdamarket>div {
        padding-right: 0;
    }
    .equalspan-1-col .a-card .a-head {
        font-size: 1.8rem;
        line-height: 1.24;
    }
    .equalspan-1-col .a-card_content:after {
        display: none;
    }
    .equalspan-1-col .a-card_content {
        text-align: left;
    }
    .equalspan-1-col {
        margin-bottom: 40px;
    }
    .a-page main {
        padding-top: 20px;
    }
    .mdamarket {
        margin-bottom: 30px;
    }
    .equalspan-3-col .section-title {
        margin-bottom: 30px;
    }
    .equalspan-wrapper.double-row:before {
        display: none;
    }
}
