/*
Theme Name: Couponis Child
Theme URI: http://demo.spoonthemes.net/themes/couponis/
Template: couponis
Author: SpoonThemes
Author URI: http://themeforest.net/user/spoonthemes
Description: Affiliate &amp; Submitting Coupons WordPress Theme
Tags: grid-layout
Version: 3.2.1.1743081134
Updated: 2025-03-27 22:12:14
*/

.store-block .store-image img {
    width: 70%;
}

/* Стилизация пагинации */
.pagination a, .pagination a:visited {
    border-radius: 8px;
}
.pagination > span {
	border-radius: 8px;
}
.pagination a:hover {
	border-radius: 8px;
}

/* Увеличение картинки в поиске */
.store-search-results img {
    width: 80px;
}

/* Карточка истекшего купона */
.coupon-list .flex-middle h4 {
    margin-bottom: 0px;
}
.coupon-list .flex-middle ul {
    margin-bottom: 10px;
}

.coupon-image img {
    width: 200px;
}
.store-logo img {
    width: 250px;
}

/* Карточка истекшего купона */
.expired-overlay {
    border-radius: 10px;
}

/* Стилизация формы на мобильном */
.register-lost-password {
    display: flex;
	justify-content: space-between;
}
.login-lost-password {
	display: flex;
	justify-content: space-between;
}
.login-register {
	display: flex;
	justify-content: space-between;
}

 /* Удаляем белый цвет на странице категории */
.tax-coupon-category .taxonomy-header i {
	color: unset;
}

 /* Кнопка Посетить магазин */
a.visit-store {
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 20px;
    font-size: 14px;
}

/* Размер Соц.кнопок на PopUp */
.share-coupon .share {
    width: 45px;
    height: 45px;
    line-height: 40px;
    display: inline-block;
    border-radius: 2px;
    font-size: 25px;
    margin: 5px;
}

.taxonomy-header .share {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
}

/* Размер кнопки закрыть на PopUp */
.share-coupon .toggle-coupon-share {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    font-size: 25px;
}

 /* Стилизация кнопок поделиться в соц.сетях */
.vk, .vk:visited {
    border: 1px solid #2559e8;
    color: #2559e8;
}

.vk:hover {
    background-color: #4d7198;
    color: #fff;
	border: 1px solid #4d7198;
}

.ok, .ok:visited {
    border: 1px solid #2559e8;
    color: #2559e8;
}

.ok:hover {
    background-color: #ed812b;
    color: #fff;
	border: 1px solid #ed812b;
}

.whatsapp, .whatsapp:visited {
    border: 1px solid #2559e8;
    color: #2559e8;
}

.whatsapp:hover {
	background-color: #25D366;
    border: 1px solid #25D366;
    color: #fff;
}

.telegram, .telegram:visited {
    border: 1px solid #2559e8;
    color: #2559e8;
}

.telegram:hover {
	background-color: #229ED9;
    border: 1px solid #229ED9;
    color: #fff;
}

.taxonomy-header .share {
    border-radius: 8px;
}

.share-coupon .share {
    border-radius: 8px;
}

#showCode .post-share a {
    border-radius: 8px;
}

.single-share a {
    border-radius: 8px;
}

.share-coupon {
    background: #fff;
    border-radius: 10px;
}

 /* Отступ текста в PopUp */
.coupon-code-copied {
    margin-top: 5px;
}

 /* Стили иконок в главном меню */
.navigation .icon-tag {
    padding: 8px;
    border-radius: 10px;
    font-size: 20px;
    background: #2559e8;
    color: #fff;
}
.navigation .icon-user {
    padding: 8px;
    border-radius: 10px;
    font-size: 20px;
    background: #2559e8;
    color: #fff;
}
.navigation .icon-power {
    padding: 8px;
    border-radius: 10px;
    font-size: 20px;
    background: #ff0000;
    color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-top: 13px;
}

.icon-menu:before {
    content: "\e601";
    padding: 8px;
    border-radius: 10px;
    font-size: 20px;
    background: #2b2f33;
    color: #fff;
}

.special-action li:first-child a {
    margin-right: 5px;
}
.special-action li:nth-child(3) a {
    margin-left: 5px;
}

 /* Линия снизу главного меню */
.navigation {
    border: 1px solid #eee;
}

.coupon-image img {
    padding: 10px;
	align-items: center;
}

.store-logo {
    border: 2px solid #eee;
    border-radius: 10px;
	background: #eeeeee91;
}

.coupon-image {
    border: 2px solid #eee;
    border-radius: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
	background: #eeeeee91;
}

 /* Искать по в сайтбаре */
.search-type:hover, input[id*="check-type"]:checked + .search-type {
    border-color: #fe7900;
    border: 2px solid #fe7900;
}

.search-type {
	border: 2px solid #eee;
    border-radius: 8px;
}

 /* Скругление блоков */
.white-block {
    border-radius: 10px;
}

 /* Скругление кнопки на виджете в сайтбаре */
.widget-search-coupons .submit-form {
    border-radius: 8px;
    font-weight: 600;
}
.btn, a.btn {
	border-radius: 8px;
}

 /* Бейдж - эксклюзив */
.badges {
    border-radius: 2px;
    font-size: 10px;
    font-weight: 600;
}

 /* Отключает горизонтальную прокрутку */
body, html {
  overflow-x: hidden;
}
/* Цвет ссылки Показать больше */
a.read-coupon-more, a.read-coupon-more:visited {
    color: #2559e8;
}

 /*Скругление кнопок */
.coupon-code-modal, .coupon-action-button.header-alike {
    border-radius: 8px;
}
 /* Анимация для ширины кнопки */
.code-text {
    width: 80%;
    transition: width 0.3s ease, border-radius 0.3s ease;
}

.code-text:hover {
    width: 79%;
}
 /* Форма поиска по сайту */
.main-search {
    position: relative;
    border-radius: 8px;
    text-align: left;
    box-sizing: border-box;
    padding: 3px 14px; /* одинаковый отступ слева и справа */
    background: #fff;
    outline: 2px solid #eee;
    outline-offset: 0px;
    height: 46px; /* фиксированная высота (если нужно) */
}

.main-search a.submit-form {
    position: absolute;
    top: 5px; /* учитываем padding родителя */
    right: 5px; /* учитываем padding родителя */
    bottom: 5px; /* растягиваем кнопку по высоте (если нужно) */
    line-height: 36px; /* выравнивание текста по вертикали */
    color: #fff;
    background: #1ab1b7;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 0 15px; /* внутренние отступы кнопки */
    border-radius: 8px; /* скругление, согласованное с родителем */
	font-weight: 600;
}

a.visit-store {
    border-radius: 8px;
	font-weight: 600;
}

/* Отступ контента на мобильных устройствах сверху  */
@media (max-width: 768px) {
	main {
		 margin: 45px 0px 0px 0px;
}
/* Удаляем лого на мобильных устройствах 
@media (max-width: 414px) {
    .top-header .flex-wrap .flex-left {
        margin-bottom: 0px;
        display: none;*/
}
/* Удаляем отступ от поиска на мобильных устройствах 
@media (max-width: 414px) {
    .top-header .flex-wrap .flex-right {
        margin-top: 0px;
}*/
