@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/*-- Common Style --*/
/* #ff5353 - red */
ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, a{
    text-transform: uppercase;
}

:focus,
:hover {
    transition: all 0.3s;
}

body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

input,
button,
select {
    outline: none;
}

input {
    color: #1c1c1ca6;
}

.mainButton {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: #ff5353;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 10px;
    padding: 16px 58px;
}

.mainButton:hover {
    background: #953232;
    color:#fff;
}



/**/

.homeBanner {
    width: 100%;
}
.homeBanner img{
    width:100%;
}

/**/
.pastWinners {
    background: #000;
    position: relative;
}

.pastWinners:after {
    content: "";
    background: url(/assets/img/pastWBack.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat-y;
    z-index: 1;
    background-position: center;
    opacity: 0.15;
}

.pastWContent {
    display: grid;
    grid-gap: 20px;
    position: relative;
    z-index: 2;
}

.pastWGroup {
    display: grid;
    grid-template-columns: repeat(2, auto);
}

.pastWGroup img {
    width: 100%;
}

/**/

header {
    position: fixed;
    top: 0;
    background: #222;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 999;
    padding: 10px 0;
    display: flex;
    align-items: center;
    transition: 0.3s;
}


.headerWrap {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.headerLeft {
    display: flex;
    align-items: center;
}

.headerLeft img {
    width: 100%;
    max-width: 180px;
    height: 100%;
    max-height: 100px;
    padding:10px;
}

.headerNav {}

.headerNav ul {
    display: flex;
    grid-gap: 20px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.headerNav li {
    display: flex;
    align-items: center;
}

.headerNav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.headerAction svg path {
    fill: #fff;
}

.dropdown {
    position: relative;
}

/* Style the dropdown button */
.dropbtn {
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    padding: 30px 0;
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: 0s;
    box-shadow: 2px 2px 6px #0000003b;
    padding: 20px 0;
}

/* Links inside dropdown content */
.dropdown-content a {
    color: #222 !important;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: #515151 !important;
}

/* Show the dropdown content on hover */
.dropdown:hover .dropdown-content {
    display: block;
}



.headerNav a.dropdown-toggle:after {}

.headerNav.dropdown-menu {}

.headerNav a.dropdown-item {}

.headerNav a.dropdown-item:hover {}


.headerAction {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.headerAction div {
    cursor: pointer;
}

.headerAction svg {
    width: 30px;
    height: 30px;
}

/*  */

footer {
    background: #222;
    color: #cbcbcb;
    padding: 60px 0;
    padding-bottom: 30px;
}

footer p {
    font-size: 14px;
}

.footerTop {
    display: grid;
    grid-template-columns: repeat(3, 31.8%);
    grid-gap: 30px;
}

.footerTL {}

.footerTL h4 {
    font-size: 16px;
}

.footerTC {}

.footerTC ul {
    display: grid;
    padding: 0;
    list-style: none;
    grid-gap: 10px 0;
}

.footerTC ul a {
    font-size: 14px;
    color: #cbcbcb;
    transition: 0.3s;
}

.footerTC ul a:hover {
    color: #fff;
}

.footerTR {}

.footerBottom {
    display: grid;
    grid-template-columns: repeat(3, 31.8%);
    grid-gap: 30px;
}

.footerBL {
    display: flex;
    grid-gap: 30px;
    align-items: center;
}

.footerBL a {}

.footerBL svg {}

.footerBC {
    margin-top: 20px;
}

.footerBC p {
    margin: 0;
}

.footerBR {}

/**/

.contact {}

.contactContent {
    border: 1px solid #dee2e6;
    padding: 40px;
    border-radius: 30px;
}

.contactContent h2 {
    font-size: 48px;
}

.contactContent p {}

.contactForm {
    display: grid;
    grid-gap: 20px 0;
}

.contactForm input {
    border-radius: 10px;
    padding: 7px 10px;
    border: 1px solid #dee2e6;
    width: 100%;
    outline: none;
}

.contactForm input:focus,
.contactForm input:focus-visible {
    border-color: #2f2f2f;
}

.contactForm textarea {
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #dee2e6;
    width: 100%;
    outline: none;
    min-height: 100px;
}

.contactForm textarea:focus {
    border-color: #2f2f2f;
}


.contactContent2 {
    display: grid;
    grid-gap: 30px 0;
}

.contactC2Block {
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 40px;
}

.contactC2Block div {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contactC2Block p {
    margin: 0;
    font-size: 16px;
}

/**/

.single-my-account {
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
    border-radius: 15px;
}

.faq-area .single-my-account h3.panel-title {
    border-bottom: 0;
    text-transform: math-auto;
}

.single-my-account h3.panel-title {
    background-color: #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 2;
}

.faq-area h3.panel-title {
    background-color: transparent !important;
    border-bottom: 0 !important;
}

.faq-area .single-my-account h3.panel-title a[aria-expanded=true] {
    color: #ff5353;
}

.faq-area .single-my-account h3.panel-title a[aria-expanded=true] {
    color: #ff5353;
}

.faq-area .single-my-account h3.panel-title a {
    font-size: 16px;
    color: #212121;
    display: block;
    padding: 16px 45px;
    position: relative;
    color: #000;
    padding-right: 65px;
    padding-left: 15px;
}

.faq-area .single-my-account h3.panel-title a {
    color: #454545;
}

.faq-area .single-my-account h3.panel-title a[aria-expanded=true]+span {
    color: #ff5353;
}

.faq-area .single-my-account h3.panel-title span {
    color: #212121;
    font-size: 14px;
    left: 20px;
    position: absolute;
    font-size: 16px;
    top: 16px;
}

.faq-area .single-my-account .panel-body {
    padding: 20px 45px !important;
    font-size: 14px;
    line-height: 20px !important;
    padding-left: 15px !important;
}

.faq-area .single-my-account h3.panel-title a[aria-expanded=true]:before {
    transform: rotate(180deg);
    background-color: #ff5353;
}

.faq-area .single-my-account h3.panel-title a:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 16px;
}

.faq-area .single-my-account h3.panel-title a:before {
    background-color: #303234;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20V4m-7 9l7 7l7-7'/%3E%3C/svg%3E");
    content: "" !important;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.6s;
}

.faqH4 {
    display: flex;
    grid-gap: 10px;
    margin: 20px 0;
    align-items: center;
}

.faqH4 svg {
    width: 30px;
    height: 30px;
}

.faqH4 div {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

/**/

.dontGet {
    position: relative;
}

.dontgetContent:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
    border-radius: 30px;
}

.dontgetContent {
    padding: 90px 60px;
    background: url(/assets/img/dont.jpg);
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.dontgetContent h4 {
    color: #fff;
    font-size: 48px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.dontgetContent p {
    color: #ebebeb;
    position: relative;
    z-index: 2;
}

.dontgetContent a {
    color: #ff5353;
    text-decoration: underline;
}

.includeContact {
    display: grid;
}

.pastWinnersBanner {
    border-bottom: 8px solid #2b2b2b;
    background: #000;
    padding: 0;
}

.pastWinnersBanner img {
    width: 100%;
}

.checkEntriesContent h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.checkEntriesContent .checkEC1 {
    font-size: 18px;
    font-weight: 500;
}

.checkEntriesContent .checkEC2 {
    font-size: 20px;
    font-weight: 500;
    color: #832121;
}

.checkEntriesContent p {
    color: #832121;
}

/**/
.getWinBanner {
    border: 0;
}

.getWin {
    background: url(/assets/img/getWinForm.webp);
    background-size: cover;
    position: relative;

}

.getWin:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}

.agencyFGroupSpan label {
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 8px;
    position: relative;
    background: none;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
}

.agencyFGroupSpan input {
    z-index: 1;
    position: absolute;
    appearance: none;
    width: 26px;
    height: 24px;
    left: 8px;
    top: 8px;
    background-color: #ff5353;
    border: none;
    border-radius: 6px;
}

.agencyFGroupSpan span {
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    user-select: none;
    z-index: 1;
    position: relative;
    padding: 0 20px 0 45px;
    width: 100%;
    height: 100%;
    z-index: 0;
    letter-spacing: -0.36px;
}

.agencyFGroupSpan span a {
    color: #fff;
    text-decoration: underline;
}

.agencyFGroupSpan input[type='checkbox']:checked::after {
    content: '✔';
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.getWinForm {
    background: #161616;
    padding: 90px 60px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.getWinForm label {
    color: #cfcfcf;
    margin-bottom: 8px;
}

.getWinForm h2 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    margin-bottom: 20px;
}

/**/

.shop {}

.shopFiltr button {
    padding: 12px 28px;
}

.shopH2Center {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.shopTop {
    margin-bottom: 60px;
    display: flex;
    grid-gap: 20px;
    border: 1px solid #dee2e6;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    height: 56px;
}

.shopTCol {
    color: #1c1c1ca6;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 0;
    padding-left: 10px;
    font-weight: 600;
}

.shopTSort {
    height: 100%;
    position: relative;
}

.shopTSort select {
    height: 100%;
    padding: 13px 15px;
    border-radius: 0 15px 15px 0;
    border: 0;
    width: 100%;
    border-left: 1px solid #dee2e6;
    text-transform: uppercase;
    appearance: none;
    color: #1c1c1ca6;
    font-weight: 600;
    text-align: center;
}

.shopTSort div {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    width: 28px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;

}

.shopTSort svg {
    transform: rotate(180deg);
    width: 36px;
    height: 36px;
    font-weight: 500;
}

.shopTSort select option {}

.shopSearch {}


.shopSearch input {
    border: 0;
    border-right: 1px solid #dee2e6;
    width: 100%;
    outline: none;
    height: 100%;
    padding: 13px 15px;
    border-radius: 15px 0 0 15px;
    text-transform: uppercase;
    color: #1c1c1ca6;

}

.shopSearch input:focus {
    border-color: #2f2f2f;
}

.shopSearchMobile {
    display: none;
}

.shopSearchMobile input {
    border: 0;
    border-bottom: 1px solid #6a6c6f;
    border-radius: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.shopFilterButtonMobile {
    display: none;
    width: 50%;
    height: 100%;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #1c1c1ca6;
    font-weight: 600;
}


.shopFiltr {
    border-right: 1px solid #dee2e6;
}

.shopFForm {
    padding-right: 20px;
}

.shopPGroup {
    border-top: 1px solid #dee2e6;
    margin-top: 15px;
    padding-top: 15px;
}

.shopPGroup:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.shopPGroup h4 {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.shopPGroup h4:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m17 14l-5-5l-5 5'/%3E%3C/svg%3E");
    transform: rotate(180deg);
    transition: all 0.3s;
}

.shopFiltrSpoilerActive:after {
    transform: rotate(0deg) !important;
    transition: all 0.3s;
}

.shopPGCheck {
    display: flex;
    align-items: flex-start;
    grid-gap: 8px;
    margin-bottom: 8px;
}

.shopPGCheck:last-child {
    margin-bottom: 0;
}

.shopPGCheck input {
    filter: grayscale(1);
    width: 18px;
    height: 18px;
}

.shopPGCheck label {
    color: #1c1c1ca6;
    font-size: 14px;
    font-weight: 500;
}

/**/

.filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
}

.price-title {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    background: #d58e32;
    padding: 10px;
}

.price-container {
    display: flex;
    padding: 5px;
    width: 100%;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 0px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
    width: 100%;
    height: 3px;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
    background: #222;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
    outline: 0;
}

.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: red;
    border-radius: 5px;
}

.price-wrap-1 input::-webkit-outer-spin-button,
.price-wrap-1 input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.price-wrap-2 input::-webkit-outer-spin-button,
.price-wrap-2 input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
    /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    margin-top: -8px;
    background-color: #222;
    border: 3px solid #222;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #222;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #555;
    border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
    display: flex;
    color: #242424;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0px;
    justify-content: space-between;
    grid-gap: 20px;
}

.price-wrap-1,
.price-wrap-2 {
    display: flex;
    margin-left: 0px;
    border: 1px solid #cccc;
    justify-content: left;
    width: 100%;
    padding: 0 5px;
    position: relative;
    padding: 10px;
    border-radius: 15px;
}

.price-wrap-1:after,
.price-wrap-2:after {
    content: "$";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    color: #1c1c1ca6;
}

.price-title {
    margin-right: 5px;
}

.price-wrap_line {
    margin: 0 10px;
    align-items: center;
    display: flex;
    color: #1c1c1ca6;
    font-size: 14px;
}

.shopFilterPriceRtb {
    padding: 2px 20px;
    min-width: initial;
}

.price-wrap #one,
.price-wrap #two {
    width: 100%;
    margin: 0;
    padding-left: 15px;
    padding: 0;
    background: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: right;
}

.price-wrap label {
    text-align: right;
    margin-top: 6px;
    padding-left: 5px;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #242424;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #242424;
    transition-duration: 0.3s;
}

.shopFiltrAc {}

.shopFiltrArrow {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    transition: all 0.3s;
    font-size: 24px;
}

.shop-widget {
    position: relative;
}

.shopFiltrSpoilerActive>.shopFiltrArrow {
    transform: rotate(0);
    transition: all 0.3s;
}

/**/

.breadcrumbShop {
    display: flex;
    grid-gap: 5px;
    margin-bottom: 30px;
}

.breadcrumbShop li {}

.breadcrumbShop a {
    color: #1c1c1ca6;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.breadcrumbShop a:after {
    content: "/";
    margin-left: 5px;
}

.breadcrumbShop span {
    color: #1c1c1ca6;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

/**/

.shopProducts {
    display: grid;
    grid-template-columns: repeat(3, 31.8%);
    grid-gap: 20px;
    grid-gap: 60px 20px;
}

.shopPCard {}

.shopCardImage {}

.shopCardImage img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.shopPCContent {
    text-align: center;
}

.shopPCContent a {
    color: #222;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
}

.shopPCCPrice {
    display: flex;
    grid-gap: 5px 10px;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.shopCPrice {
    color: #1c1c1ca6;
    font-weight: 500;
}

.shopCEntries {
    background: #ff5353;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
}

/**/

.menuFilterMobileBack {
    visibility: hidden;
    transition: all 0.6s;
    background: #222;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.menuFilterMobileBackA {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.6s;
}

.menuFilterMobile {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    background: #fff;
    height: 100%;
    z-index: 999;
    transform: translateX(400px);
    transition: all 0.6s;
}

.menuFMTopMobile {
    height: 100%;
}

.menuFilterMobileA {
    visibility: visible;
    transform: translateX(0);
    transition: all 0.6s;
}

.menuFilterMobile .shopFForm {
    padding: 20px;
    height: calc(100% - 154px);
    overflow-y: auto;
}

.shopFiltrButtonMobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #dee2e6;
    padding: 15px 20px;
    background: #fff;
    z-index: 10;
}

.shopFiltrButtonMobile button {
    padding: 12px 28px;
}

.shopFormMobileScroll {
    /*    overflow-y: auto;
    overflow-x: hidden;
    height: 76vh;
    display: grid
;*/
}

.menuFilterMobileTop {
    height: 78px;
    display: flex;
    grid-gap: 20px;
    align-items: center;
    padding: 20px;
    padding-top: 30px;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

.menuFMTName {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.menuFMTClose {
    cursor: pointer;
}

.menuFMTClose svg {
    width: 30px;
    height: 30px;
}


/**/

.modalCart {}

.modalCart {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    background: #fff;
    height: 100%;
    z-index: 999;
    transform: translateX(450px);
    transition: all 0.6s;
}

.modalCartA {
    visibility: visible;
    transform: translateX(0);
    transition: all 0.6s;
}

.modalCTop {
    height: 78px;
    display: flex;
    grid-gap: 20px;
    align-items: center;
    padding: 20px;
    padding-top: 30px;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

.modalCName {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.modalCClose {
    cursor: pointer;
}

.modalCName svg {
    width: 30px;
    height: 30px;
}

.modalCartBack {
    visibility: hidden;
    transition: all 0.6s;
    background: #222;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modalCartBackA {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.6s;
}

.modaCTable {
    padding: 20px;
    height: calc(100% - 219px);
    overflow-y: auto;
}

.modaCTableReponsive {
    display: grid;
    grid-gap: 30px;
}

.modaTOther {}

.modaTOther span {
    font-size: 10px;
    color: #1c1c1ca6;
}

.modaTOther span:after {
    content: "/";
    margin-left: 5px;
}

.modaTOther span:last-child:after {
    display: none;
}

.modalCTBLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #dee2e6;
    padding: 15px 20px;
    background: #fff;
    z-index: 10;
    grid-gap: 20px;
    display: grid;
}

.modalCTBLinks a {
    padding: 12px 28px;
    background: #222;
}

.modalCTBLinks a:hover {
    background: #222;
    color: #fff;
}

.modalCTBLinks span {
    margin: 0 10px;
}

.modalTableCard {
    display: flex;
    grid-gap: 20px;
}

.modalTableCard img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.modalTCContent {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    display: grid;
}

.modalTCContent .modalTPName {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.modalTCCol {
    display: flex;
    grid-gap: 5px 10px;
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.modalTCPrice {
    color: #1c1c1ca6;
    font-weight: 500;
}

.modalTCEntries {
    background: #ff5353;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
}

.modalTCQ {
    display: flex;
    align-items: center;
    margin-top: 5px;
    grid-gap: 10px;
}

.modalQRemove {
    color: #222;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #222;
}

.modalQRemove:hover {
    color: #222;
    border: 0;
}

.productColMy2 {
    position: relative;
    width: 100px;
}

.pCMinus {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    text-align: center;
    padding: 8px 0px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
}

.pCInput {
    text-align: center;
    width: 100%;
    max-width: 100px;
    height: 42px;
    border-radius: 15px;
    border: 1px solid #dee2e6;
}

.pCPlus {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    text-align: center;
    padding: 8px 0px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
}


/**/


.headerMenuClick {
    display: none;
    width: 70px;
}

.headerMenuClick svg {
    width: 30px;
    height: 30px;
}

/**/


.modalSearch {
    width: 100%;
    height: 76px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    transform: translateY(0);
    transition: all 0.6s;
    visibility: hidden;
}

.modalSearchA {
    visibility: visible;
    transform: translateY(100px);
    transition: all 0.6s;
}

.modalSearchMain {
    padding: 24px 0;
    display: flex;
    grid-gap: 20px;
}

.modalSSVG {}

.modalSSVG svg {
    width: 30px;
    height: 30px;
}

.modalSClose {
    margin-left: auto;
    cursor: pointer;
}

.modalSClose svg {
    width: 30px;
    height: 30px;
}

.modalSInput {
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #222;
    width: 100%;
}

.modalSearchBack {
    visibility: hidden;
    transition: all 0.6s;
    background: #222;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
}

.modalSearchBackA {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.6s;
}

/**/

.modalMenu {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    background: #fff;
    height: 100%;
    z-index: 999;
    transform: translateX(-400px);
    transition: all 0.6s;
}

.modalMenuA {
    visibility: visible;
    transform: translateX(0);
    transition: all 0.6s;
}

.modalMenuMain {
    height: 100%;
}

.modalMClose {
    height: 78px;
    display: flex;
    grid-gap: 20px;
    align-items: center;
    padding: 20px;
    padding-top: 30px;
    justify-content: space-between;
}

.modalMClose svg {
    width: 30px;
    height: 30px;
}

.modalMAccount {
    height: 64px;
    padding: 20px;
    margin-top: auto;
    font-size: 14px;
    color: #222;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.modalMAccount:before {
    content: "";
    height: 2.5rem;
    width: 100%;
    background: linear-gradient(transparent, #ffffff);
    position: absolute;
    inset-block-end: 100%;
    inset-inline-start: 0;
}

.modalMAccount svg {
    width: 24px;
    height: 24px;
}

.modalMenuBack {
    visibility: hidden;
    transition: all 0.6s;
    background: #222;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modalMenuBackA {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.6s;
}

.modalMNav {
    padding: 20px;
    height: calc(100% - 142px);
    overflow-y: auto;
}

.modalNGroup {
    padding: 16px 0;
    border-bottom: 1px solid #dee2e6;
}

.modalNGroup:last-child {
    border: 0;
}

.modalNLink {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}

.modalMNav a:hover {
    color: #222;
}

.modalNGLinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}

.modalNGLinks:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m6.4 18.308l-.708-.708l5.6-5.6l-5.6-5.6l.708-.708l5.6 5.6l5.6-5.6l.708.708l-5.6 5.6l5.6 5.6l-.708.708l-5.6-5.6z'/%3E%3C/svg%3E");
    transform: rotate(45deg);
    transition: all 0.3s;
}

.modalNGLinksA:after {
    transform: rotate(90deg);
}

.modalNGSubLinks {
    display: none;
    margin-top: 16px;
    padding-left: 10px;
}

.modalNGSubLinks a {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    display: block;
    padding: 10px 0;
}

/**/

.cart__table--inner {
    width: 100%;
    border-spacing: 0;
}

.cart__table--header__list {
    padding: 0 2rem 2rem 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid var(--border-color2);
    font-size: 14px;
    color: #1c1c1ca6;
}

.cart__table--body__items {
    border-top: 1px solid #dee2e6;
}
.cart__table--body__items:last-child{
    border-bottom: 1px solid #dee2e6;
}

.cart__table--header__list:last-child {
    padding-right: 0;
}

.cart__table--body__list {
    border-bottom: 1px solid var(--border-color2);
    padding: 2rem 2rem 2rem 0;
}

.cart__remove--btn {
    font-weight: 600;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: var(--white-color);
    -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
    margin-right: 1.5rem;
    border-radius: 50%;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart__thumbnail {
    max-width: 10rem;
    line-height: 1;
}

.cart__content {
    padding-left: 1.5rem;
}

.cart__content--title {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 600;
}

.cart__content--title a {
    color: #222;
}

.cart__content--variant {
    display: block;
    margin-bottom: 0.5rem;
    line-height: 2.2rem;
    font-size: 1.3rem;
}

.cart__content--variant:last-child {
    margin-bottom: 0;
}

.cart__content--variant {
    display: block;
    margin-bottom: 0.5rem;
    line-height: 2.2rem;
    font-size: 1.3rem;
}

.cart__price {
    font-weight: 600;
}

/* - - - --  */

.cart__thumbnail img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.cart__content .modalTPName {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.cartQuantity {}

.cartRemove {
    margin: auto;
    display: block;
    width: max-content;
    margin-top: 10px;
}

.cartQuantityAll {
    margin: auto;
}

.cart__table--header__items th:nth-child(2) {
    text-align: center;
}

.cart__table--header__items th:nth-child(3) {
    text-align: right;
}

.cartTablePrice {
    padding-right: 0;
}

.cartTablePrice span:first-child {
    margin-left: auto;
    display: block;
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}

.cartTablePrice span:last-child {
    margin-left: auto;
    display: block;
    float: right;
}

.cart__remove--btn:hover {
    color: #ff5353;
}

.cartEntries {
    background: #ff5353;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 14px;
}

.cartQMobile {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    margin-top: 5px;
}

.cartQMobile>div {
    margin: 0;
}

.cartQMobile>a {
    margin: 0;
}

.cart__summary {
    -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
    padding: 40px;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    border-radius: 15px;
}
.coupon__code--title {
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
    line-height: 2.4rem;
}
.cart__summary--total__list {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        font-size: 14px;
    font-weight: 500;
}
.cart__summary--footer__desc {
font-size: 14px;
    margin-bottom: 1.5rem;
    color: #1c1c1ca6;
}
.cart__summary--total__table{
    width: 100%;
}
.coupon__code--title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

/**/

/**/

.checkout__sidebar {
    background: #fafafa;
    border: 1px solid #dee2e6;
    padding: 40px;
    border-radius: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.checkoutListLast{
    
}
.checkoutListLast td:first-child{
    font-size: 20px;
    font-weight: 600;
}
.checkoutListLast td:last-child{
    font-size: 20px;
    font-weight: 600;
}
.checkoutListLast td:last-child span{
    font-size: 14px;
    font-weight: 400;
    color:#1c1c1ca6;
    margin-right: 10px;
}

.checkoutTable{
    padding: 0;
}
.modalTableCardCheckOut{
    
}
.modalTableCardCheckOut img{
    width: 80px;
    height: 80px;
}
.checkout__total{
    margin-top:30px;
}

@media only screen and (min-width: 1200px) {
    .mb-25 {
        margin-bottom: 2.5rem;
    }
}
@media only screen and (min-width: 992px) {
    .mb-25 {
        margin-bottom: 2rem;
    }
}
.mb-25 {
    margin-bottom: 1.8rem;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}

.checkout__input--field{
    border-radius: 10px;
    padding: 7px 10px;
    border: 1px solid #dee2e6;
    width: 100%;
    outline: none;
    color:#222;
}
.checkout__input--field:focus, .checkout__input--field:focus-visible {
    border-color: #2f2f2f;
}

.checkoutH4{
    font-size: 20px;
    text-transform: capitalize;
    color: #222;
    margin-top:15px;
}
.checkoutP{
        color: #1c1c1ca6;
    font-size: 14px;
    margin: 0;
    margin-top: -5px;
}
.checkoutH4:first-child{
    margin: 0;
}
.checkoutForm{
    
}
.checkoutForm button{
    margin-top:30px;
}
.checkoutForm input{
    border-radius: 10px;
    padding: 14px 10px;
    border: 1px solid #dee2e6;
    width: 100%;
    outline: none;
    color: #222;
    margin-top: 15px;
    font-size: 13px;

}
.checkoutForm input:after{
        left: 60% !important;
    color: #ff5353!important;
}
.checkoutForm select{
    border-radius: 10px;
    padding: 12px 10px;
    border: 1px solid #dee2e6;
    width: 100%;
    outline: none;
    color: #222;
    margin-top: 15px;
    font-size: 13px;
    position: relative;
}
.checkoutForm select:after{
    content:"State";
}
.checkoutForm input:focus{
    border-color: #2f2f2f;
}

.checkoutCol2{
        display: grid
;
    grid-template-columns: repeat(2, 49%);
    grid-gap: 15px;
}
.checkoutCol3{
        display: grid
;
    grid-template-columns: repeat(3, 31.6%);
    grid-gap: 15px;
        justify-content: space-between;
}
.checkoutSelect{
    position: relative;
}
.checkoutSelect span{
        font-size: 12px;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
    color: #1c1c1ca6;
    FONT-WEIGHT: 300;
}
.checkoutSelect select{
padding: 20px 10px 6px 10px;
}

.checkoutCheck{
        display: flex
;
    align-items: center;
    margin-top: 15px;
    grid-gap: 10px;
}
.checkoutInputCheck{
width: 26px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    border: 1px solid #dee2e6 !important;
}
.checkoutCheck span{
    color: #222;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
}

.checkoutMethod{
    border: 1px solid #ff5353;
    border-radius: 10px;
    padding: 20px 10px;
    width: 100%;
    outline: none;
    color: #222;
    margin-top: 15px;
    font-size: 13px;
    background: #ff42420f;
    display: flex
;
    align-items: center;
    grid-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.checkoutMethod div:first-child{
    font-size: 14px;
    font-weight: 400;
    color: #222;
}
.checkoutMethod div:last-child{
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

/**/

.checkoutHeader{
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    height: 70px;
    display: flex
;
    align-items: center;

}
.checkoutHAll{
        display: flex
;
    grid-gap: 30px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.checkoutHAll span{
        font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.checkoutHAll a{
        display: flex
;
    color: #222;
    align-items: center;
}
.checkoutHAll a svg{
    width: 30px;
    height: 30px;
    transform: rotate(-180deg);
}
.checkoutHAll a span{
        font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color:#ff5353;
}

/**/

.auth{
background: #F5F5F5;
    height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.authPos{
        width: 450px;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
}
.authHome{
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #222;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.authHome:hover{
    color:#222;
}
.auth form{
    
}
.auth h4{
    font-size: 20px;
    text-transform: inherit;
    color: #222;
    margin-top: 15px;
}
.auth p{
    color: #1c1c1ca6;
    font-size: 13px;
    margin: 0;
}
.auth input{
        border-radius: 10px;
    padding: 14px 10px;
    border: 1px solid #dee2e6;
    width: 100%;
    outline: none;
    color: #222;
    margin-top: 15px;
    font-size: 13px;
}
.auth input:focus{
        border-color: #2f2f2f;
}
.authLinks{
        margin-top: 15px;
    grid-gap: 10px;
    display: flex
;
    flex-wrap: wrap;
}
.authLinks a{
color: #ff5353;
    font-size: 14px;
    font-weight: 400;
}
.authLinks a{
    color:#ff5353;
}
.auth button{
    margin-top:15px;
}

/**/

.account{
    background: #F5F5F5;
}

.dashboard_tab_button li .nav-link.active {
    background-color: #ff5353;
    color:#fff;
}
.dashboard_tab_button li .nav-link {
    font-weight: 500;
    color: #222;
        background: #fafafa;
        border-radius: 8px;
    border: 1px solid #dee2e6;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.dashboard_tab_button li {
    margin-bottom: 10px;
}
.dashboard_content h4 {
    font-size: 24px;
    text-transform: math-auto;
    font-weight: 600;
    margin-bottom: 15px;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table_page table {
    width: 100%;
    caption-side: bottom;
    border-collapse: collapse;
}

.table_desc table tbody tr td:last-child, .table_page table thead tr:last-child th {
    border-right: 0;
}
.table_page table thead tr th {
    color: #24262b;
    border-bottom: 2px solid #ff5353;
    border-right: 1px solid #ededed;
    font-size: 16px;
    font-weight: 600;
    text-transform: math-auto;
    padding: 15px 10px;
    text-align: center;
}
.accDownloads tbody tr td:first-child {
    text-align: left;
}
.table_page table tbody tr td {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    text-align: center;
    padding: 15px 10px;
}
.table_page tbody tr td {
    border-right: 1px solid #ededed;
    font-weight: 600;
    text-transform: math-auto;
    font-size: 14px;
    text-align: center;
    min-width: 150px;
}
.table_page tbody tr td a{
    color: #ff5353 !important;
}
.table_page .view {
    color: #ff5353 !important;
}


.acProfile{
        display: grid
;
    grid-gap: 30px;
}
.acProfileCard{
        background: #fff;
    padding: 40px;
    border-radius: 15px;
}
.acProfileCard label{
        font-size: 14px;
    color: #1c1c1ca6;
    margin-bottom: 5px;
}
.acProfileCard input{
        border-radius: 10px;
    padding: 14px 10px;
    border: 1px solid #dee2e6;
    width: 100%;
    outline: none;
    color: #222;
    margin-top: 15px;
    font-size: 13px;
}
.acProfileCard input:focus{
        border-color: #2f2f2f;
}

.acPSelect{
    position: relative;
}
.acPSelect span{
        font-size: 12px;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
    color: #1c1c1ca6;
    FONT-WEIGHT: 300;
}

.acPSelect select {
    border-radius: 10px;
    padding: 12px 10px;
    border: 1px solid #dee2e6;
    width: 100%;
    outline: none;
    color: #222;
    margin-top: 15px;
    font-size: 13px;
    position: relative;
}
.acPSelect select{
    padding: 20px 10px 6px 10px;
}

.acProfileCardFirst input{
        margin: 0;
}
.acProfileCardFirst{
    grid-gap: 10px;
    display: grid
;
}
.accProfileB{
    display: flex
;
    align-items: center;
    grid-gap: 30px;
}
.accProfileB button{
    width: max-content;
    padding: 10px 12px;
    display: flex
;
    align-items: center;
    grid-gap: 10px;
}
/**/

.npProductAll{
    display: grid
;
    grid-template-columns: repeat(3, 31.8%);
    grid-gap: 30px;
    margin-top: 30px;
}
.npPCard{
        padding: 40px;
    border: 1px solid #dee2e6;
    border-radius: 15px;
}
.npPCard img{
    width:100%;
}
.npLink{
        width: max-content;
    margin: auto;
    display: block;
    margin-top: 30px;
}

/**/

.productContent{
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 15px;
}
.productSlider{
        position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.productContent h4{
    font-size: 30px;
    font-weight: 600;
}
.productContent h6{
        font-weight: 600;
    margin: 15px 0;
}
.productPrice{
        display: flex
;
    grid-gap: 5px 10px;
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.productPrice span:first-child{
    color: #222;
    font-weight: 500;
    font-size:20px;
}
.productPrice span:last-child{
        background: #ff5353;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
    font-size:16px;
}
.productDesc{
    font-weight: 500;
    font-size: 14px;
}

.productTableSize td{
    border: 1px solid #dee2e6;
}
.productTableSize tr td:first-child{
    border-left:0;
}
.productTableSize tr td:last-child{
    border-right: 0;
}
.productTableSize tr:last-child td{
    border-bottom: 0;
}

.productInfoSizeP {
    width: 100%;
}
.productInfoSize {
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.productInfoSizeP .productInfoSizeBlock {
    min-width: 60px;
    padding-top: 5px;
    padding-bottom: 6px;
    height: auto;
}

.productInfoSizeBlock {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    height: 28px;
    padding: 0 3px;
    min-width: 39px;
    background: #fff;
    border: 1px solid rgb(205, 204, 204);
    font-size: 14px;
    transition: 0.4s;
    cursor: pointer;
    margin: 0 5px 5px 0;
    border-radius: 8px;
}
.productInfoSizeBlockActive {
    border: 1px solid #000;
}
.productInfoSizeBlock:hover {
    border: 1px solid #000;
}

.productTableSize{
    width:100%;
}

.productContent .mainButton{
    margin-top: 30px;
}
.productHP{
    color: #1c1c1ca6;
    font-size: 13px;
    margin: 0;
        font-weight: 500;
}

.productEntries{
        display: flex
;
    align-items: flex-start;
    border: 1px solid #dee2e6;
    padding: 20px;
    border-radius: 15px;
margin-top: 15px;
    grid-gap: 10px;
}
.productECheck{
    margin: auto 0;
    width: 20px;
}
.productECheck input{
        filter: grayscale(1);
    width: 18px;
    height: 18px;
    border-radius: 5px;
}
.productEntries img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.productEContent{
    display: grid
;
    grid-gap: 5px;
}
.productEContent span:first-child{
    color: #222;
    font-weight: 600;
    font-size: 14px;
}
.productEContent span:last-child{
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.productRAll{
    grid-template-columns: repeat(4, 23.8%);
}

.productSlider{
    
}
.productSlider img{
    width:100%;
}

.homeProductList{
    border-top: 1px solid #dee2e6;
}

.sectionH2HomeProducts{
    margin-bottom: 40px;
}
.homePB{
    margin-top:40px;
    background: #222;
}
/**/

.homeLinenim{
background: #e1e6e9;
    font-size: 24px;
    color: #222;
    font-weight: 600;
    padding: 10px;
    display: flex
;
    align-items: center;
    grid-gap: 20px;
    font-style: italic;
    text-align: start;
}


.homeLinenim {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}
.homeLinenim:before,
.homeLinenim:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.homeLinenim:before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.homeLinenim:after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.homeLItems {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.homeLItem {
    flex: 0 0 auto;
    counter-increment: item;
    border-radius: 6px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #222;
    margin: 10px 0;
    transition: all 1s ease-in-out;
}

.marquee {
  animation: scroll 40s linear infinite;
}
.reverce {
  animation-direction: reverse;
}



@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.homeSteps{
    
}
.homeSteps img{
    width: 100%;
}
/**/


/* mystyle */

.paddingPageTop {
    padding-top: 110px;
}

section {
    padding: 60px 0;
}

.sectionH2 {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.sectionP{
    color: #1c1c1ca6;
    font-size: 14px;
    text-align: center;
}

/**/


.npEntries{
    background: #000;
}
.npMainAll{
        display: grid
;
    grid-template-columns: repeat(5, 18.1%);
    grid-gap: 30px;
}
.npMCard{
        border-radius: 15px;
}
.npMCContent{
    padding: 15px;
}
.npMCard img{
    width:100%;
    border-radius: 15px 15px 0 0;
}
.npMCard h4{
        font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.npMCEntries{
        color: #222;
    background: #fff;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    display: block;
    width: max-content;
    margin-bottom: 10px;
}
.npMCDesc{
        color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
}
.npMCPrice{
    font-size: 19px;
    color: #fff;
}
.npMCard a{
    padding: 8px 20px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background: #000;
    width: 100%;
    display: block;
    margin-top: 10px;
    border-radius: 10px;
    display: flex
;
    grid-gap: 5px;
    max-width: 170px;
}
.npMCard a svg{
    width: 24px;
    height: 24px;
}
.npMCard a div{
    
}
.npMCard a:hover{
    color: #fff;
    background: #414141;
}

.shopProducts-new .shopCEntries{
    background: #a4a4a4;
    color:#fff;
}

/**/

.homeOT{
    position: relative;
    padding: 0;
}
.homeOT img{
    width: 100%;
}
.homeOTBackMobile{
    display: none;
}
.homeOTContent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid
;
    justify-content: center;
    grid-gap: 20px;
    text-align: center;
}
.homeOTContent p{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.homeOTContent a{
    padding: 10px 28px;
    background: #fff;
    color: #222;
    text-transform: uppercase;
    border-radius: 15px;
}
.homeOTContent a:hover{
    background: #fff;
    color: #222;
}


/**/

.homeCar{
    position: relative;
    padding: 0;
}
.homeCar:after{
    content: "";
    z-index: 2;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.homeCar img{
    width: 100%;
    position: relative;
    z-index: 1;
            object-fit: cover;
        height: 100%;
        object-position: center;
}
.homeCarContent{
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid
;
    justify-content: center;
    grid-gap: 20px;
    text-align: center;
}
.homeCarContent p{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.homeCarContent div{
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
}
.homeCarContent a{
padding: 10px 28px;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    border: 1px solid #fff;
}
.homeCarContent a:hover{
    background: transparent;
    color: #fff;
}

/**/

.cartShipping{
    width: 100%;
    max-width: 400px;
    padding: 15px;
    display: flex
;
    grid-gap: 10px;
    align-items: flex-start;
    margin-top: 30px;
    float: right;
}
.cartShipping img{
    
}
.cartSRight{
    
}
.cartSRight p{
font-size: 12px;
    margin: 0;
    margin-top: 10px;
}
.cartSRight a{
    font-size: 12px;
    color:#ff5353;
}
.cartSCheck{
        display: flex
;
    grid-gap: 10px;
}
.cartSCheck div{
        font-size: 13px;
    color: #222;
    font-weight: 600;
}
.cartSCheck input{
        width: 40px !important;
    height: 20px;
    outline: none!important;
    box-shadow: none!important;
}
.cartSCheck input:focus{
    outline: none!important;
    box-shadow: none!important;
}
.cartSCheck input:checked {
    background-color: #6bce6a!important;
    border-color: #6bce6a!important;
}

.policyAll{
    width: 100%;
    max-width: 860px;
        margin: auto;
        font-weight: 500;
}
.policyAll p{
    margin-top: 20px;
    margin-bottom: 0;
    font-size:14px;
}
.policyAll h1, .policyAll h2{
    font-size: 32px;
    margin-top:20px;
}
.policyAll ul{
    list-style-type: square !important;
    padding-left: 20px;
    font-size:14px;
}
.policyAll li{
    list-style-type: disc;
    font-size:14px;
}
.policyAll a{
    color:#ff5353;
    font-size:14px;
}
.policyAll a:hover{
    color:#ff5353;
}
.policyMainH1{
        font-size: 28px !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

/**/

.homeHHContent{
        background: #829646;
    padding: 48px 16px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    text-align: center;
    width: 240px;
    grid-gap: 20px;
}
.homeHHContent div{
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.homeHHContent p{
    font-size: 13px;
    color: #000;
    font-weight: 400;
}
.homeHHContent a{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #000;
    width: max-content;
    margin: auto;
}
.homeHHContent a:hover{
    color: #222;
}

.carsPagesLine{
    background: #de9a3d;
}
.carsPagesLine:after, .carsPagesLine:Before{
    display: none;
}
.carsPagesLine .homeLItem{
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
        line-height: 35px;
}
.carsPagesLine .homeLItems {
    gap: 10px;
}

/**/

.carPageG{
    
}
.carPageAll{
        display: flex
;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.carPageAll img{
        width: 49.6%;
        object-fit: cover;
        max-height: 800px;

}
.carPageAll img:nth-child(3n + 1){
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
}
/* media */

@media (max-width:991px) {
    .npMainAll {
        display: grid
    ;
        grid-template-columns: repeat(3, 30.4%);
        grid-gap: 30px;
    }
    .modalSearchA{
        transform: translateY(90px);
    }
    header{
        height: 90px;
    }
    .paddingPageTop{
        padding-top:90px;
    }
    .headerLeft img{
        max-height: 80px;
    }
    
    .checkout__sidebar{
        margin-bottom:30px;
    }
    .checkoutReverse{
                flex-direction: column-reverse;
    }
    .headerMenuClick {
        display: flex;
    }

    .headerNav {
        display: none;
    }

    .headerAction a:first-child {
        display: none;
    }

    section.contact .row {
        grid-gap: 30px;
    }

    .shopTSort {
        width: 50%;
    }

    .shopTop {
        grid-gap: 0;
        margin-bottom: 30px;
        height: 40px;
    }

    .shopTSort select {
        padding: 0px 15px;
    }

    .shopTSort div {
        height: 38px;
    }

    .shopFiltrDesk,
    .shopTCol,
    .shopSearchDesk {
        display: none;
    }

    .shopSearchMobile {
        display: Block;
    }

    .shopFilterButtonMobile {
        display: flex;
    }

    .shopCardImage img {
        height: 250px;
    }
}

.cartQMobile,
.cartEntriesMobile {
    display: none;
}

@media (max-width:1270px) {
    .carPageAll img {
        width: 49.5%;
    }
}
@media (max-width:1199px) {
    .carPageAll img {
        width: 49.4%;
    }
}
@media (max-width:991px) {
    .carPageAll img {
        width: 49.2%;
    }
}

@media (max-width:767px) {
    .carPageAll img{
        width: 100%;
        max-height: 380px;
        object-fit: cover;
    }
    .carPageAll img:nth-child(3n + 1){
        width: 100%;
        height: 100%;
        max-height: 380px;
        object-fit: cover;
    }
    .homeOTBack{
        display: none;
    }
    .homeOTBackMobile{
        display: block;
    }
    .homeOTContent{
        top: inherit;
        bottom: 0;
        transform: translateX(-50%) translateY(-90px);
    }
.npMCard h4{
    font-size: 20px;
}
.npMCEntries{
    font-size: 12px;
}
.npMCDesc{
    font-size: 12px;
}
.npMCPrice{
    font-size: 17px;
}
    .npMainAll {
        display: grid
    ;
        grid-template-columns: repeat(1, 100%);
        grid-gap: 30px;
    }
    .productEntries img{
            width: 70px;
    height: 70px;
    border-radius: 10px;
    }
    .npProductAll{
    grid-template-columns: repeat(2, 48%);
        grid-gap: 20px;
}
.npPCard{
    padding: 20px;
}
    .dashboard_tab_button {
        margin-bottom: 50px;
    }

    .cart__table--body__items .cart__table--body__list:not(:first-child),
    .cart__table--header {
        display: none;
    }

    .cart__table--body__items {
        border-top: 0;
    }

    .cart__thumbnail img {
        width: 70px;
        height: 70px;
    }

    .cartQMobile {
        display: flex;
    }

    .cartEntriesMobile {
        display: inline-block;
    }

    .shopProducts {
        grid-template-columns: repeat(2, 48.1%);
    }

    .modalSInput {
        font-size: 14px;
    }

    .modalSearchMain {
        grid-gap: 10px;
    }

    .footerTop,
    .footerBottom {
        grid-template-columns: repeat(1, 100%);
    }

    .getWinForm,
    .dontgetContent,
    .contactContent,
    .contactC2Block,
    .cart__summary,
    .checkout__sidebar,
    .authPos,
    .acProfileCard{
        padding: 30px;
    }

    .getWinForm h2,
    .contactContent h2,
    .dontgetContent h4,
    .sectionH2 {
        font-size: 36px;
    }

    section {
        padding: 40px 0;
    }

    .getWin .row {
        grid-gap: 20px;
    }
}

@media (max-width: 575px) {
    .carsPagesLine .homeLItem{
        font-size: 25px;
    }
    .homeCar{
        height: 500px;
    }
    .homeLItem{
        font-size:18px;
    }
    .npPCard{
    padding: 10px;
}
    .checkoutCol3, .checkoutCol2{
        grid-template-columns: repeat(1, 100%);
        grid-gap:0;
    }
    .getWinForm,
    .dontgetContent,
    .contactContent,
    .contactC2Block,
    .cart__summary,
    .checkout__sidebar,
    .authPos,
    .acProfileCard{
        padding: 20px;
    }

    .modalTableCard img {
        height: 70px;
        width: 70px;
    }

    .getWinForm h2,
    .contactContent h2,
    .dontgetContent h4,
    .sectionH2 {
        font-size: 30px;
    }

    .shopCardImage img {
        height: 200px;
    }
}

@media (max-width: 375px) {

    .shopCardImage img {
        height: 180px;
    }
}

@media (min-width: 75em) {
    .container {
        max-width: 1320px;
    }
}


/**/

@media only screen and (max-width: 575px) {
    .faq-area .single-my-account h3.panel-title a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-area .single-my-account h3.panel-title a {
        font-size: 14px;
    }
}