:root {
    --c1: #0c2444;
    --c2: #ff5500;
}

/* header starts here  */
.wrapper {
    overflow-x: hidden;
}
header {
    background: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    font-family: "Montserrat";
    /*border-bottom: 3px solid #fc5000;*/
    box-shadow: 0px 2px 20px 0px #979797;
    position: relative;
}

header .col-md-5 {
    padding: 0;
}
.top-header {
    position: sticky;
    top: 0;
    z-index: 9;
}
#orange-strip {
    background: rgba(252, 80, 0, 1);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    align-items: center;
    padding: 5px 0;
}

#orange-strip a {
    text-decoration: none;
    color: white;
}

.left-strip {
    display: flex;
    align-items: center;
    padding-left: 20%;
}

.left-strip div {
    display: flex;
    align-items: center;
    padding-left: 0 20px;
    padding: 0 30px;
}

.strip-location,
.strip-mail {
    border-left: 1px solid white;
}

.left-strip a {
    text-decoration: none;
    color: wh;
    margin: 0;
    padding-left: 10px;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.right-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 160px;
}

.strip-social {
    margin-right: 150px;
}

.strip-social i {
    padding-right: 10px;
}

.strip-social a:hover {
    color: rgb(0, 39, 142);
}

#blue-header {
    justify-content: center;
    color: white;
    padding: 5px 0;
    align-items: center;
}
header nav {
    margin: 20px 0 0 0 ;
}
.left-menu > nav > ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 0;
    margin: 0;
    width: 100%;
}

/* .dropdown:hover .dropdown > ul{
display: block;
}
.dropdown a {
    color: white;
    background: none;
    border: none;
    padding: 0;
}
.dropdown a:hover{
    color: #FC5000;
    background: none;
    
}
.dropdown a:focus{
    color: #FC5000;
    background: none;
    
}
.dropdown ul{
    background: rgba(12, 36, 68, 0.76);
}
.dropdown ul li  {
    padding: 10px ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown ul li a {
    padding: 5px ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.616);
}
.nested-drop-down-list {
    display: none;
    background: rgba(12, 36, 68, 0.76);
    color: white;
}
.nested-drop-down:hover .nested-dropdown-list{
display: block;
}  */
header a {
    text-decoration: none;
    color: white;
}

nav a:hover {
    color: rgb(255, 127, 68);
}

.header-logo {
    height: 100%;
   
}

.drop-parent {
    display: block;
    position: relative;
    float: left;
    line-height: 160%;
    background-color: transparent;
    padding: 0px 5px;
}

.drop-parent a {
 
    color: #00278e;
    color: rgb(0, 39, 142);
    text-decoration: none;
    transition: all 0.9s ease;
    font-size: 15px;
    font-weight: 600;
}
.drop-child {
    display: none;
}
.drop-child a {
    color: rgb(0, 39, 142);
}
.drop-child li {
    background-color: white;
    line-height: 30px;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}
.drop-parent:hover > ul {
    display: block;
    position: absolute;
    list-style: none;
    margin: 0;
    width: 220px;
}

.child li a {
    color: rgb(12, 36, 68);
}
#dropdown-menu{
    position: relative;
}
#dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 10em;
}

#dropdown-menu-2 ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 10em;
}
#dropdown-menu-2 li >a {
    color: rgb(0, 39, 142);
    font-size: 15px;
    font-weight: 600;
}
#dropdown-menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
#dropdown-menu-2 ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.dropdown-child > li:hover {
    background-color: rgb(0, 39, 142);
    color: white;
}
.dropdown-parent > li:hover {
    color: rgb(255, 127, 68);
}


.expand {
    font-size: 12px;
    float: right;
    margin-right: 5px;
    color: rgb(0, 39, 142);
}

/* .left-menu ul li ul {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    border: 1px solid #eee;
    display: none;
}
.left-menu ul li {
    position: relative;
}
.main-menu ul li ul li a {padding: 10px 10px;display: block;}
.main-menu ul li ul li {
    border-bottom: 1px solid #eee;
}
.main-menu ul li:hover ul {
    display: block;
} */

.header-logo img {
    width: 100%;
    object-fit: cover;
    /* margin: 37px 0; */
}

.right-menu > ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    /* padding-left: 20px; */
}

.right-menu li {
    padding-left: 14px;
}

.right-menu > ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
}
ul#dropdown-menu-2 {
    display: flex;
    margin: 0;
    padding-left: 0;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;

}
header #mobile-menu-openbtn {
    display: table;
    padding: 15px 3px;
    width: 45px;
}
header #mobile-menu-openbtn span {
    display: none;
    height: 4px;
    width: 22px;
    background: #00278e;
    border-radius: 4px;
    position: relative;
    transition: 0.4s ease;
    z-index: 9;
}
header #mobile-menu-openbtn span::before {
    content: "";
    display: table;
    width: 32px;
    height: 4px;
    background: #00278e;
    top: -11px;
    position: absolute;
    border-radius: 5px;
    transition: 0.4s ease;
}
header #mobile-menu-openbtn span::after {
    content: "";
    display: table;
    width: 14px;
    height: 4px;
    background: #00278e;
    top: 11px;
    position: absolute;
    border-radius: 5px;
    transition: 0.4s ease;
}
header #mobile-menu-openbtn:hover span {
    background: var(--c2);
    width: 32px;
}
header #mobile-menu-openbtn:hover span:after {
    background: var(--c2);
    width: 32px;
}
header #mobile-menu-openbtn:hover span:before {
    background: var(--c2);
    width: 32px;
}
.search-items {
    justify-content: right;
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.search-inputs {
    position: relative;
}

.search-inputs i:hover {
    cursor: pointer;
    color: #fc5000;
}

.search-items a {
    padding-left: 20px;
}

button.search-button {
    position: absolute;
    top: 6px;
    right: 10px;
    border: none;
    background: none;
}

i.fa.fa-search {
    color: rgb(0, 39, 142);
    /* position: absolute; */
    /* left: 87%; */
    /* right: 100px; */
}

.search-items input {
    border: 1px solid rgb(0, 39, 142);
    border-radius: 15px;
    padding: 5px 10px;
    background: transparent;
    color: rgb(0, 39, 142);
}
.search-items img {
    height: 30px;
    width: 30px;
    background-color: rgb(0, 39, 142);
    padding: 5px;
    border-radius: 20px;
}
.header-icons-right {
    background: rgb(0, 39, 142);
    width: auto;
    font-size: 16px;
    border-radius: 20px;
    width: auto;
    text-align: center;
    padding: 8px 8px 8px 8px !important;
    margin-left: 10px;
}

.search-items input:focus {
    outline: none;
}
.search-items input::placeholder {
    color: rgb(0, 39, 142);
}
/* header ends here  */

/* side bar starts here  */
.sidebar .offcanvas-title img {
    width: 230px;
    height: 72px;
    object-fit: contain;
}
.sidebar .btn-close {
    transition: all 0.9s;
    color: var(--c1) !important;
}
.sidebar .btn-close:hover {
    transform: rotate(120deg);
    color: var(--c2) !important;
}
.offcanvas .search-items {
    padding: 0;
}
.offcanvas .search-items {
    justify-content: center;
}
.offcanvas .search-items .header-icons-right {
    color: white;
    background: rgb(0, 39, 142);
    width: auto;
    font-size: 16px;
    border-radius: 20px;
    width: auto;
    text-align: center;
    padding: 8px 8px 8px 8px !important;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.mega-menu {
    position: absolute;
    min-height: 300px;
    width: 90%;
    background: white;
    left: 0;
    top: 102%;
    opacity: 0;
    transition: all 0.5s;
    z-index: 9;
    visibility: hidden;
    padding: 20px 0 50px 0;
    /* bottom: -96px; */
    /* top: 102px; */
    box-shadow: 0 0 10px #80808063;
}

.mega-nav {
    height: 100%;
    padding: 20px;
}
.mega-nav li  {
    margin:10px 0 0 0 ;
}
.mega-nav h5{
    color:#333586 !important;
    padding-left: 0 !important;
}

 .mega-link:hover .mega-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}
/*temporary*/
/* .mega-link .mega-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
} */

.mega-menu-list {
    padding: 0 20px;
}.mega-menu-list  h5 a{
    color:rgb(0, 39, 142);
    font-family:'Montserrat';
    font-size:20px;
    font-weight: 600;
}
.mega-menu-list ul {
    list-style:none;
    margin:0;
    padding:0
    
}.mega-menu-list ul li{
    margin:15px 0 0 0;
}
.mega-menu-list ul li a{
    color:black !important;
    font-family:'Montserrat';
    font-size:14px;
    transition:all 0.7s;
}
.mega-menu-list ul li a:hover{
    color:#FF5722 !important;
}
/* page header starts here  */

.page-header {
    background-image: linear-gradient(
            to right,
            rgb(0, 39, 142),
            rgba(12, 36, 68, 0)
        ),
        url("../images/page-header.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header-content {
    color: white;
    padding: 0;
    max-width: 600px;
    text-align: left;
}

.page-header-content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    font-family: "Montserrat";
    padding: 20px 0;
}

.page-header-content h3 {
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
}

.page-header-content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    font-family: "Montserrat";
}

.classic-link {
    border: 1px solid rgba(252, 80, 0, 1);
    background-color: rgba(252, 80, 0, 1);
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 30px;
}

.classic-link:hover {
    background: transparent;
    color: rgba(252, 80, 0, 1);
}

/* page header ends here  */

/* inner pages header */
.inner-page-header {
    background-image: linear-gradient(
            to right,
            rgb(0, 39, 142),
            rgba(12, 36, 68, 0)
        ),
        url("../images/page-header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-page-header {
    color: white;
    padding: 100px 0;
    text-align: center;
}

.inner-page-header h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: 85px;
    letter-spacing: 0em;
}

/* popular-sign starts here  */
.popular-sign {
    padding: 70px 0;
    background: rgba(246, 246, 246, 1);
}

.popular-sign .col-md-3 {
    display: flex;
    align-items: center;
}

.popular-heading {
    padding-bottom: 30px;
}

.popular-heading h3 {
    color: rgb(0, 39, 142);
    font-size: 48px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0em;
    text-align: left;
}

.popular-link {
    padding-top: 60px;
    text-align: right;
}

.popular-item {
    border-radius: 20px;
    position: relative;
    transition: transform 0.9s;
    height: 200px;
    margin: 10px 0px;
}

.popular-item:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.popular-item-image{
    height: 80%;
}
.popular-item-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: fill;
}

.popular-item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    border-radius: 0 0 20px 20px;
}

.popular-item-content p {
    margin: 0;
}

.popular-item-content p {
    width: 90%;
    font-size: 12px;
    font-weight: 700;
    max-height: 50px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* feature-product starts here  */
.feature-product {
    padding: 50px 0;
}

.feature-item {
    margin: 30px 0;
    transition: transform 0.9s;
    height: 410px;
}

.feature-item:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.feature-heading h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(0, 39, 142);
}
.feature-image {
    height: 40%;
    background: white;
}
.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-content {
    padding: 10px;
    background-color: white;
    border: 1px solid white;
    height: 50%;
    position: relative;
    /* overflow: scroll; */
}

.feature-content h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    height: 48%;
    overflow: scroll;
    padding-bottom: 0px !important;
    /* padding: 0 !important; */
    text-overflow: ellipsis;
    padding: 0px !important;
    /* white-space: nowrap; */
}

/* Customize the scrollbar */
.feature-content h5::-webkit-scrollbar {
    width: 3px; /* Width of the scrollbar */
}

/* Track */
.feature-content h5::-webkit-scrollbar-track {
    background: transparent; /* Background color of the track */
}

/* Handle */
.feature-content h5::-webkit-scrollbar-thumb {
    background: #fc5000; /* Color of the scrollbar handle */
    border-radius: 5px; /* Rounded corners of the handle */
}

/* Handle on hover */
.feature-content h5::-webkit-scrollbar-thumb:hover {
    background: #fc5000; /* Color of the scrollbar handle on hover */
}

.pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: absolute;
    bottom: 50px;
    width: 90%;
}
.pricing p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(252, 80, 0, 1);
}

.star i {
    color: rgba(167, 245, 0, 1);
}

.feature-content button {
    border: 1px solid #fc5000;
    background: #fc5000;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    width: 90%;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    position: absolute;
    bottom: 7px;
    left: 14px;
    transition: all 0.5s;
}

.feature-content button:hover {
    background: transparent;
    color: #fc5000;
}

.view-all {
    text-align: center;

    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.view-all button {
    border: 1px solid #fc5000;
    background-color: #fc5000;
    color: white;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.view-all button:hover {
    background: transparent;
    color: #fc5000;
}

/* feature products ends here  */
.other-product {
    padding: 50px 0;
}

.feature-heading {
    /* padding: 30px 0; */
    padding-bottom: 20px;
}
.list-unstyled {
    height: 115px;
    overflow: overlay;
}
.list-inline-item {
    border: 1px solid black;
    border-radius: 2px;
    margin: 3px 0;
    padding: 4px;
}
/* footer starts here */
footer {
    background-image: url("../images/footer-bg.png");
    background-position: center;
    background-repeat: no-repeat;
}
.footer-counter{
    color: white;
    text-align: center;
    text-transform: uppercase !important;
    padding: 10px 0;
    font-family: "Montserrat";
}
.footer-counter span {
   font-weight: 600;
}
.footer-logo {
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    padding: 30px 0 0 0;
}

.footer-logo img {
    max-width: 270px;
    max-height: 270px;
}

.footer-nav {
    padding: 10px 0;
}

.footer-nav div {
    padding: 10px 0;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.footer-nav li a {
    text-decoration: none;
    font-family: "Montserrat";
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: white;
}

.footer-nav a:hover {
    color: #fc5000;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
}

.footer-social i {
    color: white;
    padding: 10px 25px;
    font-size: 42px;
}

.footer-social i:hover {
    color: #fc5000;
}

.copyright {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: white;
    padding-top: 20px;
}

/* home page ends here  */

/* product page starts here  */

.customized-design {
    padding-top: 50px;
}

.customized-heading {
    text-align: center;
}

.customized-heading h3 {
    padding: 20px 0;
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 700;
    color: rgb(0, 39, 142);
}

.customized-heading h5 {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

.customized-heading p {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    color: rgba(84, 84, 84, 1);
}

.customized-heading a {
    text-decoration: none;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.customized-image img {
    width: 100%;
}

.customized-content {
    padding: 15px;
}

.customized-product-fields .customized-product-field-01 h4 {
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 500;
    background: rgb(0, 39, 142);
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    display: table;
}
.align-items-center.d-flex.justify-content-between {
    /*border-bottom: 2px solid rgba(175, 175, 175, 1);*/
    /*margin-bottom: 10px;*/
}

.customized-product-fields span.motif-text {
    float: right;
}

.customized-row p {
    font-family: " Montserrat";
    font-size: 17px;
    font-weight: 500;
    color: rgba(84, 84, 84, 1);
    margin: 0;
    padding: 5px 0;
}

.customized-row textarea {
    width: 100%;
    padding: 5px;
    font-family: " Montserrat";
    font-size: 13px;
    font-weight: 400;
    color: rgba(84, 84, 84, 1);
    border: 1px solid rgba(84, 84, 84, 1);
}

.customized-row label {
    display: block;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 500;
    color: rgba(84, 84, 84, 1);
    padding: 4px 0;
}

.customized-row p {
    margin: 0;
}

.customized-input {
    display: inline-block;
    padding: 0;
    /* width: 50%; */
    /* border: 1px solid; */
}

.customized-input input {
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(84, 84, 84, 1);
}

#middle-text {
    border-bottom: none;
}

input#sizing {
    padding: 5px;
    /* border: 1px solid #b2a6a6; */
}

.customized-row button {
    padding: 6px 20px;
    background: transparent;
    border: 1px solid rgba(175, 175, 175, 1);
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    color: rgba(84, 84, 84, 1);
    margin: 0 5px;
}

.customized-row button:hover {
    background-color: bisque;
}

.customized-row select {
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(84, 84, 84, 1);
}
.resizing {
    display: inline-block;
}
.resizing label {
    padding: 4px;
}
.product-option ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.product-option li {
    display: inline;
}

.product-option li img,
.product-option li span:hover,
.product-option li label:hover {
    cursor: pointer;
    color: black;
}
.spell-text {
    display: flex;
    border: 1px solid rgba(128, 128, 128, 1);
    border-radius: 50%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    line-height: 37px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.product-option span {
    padding: 0 5px;
    font-family: Montserrat;
    color: rgba(128, 128, 128, 1);
    font-size: 13px;
    font-weight: 500;
}

.product-option label {
    padding: 0 5px;
    color: rgba(128, 128, 128, 1);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
}

.proof-carefully {
    padding: 0;
}

.sign-colors {
    display: flex;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.sign-color-item {
    padding: 0 5px;
    transition: transform 0.9s;
}

.sign-color-item:hover {
    cursor: pointer;
    /* box-shadow: 0px 10px 32px 1px rgba(0, 0, 0, 0.46); */
    transform: scale(1.1);
    background: transparent;
    border: none;
}

.sign-color-item .image-text {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 600;
    color: rgb(12, 36, 68);
    text-align: center;
}

.sign-color-item .img img {
    width: 100%;
}
.product-input {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

/* policy starts here */

.privacy {
    padding: 70px 0;
}

.privacy-main-heading h2 {
    color: rgb(0, 39, 142);
    font-size: 64px;
    font-weight: 700;
}

.privacy-main-heading p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 20px;
}
.privacy-main-heading a {
    text-decoration: none;
    color: rgb(0, 39, 142);
    font-weight: 500;
}
.privacy-contents > ol {
    color: rgba(252, 80, 0, 1);
    font-size: 36px;
    font-weight: 500;
}

.privacy-contents > ol > li {
    border-bottom: 2px solid rgba(128, 128, 128, 1);
    padding: 20px 0;
}

.privacy-contents > ol > li p {
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.policy-heading h3 {
    color: rgba(252, 80, 0, 1);
    font-size: 36px;
    font-weight: 500;
}

.policy-para ul {
    list-style: disc;
    color: black;
}

/* contact us */
.left-contact {
    background: rgb(0, 39, 142);
    padding: 40px 20px;
}

.left-contact h3 {
    color: white;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
}

.contact-list div {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.contact-list i {
    color: white;
    font-size: 25px !important;
}

.contact-list a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    margin: 0;
    padding-left: 5px;
}

.contact-list a:hover {
    color: white;
    cursor: pointer;
}

.address-list h5 {
    font-family: Montserrat;
    font-size: 20px;
    color: white;
    padding: 10px 0;
    margin: 0;
}

.address-list span {
    display: block;
    font-family: Montserrat;
    font-size: 15px;
    color: white;
    font-weight: 600;
}

.address-list p {
    font-family: Montserrat;
    font-size: 15px;
    color: white;
    margin: 0;
}

.address-list:last-child {
    padding-top: 20px;
}

.contact-us {
    padding: 70px 0px;
    background: rgb(237 237 237);
}

.contact-us .col-lg-6 {
    padding: 0;
}

.right-contact {
    background: #cfcfcf;
    padding: 20px;
}

.form-row {
    padding: 20px 0;
}

.form-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-input input {
    width: 49%;
    padding: 10px;
    border: 1px solid rgb(2, 17, 39);
    border-radius: 5px;
    font-size: 15px;
}

.form-input input::placeholder {
    color: rgb(2, 17, 39);
}

.form-input input:focus {
    outline: none;
    border: 1px solid rgba(252, 80, 0, 1);
}

.form-row h3 {
    font-size: 28px;
    font-weight: 500;
    font-family: "MONTSERRAT";
}

.form-row p {
    font-size: 15px;
    font-weight: 400;
    font-family: "MONTSERRAT";
    margin: 0;
}

.form-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(2, 17, 39);
    border-radius: 5px;
    font-size: 15px;
}

.form-row textarea:focus {
    outline: none;
    border: 1px solid rgba(252, 80, 0, 1);
}

.form-row textarea::placeholder {
    color: rgb(2, 17, 39);
}

.last-row button {
    background-color: rgb(0, 39, 142);
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 10px 50px;
    border: none;
    transition: all 0.7s;
    border-radius: 5px;
}

.last-row button:hover {
    background-color: rgba(252, 80, 0, 1);
    color: white;
    border: none;
}

/* about section starts here  */
section.about {
    padding: 70px 0;
}

.about-sections {
    padding: 20px 0;
}

.about h3 {
    font-family: Montserrat;
    font-size: 36px;
    color: rgb(0, 39, 142);
}

.about p {
    font-family: Montserrat;
    font-size: 18px;
}

.leadership-card {
    transition: transform 0.9s;
}

.card-image {
    border-radius: 50%;
}

.card-image img {
    width: 100%;
    border-radius: 50%;
}

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

.card-content h6 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}

.leadership-card:hover {
    cursor: pointer;
    transform: scale(1.1);
}

/* canvas page starts here  */
.canvas-product {
    padding: 50px 0;
}

.canvas-item {
    margin: 30px 0;
    transition: transform 0.9s;
}

.canvas-item:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.canvas-product-heading h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(252, 80, 0, 1);
}

.canvas-product-heading h3 a {
    text-decoration: none;
    color: rgb(0, 39, 142);
}

.canvas-product-heading h3 a:hover {
    color: rgba(252, 80, 0, 1);
}

.canvas-image img {
    width: 100%;
    height: 100%;
}

.canvas-content {
    padding: 10px;
    background-color: white;
    border: 1px solid white;
}

.canvas-content h5 {
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
}

.pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.pricing p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(252, 80, 0, 1);
}

.star i {
    color: rgba(167, 245, 0, 1);
}

.canvas-content button {
    border: 1px solid #fc5000;
    background: #fc5000;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
}

.canvas-content button:hover {
    background: transparent;
    color: #fc5000;
}

.customized-design div#canvas-container {
    box-shadow: 0px 0px 20px -9px;
    padding: 7%;
}
.customized-design .canvas-container {
    margin: 0 auto;
}
.customized-design .product-edit-button-01 {
    background: #fff;
    border: 1px solid #ff5500 !important;
    height: 40px;
    padding: 0 17px;
    border-radius: 35px;
    transition: all 0.7s;
}

.product-edit-button-02 {
    background: #fff;
    border: 1px solid #ff5500 !important;
    height: 40px;
    padding: 7px 17px !important;
    border-radius: 35px;
    transition: all 0.7s;
    display: table !important;
    cursor: pointer;
}
.product-edit-button-02:hover {
    background: #ff5500;
    color: #fff;
}
.product-input .customized-input.customized-text-size button {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 60px;
    font-weight: 600;
    letter-spacing: -1px;
}
.product-input .customized-input.customized-text-size button i {
    color: #f50;
}
.product-input .customized-input.customized-text-color input {
    width: 85px;
    height: 35px;
    padding: 0;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid rgb(189 182 182);
}
.customized-text-resizing .resizing {
    display: flex;
    gap: 0px;
    align-items: center;
}
.customized-text-resizing .resizing .resizing-label {
    display: flex;
}
.customized-text-resizing .resizing .resizing-label button:first-child {
    border-radius: 55px 0 0 55px;
    height: 39px;
}
.customized-text-resizing .resizing .resizing-label button:last-child {
    border-radius: 0 55px 55px 0;
}
.customized-text-resizing .resizing .resizing-label button {
    margin: 0 0;
}
.product-option .proof-carefully-popup-main {
    position: relative;
    cursor: pointer;
}
.product-option .proof-carefully-popup-main .proof-carefully-popup-content {
    position: absolute;
    width: 290px;
    background: #ffff;
    border: 1px solid #bbb;
    border-radius: 7px;
    left: -140px;
    display: none;
}
.product-option .proof-carefully-popup-content h4 {
    font-size: 14px;
    font-weight: 700;
    background: #d7d7d7;
    padding: 5px 10px;
    margin: 0;
}
.product-option .proof-carefully-popup-content p {
    font-size: 12px;
    padding: 0 10px;
    margin: 6px 0;
}
.product-option
    .proof-carefully-popup-main:hover
    .proof-carefully-popup-content {
    display: block;
}
.proof-carefully-popup-title i {
    font-size: 11px;
    color: #ff5500;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: 1px solid;
    line-height: 20px;
    text-align: center;
}
.customized-design .product-option ul li {
    display: flex;
    align-items: center;
}

.order-main-heading h3 {
    font-family: Montserrat;
    font-size: 28px;
    color: rgb(0, 39, 142);
}
.order-product-image img {
    width: 100%;
}
.upper-image {
    width: 100px;
    height: 100px;
}
.upper-image img {
    width: 100%;
}
.upper-text h6 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: rgb(0, 39, 142);
}
.delievery-time .upper-text p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    color: black;
}
.delievery-time .upper-text p span {
    color: rgb(0, 39, 142);
    font-weight: 600;
}
.delievery-time {
    border: 1px solid silver;
    border-radius: 10px;
    padding: 10px;
}
.delievery-time .upper-time {
    border-bottom: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.delievery-time .lower-time p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    color: black;
}
.order .star i {
    font-size: 24px;
}
.order-product-image {
    display: flex;
    align-items: center;
}
.order .left-table table {
    width: 100%;
}
.order .left-table tr {
    border-bottom: 1px solid silver;
}
.order .left-table td:last-child {
    text-align: right;
}
.order .product-description {
    padding: 10px;
}
.order .product-description h4 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    color: rgb(0, 39, 142);
}
.order .product-description p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
}
.order-form-row {
    padding: 10px 0;
}
.order-form-row .row-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.order-form-row .row-heading .row-number p {
    vertical-align: middle;
    color: white;
    background-color: #fc5000;
    font-size: 24px;
    padding: 2px 15px;
    border-radius: 50%;
    border: 1px solid #fc5000;
    margin: 0;
}
.order-form-row .row-heading .heading-text {
    padding-left: 20px;
}

.order-form-row .row-heading .heading-text p {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: black;
}
.order-form-row .row-heading .heading-text span {
    color: rgb(0, 39, 142);
    padding-right: 10px;
    font-weight: 500;
}
.banner-size {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 5px;
}
.banner-size-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    margin-right: 10px;
}
.banner-size-2 {
    margin-left: 20px;
}
.banner-size-image {
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
}
.banner-size-image img {
    width: 100%;
}
.banner-size .banner-size-content p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    margin: 0;
    color: black;
}
.banner-size-1:hover {
    border: 1px solid rgb(0, 39, 142);
    background-color: rgb(0, 39, 142);
    cursor: pointer;
    color: white;
}
.banner-size-1:hover p {
    color: white;
}
.material-size {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(192, 192, 192, 0.5);
    width: 85%;
    color: black;
    padding: 5px 10px;
    margin: 10px 0;
}
.material-size p {
    margin: 0;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
}
.reflective-signs h5 {
    font-size: 17px;
    margin: 0;
}
.reflective-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid black;
    border-radius: 5px;
    width: 85%;
    padding: 5px 10px;
    margin: 10px 0;
}
.reflective-text p {
    margin: 0;
    font-size: 20px;
}
.additional-signs {
    margin: 10px 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid black;
}
.additional-signs .ad-sign {
    border: 1px solid gray;
    padding: 20px;
}
.additional-signs .ad-sign:focus {
    cursor: pointer !important;
    border: 2px solid #fc5000 !important;
}
.additional-signs .ad-sign-image {
    width: 100px;
}
.additional-signs .ad-sign-image img {
    width: 100%;
}
.ad-sign-content p {
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.adder-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid black;
    font-family: Montserrat;
    border-radius: 5px;
    width: 85%;
    padding: 10px;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
}
.adder-content input {
    width: 20px;
    height: 20px;
}
.order-final-slip {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 500;
}
.order-final-slip table {
    height: 400px;
}
.order-final-slip table .qty {
    display: flex;
    align-items: center;
}
.order-final-slip table tr {
    margin: 20px 0;
}
.order-final-slip table tr:nth-child(5) {
    font-size: 18px;
}
.order-final-slip table .qty button {
    border: 1px solid rgb(0, 39, 142);
    border-radius: 50%;
    padding: 5px 10px;
    margin: 0 30px;
    padding: 0 10px;
}
.order-final-slip table .qty button:first-child {
    margin: 0;
    margin-right: 30px;
}
.order-final-slip table .qty p {
    margin: 0;
}
.table-cart-button {
    color: white;
    background-color: rgb(0, 39, 142);
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    transition: transform 0.9s;
}
.table-cart-button:hover {
    transform: scale(1.1);
    background-color: #fc5000;
}
.customized-product-fields .customized-product-field-01 {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}
.customized-product-fields
    .customized-product-field-01
    h4
    span.motif-text
    input {
    height: 20px;
}
.customized-product-field-01 .customized-product-field-01-inner {
    padding: 0 10px 10px;
}
.material-page-01 h3 {
    padding: 20px 0;
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 700;
    color: rgb(0, 39, 142);
    text-align: center;
}
section.product-material-page {
    padding: 40px 0px 50px;
}
.material-page-01 .material-subtitile {
    border-left: 5px solid var(--c2);
    padding: 10px 11px;
    background: #ffe8dc;
}
.material-page-01 .material-subtitile p {
    margin: 0px;
    color: #565656;
}
.material-page-01 .material-subtitile h5 {
    color: var(--c1);
    margin: 0 0;
}
.product-material-image .product-material-image-inner {
    width: 300px !important;
    margin: 30px auto;
}
.product-material-image .product-material-image-inner img {
    width: 100%;
}
.product-material-table-head {
    background: var(--c1);
    color: #fff;
}
.material-table-row {
    display: flex;
    justify-content: space-between;
}
.product-material-table-head h4 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px;
}
.product-material-table-head p {
    margin: 0;
}

.product-material-table {
    border: 1px solid #bbb;
}

.product-material-table .material-table-row {
    border-bottom: 1px solid #bbb;
    padding: 6px 16px;
}

.product-material-table-head {
}

.product-material-table-head .material-table-row {
    border: none;
}
.quantity-box-01.d-flex {
    gap: 15px;
}
.quantity-box-01 input.quantity {
    width: 50px;
}
.quantity-box-01 button {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid var(--c2);
    transition: all 0.7s;
}
.quantity-box-01 button:hover {
    background: var(--c2);
    color: #fff;
}
.p-material-icon .quantity-box-01 label {
    font-size: 18px;
    font-weight: 500;
}
.product-material-table .p-material-icon h5 {
    font-size: 16px;
}

.btn-style-05 {
    background: #fff;
    padding: 10px 0;
    font-size: 18px;
    width: 210px;
    transition: all 0.7s;
    border-radius: 110px;
    border: 2px solid var(--c1);
    color: var(--c1);
}
.btn-style-05:hover {
    background: var(--c1);
    border: 2px solid var(--c1);
}

.product-material-page table th img {
    width: 112px;
    height: 150px;
}

.cart-table tr.cart-head {
    background-color: #e3e3e3;
}

.product-material-page a img {
    width: 150px;
    margin: 10px 0px;
}

.product-material-page a {
    margin: 0 auto;
}

.cart-table td.cart-img a {
    margin: 0 auto;
}

.cart-table tbody tr {
    text-align: justify;
}

.cart-table tr.cart-head {
    background-color: #e3e3e3;
}

.cart-table .product-material-page a img {
    width: 150px;
    margin: 10px 0px;
}

.cart-table .product-material-page a {
    margin: 0 auto;
}

.cart-table td.cart-img a {
    margin: 0 auto;
}

.cart-table tbody tr {
    text-align: justify;
}
.cart-sidebar {
    padding: 10px;
}

.cart-sidebar .sidebar-box {
    background-color: #e3e3e3;
    padding: 10px 15px;
    margin: 30px 10px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 5px #bcb9b9;
}

.cart-sidebar .box-content {
    text-align: center;
}

.cart-sidebar a.sidebar-btn {
    display: block;
    text-decoration: none;
    background-color: #0c2444;
    padding: 10px;
    border-radius: 40px;
    color: #fff;
    width: 200px;
}
.cart-sidebar .box-content {
    padding: 15px 0;
}
.coupon-btn {
    text-decoration: none;
    background-color: #0c2444;
    padding: 10px;
    color: #fff;
}

input.qty-input {
    width: 50px;
}
a.del-btn {
    text-decoration: none;
    color: #000;
    border: 2px solid #b1b1b1;
    border-radius: 20px;
    padding: 5px 10px;
}
a.del-btn:hover {
    background: lightgrey;
}

.cart-table td {
    padding: 10px;
}

.cart-table td.cart-img {
    vertical-align: middle;
    padding-top: 10px;
}
.cart-table td.title-desc h5 {
    font-size: 17px;
}

.inner-row {
    font-size: 14px;
}
.inner-row p {
    margin: 0;
}
.cart-unit p {
    margin: 0px;
}
.cart-update {
    padding: 0px 5px;
    font-size: 12px;
    border-color: #ccc;
    border-radius: 15px;
}

/*/ secure checkout start /*/
.checkout {
    background-color: #ffffff;
    padding: 70px 0;
}
.checkout-heading {
    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
}

.checkout-heading h1 {
    font-family: "Outfit";
    color: #0c2444;
    font-size: 48px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    padding-left: 10px;
}
.upper-checkout {
    font-family: "Outfit";
    color: #0c2444;
    text-align: center;
}
.restrict {
    display: flex;
    align-items: flex-start;
}

.restrict p {
    padding-left: 10px;
}
.checkout-form {
    background: rgb(227 227 227);
    padding: 20px;
    border: 1px solid #dadada;
    /* border-radius: 5px; */
    position: relative;
    box-shadow: 0 0 5px silver;
  
}
.payment-method{
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.checkout-form label {
    color: #0c2444;
    padding: 20px 0 5px 0;
    /* padding: 10px 0; */
    display: block;
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.checkout-form input,
.checkout-form select {
    width: 100%;
    border: none;
    background: white;
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 400;
    color: #0c2444;
    padding: 10px;
    border-radius: 0;
    border-left: 5px solid;
}
.checkout-form input:focus,
.checkout-form select:focus {
    outline: none;
    border-left: 5px solid #ff651e;
}

.shipping-option {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
}

.shipping-method {
    border: 1px solid white;
    color: white;
    margin: 20px 0;
    padding: 20px;
}

.shipping-method:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}

.shipping-method h4 {
    padding-top: 10px;
    font-family: Outfit;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: right;
}
.checkout .card-body ul{
    list-style:none;
    padding: 0 ;
    margin: 0;
    width: 60%;
}
.checkout  .card-body ul li {
   display: flex;
    align-items:center;
    font-family: 'Montserrat';
    font-size: 20px;
   
}
.checkout .card-body ul li input{
    width:50px;
    margin:15px ;
}
.checkout  .card-body h3{
    font-family: 'Montserrat';
    color: #0c2444;
    text-transform: uppercase;
    font-weight: 600;
}
.checkout-lower {
    display: flex;
    align-items: center;
}
.commercial {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.checkout-lower input {
    width: 20px;
    height: 20px;
}
.checkout-lower input:hover,
.checkout-lower label:hover {
    cursor: pointer;
}
.checkout-lower label {
    padding-left: 10px;
}

.checkout-form button {
    padding: 10px 50px;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 600;
    background: rgb(255 101 30);
    margin: 20px 0;
    color: white;
    border: none;
    transition: all 0.5s ease-in;
    border-radius: 5px;
}
.checkout-form button:hover {
    transform: scale(0.9);
}
.checkout-order-summary {
    background-color: #e3e3e3;
    padding: 40px;
    border: 2px solid #dadada;
    border-radius: 5px;
    box-shadow: 0 0 5px silver;
}
.checkout-order-summary h3 {
    color: black;
    font-family: "Outfit";
}
.checkout-order-summary td {
    text-align: left;
    padding: 5px 0;
    background: #e3e3e3;
}

.checkout-order-summary td:first-child {
    font-family: "Outfit";
    color: black;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}

.checkout-order-summary td:last-child {
    text-align: right;

    color: black;

    padding-left: 0;

    font-family: "Outfit";

    font-size: 22px;

    font-weight: 300;

    line-height: 33px;

    letter-spacing: 0em;

    text-align: right;
}

#table-last-row {
    border-top: 1px solid grey;
}
.check-button {
    margin: 10px auto;
    width: 60%;
}
.checkout-order-summary a {
    width: 95%;
    text-align: center;
    padding: 10px 0;
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    border: none;
    background: #0c2444;
    border: 1px solid #0c2444;
    color: white;
    transition: all 0.5s ease-in;
}
.checkout-order-summary a:hover {
    transform: scale(0.8);
    background: transparent !important;
    border: 1px solid #0c2444;
    color: #0c2444;
}
.checkout-product {
    background-color: white;
    margin: 20px 0;
}
.checkout-product {
    background-color: rgba(255, 255, 255, 0.18);
    color: white;
}
.checkout-product-detail {
    padding: 0px 5px;
    font-family: "Oswald";
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: black;
}
.spell-checker-modal .spell-checker-title-area h5 {
    font-size: 28px;
}
.spell-checker-modal .spell-checker-field textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #c1c1c1;
}
.modal-body .spell-checker-fields {
    display: flex;
    gap: 20px;
}
.modal-body .spell-checker-fields label {
    width: 100%;
    display: table;
}
.spell-checker-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.spell-checker-buttons .spell-checker-btn button {
    border: none;
    padding: 9px 20px;
    background: var(--c1);
    color: #fff;
    border-radius: 50px;
    transition: all 0.6s;
}
.spell-checker-buttons .spell-checker-btn button:hover {
    transition: all 0.6s;
    background: var(--c2);
}
.spell-checker-modal .spell-checker-title-area p {
    margin: 0 0 8px;
}
.spell-checker-fields .spell-checker-field-item {
    width: 50%;
}
.spell-checker-fields .spell-checker-field-item select {
    width: 100%;
    padding: 5px 0px;
}
.spell-checker-fields .spell-checker-field-item input {
    width: 100%;
    padding: 5px 0px;
}
div#SpellChecker .modal-body {
    padding-bottom: 30px;
}
.ss-product-thumb .ss-product-img-cont img {
    width: 74px;
}
.clipart_form .clipart-pagination {
    display: flex;
}
div#clipArt .clipart-pagination {
    display: flex;
    justify-content: space-between;
}
.clipart-pagination button.btn.btn-primary {
    background: var(--c1);
    font-size: 16px;
    font-weight: 600;
    padding: 7px 30px;
    border-radius: 80px;
    border: none;
}
.clipart-pagination .pagination {
    margin: 0;
}
.clipart-pagination .pagination li.page-item a {
    color: #000;
    transition: all 0.7s;
}
.clipart-pagination .pagination li.page-item.active a {
    color: #fff;
    background: var(--c1);
    border-color: var(--c1);
}
div#clipArt .clipart-pagination {
    margin-bottom: 30px;
    margin-top: 20px;
}
.product-customized-image {
    position: sticky;
    top: 0;
}

.noncustom-product-image img {
    width: 100%;
}
.n-inner-images .noncustom-inner-image img {
    width: 100%;
    height: 130px;
}
.n-inner-images .noncustom-inner-image img:hover {
    cursor: pointer;
}
.n-inner-images {
    padding: 10px 0;
}

.noncustom-product-image-content h3 {
    font-size: 50px;
    color: #333;
    font-weight: 500;
}
.noncustom-product-image-content p {
    font-size: 20px;
    color: #333;
    font-weight: 400;
}
.noncustom-product-image-content select {
    width: 275px;
    padding: 10px 20px;
    border: 1px solid #0c2444;
    border-radius: 10px;
    margin: 10px 0;
}
.noncustom-product-image-content select:focus {
    border: 1px solid #fc5000;
    outline: none;
}
.noncustom-product-input {
    display: flex;
    align-items: center;
}
.noncustom-product-input a {
    margin-left: 10px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    background-color: #0c2444;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
}
.noncustom-product-input input {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0c2444;
    font-size: 16px;
    width: 100px;
}
.noncustom-product-input input:focus {
    border: 1px solid #fc5000;
    outline: none;
}

.noncustom-product-image-content .sign-price P {
    color: #0c2444;
    font-size: 32px;
    font-weight: 500;
}
.sign-price p span {
    font-weight: 700;
}
.customized-product-fields .customized-product-size label {
    font-size: 18px;
    font-weight: 600;
}
.customized-product-fields .customized-product-size select {
    width: 180px;
    height: 36px;
    font-size: 18px;
}
.customized-product-fields .customized-product-size {
    margin-bottom: 16px;
}
.clipart_form .clipart-search-field {
    position: relative;
}
.clipart_form .clipart-search-field label.control-label {
    position: absolute;
    top: -10px;
    background: #fff;
    display: table;
    left: 8px;
    font-size: 14px;
    padding: 0 4px;
}
.clearfix.all-clipart-box-01 {
    max-height: 500px;
    overflow-x: scroll;
}
.form-group.label-floating.searchbox.clipart-search-field .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.form-group.label-floating.searchbox.clipart-search-field button#btnsearch {
    height: 100%;
    background: var(--c1);
    width: 40px;
    border: none;
    transition: all 0.7s;
}
.clipart-pagination button.btn.btn-primary:hover {
    background: var(--c2);
}
.form-group.label-floating.searchbox.clipart-search-field
    button#btnsearch:hover {
    background: var(--c2);
}
.clipart-pagination .pagination li.page-item a:hover {
    background: var(--c2);
    color: #fff;
    border-color: var(--c2);
}
.customized-product-field-01 .customized-col-main {
    display: flex;
    align-items: center;
}
.p-material-icon ul.discount-price-range {
    display: flex;
    list-style: none;
    background: #eee;
    color: #000;
    padding: 0;
    margin: 0;
}
.product-material-table-head .p-material-icon {
    display: flex;
}
.p-material-icon ul.discount-price-range li {
    width: 110px;
    text-align: center;
}
.p-material-icon ul.discount-price-range li.active {
    background: #ff8405;
    color: white;
}
.product-material-table-head .p-material-icon p {
    background: #ff4040;
    padding: 0 20px;
    margin-left: 10px;
    font-weight: 500;
    width: 100px;
    text-align: center;
}
.material-page-01 button.btn.btn-primary {
    background: var(--c2);
    border: none;
    padding: 10px 40px;
    border-radius: 70px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.7s;
    margin-top: 30px !important;
}
.material-page-01 button.btn.btn-primary:hover {
    background: var(--c1);
}
.material-selections ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0px;
}
.material-selections ul li {
    cursor: pointer;
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
    transition: linear all 0.3s;
}
.material-selections ul li:hover {
    color: #f50000;
    border: 1px solid #f50000;
}

.material-selections ul li.selected {
    color: #f50000;
    border: 1px solid #f50000;
}
.reflective-selections ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0px;
}
.reflective-selections ul li.eq-yes {
    cursor: pointer;
    border: 1px solid green;
    padding: 10px;
    border-radius: 10px;
    transition: linear all 0.3s;
}
.reflective-selections ul li.eq-no {
    cursor: pointer;
    border: 1px solid red;
    padding: 10px;
    border-radius: 10px;
    transition: linear all 0.3s;
}
.reflective-selections ul li:hover {
    color: #f50000;
    border: 1px solid #f50000;
}
.reflective-selections ul li.eq-yes:hover {
    color: green;
    border: 1px solid green;
}
.reflective-selections ul li.eq-yes.selected {
    color: green;
    border: 1px solid green;
}
.reflective-selections ul li.eq-no.selected {
    color: red;
    border: 1px solid red;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.checkout-close {
        position: absolute;
        right: -20px;
        font-size: 28px;
        color: #0c2444;
        top: -20px;
        background: #e3e3e3;
        border-radius: 50%;
        padding: 5px 10px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        /* border: 1px solid #0c2444; */
}
.checkout-close i {
    transition: all 0.5s;
}

.checkout-close:hover i{
    transform: rotate(120deg);
}.discount-offer .modal-title{
    width: 100%;
    display:flex;
    justify-content:center;
}
.discount-offer .modal-header button{
    position:absolute;
    right:20px
}
.discount-offer .modal-title img{
    width: 250px !important;
    
}
.discount-offer input {
    width: 70%;
    padding: 10px 20px ;
    border:none;
    margin-bottom: 20px ;
    background: #e4e4e4;
    color:black;
    font-family: "Montserrat";
    font-size:18px;
    display:block;
    margin:20px auto;
    
}

.discount-offer [type="submit"]{
    background:blue;
    color:white;
    font-weight:600;
    
    
}.discount-offer p{
    font-family: "Montserrat";
    font-size:18px;
    font-weight:600;
    color: #545454;
}.discount-offer .modal-body{
    padding:40px  20px ;
}
.discount-offer .modal-body h4 {
    font-family:'Montserrat';
    text-align:center;
    font-weight:500;
    font-size:24px;
    color:#0a0061;
}
.discount-offer .modal-body h3{
     font-family:'Montserrat';
    text-align:center;
    font-weight:500;
    font-size:90px;
    color:#fc5000;
}
.discount-offer .modal-dialog.modal-dialog-centered {
    max-width: 800px;
    border-radius: none;
}

.discount-offer .modal-content {
    border-radius: inherit;
}
/* revies  */
.product-review .review-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    min-height: 200px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #0080005e;
}
.product-review .review-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
  .review-sticker {
    display: flex;
    align-items: center;
    list-style: none;
    padding:0;
    
}  .review-sticker li i{
    margin-right:3px; 
    font-size:18px;
    color:green;
}.product-review .review-header p{
    font-family: "Montserrat";
    font-size: 14px;
    color:black;
    font-weight:500;
}
.product-review .review-header p span {
    margin: 0 5px 0 0px;
    border-right: 1px solid;
    border-left: 1px solid;
    /* padding-right: 4px; */
    padding: 0 4px;
}
.product-review .user-info {
    width: 15%;
    text-align: center;
}
.product-review .user-info p{
    margin:0;
}
.product-review .user-review {
    width: 85%;
    padding: 10px;
}

.product-review .review-body .title {
    font-size: 20px;
    /* color: beige; */
    font-family: 'Montserrat';
}
.product-review .review-body .review-para{
    font-size: 16px;
    font-family: 'Montserrat';
    margin: 0;
}
.product-review  .user-img img {
    width: 80%;
    height: 106px;
    border-radius: 50%;
    object-fit: contain;
}

.product-review  .user-img {
    margin-bottom:10px;
}
section.product-review {
    padding: 0 0 40px 0;
}
.product-review  .see-button button {
    width: 180px;
    padding: 8px;
    background: blue;
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    border: 1px solid blue;
    margin: 20px 0;
}.product-review  .see-button{
    text-align:right;
    padding-right:20px;
}
.rating-img img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.rating-body {
    padding: 20px;
    text-align: center;
}.rating-body h5{
    padding:10px 0 ;
    font-family:'Montserrat';
    font-size:16px;
}
.rating-body a{
    width:80%;
    padding:8px;
    background: green;
    border: 1px solid green;
    font-family:'Montserrat';
    font-weight:500;
    border-radius:10px;
    color: white;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    transition: all 0.7s;
}.rating-body a:hover{
    border:1px solid green;
    color:black;
    background:transparent;
}
.rating-div{
    background:#f9f9f9;
    border-radius:20px;
    padding:20px 0;
    border:2px solid #e8e7e7;
    box-shadow:0 0 10px -5px black; 
}
.bought-img img {
    width: 90%;
    height: 200px;
    object-fit: contain;
}

section.review {
    padding: 50px 0;
}
.bought-header > p {
    margin: 5px 0;
    font-family:"Montserrat"
    
}
.bought-body form{
    width:100%;
    
}.bought-body form .review-form-row{
    margin:10px 0;
}
.bought-body form .review-form-row label{
  display:block;
  margin-bottom:5px;
    color:black;
    font-family:'Montserrat';
    font-weight:600;
    font-size:20px;
    
}.bought-body form .review-form-row input , .bought-body form .review-form-row textarea{
    width:100%;
    padding: 8px 10px;
    border-radius:10px;
    background:#edecec;
    font-family:'Montserrat';
    border: 1px solid #edecec;
    /* box-shadow: 0 0 10px  -5px black; */
}.bought-body form .review-form-row input[type="submit"]{
  width:200px;
  background: green;
  border: 1px solid green;
  font-size:20px;
  font-weight:500;
  display:block;
  margin: 0 auto;
  color: white;
    transition:all 0.7s;
}.bought-body form .review-form-row input[type="submit"]:hover{
    background:transparent;
    color:black;
    border:1px solid green;
}
/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(
        rgba(20, 20, 20, 0.8),
        rgba(0, 0, 0, 0.8)
    );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

.list-content .quantity {
    border: 2px solid rgb(221 221 221);
    border-radius: 10px;
    padding: 20px;
    text-transform: capitalize;
}

.list-content .quantity p {
    margin: 0;
    font-size: 13px;
}

.list-content .quantity table {
    width: 100%;
}

.list-content .quantity table tr:last-child {
    font-size: 13px;
}

.quantity .quantity-button button {
    font-size: 17px;
    background: transparent;
    border: 1px solid #fd5000;
    border-radius: 50%;
    padding: 2px 10px;
    text-align: center;
    transition: all 0.9s;
}

.quantity .quantity-button button:hover {
    color: white;
    background-color: #fd5000;
}

a.personalize {
    text-decoration: none;
    padding: 7px 10px;
    background: #fd5000;
    border: 1px solid #fd5000;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.9s;
    width: 100%;
}

a.personalize:hover {
    background: transparent;
    color: black;
}

button.personalize {
    text-decoration: none;
    padding: 7px 10px;
    background: #00278e;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.9s;
    width: 100%;
}

button.personalize:hover {
    background: transparent;
    color: black;
    border: 1px solid #fd5000;
}

.total-price {
    font-size: 18px;
    font-weight: 600;
}
.orangeClr {
    color: #fd5000;
}
.greenClr {
    color: green;
}
.bulk-pricing {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background-color: #f9f9f9;
    margin: auto;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    margin: 10px 0 0 0;
}

.bulk-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}

.bulk-options {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}

.bulk-option {
    /* width: 25%; */
}

.bulk-quantity {
    font-weight: bold;
    color: #333333;
    /* padding: 10px 0; */
    margin: 5px 0;
}

.discount {
    color: #ff7f43;
    font-weight: bold;
    font-size: 18px;
}

.price {
    color: #0c2444;
    font-weight: bold;
    padding-left: 10px;
}

.bulk-lower {
    display: flex;
    align-items: center;
}

#selectionContext0 tr {
    display: inline-block !important;
    float: left !important;
    margin: 5px;
}
.feature-item a {
    text-decoration: none;
}
s {
    text-decoration: unset;
}
.bulk-options ul.p-material-icon {
    flex-wrap: wrap;
    justify-content:  space-between !important;
}
.show-popover-2 img {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain !important;
}
.customized-row {
    padding: 20px 0 !important;
}

.checkout-product-image img {
    width: 100%;
}
#selectionContext0 tr td {
    padding: 5px;
}
section.login {
    height: 100%;
    padding: 6% 0;
    background: #0c2444;
}
.login .sign-up-form {
    background-color: #f6f6f6;
    background-color: #e3e3e3;
    padding: 30px;
}
section.login .col-lg-7 , section.login .col-lg-5{
    padding: 0;
}
.welcome-div .sign-logo {
    width: 200px;
}

.welcome-div .sign-logo img {
    width:100%;
    
}

.welcome-div {
    /* min-height: 100%; */
    background-color: #e3e3e3;
    padding: 0px 40px;
    /* border-right: 1px solid rgb(12 36 68 / 73%); */
}

.welcome-content {
    text-align: center;
    padding: 110px 0;
    /* vertical-align: middle; */
}

.welcome-div h2 {
    padding: 10px 0;
    color: #ec7f3e;
    font-size: 22px;
}

.welcome-div h1 {padding: 10px 0;text-transform: uppercase;font-size: 54px;font-weight: 600;color: #0c2444;}
.login .sign-up-form .form-heading h1 {
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgba(12, 36, 68, 1);
}
.login .sign-up-form > .form-row {
    font-weight: 500;
    color: rgba(12, 36, 68, 1);
    text-transform: uppercase;
    padding: 10px 0;
}
.login .sign-up-form > .form-row > label {
    color: rgba(12, 36, 68, 1);
    font-size: 18px;
    margin: 5px 0;
}
.login .sign-up-form > .form-row > input {
    font-size: 20px;
    width: 100%;
    border: none;
    border-left: 5px solid rgb(12 36 68);
    color: rgba(12, 36, 68, 1);
    padding: 5px 20px;
    display: block;
}
.login .sign-up-form > .form-row > input::placeholder {
    color: rgba(12, 36, 68, 0.5);
}
.login .sign-up-form > .form-row > input:focus {
    outline: none;
    border-left: 5px solid rgb(236 127 62);
}
.login .form-row.last {
    display: flex;
    justify-content: space-between;
}
.login .form-row.last a {
    text-decoration: none;
    color: rgba(12, 36, 68, 1);
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.7s;
}
.login .form-row.last a:hover {
    color: rgba(255, 109, 41, 0.877);
}
.login .form-row.last button {
    background: rgba(12, 36, 68, 1);
    border: 1px solid rgba(12, 36, 68, 1);
    color: white;
    font-size: 20px;
    /* border-radius: 10px; */
    transition: all 0.9s;
    padding: 8px 20px;
    width: 100%;
}
.login .form-row.last button:hover {
    color: rgba(12, 36, 68, 1);
    border: 1px solid rgba(12, 36, 68, 1);
    background: transparent;
    transform: scale(0.9);
}
section.sign-up {
    height: 100vh;
    background: #0c2444;
}
section.sign-up .sign-up-form {
    background-color: #f6f6f6;
    margin: 15px 0;
    background-color: #f6f6f6;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 0 5px 1px #e1dada;
}
section.sign-up .sign-up-form .form-heading h1 {
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgba(12, 36, 68, 1);
}
section.sign-up .sign-up-form > .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: rgba(12, 36, 68, 1);
    text-transform: uppercase;
    padding: 20px 0;
}
section.sign-up .sign-up-form > .form-row > label {
    color: rgba(12, 36, 68, 1);
    font-size: 24px;
}
section.sign-up .sign-up-form > .form-row > input {
    font-size: 20px;
    width: 70%;
    border: 1px solid rgba(12, 36, 68, 1);
    color: rgba(12, 36, 68, 1);
    padding: 5px 20px;
    border-radius: 5px;
}
section.sign-up .sign-up-form > .form-row > input::placeholder {
    color: rgba(12, 36, 68, 0.5);
}
section.sign-up .sign-up-form > .form-row > input:focus {
    outline: none;
    border: 1px solid rgba(12, 36, 68, 1);
}
section.sign-up .form-row.last a {
    text-decoration: none;
    color: rgba(12, 36, 68, 1);
    font-size: 18px;
    transition: all 0.7s;
}
section.sign-up .form-row.last a:hover {
    color: rgba(255, 109, 41, 0.877);
}
section.sign-up .form-row.last button {
    background: rgba(12, 36, 68, 1);
    border: 1px solid rgba(12, 36, 68, 1);
    color: white;
    font-size: 20px;
    border-radius: 10px;
    transition: all 0.9s;
    padding: 8px 30px;
}
section.sign-up .form-row.last button:hover {
    color: rgba(12, 36, 68, 1);
    border: 1px solid rgba(12, 36, 68, 1);
    background: transparent;
    transform: scale(0.9);
}
.cart-card {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.cart-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: calc(50% - 10px);
    max-width: 400px;
    box-shadow: 0 0 10px #e4e4e4;
}

.cart-item img {
    max-width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.cart-item-details {
    padding: 10px;
}

.cart-item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cart-item-description {
    margin-bottom: 10px;
}
.cart-item-description p {
    margin: 5px;
}
.cart-item-price {
    font-size: 16px;
    margin-bottom: 10px;
}

.cart-item-qty {
    margin-bottom: 10px;
}

.cart-item-total {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.cart-item-delete {
    padding: 10px;
    text-align: center;
    /* background-color: #f2f2f2; */
}
.feature-item a {
    color: black;
}
.table-total-money {
    display: none;
    background: lightgrey;
    padding: 20px;
}

.sidebar ul#dropdown-menu-2 {
    display: block;
}
.is-invalid {
    border: 2px solid #dc3545 !important
}
.is-invalid2 {
    Color: #dc3545 !important
}
.coupon input {
    width: 100%;
    border: none;
    padding: 5px 10px;
}
.box-content p {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
}
.secure-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
#less-padding{
    padding: 10px 0 !important;
}
.secure-image img {
    width: 300px;
    object-fit: contain;
}

@media only screen and (max-width: 600px) {
    .cart-item {
        width: 100%;
    }
}
/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg); 
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.shipping-def-row .sdfl{
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
}
.shipping-def-row .sdfl span{
    background-color: rgb(255 101 30);
    color: white;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
    line-height: normal;
    align-items: center;
    justify-content: center;
    display: flex;
}
.greener{
    border:1px solid green;
    background: green;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    transition: all 0.7s;
}
.greener:hover{
    border:1px solid green;
    color: black;
}
.feature-content button {
    display: block;
    margin: 0 auto !important;
    width: 85%;
}
/* a.form-payment-link {
    background: #0c2444;
    color: white;
    text-decoration: none;
    padding: 20px;
    display: block;
    width: 80%;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    border: 2px solid #0c2444;
    transition:all 0.7s;
    font-weight:600
} */
a.form-payment-link {
    color: white;
    text-decoration: none;
    padding: 0px;
    display: block;
    width: 80%;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    transition:all 0.7s;
    font-weight:600;
    margin: auto;
}
a.form-payment-link:hover{
    background:transparent;
    transform:scale(0.9);
    color:#0c2444;
    
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 7px;
    margin-left: 7px;
    position: relative;
    bottom: -50px;
}
.carousel-item img {
    height: 300px !important;
    object-fit: none;
}
.home-page-carousel-control-prev{
    position: absolute;
    width: 17px;
    top: 318px;
    left: 44%;
}
.home-page-carousel-control-next{
    position: absolute;
    width: 17px;
    top: 318px;
    right: 44%;
}
h5.aos-init.aos-animate {
    height: 49px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.cta-products-card img{
    width:60%;
    object-fit:contain
}

.products-inner:before {
    position: absolute;
    content: '';
    background: linear-gradient(15deg, #2d318d9c, transparent);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.userway_buttons_wrapper {
    top: 50px !important;
    right: -50px !important;
}