* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 189%;
    background-color: var(--black-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul li,
ul,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

img {
    margin: 0;
    padding: 0;
    width: 100%;
}

button:focus,
.btn:focus,
.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

:root {
    --white-color: #fff;
    --black-color: #000;
    --primary-color: #192147;
    --secondary-color: #9d0014;
    --blue-color: #1c53bc;
    --red-color: #e90004;
    --font-piazzolla: "Piazzolla";
}

.navbar>.container {
    align-items: start;
}

.navbar-toggler-icon i {
    color: var(--white-color);
}

header {
    position: relative;
    /*height: 400px;
    overflow: hidden;*/
    transition: all ease-in-out 600ms;
}

header .navbar {
    padding-top: 0px;
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;*/
}

/* .header-icon {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-top: 15px;
    }
    .header-icon-2 {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: end;
    padding-top: 15px;
    } */
.header-icon,
.header-icon-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-top: 15px;
}

.header-icon {
    justify-content: flex-start;
}

.header-icon-2 {
    justify-content: flex-end;
}

.offcanvas-body ul li a {
    color: #fff;
}

.offcanvas-body ul li a:hover {
    color: #6b7cda;
}

.video-sec {
    position: relative;
    overflow: hidden;
}

#myVideo-1 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.cols-2 {
    margin-top: -20px;
    width: 70%;
}

.cols-1 {
    display: flex;
    gap: 40px;
    align-items: center;
}

.cols-1 i {
    color: var(--white-color);
}

.navbar-toggler-icon {
    height: auto;
}

header .navbar i {
    color: var(--white-color);
}

.header-logo-nav {
    max-width: 200px;
    width: 100%;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.newheader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 9999;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    background: #000000;
}

.newheader .cols-2 {
    margin-top: 0px;
    width: 100%;
    max-width: 180px;
}

.cols-3 {
    display: flex;
    align-items: center;
    gap: 34px;
}

.btn-closee {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
}

.btn-closee i {
    font-size: 36px;
}

.banner-sec {
    position: relative;
    padding-top: 68px;
    padding-bottom: 58px;
    z-index: 1;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    font-family: var(--font-piazzolla);
    color: var(--white-color);
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 114.5%;
    text-transform: uppercase;
}

.countdown-box {
    position: relative;
    padding: 10px 0;
}

.bg-gradient-1 {
    background: linear-gradient(90deg, #840311 0%, #b50e21 50%, #eb1b33 100%);
    clip-path: polygon(0 0, 97% 0, 95% 100%, 0% 100%);
    position: relative;
    margin-left: -15px;
}

.bg-gradient-1:before {
    background-color: #f00;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}

.countdown-content h2 {
    color: var(--white-color);
    text-align: center;
    font-size: 55px;
    font-style: italic;
    font-weight: 700;
    line-height: 114.5%;
    text-transform: capitalize;
    text-shadow: -3px -3px 0 var(--blue-color), 1px -3px 0 var(--blue-color),
        -4px 4px 0 var(--blue-color), 4px 4px 0 var(--blue-color);
}

.countdown-content p {
    color: var(--white-color);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 114.5%;
    text-transform: capitalize;
}

.countdown-content-rt h2 {
    color: var(--white-color);
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.5%;
    text-transform: uppercase;
}

.countdown-search-box .form-check label {
    color: var(--blue-color);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.5%;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fff;
    height: 50px;
    width: 257px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-search-box .form-check .form-check-input {
    float: right;
    margin-left: -1.5em;
}

.countdown-search-box .form-check {
    padding: 0;
}

.countdown-search-box .form-check .form-check-input {
    margin-top: 1.25em;
}

.countdown-search-box .form-outline input {
    color: #c2c2c2;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.5%;
    text-transform: uppercase;
    height: 50px;
    width: 257px;
}

.countdown-search-box {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 61%;
    margin: 0 auto;
}

.home .countdown-search-box {
    margin-bottom: 0 !important;
}

.home .countdown-search-box .form-select {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.bg-gradient-2 {
    background: linear-gradient(90deg, #0a1b66 0%, #053b67 100%);
    clip-path: polygon(0 0, 92% 0, 90% 100%, 0% 100%);
    position: relative;
    padding: 20px 0;
    margin-left: -15px;
}

.timer-box #days {
    color: var(--white-color);
    text-align: center;
    font-size: 100px;
    font-style: italic;
    font-weight: 700;
    line-height: 114.5%;
    letter-spacing: 2.5px;
    text-transform: capitalize;
    text-shadow: -3px -3px 0 var(--blue-color), 1px -3px 0 var(--blue-color),
        -4px 4px 0 var(--blue-color), 4px 4px 0 var(--blue-color);
}

.timer-box {
    width: 246px;
    height: 246px;
    background: var(--secondary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #000;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.title-heading h2 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.5%;
    text-transform: capitalize;
    position: relative;
}

/* by tanmay - 1 aug */
/* image section */
.card-sec {
    width: 100%;
    /* border: 1px solid red; */
    background: #000;
    padding: 42px 31px;
    z-index: 1;
    position: relative;
}

.card-sec .card-bg {
    background: transparent;
    padding: 0;
}

.card-sec .card {
    /* min-height: 300px;
    width: 568.758px; */
    height: 689.29px;
    border: none;
    overflow: hidden;
}

/* .card-sec .card.bg-0{
    background: url(../images/t-shirt.png) no-repeat center center/cover;
    }
    .card-sec .card.bg-1{
    background: url(../images/lady.png) no-repeat center center/cover;
    } */
.card-sec .card:hover img {
    transform: scale(1.2);
}

.card-sec .card img {
    transition: all 0.3s;
}

.card-sec .card.bg-1 img {
    margin-left: auto;
    margin-right: auto;
    width: 67%;
    margin-top: 22px;
}

/* news section */
.news-sec {
    width: 100%;
    /* border: 2px solid red; */
    background: transparent!important;
    padding: 0px 0;
    position: relative;
    /* display: none; */
    overflow: hidden;
}

.news-sec:after {
    position: absolute;
    content: "";
    background: #00000078;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.news-sec .container {
    position: relative;
    z-index: 9;
}


.card-sec.republic .row{
    justify-content: center;
}

#myVideo {
      position: relative;
    transform: none;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0;
}

#myVideo {
    width: auto;
    height: 100%;
    object-position: center;
    overflow: hidden;
    position: absolute;
    top: 0%;
    left: -70%;
    z-index: -1;
}



/*@media (min-aspect-ratio: 16/9) {*/

/*}*/


.news-sec .title-heading {
    background: #192147;
    width: 871px;
    height: 99px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px;
}

.news-sec .title-heading h2::before {
    left: -11px;
    background: url(../images/unit-logo.png) no-repeat center center/cover;
}

.news-sec .title-heading h2::after {
    right: 6px;
    background: url(../images/unit-logo.png) no-repeat center center/cover;
}

.news-sec .title-heading h2::before,
.news-sec .title-heading h2::after {
    top: -10px;
    width: 99px;
    right: 6px;
    height: 92px;
    content: "";
    position: absolute;
}

/*.news-sec .main-image{
    width: 100%;
    height: 453px;
    overflow: hidden;
    }
    .news-sec .main-image img{
    margin-top: -146px;
    }*/
.news-sec .text-center {
    text-align: center;
    padding: 60px 0 50px;
}

.news-sec .text-center h2 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 55px;
    font-style: italic;
    font-weight: 700;
    line-height: 114.5%;
    /* 62.975px */
    text-transform: capitalize;
}

/* leading governor start */
.vertical-tab .tab-pane {
    color: #fff;
}

.vertical-tab .nav-link {
    color: #fff;
    text-align: right;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    text-decoration-line: underline;
    text-transform: uppercase;
    background: none;
}

.vertical-tab .nav-link.right {
    text-align: left;
}

.vertical-tab .image {
    width: 100%;
    height: 643px;
    overflow: hidden;
}

.vertical-tab .tab-content {
    background: linear-gradient(270deg, #8f8d9b 0%, #26252c 100%);
    padding: 20px 20px 35px 30px;
}

.vertical-tab .tab-content .tab-pane .row>* {
    padding-right: 10px !important;
    padding-left: 0 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent !important;
}

/* leading governor end */
.news-sec .text-center h2.h2-modify {
    font-size: 40px;
}

.news-sec .code-box {
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    position: relative;
}

.code-box #state-name-error {
    position: absolute;
    bottom: -23px;
    color: #f00;
    font-size: 18px;
    padding-left: 20px;
    right: 0;
    margin-right: auto;
}

.code-box #zip-error {
    position: absolute;
    bottom: -23px;
    color: #f00;
    font-size: 18px;
    right: 0;
    margin-right: auto;
}

.code-box #voter_id-error {
    position: absolute;
    bottom: -23px;
    color: #f00;
    font-size: 18px;
    padding-left: 0px;
    right: 0;
    margin-right: auto;
}

.news-sec .code-box.add-margin {
    margin-left: 20px;
}

.news-sec .code-box.add-style {
    justify-content: end;
}

.news-sec .code-box label {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 114.5%;
    /* 34.35px */
    text-transform: capitalize;
    margin-right: 53px;
    min-width: 170px;
}

.news-sec .code-box input {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
}

.news-sec .col-box {
    margin-top: 80px;
}

/* Governor and president  */
.news-sec .col-box .box-header {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 70px;
    font-style: italic;
    font-weight: 700;
    line-height: 114.5%;
    /* 80.15px */
    letter-spacing: 4.55px;
    text-transform: uppercase;
    -webkit-text-stroke: 6px #3a3ad3;
    text-stroke: 6px #3a3ad3;
    margin-bottom: 50px;
}

.news-sec .col-box .input-box {
    display: flex;
    text-align: center;
    margin-bottom: 39px;
    align-items: center;
    position: relative;
}

.news-sec .col-box .input-box #president-error {
    position: absolute;
    bottom: -23px;
    color: #e90004;
    font-size: 18px;
    padding-left: 20px;
    right: 0;
    margin-right: auto;
    -webkit-text-stroke: inherit;
}

.news-sec .col-box .input-box #governers-error {
    position: absolute;
    bottom: -23px;
    color: #e90004;
    font-size: 18px;
    padding-left: 20px;
    right: 0;
    margin-right: auto;
    -webkit-text-stroke: inherit;
}

.news-sec .col-box .input-box #petition-error {
    position: absolute;
    bottom: -23px;
    color: #e90004;
    font-size: 18px;
    padding-left: 20px;
    right: 0;
    margin-right: auto;
    -webkit-text-stroke: inherit;
}

.news-sec .col-box .input-box #govnpetition-error {
    position: absolute;
    bottom: -23px;
    color: #e90004;
    font-size: 18px;
    padding-left: 20px;
    right: 0;
    margin-right: auto;
    -webkit-text-stroke: inherit;
}

.news-sec .input-box label {
    color: #fff;
    font-family: Poppins;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 114.5%;
    /* 57.25px */
    text-transform: capitalize;
    -webkit-text-stroke: 3px #e52222;
    text-stroke: 3px #e52222;
    margin-right: 15px;
    min-width: 300px;
    text-align: initial;
    padding-left: 5px;
}

.news-sec .input-box input {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
}

.news-sec .col-box.add-style {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.news-sec .col-box.add-style button {
    border-radius: 18px;
    background: #e90004;
    box-shadow: 0px 2px 6px 0px #560606;
    color: #fff;
    width: 263px;
    height: 66px;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 114.5%;
    text-transform: capitalize;
}

.form-respnse {
    text-align: center;
    color: #fff;
}

.form-respnse a {
    color: #fff;
    background: #192147;
    padding: 10px;
    width: 100%;
    display: block;
    text-decoration: underline;
    cursor: pointer;
}

/* footer section */
.footer-sec {
    padding: 25px 0;
    width: 100%;
    background: url(../images/footer-bg.png) no-repeat center center/cover;
    background-image: linear-gradient(#686868, #000);
}

.footer-sec .logo {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
}

footer .footer-ul {
    text-align: center;
    margin: 19px 0 20px 0;
}

footer .footer-ul li {
    display: inline;
}

.footer-ul li a {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 114.5%;
    text-transform: capitalize;
    padding: 0 40px;
}

.footer-ul .add-border {
    border-left: 1px solid rgba(255, 255, 255, 0.31);
    border-right: 1px solid rgba(255, 255, 255, 0.31);
}

/* Adjacent Sibling Selector (+) */
nav+.media-icon {
    text-align: center;
}

nav+.media-icon .icon {
    display: inline;
    margin-right: 33px;
}

.countdown-search-box .form-select {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.5%;
    text-transform: uppercase;
    border-radius: 3px;
    height: 50px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-card {
    background: #f5d611;
    padding: 20px;
    overflow: hidden;
}

.news-card img {
    height: 690px;
    object-fit: cover;
    transform: scale(1);
    transition: all 900ms;
}

.news-card:hover img {
    transform: scale(1.15);
}

.govornor-img-box {
    /*    background: linear-gradient(270deg, #8F8D9B 0%, #26252C 100%);*/
    padding: 17px 20px;
}

.govornor-box {
    background: linear-gradient(270deg, #8f8d9b 0%, #26252c 100%);
    padding: 10px;
}

.govornor-box img {
    min-height: 590px;
    overflow: hidden;
    object-fit: cover;
}

.state-box ul li a {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 189%;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.text-right ul li {
    text-align: right;
    line-height: 22px;
}

.text-left ul li {
    text-align: left;
    line-height: 22px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50%;
        margin: 1.75rem auto;
    }
}

.modal-content h5 {
    color: #192147;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.5%;
    text-transform: capitalize;
    position: relative;
}

.modal-body h2 span {
    font-weight: 700;
}

.modal-body h2 {
    color: #192147;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 114.5%;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
}

.modal-body p {
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-body p span {
    font-weight: 700;
}

.modal-body h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.modal-body h4 span {
    font-weight: 700;
}

.modal-content .modal-header {
    position: absolute;
    background: #fff;
    box-shadow: 2px 2px 10px #000;
    border-radius: 50%;
    z-index: 9;
    right: -15px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.modal-header .btn-close {
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
}

.modal-body {
    padding: 30px;
}

.code-box .form-select {
    font-size: 20px;
    font-style: normal;
    line-height: 114.5%;
    text-transform: uppercase;
    border-radius: 3px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none !important;
}

.input-box .form-select {
    font-size: 20px;
    font-style: normal;
    line-height: 114.5%;
    text-transform: uppercase;
    border-radius: 3px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.liscense-content {
    margin-top: 24px;
}

.liscense-content p {
    color: #fff;
    text-align: right;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 114.5%;
    text-transform: capitalize;
}

.woocommerce-page .video-sec {
    padding-bottom: 50px;
}

.shop-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    background: #1c1c1c;
}

.shop-section .woocommerce-products-header {
    color: #fff !important;
    text-align: center !important;
    margin-bottom: 40px;
}

.shop-section .woocommerce-products-header h1 {
    font-size: 50px;
}

.shop-section .woocommerce-result-count {
    color: #cdcdcd;
    margin: 0 !important;
    font-weight: 300;
}

.shop-section form.woocommerce-ordering select {
    color: #fff;
    border-color: rgb(58 58 58);
    background-color: rgba(255, 255, 255, 0.1);
    height: 45px;
    padding: 5px 15px;
}

.shop-section form.woocommerce-ordering select option {
    background-color: #323232;
}

.shop-section form.woocommerce-ordering select:focus-visible {
    outline: none;
}

.shop-section .products {
    display: grid !important;
    grid-template-columns: auto auto auto auto !important;
    grid-gap: 30px !important;
}

.shop-section .products:before {
    display: none !important;
}

.shop-section .products li {
    border: 1px solid #333;
    margin: 0 !important;
    width: 277px !important;
}

.shop-section .products li .woocommerce-placeholder {
    border: 0 !important;
    background-color: rgba(255, 255, 255, 0.2);
}

.shop-section .products li img {
    min-height: 300px;
    object-fit: cover;
}

.shop-section .products li h2 {
    font-weight: 500;
    word-break: break-word;
    font-size: 24px !important;
    color: #fff;
    padding: 0 !important;
    text-align: center;
}

.shop-section .products li .price {
    font-weight: 500;
    word-break: break-word;
    font-size: 17px !important;
    color: #fb1111 !important;
    padding: 0 !important;
    text-align: center;
}

.shop-section .products li .add_to_cart_button {
    background-color: #e90004 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 20px auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
}

.shop-section .products li .product_type_simple {
    background-color: #e90004 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 20px auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
}

.shop-section .products li .add_to_cart_button:hover {
    background-color: #053b67 !important;
}

.shop-section .products li .product_type_simple:hover {
    background-color: #053b67 !important;
}

.shop-section .woocommerce-breadcrumb a {
    color: #fff !important;
}

.shop-section .woocommerce-breadcrumb {
    color: #e90004 !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.product-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    background: #1c1c1c;
}

.woocommerce-breadcrumb a {
    color: #fff !important;
}

.woocommerce-breadcrumb {
    color: #e90004 !important;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.product-sec .summary h1 {
    color: #e9e9e9;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-sec .woocommerce-product-gallery {
    width: 49% !important;
}

.product-sec .summary.entry-summary {
    width: 49% !important;
}

.woocommerce-breadcrumb {
    margin-bottom: 40px !important;
    margin-top: 30px !important;
}

.product-sec .price {
    margin-bottom: 20px;
}

.product-sec .price span bdi {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
}

.woocommerce-product-details__short-description p {
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.product-sec .quantity input {
    height: 45px;
    border: 1px solid #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 0 1px;
    background-color: #f7f7f747;
    color: #ffffff;
    border-radius: 0;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
}

.product-sec .quantity input:focus-visible {
    outline: none !important;
}

.product-sec .cart .single_add_to_cart_button {
    background-color: #e90004 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
}

.product-sec .cart .single_add_to_cart_button:hover {
    background-color: #053b67 !important;
}

.product-sec form.cart {
    margin-bottom: 15px !important;
}

.product-sec .product_meta {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.product-sec .product_meta span a {
    color: #e90004;
}

.product-sec .flex-control-thumbs {
    margin-top: 5px !important;
}

.product-sec .flex-control-thumbs li {
    width: 20% !important;
    padding: 0 5px;
}

.product-sec .flex-control-thumbs:first-child li {
    padding-left: 0;
}

.product-sec .flex-control-thumbs:last-child li {
    padding-right: 0;
}

.product-sec .flex-control-thumbs li:nth-child(4n + 1) {
    clear: inherit !important;
}

.product-sec .woocommerce-tabs {
    padding: 0;
}

.product-sec .woocommerce-tabs ul.tabs li.active {
    background: #e90004;
    color: #ffffff;
    z-index: 2;
    border-bottom-color: #e90004;
    font-weight: 300;
}

.product-sec .woocommerce-tabs ul.tabs {
    padding: 0 !important;
}

.product-sec .woocommerce-tabs ul.tabs li a {
    display: inline-block !important;
    padding: 0.5em 0 !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.product-sec .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
    margin: 0 -3px !important;
    border: 0 !important;
}

.product-sec .woocommerce-tabs ul.tabs li.active {
    background: #e90004 !important;
    color: #ffffff !important;
    z-index: 2;
    border-bottom-color: #e90004 !important;
}

.product-sec .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #e90004 !important;
    z-index: 1;
}

.product-sec .woocommerce-tabs ul.tabs li {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.06) !important;
}

.product-sec .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none !important;
    border-width: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product-sec .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none !important;
    border-width: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product-sec .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    color: #fff;
    margin-bottom: 15px;
}

.product-sec .woocommerce-product-attributes {
    color: #fff;
}

.related.products h2 {
    color: #fff !important;
    margin-bottom: 15px;
}

.products li {
    border: 1px solid #737373 !important;
}

.related.products .woocommerce-loop-product__title {
    font-weight: 500;
    word-break: break-word;
    font-size: 24px !important;
    color: #fff;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 10px;
}

.related.products .price {
    text-align: center;
}

.products .add_to_cart_button,
.products .product_type_simple {
    background-color: #e90004 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 20px auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    margin-top: 5px !important;
}

.products .add_to_cart_button:hover,
.products .product_type_simple:hover {
    background-color: #053b67 !important;
}

.related.products .price {
    margin-bottom: 0 !important;
}

.related.products .price bdi {
    word-break: break-word;
    font-size: 17px !important;
    color: #fb1111 !important;
    padding: 0 !important;
    text-align: center;
    line-height: 24px;
}

.woocommerce-Reviews p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

#review_form {
    color: #fff;
}

table.woocommerce-product-attributes {
    width: 40% !important;
}

table.woocommerce-product-attributes td,
table.woocommerce-product-attributes th {
    border: 1px solid #ffffff2e;
    line-height: 1.42857143;
    padding: 18px 8px;
    text-align: center;
    vertical-align: middle;
}

table.woocommerce-product-attributes tr {
    border: 1px solid #ffffff2e;
}

.woocommerce p.stars a {
    color: #f29900;
}

#review_form .comment-form {
    max-width: 50%;
    width: 100%;
}

.woocommerce #review_form #respond .comment-form-email input,
.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .comment-form-author input {
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    resize: none;
    border: 1px solid #ffffff30;
    color: #ffff;
}

.woocommerce #review_form #respond .comment-form-cookies-consent input {
    box-sizing: border-box;
    background: transparent;
    resize: none;

    border: 1px solid #ffffff30;
}

.comment-form .form-submit .submit {
    background-color: #e90004 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
}

.comment-form .form-submit .submit:hover {
    background: #053b67 !important;
}

.cart-section {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 100px;
    padding-right: 100px;
    background: #1c1c1c;
}

.add-style #cashSub {
    border-radius: 18px;
    background: #e90004;
    box-shadow: 0px 2px 6px 0px #560606;
    color: #fff;
    width: 263px;
    height: 66px;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 114.5%;
    text-transform: capitalize;
}

.account-section {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 100px;
    padding-right: 100px;
    background: #1c1c1c;
}

.account-section #customer_login h2 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 55px;
    font-style: italic;
    font-weight: 700;
    line-height: 114.5%;
    text-transform: capitalize;
}

.account-section #customer_login .woocommerce-form-login label {
    color: #fff;
}

.account-section #customer_login .woocommerce-form-login input {
    height: 55px;
    padding: 10px 15px;
}

.woocommerce-form-login__submit {
    border-radius: 18px;
    background: #e90004 !important;
    box-shadow: 0px 2px 6px 0px #560606;
    color: #fff !important;
    width: 190px;
    height: 55px;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 60.5% !important;
    text-transform: capitalize;
}

.woocommerce form.login {
    border: 1px solid #d3ced233;
}

.woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.lost_password a {
    color: #fff;
}

.lost_password a:hover {
    color: #e90004;
}

.account-section #customer_login .woocommerce-form-register label {
    color: #fff;
}

.woocommerce form.register {
    border: 1px solid #d3ced233;
}

.account-section #customer_login .woocommerce-form-register input {
    height: 55px;
    padding: 10px 15px;
}

.woocommerce-privacy-policy-text {
    color: #fff;
}

.woocommerce-privacy-policy-text a {
    color: #e90004;
}

.woocommerce-privacy-policy-text a:hover {
    color: #fff;
}

.woocommerce-form-register__submit {
    border-radius: 18px;
    background: #e90004 !important;
    box-shadow: 0px 2px 6px 0px #560606;
    color: #fff !important;
    width: 190px;
    height: 55px;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 60.5% !important;
    text-transform: capitalize;
}

#customer_login .u-column1 {
    width: 49%;
}

#customer_login .u-column2 {
    width: 49%;
}

.woocommerce-MyAccount-content {
    color: #fff;
}

.woocommerce-MyAccount-content p {
    position: relative;
    z-index: 9;
}

.woocommerce-MyAccount-content p strong {
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

.woocommerce-MyAccount-content a {
    color: #d33e3e;
    position: relative;
    z-index: 9;
}

.woocommerce-MyAccount-content a:hover {
    color: #5263b9;
}

.woocommerce-info {
    z-index: 9;
    margin: 0;
    background-color: #0000003b;
    color: #fff;
}

.woocommerce-info .woocommerce-Button {
    margin-top: 0 !important;
    border-radius: 0;
}

/***************** 10.08.2023 ************/
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

html::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
    background-color: #d33e3e;
    background-image: -webkit-linear-gradient(90deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent);
}

.archive .woocommerce-products-header__title.page-title {
    color: #fff;
}

.archive.woocommerce .woocommerce-result-count {
    color: #fff;
}

.products .product a h2 {
    padding: 5px 10px !important;
    color: #fff;
    text-align: center;
    font-size: 24px !important;
}

.products .product a .price {
    padding: 0px 10px;
    color: #fff !important;
    text-align: center;
    font-size: 17px !important;
}

.woocommerce ul.products li.product .button {
    transition: 0.5s;
}

.woocommerce ul.products {
    margin: 0 0 5em;
}

.archive.woocommerce .woocommerce-ordering select {
    /* vertical-align: top;
    padding: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 114.5%;
    text-transform: uppercase;
    border-radius: 3px;
    height: 45px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    border: 1.5px solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://www.freeiconspng.com/thumbs/white-arrow-png/white-down-arrow-png-2.png) !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-left: auto;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.archive.woocommerce .woocommerce-ordering select option {
    color: #000;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 2em;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: initial;
}

.woocommerce ul.products li.product a img {
    height: 275px;
    object-fit: cover;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2% 2% 0;
    padding: 0;
    position: relative;
    width: 23%;
    margin-left: 0;
}

.woocommerce ul.products li,
.woocommerce-page ul.products li:nth-child(4) {
    margin: 0 0% 2% 0;
}

section.category {
    padding-top: 75px;
}

a.added_to_cart.wc-forward {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: -10px;
}

ul.products li.product {
    transition: 0.5s;
}

ul.products li.product:hover {
    -webkit-box-shadow: -1px 5px 7px -1px rgba(138, 138, 138, 1);
    -moz-box-shadow: -1px 5px 7px -1px rgba(138, 138, 138, 1);
    box-shadow: -1px 5px 7px -1px rgba(138, 138, 138, 1);
    transition: 0.5s;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation {
    border: 1px solid #ffffff47;
    padding: 30px 25px;
    width: 20%;
}

.woocommerce-account ul.payment_methods li[class*=payment_method]>input[name=payment_method]+label {
    color: #000;
}

.woocommerce-account #add_payment_method #payment ul.payment_methods {
    position: relative;
    z-index: 111;
}

.p-FieldLabel {
    color: #000;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid #ffffff47;
    padding: 50px 50px;
    width: 78%;
    position: relative;
}

.woocommerce-MyAccount-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff14;
    filter: blur(10px);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    transition: 0.5s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
    color: #d33e3e !important;
    transition: 0.5s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ffffff47;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea,
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea {
    padding: 10px;
    background-color: transparent;
    border: 1px solid #ffffff47;
    color: #fff;
}

.woocommerce-account button[type="submit"],
.woocommerce-account .woocommerce-Button,
.woocommerce-account .button {
    background-color: #e90004 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    transition: 0.5s;
}

.woocommerce-account button[type="submit"]:hover,
.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account .button:hover {
    background-color: #5263b9 !important;
    color: #fff !important;
    transition: 0.5s;
}

.woocommerce-account .woocommerce-Address-title.title {
    margin: 20px 0px;
}

.countdown-content {
    padding: 12px 0px;
}

.account-section #customer_login .woocommerce-form-login input:valid {
    background-color: transparent !important;
}

.account-section #customer_login .woocommerce-form-login input:not(:placeholder-shown) {
    background-color: transparent;
}

.account-section #customer_login .woocommerce-form-login input:focus {
    background-color: transparent;
    outline: none;
}

.time-box-mobile {
    display: none;
}

.thank-you {
    padding: 100px 50px;
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../assets/images/thank-you.png")no-repeat center center/cover;
    height: 600px;
    display: flex;
    align-items: center;
}

.thank-you-text h2 {
    font-family: var(--font-piazzolla);
    color: var(--white-color);
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 114.5%;
    text-transform: uppercase;
    text-align: center;
}

.view-details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-details a {
    border-radius: 18px;
    background: #e90004;
    box-shadow: 0px 2px 6px 0px #560606;
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 114.5%;
    text-transform: capitalize;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 20px;
    margin: 20px 0;
}

.woocommerce-cart .cart {
    background: #fff;
    padding: 30px 30px;
}

.woocommerce-cart .woocommerce {
    margin-top: 70px;
    margin-bottom: 70px;
}

/***************** 14.08.2023 ************/
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: right;
    background-color: #e90004 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
    color: #fff;
    background-color: #5263b9 !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
    background-color: #e90004 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce-cart .cart_item a {
    color: #e90004 !important;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
    color: #fff;
    background-color: #5263b9 !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background-color: #e90004 !important;
    color: #fff !important;
}

.woocommerce-cart .shipping-calculator-button {
    color: #5263b9 !important;
}

.archive .shop-section form.woocommerce-ordering select option {
    background-color: #323232;
    color: #fff !important;
}

.xoo-aff-required.xoo-aff-checkbox_single label {
    color: #e90004 !important;
}

.xoo-el-form-label span {
    color: #e90004 !important;
}

.xoo-el-lostpw-tgr {
    color: #5263b9 !important;
}

.xoo-aff-required.xoo-aff-checkbox_single a {
    color: #5263b9 !important;
}

.woocommerce-account .woocommerce {
    margin-top: 50px;
    margin-bottom: 50px;
}

.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
}

.woocommerce-checkout h3,
.woocommerce-checkout label,
.woocommerce-checkout tr td,
.woocommerce-checkout tr th {
    color: #fff;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    border: 1px solid #fff;
    padding: 20px 20px;
}

.modal-backdrop {
    position: relative;
}

/* .modal-open .modal {
    background-color: #000;
    opacity: 0.5;
    } */
.contact-form-sec {
    padding: 100px 0px;
}

.title-heading-2 h2 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
}

.state-box {
    width: 20%;
    margin: 0 auto;
    margin-top: -12px;
}

.state-box.text-left {
    width: 59%;
}

.state-box option {
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline;
}

.state-box .form-select,
.state-box .form-select:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.body-response {
    max-width: 80%;
    margin: 30px auto 0;
}

.body-response table tr th,
.view_vote #example tr th,
.president_voting #example tr th {
    color: #fb1111;
    padding: 20px;
    vertical-align: baseline;
    text-align: center;
    line-height: 23px;
}

.body-response table tr td,
.view_vote #example tr td,
.president_voting #example tr td {
    padding: 20px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    box-shadow: none;
}

.body-response table,
.view_vote #example,
.president_voting #example {
    background-color: #202020;
    box-shadow: none;
    border-color: #000;
}

.contact-form-sec .from_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.addressWrap li {
    margin-bottom: 20px;
}

.addressWrap li:last-child {
    margin-bottom: 0px;
}

.addressWrap li .widget-box h4 {
    font-size: 18px;
    color: #e7e7e7;
    font-weight: normal;
    margin-bottom: 10px;
}

.addressWrap li .widget-box h4 i {
    margin-right: 10px;
    color: #e52222;
}

.addressWrap li .widget-box p {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #e7e7e7;
    margin-left: 30px;
}

.addressWrap li .widget-box span a {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #e7e7e7;
    margin-left: 30px;
    transition: 0.5s;
}

.addressWrap li .widget-box span a:hover {
    text-decoration: underline;
}

.from_wrapper .title-heading-2 h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

.from_wrapper .form-control {
    border: none;
    outline: none;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 12px;
}

.from_wrapper .form-control:focus {
    box-shadow: none;
}

.from_wrapper .form-control::placeholder {
    font-size: 14px;
    color: #222;
}

.from_wrapper .form-btn {
    padding: 5px 35px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border: none;
    outline: none;
    box-shadow: inset -8px 0 8px rgba(0, 0, 0, 0.15),
        inset 0 -8px 8px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(0, 0, 0, 0.75),
        10px 20px 25px rgba(0, 0, 0, 0.4);
}

.from_wrapper .form-btn:focus {
    border: none;
    outline: none;
}

.woocommerce-MyAccount-content p {
    display: inline;
}

.woocommerce-account .woocommerce table.shop_table {
    position: relative;
    z-index: 111;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .star-rating {
    color: #e90004;
}

.woocommerce .star-rating::before {
    color: #0a0a0a;
}

/* woocommerce-checkout */
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-product-rating a,
.woocommerce-product-rating a:hover {
    color: #fff;
}

header .navbar i.fa-cart-shopping {
    z-index: 1;
    position: relative;
    text-align: center;
    border-radius: 7px;
    width: 18px;
    height: 18px;
    background-color: #e52222;
    border: 1px solid #fff;
    color: #f0f0f0;
    line-height: 16px;
    margin-left: 30px;
    font-size: 10px;
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
    content: "\f07a";
    font-size: 22px;
    color: #fff;
    position: absolute;
    z-index: -1;
    left: -26px;
}

.woocommerce ul.products li.product .star-rating {
    margin-left: auto;
    margin-right: auto;
}

.error404 h1,
.error404 .page-content p {
    color: #fff;
}

.error404 h1 {
    margin-top: 100px;
}

.error404 .not-found {
    position: relative;
}

.error404 .not-found .page-content form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 3px 6px 3px;
}

.cart .return-to-shop a {
    background-color: #b50e21;
    color: #fff;
}

.cart .return-to-shop a:hover {
    background-color: #b50e21;
    color: #fff;
}

.cart .wc-empty-cart-message {
    margin-bottom: 20px;
}

.page-template-contact .from_wrapper .form-btn {
    background-color: #e52222;
    color: #fff;
}


/*********** 09.11.2024 ***********/

.card-sec.republic .news-card {
    padding: 5px;
    margin-bottom: 25px;
}

.card-sec.republic .news-card img {
    height: 800px;
    object-fit: cover;
}

.card-sec.republic .col-lg-2 {
    flex: 0 0 auto;
    width: 50%;
}

.shop-section .subcategory-list-item ul li {
    margin-bottom: 30px;
    background-color: black;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.shop-section .subcategory-list-item ul li a img {
    margin-bottom: 15px;
    height: auto;
    object-fit: cover;
}

.shop-section .productlistcont {
    min-height: 150px;
    padding: 10px;
    text-align: center;
}

.shop-section .subcategory-list-item ul li a h2 {
    font-size: 20px;  
    color: #ffffff;
    min-height: 60px;
}

.shop-section .subcategory-list-item ul li a p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.shop-section .subcategory-list-item ul li .add_to_cart_button {
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    display: block;
    width: 50%;
    margin: auto;
    background-color: #b50e21;
    color: #fff;
    border-radius: 10px;
    padding: 12px;
    border:1px solid transparent;
}

.shop-section .subcategory-list-item ul li .add_to_cart_button:hover{
    background-color: transparent;
    border:1px solid #b50e21;
}

.shop-section .subcategory-list {
    margin-bottom: 36px;
    border-bottom: 1px solid #919191;
    padding-bottom: 40px;
}

.shop-section .subcategory-list-item ul li:hover{
    box-shadow: rgb(255 0 0 / 25%) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.archive .productlistcont p{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.archive.woocommerce ul.products li.product a img {
    height: 340px;
    object-fit: cover;
    object-position: top;
}

.single-product .productlistcont p{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.single-product .productlistcont {
    padding: 10px;
    min-height: 140px;
}

.single-product.woocommerce ul.products {
    margin: 0 0 5em;
    display: flex;
    flex-wrap: wrap;
}

.single-product.woocommerce .product-sec ul.products li.product a img {
    max-height: 250px;
}

.lgbtq.subcategory-list{
    display: block;
}

.lgbtq.subcategory-list ul.subcategory-products {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.lgbtq.subcategory-list ul.subcategory-products li{
        width: 32%;
        margin-bottom: 30px;
    background-color: black;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 10px;
}

.lgbtq.subcategory-list .subcategory-list-item ul li:last-child {
    margin-bottom: auto;
}

.item-lgbtq {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.item-lgbtq .subcategory-list-item {
    width: 32%;
}

.termname{
    margin-bottom: 70px;
}

/****************** 16.02.2024  *************/

.news-sec.new-section-omo .boll-mo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-sec.new-section-omo .title-heading h2 {
    font-size: 36px;
    padding-top: 19px;
}

.news-sec.new-section-omo .title-heading {
    width: auto;
}

.news-sec.new-section-omo .govornor-box img{
    min-height: 425px;
    height: 425px;
    object-fit: cover;
}

.news-sec.new-section-omo .title-heading h2::before {
    transform: scale(0.7);
}

.news-sec.new-section-omo .title-heading h2::after {
    transform: scale(0.7);
}

.news-sec.new-section-omo .container {
    padding-top: 30px;
    padding-bottom: 50px;
}

.news-sec.new-section-omo .govornor-box {
    width: 50%;
}

section.card-sec.republic {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.archive .shop-section{
  /*background: #1c1c1c;*/
    background: #000;
}

.archive .shop-section .autobind{
        background: #1c1c1c;
}

.archive .shop-section .autobind {
    background: #1c1c1c;
    padding: 30px 30px 70px 30px;
    margin-bottom: 40px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    color: #fff;
}

.archive.woocommerce ul.products {
    margin: 0 0 3em;
}


/* media queries */
/* media queries */
/* media queries */
/* media queries */

/* 19.02.2024  */

.card-sec.republic{
    padding: 80px 0px 60px 0px;
    overflow-x: hidden;
}

.card-sec.republic figure img{
    width: 100%;
}

.card-sec.republic figure{
    overflow: hidden;
}

.card-sec.republic h2{
    background-color: #eb1b33;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-top: -10px;
    font-weight: 700;
    letter-spacing: 1px;
}

section.news-sec.new-section-omo {
    padding-top: 50px;
}

.card-sec.republic .col-lg-2:nth-child(2) h2{
   background: #0a1b66;
}

.card-sec.republic .col-lg-2:nth-child(3) h2{
   background: #919191
}

.card-sec.republic .col-lg-2:nth-child(4) h2{
   background: #000;
}

.card-sec.republic .col-lg-2:nth-child(5) h2{
    background: linear-gradient(90deg, #840311 0%, #b50e21 50%, #eb1b33 100%);
}

.card-sec.republic .col-lg-2:nth-child(6) h2{
    background: linear-gradient(90deg, #0a1b66 0%, #053b67 100%);
}

#lgbtq-list h2{
    margin-bottom: 30px;
    background: #1c1c1c;
    text-align: center;
    padding: 30px 30px;
}

#lgbtq-list figure{
    overflow: hidden;
    border-bottom: #f5d611;   
}

#lgbtq-list h3{
    color: #fff;
    background-color: #eb1b33;
    text-align: center;
    padding: 10px;
}

#lgbtq-list .news-card {
    background: #f5d611;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.item-lgbtq .justify-content-center .col-md-6:nth-child(1) h3{
    background: #0a1b66 !important;
}

.item-lgbtq .justify-content-center .col-md-6:nth-child(2) h3{
        background: #919191 !important;
}

/* 08.03.2024  */
.head-logo .header-logo img{
    margin: auto;
    display: block;
    width: 120%;
    height: 100%;
}

#myVideo-1{
    position: absolute;
    top: -42%;
    left: 0%;
    bottom: 0;
    right: 0%;
    transform: none;
    width: 105%;
    height: auto;
}





/************ Responsive *******************/
/************ Responsive *******************/
/************ Responsive *******************/


@media (min-width: 1500px) {
    .container {
        max-width: 1920px;
        width: 100%;
        padding: 0 50px;
        position: relative;
        z-index: 3;
    }
}

@media (max-width: 1500px) {
    .card-sec.republic .news-card img {
     height: 500px;
     object-fit: cover;
   }
   .news-sec.new-section-omo .govornor-box img {
        min-height: 350px;
        height: 350px;
        object-fit: cover;
    }

    #myVideo-1{
        width: 110%;
    }



}

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

    /* image card section */
    .card-sec .card {
        height: 571.29px;
    }

   #myVideo-1{
        width: 120%;
    }

}

/* desktop */
@media only screen and (max-width: 1200px) {

    /* image card section */
    .card-sec .card {
        height: 470.29px;
    }

}

/* laptop */
@media only screen and (max-width: 991px) {

    /* image card section */
    .card-sec .card {
        height: 389.29px;
    }

.card-sec.republic .col-lg-2 {
    flex: 0 0 auto;
    width: 50%;
}

.news-sec.new-section-omo .govornor-box img {
    width: 100%;
    min-height: 370px;
    height: 370px;
    object-fit: cover;
}

.news-sec.new-section-omo .boll-mo {
    margin-top: 40px;
}

.card-sec.republic .news-card img {
    height: 300px;
}

.card-sec.republic h2 {
    font-size: 20px;
}

#lgbtq-list .news-card {
    padding: 10px;
    margin-bottom: 30px;
}

#lgbtq-list .news-card img {
    height: auto;
}

#myVideo-1 {
    width: 140%;
}



}

/* tablet */
@media only screen and (max-width: 767px) {

/*.card-sec.republic .col-lg-2 {
    flex: 0 0 auto;
    width: 100%;
}*/
.card-sec.republic .news-card img {
    height: 220px;
}
.news-sec.new-section-omo .title-heading h2 {
    font-size: 20px;
    padding-top: 0px;
}
.news-sec.new-section-omo .title-heading h2::after {
    transform: scale(1);
}
.news-sec.new-section-omo .title-heading h2::before {
    transform: scale(1);
}
.news-sec.new-section-omo .govornor-box img {
    min-height: 250px;
    height: 250px;
}
.news-sec.new-section-omo .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.archive .shop-section .autobind header,
.archive .shop-section .autobind header h1{
    margin-bottom: 0;
}

.archive .shop-section .autobind select{
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.archive .shop-section .autobind {
    background: #1c1c1c;
    padding: 30px 30px 10px 30px;
    margin-bottom: 40px;
}

.card-sec.republic h2 {
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
}

#myVideo {
    left: -110%;
}

.card-sec.republic {
    padding: 30px 0px 20px 0px;
}

#myVideo-1 {
    width: 170%;
}




}

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

    .single.single-product .product-sec {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .home .modal-content .modal-header {
        right: -5px;
        top: -15px;
    }

    .home .modal-header .btn-close {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .modal-body h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .modal-body h2 {
        font-size: 20px;
    }

    .modal-body p {
        font-size: 14px;
    }

    .modal-body h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .archive .shop-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .lgbtq.subcategory-list ul.subcategory-products li {
        width: 100%;
    }
    
    .item-lgbtq .subcategory-list-item {
        width: 100%;
    }


}

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

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




@media only screen and (max-width: 1600px) {
    .govornor-box img {
        height: 450px;
        object-fit: cover;
        min-height: auto;
        /* min-height: 590px;
    object-fit: fill; */
    }

    .state-box ul li a {
        font-size: 13px;
        line-height: 20px;
    }

    .state-box ul li {
        line-height: 25px;
    }

    .liscense-content p {
        font-size: 14px;
    }

    .banner-content h1 {
        font-size: 38px;
    }

    .countdown-content h2 {
        font-size: 42px;
    }

    .countdown-content p {
        font-size: 32px;
    }

    .countdown-content-rt h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1440px) {
    .countdown-content h2 {
        font-size: 40px;
    }

    .banner-content h1 {
        font-size: 42px;
    }

    .timer-box #days {
        font-size: 80px;
    }

    .timer-box {
        width: 200px;
        height: 200px;
    }

    .countdown-content-rt h2 {
        font-size: 40px;
    }

    .countdown-content p {
        font-size: 30px;
    }

    .news-card img {
        height: 400px;
    }

    .news-sec .input-box label {
        font-size: 36px;
        line-height: 72.5%;
        -webkit-text-stroke: 2px #e52222;
    }

    .news-sec .col-box .box-header {
        font-size: 50px;
        -webkit-text-stroke: 3px #3a3ad3;
    }

    .news-sec .code-box label {
        font-size: 20px;
        min-width: 100px;
    }

    .code-box .form-select {
        font-size: 18px;
        height: 47px;
    }

    .news-sec .code-box input {
        height: 47px;
    }

    .news-sec .input-box label {
        min-width: 200px;
    }

    .input-box .form-select {
        font-size: 18px;
        height: 45px;
    }

    .news-sec .input-box input {
        width: 100%;
        height: 45px;
    }

    .news-sec .col-box.add-style button {
        height: 50px;
        font-size: 28px;
    }

    .news-sec .text-center h2.h2-modify {
        font-size: 30px;
    }

    .state-box ul li a {
        font-size: 14px;
        line-height: 93%;
    }

    .govornor-box img {
        height: auto;
        overflow: hidden;
        object-fit: cover;
    }

    .govornor-box img {
        min-height: 470px;
    }

    .shop-section .products li img {
        min-height: 250px;
    }

    .add-style #cashSub {
        width: 180px;
        height: 48px;
        font-size: 30px;
    }

    .govornor-box img {
        object-fit: fill;
    }

    .shop-section .products li {
        width: 308px !important;
    }

    .shop-section .products {
        grid-gap: 19px !important;
    }

    .shop-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .shop-section .products li {
        width: 263px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .shop-section .products li {
        width: 218px !important;
    }

    header .navbar i.fa-cart-shopping {
        margin-left: 30px;
    }

    /* /thank-you/ */
    .thank-you-text h2 {
        font-size: 35px;
    }

    .thank-you {
        max-height: 500px;
    }

    .header-icon {
        gap: 10px;
    }

    .header-icon-2 {
        gap: 10px;
    }

    .banner-content h1 {
        font-size: 32px;
    }

    .countdown-content h2 {
        font-size: 32px;
    }

    .banner-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .timer-box {
        right: 14%;
    }

    .timer-box #days {
        font-size: 60px;
    }

    .countdown-content-rt h2 {
        font-size: 32px;
    }

    .card-sec .card-bg {
        padding: 14px;
    }

    .news-card img {
        height: 300px;
    }

    .news-card {
        padding: 10px;
    }

    .title-heading h2 {
        font-size: 48px;
    }

    .news-sec .title-heading {
        width: 80%;
        height: auto;
    }

    .news-sec .title-heading h2::before,
    .news-sec .title-heading h2::after {
        width: 60px;
        height: 60px;
        top: 0;
    }

    .news-sec .title-heading h2::before {
        left: 0;
    }

    .news-sec .title-heading h2::after {
        right: 0;
    }

    .news-sec .text-center {
        padding: 40px 0 40px;
    }

    .news-sec .text-center h2 {
        font-size: 42px;
    }

    /* .govornor-img-box {
    padding: 50px 0px;
    } */
    .govornor-box {
        padding: 13px;
    }

    .code-box .form-select {
        font-size: 16px;
    }

    .news-sec .code-box label {
        font-size: 18px;
    }

    .news-sec .col-box {
        margin-top: 52px;
    }

    .news-sec .col-box .box-header {
        font-size: 40px;
        -webkit-text-stroke: 2px #3a3ad3;
    }

    .news-sec .col-box .box-header {
        margin-bottom: 30px;
    }

    .news-sec .input-box label {
        font-size: 30px;
    }

    .input-box .form-select {
        font-size: 16px;
    }

    .footer-sec .logo {
        width: 390px;
        height: auto;
    }

    .govornor-box img {
        object-fit: fill;
    }

    .woocommerce-account .xoo-el-form-container {
        padding-bottom: 19px;
        max-width: 671px
    }

    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        padding: 30px 8px;
    }
}
@media only screen and (max-width: 1399px) {
    .shop-section .subcategory-list-item ul li a h2{
        min-height: 76px;
    }
}
@media only screen and (max-width: 1024px) {
    .state-box ul li a {
        font-size: 12px;
        line-height: 34%;
    }

    .state-box ul li {
        line-height: 21px;
    }

    .govornor-img-box {
        padding: 0;
    }

    .govornor-box img {
        min-height: 350px;
    }
}

@media only screen and (max-width: 991px) {
    .shop-section .subcategory-list-item ul li a h2 {
        min-height: 100px;
    }
    .header-icon {
        padding-top: 5px;
    }

    .header-icon-2 {
        padding-top: 5px;
    }

    header .navbar i {
        font-size: 18px;
    }

    .header-icon {
        gap: 2px;
    }

    .head-logo .header-logo {
        margin-top: 60px;
        display: block;
    }

    .banner-content h1 {
        font-size: 18px;
    }

    .countdown-content h2 {
        font-size: 23px;
    }

    .countdown-content p {
        font-size: 18px;
    }

    .bg-gradient-2 {
        padding: 8px 0;
    }

    .countdown-search-box .form-select {
        font-size: 16px;
        line-height: 73.5%;
        height: 35px;
        width: 85%;
    }

    .timer-box {
        width: 140px;
        height: 140px;
        right: 15%;
    }

    .timer-box #days {
        font-size: 42px;
    }

    .countdown-content-rt h2 {
        font-size: 24px;
    }

    .news-card img {
        height: 240px;
    }

    .title-heading h2 {
        font-size: 36px;
    }

    .news-sec .title-heading h2::before,
    .news-sec .title-heading h2::after {
        width: 44px;
        height: 44px;
        top: 0;
    }

    .news-sec .text-center h2 {
        font-size: 30px;
    }

    .state-box ul li a {
        font-size: 10px;
        line-height: 34%;
    }

    .state-box ul li {
        line-height: 18px;
    }

    .govornor-img-box {
        padding: 0;
    }

    .govornor-box img {
        min-height: 290px;
    }

    .news-sec .text-center h2.h2-modify {
        font-size: 20px;
    }

    .news-sec .code-box label {
        margin-right: 5px;
        min-width: auto;
        font-size: 14px;
        text-wrap: nowrap;
    }

    .news-sec .text-center {
        padding: 20px 0 20px;
    }

    .news-sec .code-box.add-margin {
        margin-left: 0;
    }

    .code-box .form-select {
        height: 37px;
        font-size: 14px;
    }

    .news-sec .code-box input {
        height: 37px;
    }

    .liscense-content p {
        font-size: 11px;
    }

    .news-sec .col-box .box-header {
        font-size: 32px;
    }

    .news-sec .input-box label {
        font-size: 20px;
        -webkit-text-stroke: 1px #e52222;
        min-width: 100px;
        text-wrap: nowrap !important;
        margin-right: 10px;
        text-align: left;
    }

    .news-sec .col-box .box-header {
        margin-bottom: 20px;
    }

    .news-sec .col-box {
        margin-top: 30px;
    }

    .input-box .form-select {
        height: 37px;
    }

    .input-box .form-select {
        font-size: 13px;
    }

    .news-sec .input-box input {
        height: 37px;
    }

    .news-sec .col-box .input-box {
        margin-bottom: 24px;
    }

    .add-style #cashSub {
        width: 103px;
        height: 37px;
        font-size: 16px;
        border-radius: 12px;
    }

    .footer-sec .logo {
        width: 250px;
    }

    .footer-ul li a {
        font-size: 16px;
        padding: 0 28px;
    }

    /* view-vote-details/ */
    .body-response table tr th,
    .view_vote #example tr th,
    .president_voting #example tr th {
        padding: 20px 16px;
    }

    .title-heading-3 {
        margin: 36px 0 23px;
        font-size: 27px;
    }

    .page-template-viewvote .cust-order-1,
    .page-template-viewvote .cust-order-1,
    .president_voting {
        padding: 9px 0px 30px;
    }

    .body-response {
        margin: 0 auto 0;
    }

    .thank-you-text h2 {
        font-size: 29px;
    }

    .view-details a {
        font-size: 18px;
    }

    .thank-you {
        max-height: 440px;
    }

    .woocommerce-account .xoo-el-form-container {
        padding-bottom: 19px;
        max-width: 600px
    }

    .woocommerce-account .xoo-aff-group {
        margin-bottom: 18px;
    }

    .woocommerce-account form.xoo-el-action-form {
        margin-top: 5px;
    }

    .woocommerce-account .woocommerce {
        margin-top: 39px;
        margin-bottom: 15px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a,
    .woocommerce-MyAccount-content p,
    .woocommerce-account .woocommerce-Address-title.title,
    .woocommerce-account .woocommerce-Address address {
        font-size: 15px;
        line-height: 23px;
    }

    .woocommerce-account .addresses .title h3 {
        font-size: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 36px 32px;
    }

    .woocommerce-account button[type="submit"],
    .woocommerce-account .woocommerce-Button,
    .woocommerce-account .button,
    .woocommerce-account .woocommerce-info {
        font-size: 15px !important;
    }

    .woocommerce-account .woocommerce table.my_account_orders td,
    .woocommerce-account .woocommerce table.my_account_orders th {
        vertical-align: initial;
    }

    .woocommerce-account .woocommerce-error,
    .woocommerce-account .woocommerce-info,
    .woocommerce-account .woocommerce-message {
        padding: 1em 1em 1em 2em;
    }

    .woocommerce-account .woocommerce-info::before {
        left: 0.5em;
    }

    .shop-section .products li {
        width: 100% !important;
    }

    .state-box.text-left {
        width: 90%;
    }
}

/* tablet */
@media only screen and (max-width: 768px) {
    .state-box.text-left {
        width: 100%;
    }

    .error404 .not-found .page-content form {
        position: inherit;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    /* view-vote-details/ */
    .title-heading-3 {
        margin: 27px 0 16px;
        font-size: 21px;
    }

    .body-response table tr th,
    .view_vote #example tr th,
    .president_voting #example tr th {
        font-size: 15px;
    }

    .body-response table tr td,
    .view_vote #example tr td,
    .president_voting #example tr td {
        font-size: 14px;
        line-height: 20px;
    }

    .thank-you-text h2 {
        font-size: 24px;
    }

    .thank-you {
        max-height: 352px;
    }

    .view-details a {
        padding: 0 17px;
        margin: 18px 0;
    }

    .footer-ul li a {
        padding: 0 18px;
    }

    nav+.media-icon .icon {
        margin-right: 21px;
    }

    .woocommerce-account .xoo-el-form-container ul.xoo-el-tabs li,
    .woocommerce-account .xoo-aff-group label,
    .woocommerce-account button[type="submit"],
    .woocommerce-account .woocommerce-Button,
    .woocommerce-account a.xoo-el-lostpw-tgr {
        font-size: 17px !important;
    }

    .woocommerce-account a.xoo-el-lostpw-tgr,
    .woocommerce-account .button {
        font-size: 15px !important;
    }

    .woocommerce-account .xoo-el-form-container {
        padding-bottom: 0;
    }

    .woocommerce-account .woocommerce {
        display: flex;
        gap: 14px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a,
    .woocommerce-MyAccount-content p,
    .woocommerce-account .woocommerce-Address-title.title,
    .woocommerce-account .woocommerce-Address address,
    .woocommerce-account .woocommerce table.my_account_orders td,
    .woocommerce-account .woocommerce table.my_account_orders th,
    .woocommerce-account button[type="submit"],
    .woocommerce-account .woocommerce-Button,
    .woocommerce-account .button,
    .woocommerce-account .woocommerce-info {
        font-size: 14px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        width: 27%;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        padding: 26px 15px;
    }

    .woocommerce-account .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        margin-bottom: 10px;
    }

    .countdown-search-box {     
        gap: 5px;
        flex-direction: column;
    }


}

@media only screen and (max-width: 575px) {
    .banner-sec {
        padding-bottom: 20px;
    }

    .banner-content h1 {
        font-size: 15px;
    }

    .countdown-content h2 {
        font-size: 14px;
        text-shadow: -1px -1px 0 var(--blue-color), 0px -1px 0 var(--blue-color),
            -2px 2px 0 var(--blue-color), 1px 1px 0 var(--blue-color);
    }

    .countdown-content p {
        font-size: 10px;
    }

    .timer-box #days {
        font-size: 28px;
        text-shadow: -1px -1px 0 var(--blue-color), 0px -1px 0 var(--blue-color),
            -1px 1px 0 var(--blue-color), 1px 2px 0 var(--blue-color);
    }

    .timer-box {
        width: 83px;
        height: 83px;
        right: 12%;
        border: 4px solid #000;
    }

    .countdown-content {
        padding: 5px 0px;
    }

    .countdown-box {
        padding: 0;
    }

    .countdown-content-rt h2 {
        font-size: 14px;
    }

    .bg-gradient-2 {
        padding: 5px 0;
    }

    .countdown-search-box .form-select {
        font-size: 14px;
        height: 33px;
    }

    .card-sec {
        padding: 20px 0px;
    }

    .news-card img {
        height: 100px;
    }

    .news-card {
        padding: 6px;
    }

    .card-sec .card-bg {
        padding: 5px;
    }

    .title-heading h2 {
        font-size: 24px;
    }

    .news-sec .title-heading h2::before,
    .news-sec .title-heading h2::after {
        width: 28px;
        height: 28px;
        top: 0;
    }

    .news-sec .title-heading {
        width: 85%;
        padding: 8px;
    }

    .news-sec .text-center h2 {
        font-size: 18px;
    }

    .state-box ul li a {
        font-size: 8px;
    }

    .state-box ul li {
        line-height: 13px;
    }

    .govornor-box {
        padding: 5px;
    }

    .govornor-box img {
        min-height: 240px;
    }

    .news-sec .text-center h2.h2-modify {
        font-size: 11px;
        font-weight: 500;
    }

    .news-sec .text-center {
        padding: 15px 0 15px;
    }

    .row>* {
        padding-left: 7px;
        padding-right: 7px;
    }

    .news-sec .code-box label {
        margin-right: 5px;
        min-width: auto;
        font-size: 10px;
    }

    .code-box .form-select {
        font-size: 10px;
        padding: 5px;
        padding-right: 15px;
        height: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-repeat: no-repeat;
        background-position-x: 97%;
        background-size: 12px;
    }

    .news-sec .code-box input {
        height: 25px;
        padding: 5px;
        font-size: 10px;
    }

    .liscense-content p {
        font-size: 8px;
    }

    .news-sec .col-box .box-header {
        font-size: 17px;
        -webkit-text-stroke: 1px #3a3ad3;
    }

    .news-sec .input-box label {
        font-size: 11px;
        -webkit-text-stroke: 0.5px #e52222;
        min-width: 60px;
        margin-right: 3px;
    }

    .input-box .form-select {
        font-size: 11px;
        padding: 5px;
        padding-right: 15px;
        height: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-repeat: no-repeat;
        background-position-x: 97%;
        background-size: 12px;
    }

    .news-sec .input-box input {
        height: 25px;
        padding: 5px;
        font-size: 12px;
    }

    .add-style #cashSub {
        height: 25px;
        font-size: 12px;
        border-radius: 7px;
    }

    .code-box #state-name-error {
        bottom: -14px;
        font-size: 9px;
        font-weight: 700;
    }

    .code-box #voter_id-error {
        bottom: -14px;
        font-size: 9px;
        font-weight: 700;
    }

    .news-sec .col-box .box-header {
        margin-bottom: 12px;
        letter-spacing: 1px;
        text-align: end;
    }

    .news-sec .col-box {
        margin-top: 19px;
    }

    .code-box #zip-error {
        bottom: -14px;
        font-size: 9px;
        font-weight: 700;
    }

    .news-sec .col-box .input-box #governers-error {
        bottom: -11px;
        font-size: 9px;
        font-weight: 700;
    }

    .news-sec .col-box .input-box #president-error {
        bottom: -11px;
        font-size: 9px;
        font-weight: 700;
    }

    .news-sec .col-box .input-box #govnpetition-error {
        bottom: -11px;
        font-size: 9px;
        font-weight: 700;
    }

    header .navbar i.fa-cart-shopping {
        margin-left: 45px;
    }

    .news-sec .col-box .input-box #petition-error {
        bottom: -11px;
        font-size: 9px;
        font-weight: 700;
    }

    .news-sec .col-box .input-box {
        margin-bottom: 16px;
    }

    .news-sec {
        padding: 25px 0;
    }

    .footer-ul li a {
        font-size: 13px;
        padding: 0 8px;
    }

    nav+.media-icon {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    nav+.media-icon .icon {
        display: inline;
        margin-right: 0;
    }

    .govornor-img-box .row.gx-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cust-order-2 {
        padding: 0;
    }

    .pe-lg-0 {
        padding: 0;
    }

    .ps-lg-0 {
        padding: 0;
    }

    .pe-lg-0 .govornor-box img {
        object-fit: cover;
    }

    .cust-order-1 {
        width: 23% !important;
    }

    .cust-order-2 {
        width: 54% !important;
    }

    #article-form .row .col-5 {
        padding-right: 0;
    }

    .liscense-content {
        margin-top: 18px;
    }

    .home .countdown-search-box .form-select {
        height: 28px !important;
        width: 150px !important;
    }

    /* view-vote-details/ */
    .title-heading-3 {
        margin: 17px 0 14px;
        font-size: 14px;
    }

    .body-response table tr th,
    .view_vote #example tr th,
    .president_voting #example tr th {
        font-size: 13px;
        line-height: 16px;
        padding: 13px 9px;
    }

    .body-response table tr td,
    .view_vote #example tr td,
    .president_voting #example tr td {
        font-size: 13px;
        line-height: 16px;
        padding: 16px;
    }

    .thank-you {
        max-height: 255px;
        padding: 50px 15px;
    }

    .thank-you-text h2 {
        font-size: 20px;
    }

    .view-details a {
        padding: 0px 12px;
        margin: 13px 0;
        font-size: 14px;
        height: 43px;
    }

    .woocommerce-account .xoo-el-form-container ul.xoo-el-tabs li,
    .woocommerce-account .xoo-aff-group label,
    .woocommerce-account button[type="submit"],
    .woocommerce-account .woocommerce-Button,
    .woocommerce-account .button,
    .woocommerce-account a.xoo-el-lostpw-tgr,
    .woocommerce-account a.xoo-el-lostpw-tgr {
        font-size: 14px !important;
    }

    .woocommerce-account .xoo-aff-group {
        margin-bottom: 15px;
    }

    .woocommerce-account .xoo-el-header {
        padding: 0 15px 13px;
    }

    .woocommerce-account .woocommerce {
        margin-bottom: 4px;
        margin-top: 23px;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        padding: 18px 10px;
    }

    ul.payment_methods li[class*=payment_method]>input[name=payment_method]+label {
        display: contents;
    }

    .wc-stripe-card-icons-container,
    .wc-stripe-paymentRequest-icons-container {
        float: left;
    }

    .error404 .not-found .page-content form {
        margin-top: 36px;
        margin-bottom: 30px;
    }

    .contact-form-sec .from_wrapper {
        padding: 0 10px;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        padding: 2px 6px 2px;
    }

    .woocommerce-product-details__short-description p {
        line-height: 22px;
        font-size: 15px;
    }

    .product-sec .price span bdi {
        font-size: 27px;
        line-height: 28px;
    }

    .product-sec .price {
        margin-bottom: 9px;
    }

    .single-product.woocommerce ul.products {
        margin: 0 0 2em;
    }

    .product-sec .summary h1 {
        font-size: 24px;
    }

    .archive.woocommerce ul.products {
        margin: 0 0 1em;
    }

    .woocommerce-breadcrumb {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    .fa-cart-shopping:before,
    .fa-shopping-cart:before,
    header .navbar i {
        font-size: 16px;
        left: -20px;
    }


.card-sec.republic .news-card img {
    height: 150px;
}

.card-sec.republic .row>* {
    padding-left: 2px;
    padding-right: 2px;
}



}

@media only screen and (max-width: 362px) {
    header .navbar i.fa-cart-shopping {
        margin-left: 45px;
    }

    .countdown-content-rt h2 {
        font-size: 13px;
    }

    .timer-box {
        width: 78px;
        height: 82px;
        right: 12%;
    }

    .thank-you-text h2 {
        font-size: 17px;
    }

    .woocommerce-account .woocommerce {
        gap: 4px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a,
    .woocommerce-MyAccount-content p,
    .woocommerce-account .woocommerce-Address-title.title,
    .woocommerce-account .woocommerce-Address address {
        font-size: 12px;
    }
}

@media only screen and (max-width: 350px) {
    .timer-box {
        width: 62px;
        height: 62px;
        right: 13%;
    }

    .timer-box #days {
        font-size: 18px;
    }

    .countdown-content-rt h2 {
        font-size: 11px;
    }

    .bg-gradient-1 {
        clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    }

    .bg-gradient-2 {
        clip-path: polygon(0 0, 94% 0, 92% 100%, 0% 100%);
    }

    .footer-ul li a {
        padding: 0 4px;
    }

    .news-sec .col-box .box-header {
        font-size: 14px;
    }
}

/*@media only screen and (max-width: 991px) {
    .cols-2 {
    margin-top: 30px;
    width: 46%;
    }
    .cols-1 {
    gap: 15px;
    }
    .cols-3 {
    gap: 15px;
    }
    .banner-content h1 {
    font-size: 28px;
    }
    .timer-box {
    right: 21%;
    }
    .news-card img {
    height: 245px;
    }
    .title-heading h2 {
    font-size: 36px;
    }
    .news-sec .title-heading h2::before,
    .news-sec .title-heading h2::after {
    width: 46px;
    height: 44px;
    }
    .news-sec .text-center h2 {
    font-size: 36px;
    }
    .cust-order-1 {
    order: 1 !important;
    width: 100%;
    max-width: 50%;
    }
    .cust-order-2 {
    order: 2 !important;
    }
    .state-box.text-right ul li {
    text-align: left;
    }
    .state-box.text-left ul li {
    text-align: right;
    }
    .govornor-img-box {
    padding: 30px 0px;
    padding-bottom: 10px;
    }
    .news-sec .text-center {
    padding: 15px 0 30px;
    }
    .news-sec .text-center h2.h2-modify {
    font-size: 22px;
    }
    .news-sec .code-box label {
    min-width: auto;
    margin-right: 5px;
    }
    .news-sec .code-box.add-margin {
    margin-left: 0;
    }
    .news-sec .code-box label {
    font-size: 16px;
    }
    .news-sec .code-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 15px;
    }
    .news-sec .col-box {
    margin-top: 10px;
    }
    .news-sec .col-box .box-header {
    font-size: 34px;
    }
    .news-sec .col-box .box-header {
    margin-bottom: 20px;
    }
    .news-sec .input-box label {
    min-width: 140px;
    font-size: 26px;
    text-align: left;
    }
    .news-sec .col-box .input-box {
    margin-bottom: 30px;
    }
    .news-sec .col-box .box-header {
    text-align: left;
    }
    .govornor-box img {
    min-height: 280px;
    object-fit: cover;
    }
    .footer-ul li a {
    font-size: 16px;
    padding: 0 15px;
    }
    .footer-sec .logo {
    width: 320px;
    height: auto;
    }
    .countdown-content p {
    font-size: 21px;
    }
    .countdown-content h2 {
    font-size: 28px;
    margin-bottom: 5px;
    }
    .countdown-content-rt h2 {
    font-size: 26px;
    }
    .timer-box {
    width: 160px;
    height: 160px;
    }
    .timer-box #days {
    font-size: 48px;
    }
    .countdown-search-box .form-select {
    font-size: 18px;
    height: 45px;
    width: 100%;
    }
    .thank-you {
    height: 430px;
    padding: 45px 15px;
    }
    .thank-you-text h2 {
    font-size: 30px;
    }
    }
    @media only screen and (max-width: 768px) {
    .banner-content h1 {
    font-size: 22px;
    }
    .banner-sec {
    padding-top: 25px;
    padding-bottom: 20px;
    }
    .bg-gradient-1 {
    clip-path: none;
    margin-left: -15px;
    height: 310px;
    margin-right: -15px;
    padding: 0 15px;
    }
    .timer-box {
    left: 50%;
    top: 46%;
    }
    .bg-gradient-2 {
    clip-path: none;
    padding: 20px 15px;
    margin-left: -15px;
    margin-right: -15px;
    }
    .countdown-content-rt {
    display: none;
    }
    .time-box-mobile {
    display: block;
    position: absolute;
    left: 50%;
    top: 67%;
    transform: translate(-50%, -50%);
    }
    .time-box-mobile h2 {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.5%;
    text-transform: uppercase;
    }
    .timer-box {
    width: 140px;
    height: 140px;
    }
    .timer-box #days {
    font-size: 36px;
    }
    .countdown-search-box {
    max-width: 90%;
    }
    .card-sec {
    padding: 20px 7px;
    }
    .news-card {
    margin-bottom: 15px;
    }
    .card-bg .col-md-4:last-child .news-card {
    margin-bottom: 0px;
    }
    .title-heading h2 {
    font-size: 30px;
    }
    .news-sec .title-heading {
    width: 100%;
    }
    .news-sec .title-heading h2::before,
    .news-sec .title-heading h2::after {
    width: 36px;
    height: 36px;
    }
    .news-sec .text-center h2 {
    font-size: 26px;
    }
    .news-sec .text-center h2.h2-modify {
    font-size: 20px;
    }
    .code-box .form-select {
    height: 45px;
    }
    .news-sec .input-box label {
    min-width: 128px;
    font-size: 24px;
    }
    .input-box .form-select {
    height: 34px;
    }
    .news-sec .input-box input {
    height: 34px;
    }
    .code-box .form-select {
    height: 34px;
    }
    .news-sec .code-box input {
    height: 34px;
    }
    .news-sec .col-box .box-header {
    font-size: 30px;
    margin-bottom: 10px;
    }
    .govornor-box {
    padding: 10px;
    }
    .footer-sec .logo {
    width: 221px;
    }
    nav+.media-icon .icon {
    display: inline;
    margin: 0 20px;
    margin-right: 0;
    }
    footer .footer-ul {
    text-align: center;
    margin: 1px 0 20px 0;
    }
    .news-card img {
    height: 350px;
    }
    #myVideo {
    height: 100%;
    }
    .countdown-content {
    padding: 12px 10px;
    }
    }*/
/* 4-12-23 */
.shop-section ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
}

@media only screen and (max-width: 1440px) {
    .shop-section .products li {
        width: auto !important;
    }
}

.shop-section .products li {
    width: auto !important;
}

.woocommerce ul.products li.product a img {
    height: 430px;
    object-fit: cover;
    object-position: top;
}

@media only screen and (max-width: 1200px) {
    .woocommerce ul.products li.product a img {
        height: 283px;
    }

    .products .product a h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products li.product a img {
        height: 278px;
    }
    .related.products .woocommerce-loop-product__title {
      font-size: 16px !important;
  }
  .product-sec .summary h1 {
      font-size: 28px !important;
      font-weight: 500;
  }
  .product-sec .price span bdi {
      font-size: 24px !important;
  }
  .product-sec .site-main .entry-content p {
    font-size: 16px;
  }
  .woocommerce table.shop_attributes{
    width: 100% !important;
  }
}

@media only screen and (max-width: 571px) {
    .woocommerce ul.products li.product a img {
        height: 460px !important;
        object-fit: contain;
    }

}

.product-sec .summary h1 {
    font-size: 44px;
    font-weight: 500;
}

.product-sec .price span bdi {
    font-size: 32px;
}

.woocommerce .product-sec div.product form.cart .variations select {
    margin-left: 0;
    margin-bottom: 15px;
}

.woocommerce .product-sec ul.products li.product a img {
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .woocommerce .product-sec ul.products li.product a img {
        max-height: 460px;
    }

    .product-sec .price span bdi {
        font-size: 29px;
    }
}

.woocommerce .product-sec div.product div.images img {
    object-fit: fill;
}

.subcategory-list{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.subcategory-list-item .subcategory-products{
    margin-top: 10px;
}
.subcategory-list-item ul li{
    margin-bottom: 20px;
}
.subcategory-list-item ul li:last-child{
    margin-bottom: 0;
}
.subcategory-list-item ul li a img{
    margin-bottom: 15px;
}
.subcategory-list-item ul li a h2{
    font-size: 15px;
    color: #4d5caf;
}
.subcategory-list-item ul li a .price{
    font-size: 15px;
}
.subcategory-list-item ul li .add_to_cart_button{
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
}
.subcategory-list-item a{
    color: #fff;
}
@media only screen and (max-width: 991px){
    .subcategory-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .subcategory-list-item a{
        font-size: 16px;
    }
    /*   */
    .single-product.woocommerce ul.products::before{
        display: none;
    }
    .single-product.woocommerce ul.products{
        /* border: 1px solid red; */
        gap: 15px 20px;
        gap: grid;
        display: grid;
        grid-template-columns: repeat( 3, 1fr);
    }
    .single-product.woocommerce ul.products li.product{
        margin: 0 !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px){
    .single-product.woocommerce ul.products{
        grid-template-columns: repeat( 2, 1fr);

    }

.head-logo .header-logo img {
    /*width: 100%;
    margin-bottom: -30px;
    margin-top: -15px;*/
    width: 120%;
    margin-bottom: -30px;
    margin-top: -15px;
    margin-left: -25px;
}

#myVideo-1 {
    top: -25%;
    left: -13%;
    width: 133%;
}




}

@media only screen and (max-width: 575px){
    .subcategory-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .head-logo .header-logo {
        margin-top: 60px;
        display: block;
        width: 315px;
        margin: 0 auto;
        margin-top: 50px;
        margin-left: -35px;
    }
    .single-product.woocommerce ul.products{
        grid-template-columns: repeat( 1, 1fr);

    }

}
@media only screen and (max-width: 475px){
    .subcategory-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .shop-section .subcategory-list-item ul li a h2 {
        min-height: 58px;
    }
}
@media only screen and (max-width: 571px) {
    .woocommerce .product-sec div.product form.cart .variations select{
        min-width: auto;
        max-width: 215px;
    }

}
