@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

:root {
    --blueColor: #57a0c5;
    --titleColor: #393939;
}

#msgBox {
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}

#cmt_box {
    font-size: 13px;
}

#btn_cmtSend {
    outline: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #d0d0d0;
    border-left: none;
    padding-bottom: 4px;
    padding-top: 4px;
}


.msg-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.msg-box span {
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.msg-box span:last-child {
    font-size: 12px;
    font-weight: normal;
}


#profile-tab {
    background: #fff;
    border-bottom-color: #ddd;
}

#home-tab {
    background: #fff;
    border-bottom-color: #ddd;
}

#home-tab.active {
    outline: none;
    border-color: var(--blueColor);
    background: var(--blueColor);
    color: #fff;
}

#profile-tab.active {
    outline: none;
    border-color: var(--blueColor);
    background: var(--blueColor);
    color: #fff;
}

.selection {
    outline: none;
}

.select2-container--default .select2-selection--single {
    outline: none;
}

#btn-upload {
    display: inline-block;
    cursor: pointer;
    margin-right: 0.15rem;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background: #57a0c5;
    color: #fff;
}

#btn-upload:hover {
    color: var(--titleColor);
}

#res_file {
    font-size: 13px;
}

/*YENI*/
#qaime {
    width: 100%;
    border-color: #f2f2f2;
}

#qaime tr {
    border-color: #f2f2f2;
}

#qaime td {
    text-align: left;
    font-size: 12px;
    padding-left: 6px;
    height: 31px;
    border-color: #f2f2f2;
}


#delete_more li {
    height: 45px;
    line-height: 45px;
}

#delete_more li a {
    padding: 0;
    padding-left: 8px;
    font-size: 14px;
}

.hr {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    background: #ddd;
    margin-left: 10px;
    margin-right: 10px;
}

.proName {
    font-size: 22px;
    max-width: 445px;
    box-sizing: border-box;
}

.n_price ins {
    text-decoration: none;
    float: left;
    margin-top: 13px;
    font-size: 25px;
}

.sale {
    float: left;
    font-size: 13px;
    background: #57c56d24;
    margin: 4px 25px;
    font-weight: normal;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.sale span {
    display: block;
}

.sale span:last-child {
    font-weight: bold;
    color: #08b322;
    font-size: 20px;
}

.sale span:first-child {
    font-weight: bold;
}


.n_price {
    font-size: 30px;
    font-weight: 700;
}

.paymentDetail {
    background-color: #f7f7f7;
    padding: 8px;
    position: relative;
}

#or_models {
    position: absolute;
    right: 30px;
    color: #fff;
    display: block;
    height: 40px;
    width: 125px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    top: -8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(0deg, var(--blueColor) 84%, #a9d2d7 102%);
    z-index: 8
}

#or_models::before {
    content: '';
    position: absolute;
    border: 6px solid;
    border-color: #2c6c8c;
    left: -6px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-45deg);
    top: 3px;
    border-left-color: transparent;
}

#or_models:hover {
    text-shadow: 1px 0 5px #555
}

.btn.btnlight {
    background: linear-gradient(0deg, #eaeaea, #fbfbfb);
    border: 1px solid #ddd;
}

.btn.btnlight:hover {
    border: 1px solid #999;
}

.paymentDetail .col-sm-4 {
    padding-left: 0;
}

.tag .feather {
    width: 25px;
    color: #777;
}

.tag {
    margin: 6px;
    display: inline-block;
    margin-right: 13px;
    position: relative;
    color: #777;
    text-decoration: none;
}

.tag .feather.feather-heart {
    color: #cc1450;
}

.tag .feather.feather-message-circle {
    color: #38c;
}

/*#commentCount {
    position: absolute;
    top: -12px;
    right: -2px;
}*/

.celafrix {
    height: 1px;
    background: #888;
    margin-top: 1.5rem;
}

#vip_btn {
    font-size: 15px;
}

#premium_btn {
    font-size: 15px;
}

.b_banner {
    height: 150px;
    background: #ddd;
    margin-top: 1rem;
    text-align: center;
    line-height: 150px;
}

.shopBox {
    position: absolute;
    right: 0;
    top: 0;
    background: #57a0c524;
    width: max-content;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.shopBox span {
    display: block;
}

.deliveryBox {
    border: 1px solid aliceblue;
    margin-top: 1rem;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}

#gb_ring_size {
    display: none
}

.success_order {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

#success_ord {
    width: 85%;
    height: 85%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#success_ord .feather {
    height: 70px;
    width: 70px;
    margin-bottom: 2rem;
    color: green;
}

#success_ord span {
    display: block;
    font-size: 25px;
}

#success_ord span:nth-child(2) {
    font-weight: bold;
    font-size: 28px;
}

#success_ord span:nth-child(4) {
    font-size: 17px;
    width: 80%;
    margin-top: 1rem;

}

.dropListItem {
    font-size: 13px;
    padding-left: 9px;
    color: #888;
}

.alici_info span {
    display: block;
    line-height: 30px;
}

.alici_img {
    height: 90px;
    background: #eceff1;
}

.alici_img img {
    width: 100%
}

.table.table-striped.myTab tbody td {
    text-align: left;
}

.addbook {
    margin-left: 13px;
    width: max-content;
    vertical-align: top;
    display: inline-block;
}






















.toTopBtn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    background: var(--blueColor);
    z-index: 99999;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    display: none;
}


.dc_top {
    text-align: center;
    background: #f5fafe;
    letter-spacing: 1.71px;
    line-height: 27px;
    color: #717171;
    font-stretch: normal;
    font-size: 12px;
}

#left-link ul {
    margin: 0px;
}

li.addAdverts {
    border: 1px solid #2ab4b3;
    display: flex;
    flex-direction: row;
    padding: 17px;
    border-radius: 100px;
}

li.addAdverts a>span {
    display: inline !important;
}

li.addAdverts a {
    margin-top: -6px;
}

.dc-bottom {
    margin-left: 15px;
    margin-right: 15px;
}

.dc-header {
    border-bottom: 1px solid #e8e8e8;
    height: 120px;
    width: 100%;
    background-color: #fff;
}

.col-sm-4 {
    padding-top: 10px;
}

.dc-left-links ul {
    padding: 0;
    margin: 0;
}

/* .dc-left-links ul>li{
    list-style: none;
    float: left;
    padding-left:15px;
    padding-right:15px;
}.dc-left-links ul>li>a{
    color:#777;
    text-decoration:none;
} */

.dc-linkMenu {
    float: right;
    margin-top: 7px;
}



.dc-search {
    float: left;
    position: relative;
    margin-top: 7px;
    z-index: 9;
}

.dc-search input {
    width: 370px;
    padding: 5px;
    border-radius: 40px;
    padding-left: 10px;
    border: 1px solid #999;
    outline: none;
    margin: 10px;
}

.dc-search button {
    position: absolute;
    right: 11px;
    border: none;
    top: 12px;
    color: #888;
    font-size: 18px;
    width: 40px;
    outline: none;
    cursor: pointer;
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.dc-search input::-webkit-input-placeholder {
    color: rgb(180, 180, 180);
    font-size: 12px;
}

.dc-right-links li {
    float: left;
    list-style: none;
    margin: 9px;
    position: relative;
}

.dc-linkMenu ul {
    margin: 0px;
    padding: 0;
}

.dc-right-links li a span {
    display: block;
}

.dc-right-links li a span:nth-child(2) {
    font-size: 13px;
}

.dc-right-links li a {
    border-radius: 50%;
    /* width: 20px; */
    height: 20px;
    display: block;
    line-height: 25px;
    text-align: center;
    color: #888;
    text-decoration: none;
    font-size: 17px;
}

.celarix {
    margin-bottom: 15px;
}

.dc-menubox {
    text-align: center;
}

.dc-menubox ul {
    padding: 0;
    margin: 0;
}

.dc-menubox ul>li {
    list-style: none;
    padding-left: 15px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    /* position: relative; */
}

.dc-menubox ul>li>a {
    color: #2a373a;
    text-decoration: none;
    padding: 3px;
    position: relative;
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 400;
}

.dc-menubox ul>li:hover .newDropdown {
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
    transition: .2s;
}

.dc-menubox li:hover span {
    transform: scaleX(1);
    transition: .2s;
}

.dc-menubox li span {
    width: 100%;
    height: 2px;
    background-color: var(--blueColor);
    position: absolute;
    left: 0;
    top: 120%;
    transform: scaleX(0);
    transition: .2s;
}

ul.dcb-Menu li {
    display: block;
    text-align: left;
    height: 50px;
    font-weight: 600;
}

.category_list {
    height: 115px;
    position: relative;
    width: 1140px;
    margin: 10px auto;
    display: flex;
}

.dc_slider {
    height: 450px;
}

.dc-cel {
    width: 100%;
    height: 90px;
    background: #f4f4f4;
}

.dc-cel .col-sm-4 {
    text-align: center;
    line-height: 90px;
    padding: 0;
}

.dc-advertisment {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.ad_shop .col-md-4 {
    position: relative;
}

.dc-shopCol {
    background-color: #e1e1e1;
    margin: 10px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.shop-profile-image {
    width: 80px;
    height: 80px;
    background: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 999;
    opacity: 0;
    transition: .2s;
    overflow: hidden;
}

@media only screen and (max-width:960px) {
    .shop-profile-image {
        width: 80px;
        height: 80px;
        background: #fff;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: 999;
        transition: .2s;
        opacity: 1;
        overflow: hidden;
    }
}

.shop-profile-image img {
    width: 100%;
    height: 80px;
}

.dc-shopCol:hover .shop-profile-image {
    opacity: 1;
    transition: .2s;
    top: 30%;
}

.shopScreen {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.dc-shopCol a {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    background: transparent;
    height: 100%;
    left: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, .3);
    transition: .2s;
}

.dc-shopCol a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .5);
    transition: .2s;
}

.dc-shopCol a span {
    display: block;
    margin-bottom: 20px;
}

.dc-shopCol a span:first-child {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
}


a#dc-getMore {
    width: 100%;
    display: block;
    text-align: right;
    padding-right: 25px;
    margin-top: 10px;
    color: var(--titleColor);
}



.dc-ad-title h3 {
    margin: 0;
    line-height: normal;
    display: contents;
}



.owl-carousel.owl-themes.ad-carousel.owl-loaded.owl-drag {
    text-align: -webkit-center;
}

.ad-carousel .col-md-3 {
    max-width: 100%;
    text-align: left;
}

.dc-advertisment .col-md-3 {
    margin-bottom: 10px;
}

.dc_slider img {
    width: 100%;
}

.dc-icon {
    display: inline-block;
    margin-right: 15px;
}

.dc-icon img {
    width: 35px;
}

#dctext {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

#selected_nac {
    position: relative;
    text-decoration: none;
    color: #333;
}

/*#selected_nac:hover::before,*/
/*#selected_nac:hover::after{*/
/*    visibility: visible;*/
/*    opacity:1;*/
/*    transition: .3s;*/
/*}*/

/*#selected_nac::before {*/
/*    content: attr(data-title);*/
/*    position: absolute;*/
/*    top: 40px;*/
/*    width: 100%;*/
/*    z-index: 999;*/
/*    border-radius: 12px;*/
/*    line-height: 25px;*/
/*    color: #333;*/
/*    padding: 6px;*/
/*    background: #fff;*/
/*    box-shadow: 0 0 5px #e1e1e1;*/
/*    border-top: 2px solid #333;*/
/*    visibility:hidden;*/
/*    opacity:0;*/
/*    transition: .3s;*/
/*}*/


/*#selected_nac::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 150%;*/
/*    transform: translateX(-50%);*/
/*    transition: .3s;*/
/*    visibility:hidden;*/
/*    opacity:0;*/
/*    border: 8px solid;*/
/*    border-color: #333;*/
/*    border-right-color: #f4f4f4;*/
/*    border-left-color: #f4f4f4;*/
/*    border-top-color: #f4f4f4;*/
/*}*/

.dc_sw svg:hover {
    box-shadow: 0 0 8px #999;
    transition: .2s;

}

.dc_sw {
    width: 100%;
}

.category_list svg {
    height: 73px !important;
    width: 73px !important;
    left: -2px;
    top: -2px;
    border-radius: 50%;
}

.category_list svg {
    fill: none;
    stroke-linecap: round;
    stroke-width: 3;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    position: absolute;
    top: 4px;
    overflow: visible !important;
    left: 50%;
    width: 80px;
    height: 70px;
    animation-name: strokedraw;
    animation-duration: 7s;
    animation-direction: alternate-reverse;
    transform: translateX(-50%);
}

@keyframes strokedraw {
    0% {
        stroke-dasharray: 1;
        transform: translateX(-50%) rotate(45deg);
        stroke-linecap: round;
    }

    30% {
        stroke-dasharray: 15;
        transform: translateX(-50%) rotate(310deg);
        stroke-linecap: round;
    }

    100% {
        stroke-dasharray: 1;
        transform: translateX(-50%) rotate(360deg);
        stroke-linecap: round;
    }




}




.sw-swipper {
    width: 100px;
    position: relative;
    margin-right: 3px;
    margin-left: 39px;
    text-align: center;
}

.sw-swipper {
    width: 100px;
    position: relative;
}

.dc_sw_title {
    margin-top: 10px;
    color: rgb(6, 62, 108);
    font-size: 12px;
    letter-spacing: 0.4px;
    text-overflow: ellipsis;
    font-family: 'Open Sans';
}

.sw-thumbnail {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50px !important;
    cursor: pointer;
    vertical-align: text-top;
}

.yt_col {
    margin-bottom: 20px;
}

.yt {
    height: 250px;
}

.yt iframe {
    width: 419px;
    height: 250px;
}

.yt_col .col-md-4 {
    margin: auto;
}

#dc_dropSection {
    background: white;
    position: absolute;
    z-index: 9;
    left: 0;
    text-align: left;
    width: 100%;
    margin-top: 20px;
}

.newDropdown {
    z-index: 999;
    background: #fff;
    position: absolute;
    box-shadow: 4px 9px 7px #bfbfbf;
    left: 0%;
    /* display: none; */
    margin-top: 20px;
    width: 100%;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}

.menuSide li:hover .newDropdown {
    display: flex;
}

#newDropdown li {
    display: block;
}

#newDropdown li a {
    color: #444;
}

.detail_page {
    margin-top: 20px;
}

.dc-right-links li:hover i {
    color: var(--blueColor);
    transform: scale(1.05);
}

.dc-right-links a:hover ul#userDropdown {
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
    transition: .3s;
}

ul#userDropdown {
    background: white;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 99;
    width: 220px;
    height: auto;
    box-shadow: 0px 5px 5px 0px #616161;
    border-radius: 15px;
    border-top: 2px solid #00d0ff;
    overflow: hidden;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}



ul#userDropdown li:hover a,
ul#userDropdown li:hover i {
    color: #444;
}

ul#userDropdown li i {
    color: #777
}

ul#userDropdown li {
    float: none;
    text-align: left;
    line-height: 45px;
    height: 40px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    border-bottom: 1px dotted #e1e1e1;
    transition: .2s;
}

ul#userDropdown li:first-child {
    pointer-events: none;
    background: #f3f3f3;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

ul#userDropdown li:last-child {
    border: none;
}

ul#userDropdown li:hover {
    background: #f3f3f3;
    transition: .2s;
}

ul#userDropdown li a {
    color: #616161;
    font-size: 15px;
    text-align: left;
    line-height: 40px;
    display: block;
}

.btns {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button#btn_select {
    position: relative;
    cursor: pointer;
    outline: none;
}

button.btn_select.selected {
    background: #38c;
    color: #fff;
    box-shadow: none;
}


button.btn_select.selected#btn_select:before {
    content: none;
}

button.btn_select.selected:hover {
    background: #38c;
    color: #fff;
}




button.btn_select_onluq.selected {
    background: #38c;
    color: #fff;
    box-shadow: none;
}


button.btn_select_onluq.selected#btn_select:before {
    content: none;
}

button.btn_select_onluq.selected:hover {
    background: #38c;
    color: #fff;
}





button.btn_select {
    margin-right: 0;
    background: #fff;
    color: #555;
    border: 1px solid #1d88d4;
    box-shadow: 2px 2px 0px #1d88d4;
}

button.btn_select_onluq {
    background: #fff;
    color: #555;
    border: 1px solid #1d88d4;
    box-shadow: 2px 2px 0px #1d88d4;
}

.icon_crown {
    margin-right: 7px;
    margin-top: -4px;
}


button#btn_select:before {
    content: attr(data-price);
    position: absolute;
    padding: 2px;
    background: linear-gradient(0deg, #c1a652, #EECD59);
    top: -13px;
    right: 13px;
    color: #333;
    border-radius: 2px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 2px 2px 3px #565656;
}

button.btn_select_onluq:hover {
    box-shadow: none;
    transition: .2s;
    color: #555;
    background-color: #2589f129
}

button.btn_select:hover {
    box-shadow: none;
    transition: .2s;
    background: #2589f129;
    color: #555;
}

.dc_dismiss {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none
}

div#payModal {}

div#payModal {
    /*transform: translate(-50%, -200%);*/
    transition: .2s;
    position: absolute;
    left: 50%;
}

div#payModalOnluq {
    transform: translate(-50%, -200%);
    transition: .2s;
    position: absolute;
    left: 50%;
}




.serviceContent {
    background: #fff;
}

.serviceContent ul {
    padding: 0;
    margin: 0;
}

.serviceContent li {
    list-style: none;
    line-height: 2;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 8px;
    padding-top: 10px;
}

.serviceContent li:last-child {
    border: none;
}

.payTitile {
    font-size: 13px;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

.payContent {
    background: #fff;
}

.payContent ul {
    padding: 0;
    margin: 0;
}

.payContent li {
    list-style: none;
    line-height: 2px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 8px;
}

span#spanTitle {
    margin-left: 10px;
    margin-top: -3px;
    float: right;
    height: 26px;
    line-height: 28px;
}

#modal-dialog {
    max-width: 430px;
}

button#btn-close,
button#btn-closed {
    background: none;
    border: none;
    color: #999;
    font-size: 20px;
    outline: none;
    cursor: pointer;
}

button#btn_pay {
    width: 100%;
    height: 50px;
    background: #008aff;
    z-index: 9999;
    bottom: 0;
    border: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
}

.return {
    font-size: 13px;
    text-align: center;
    height: 40px;
    padding-top: 15px;
    color: #999;
    margin-bottom: 60px;
}

.title {
    font-size: 13px;
    padding-left: 5px;
    background: #fff;
    padding-top: 0px;
    text-align: center;
    color: #999;
}

.servicesTitile {
    font-size: 13px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background-color: #f7f9f99e
}

.header {
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

.payTitile {
    font-size: 13px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #f7f9f99e;
}

.modal-body input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.dc-ad-title {
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    font-stretch: unset;
    padding-left: 14px;
    margin-bottom: 0.5em;
}

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

    .dc-ad-title {
        text-align: left;
        padding-left: 5px;
        font-family: 'Work Sans';
        font-weight: 400;
        height: 35px;
        line-height: 35px;
        font-stretch: unset;
        margin-bottom: 0px;
    }

}

/* ==========================================================================
   Products region + sticky side banners
   Sticky inner travels inside the (stretched) aside, which spans only the
   products region — so it releases automatically before the footer.
   ========================================================================== */
.dc-products-wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    /* max-width: 1500px; */
    margin: 0 auto;
    padding: 0 40px;
}

.dc-products-main {
    flex: 1 1 auto;
    min-width: 0;
}

/* Reset inner sections' own outer margins so they sit nicely in the column */
.dc-products-main .dc-advertisment {
    margin-left: 0;
    margin-right: 0;
}

.dc-side-banner {
    flex: 0 0 160px;
    width: 240px;
    position: relative;
}

.dc-side-banner__inner {
    position: sticky;
    top: 20px;
    width: 240px;
    height: 820px;
}

/* Placeholder banner box (replace inner <img> with a real creative) */
.dc-banner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(160deg, #f3f7fb 0%, #e7eef6 100%);
    border: 1px dashed #c9d8e6;
    color: #8fa2b4;
    transition: box-shadow .25s ease, transform .25s ease;
}

.dc-banner-box:hover {
    box-shadow: 0 12px 30px rgba(20, 50, 80, 0.12);
    transform: translateY(-2px);
    text-decoration: none;
    color: #8fa2b4;
}

.dc-banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dc-banner-box__tag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2f88c4;
}

.dc-banner-box__hint {
    font-size: 11px;
    letter-spacing: 1px;
}

/* Hide side banners when there is no room for them */
@media only screen and (max-width: 1300px) {
    .dc-side-banner {
        display: none;
    }

    .dc-products-wrap {
        gap: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .dc-cel .col-sm-4 {
        margin-bottom: 10px;
    }

    .dc-ad-title h3 {
        font-size: 18px;
    }

    .dc-section-head {
        flex-wrap: wrap;
    }

    .yt iframe {
        height: 210px;
    }
}