.product-info {
    margin-bottom: 131px;
    margin-top: 0;
}
.product-info img {
    max-width: 100%;
}
.product-gallery {
    position: relative;
}
.product-gallery img {
    max-width: 100%;
}
.product-info {

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (min-width: 993px) and (max-width: 1200px){
    .product-info > div {
        flex: 1 1 1px !important;
        margin: 0 20px;
     }
}
@media (max-width: 993px){
    .product-info {
        flex-direction: column;
    }
    .product-gallery,
    .product-tabs {
        margin: 0 0 20px;
    }
    .product-details {
        margin-left: 0;
        margin-bottom: 20px;
    }
}
.product-details h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 26px;
}
@media (max-width: 768px){
    .product-details h1 {
        font-size: 22px;
        line-height: 125%;
    }
}
.product-details p {
    font-weight: 400;
    font-size: 14px;
    line-height: 183.18%;
}
.divider {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin: 0px 0 10px;
    width: 100%;
    background-color: #ebebeb;
}
.product-details .price {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
}
.product-details .price .strikeout {
    text-decoration: line-through;
    color: #565656;
    display: inline-block;
    margin-left: 23px;
    font-weight: 300;

}
.product-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #565656;
}
.product-info-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.product-info-list {
    line-height: 31px;
}
@media (max-width: 768px){
    .product-info-list {
        line-height: 31px;
        margin-bottom: 20px;
        text-align: left;
    }
}
@media (max-width: 480px){
    .product-info-list {
        font-size: 12px;
        margin: 0 -20px;
        padding-left: 20px;
    }
    .product-info-list a {
        font-size: 12px !important;
    }
}
@media (max-width: 320px){
    .product-info-list {
        font-size: 11px;
        padding: 0 20px;
    }
    .product-info-list a {
        font-size: 11px !important;
    }
}
.product-info-list img,
.product-info-list i {
    margin-right: 12px;
    display: inline-block;
    width: 20px;
    font-size: 15px !important;
}
.product-info-list i {
    padding-left: 2px;
    display: inline;
    padding-right: 12px;
}
.product-bottom h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 156.68%;
}
.btn-red {
    min-width: 53px;
    height: 34px;
    padding: 0 10px;
    background: #EE1B23;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.product-details p {
    font-size: 14px;
    line-height: 24px;
}
.fonts-list label {
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.product-options {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}
.addtl-options input[type=radio] {
    margin-right: 14px;
}
.product-options li + li {
    margin-left: 17px;
}
.product-details p.text-center {
    font-size: 20px;
    line-height: 163.68%;
    font-weight: 400;
}
#productPrices {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 768px){
 #productPrices {
    flex-direction: column;
 }   
}
#productPrices > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
.sale-box span {
    margin-right: 12px;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.sale {
    width: 53px;
    height: 30px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #EE1B23;
    border-radius: 4px;
    color: #fff;
}
.red {
    color: #EE1B23 !important;
}
.fonts-list {
    position: relative;
}
.fonts-list input {
    position: absolute;
    width: 100%;
    left: 0;
    appearance: none;
    height: 50px;
    top: 0;
    border-radius: 5px;
}
.product-info .red {
    margin-left: 20px;
}
.btn-red:hover {
    color: #fff;
}
.btn-green {

    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #069203;
    border-radius: 4px;
    font-size: 16px;
    line-height: 143.18%;
    margin-bottom: 16px;
    transition: 0.3s all;
}
.btn-green:hover {
    color: #fff;
    background-color: #056903;
}
.btn-blue {
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #67A8CB;
    border-radius: 4px;
    font-size: 16px;
    line-height: 143.18%;
    margin-bottom: 16px;
    transition: 0.3s all;
}
.btn-blue:hover {
    color: #fff;
    background-color: #75BDE3;
}
.btn-green span {
    display: block;
    font-size: 20px;
}
.btn-outline {
    display: flex;
    flex-direction: column;
    height: 55px;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: transparent;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 163.68%;
    margin-bottom: 16px;
    transition: 0.3s all;
}
.btn-outline:hover {

    border-color: #aaa;
}
.btn-outline.flex-row {
    flex-direction: row;
}
.btn-outline.flex-row svg {
    margin-right: 10px;
}
.cards {
    text-align: center;
}

.cards img {
    margin: 0 3px;
}
.google-review {
    margin-bottom: 150px;
}

.product-gallery img {
    width: calc(100% / 4 - 18px);
    margin: 10px;
}
.product-gallery img:first-child {
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #f0f0f0;
}
.product-gallery img:nth-child(2) {
    margin-left: 0;
}
.product-gallery img:last-child {
    margin-right: 0;
}


.product-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-info > div {
    flex: 0 0 45%;
}
@media (max-width: 993px){
    .product-info > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-details {
        order: 2;
    }
    .product-media {
        order: 1;
    }
    .product-option {
        order: 3;
    }
    .product-tabs {
        order: 4;
    }
}

.product-tab:not(.active) {
    display: none;
}
.tabs-pill-scroll {
    max-width: 100%;
    overflow: auto;
}
.tabs-pill {
    display: flex;
    padding-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #D3D3D3;
    margin: 68px 0 32px ;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;

}
.tabs-pill li {
    margin: 0 30px;
    padding: 0 0 10px;
    position: relative;
    cursor: pointer;
}
.tabs-pill li:first-child {
    margin-left: 0;
}
.tabs-pill li.active:after {
    content: " ";
    height: 5px;
    background-color: #67A8CB;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
}
.product-tab p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 28px;

}
@media (max-width: 560px){
    .tabs-pill li {
        margin: 0 22.5px;
    }
}
.fonts h5 {
    margin-bottom: 20px;
}
.fonts-list {
    list-style: none;
    padding: 0;
}
.fonts-list li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    width: 128px;
    text-align: center;
}
.fonts-list li a {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: solid 0.5px #565656;
}
.fonts-list li input {
    position: absolute;
    width: 100%;
    appearance: none;
    height: 40px;
    top: 0;
    border-radius: 5px;
    border: solid 1px rgba(211, 211, 211, 1);
}

.fonts-list li:hover input {
    border: solid 2px #565656;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.fonts-list li input:checked {
    border: solid 2px #67A8CB;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.upload-field {
    margin-bottom: 33px;
}
.upload-field .upload {
    position: relative;
    border: solid 0.5px #565656;
    font-size: 14px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-field .upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index:5;
}
.product-details h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #000;
}
.product-options {
    margin-bottom: 33px;
}
.addtl-options:first-of-type {
    margin-top: 23px;
}
.addtl-options {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}
.accordion-toggle {
    position: relative;
    cursor: pointer;
}
.accordion-toggle h5 {
    padding-right: 50px;
}
.accordion-toggle .accordion-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(180deg);
    transition: transform 0.3s;
}
.accordion.open .accordion-icon {
    transform: rotate(0deg);
}
.accordion-content {
    overflow: hidden;
    height: 0;
}
.accordion.open .accordion-content {
    height: auto;
}
.content-field {
    display: flex;
}
.content-field + .content-field {
    margin-top: 16px;
}
.content-field input {
    height: 49px;
    background-color: #F6F6F7;
    border-radius: 8px;
    padding: 0 14px;
}
.content-field input[type=text] {
    flex: 1 0 auto;
    border: solid 1px #D3D3D3;
}
.content-field input[type=number] {
    width: 49px;
    margin-left: 17px;
    border: none;
}
.quantity-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.quantity-field button {
    display: inline-flex;
    height: 49px;
    width: 49px;
    border-radius: 8px;
    font-size: 24px;
    background-color: #F6F6F7;
    margin: 0 14px;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.quantity-field label,
.quantity {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;

}

.kuProductContent .kuGridView ul li {
    padding: 0;
    margin: 0;
    border: none;
    width: 100% !important;
  }
.products-list,
.kuProductContent .kuGridView ul  {
    display: grid;
    margin-bottom: 67px;
    grid-gap: 16px 19px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
    .products-list,
    .kuProductContent .kuGridView ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .products-list,
    .kuProductContent .kuGridView ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 480px) {
    .products-list,
    .kuProductContent .kuGridView ul {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 380px){
    .products-list,
    .kuProductContent .kuGridView ul  {
        grid-template-columns: 1fr 1fr !important;
    }
}
.product-bottom .products-list,
.kuProductContent .kuGridView ul  {
    grid-gap: 16px 19px;
}
.products-list-item,
.kuProductContent .kuGridView ul li {
    margin-bottom: 20px;
}
.products-list img,
.kuProductContent .kuGridView ul img {
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #E6E6E6;
}
.products-list .product-name,
.kuProductContent .kuGridView .kuNameDesc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
}
.products-list .price,
.kuProductContent .kuGridView ul .kuPrice {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.strikethrough {
    text-decoration: line-through;
}
.products-list .price .strikethrough {
    font-size: 14px;
    color: #069203;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
}
@media (max-width: 993px){
    .products-list {
        margin-top: 26px;
        padding: 0 20px;
    }
    .products-list .product-name {
        font-size: 13px;
    }
}
.products-container {
    display: grid;
    grid-template-columns: 223px auto;
    grid-gap: 51px;
}
.products-filter h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    margin-bottom: 25px;
}
.products-filter fieldset {
    background-color: transparent;
    margin-bottom: 20px;
    padding: 0;
}
.products-filter label {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #E6E6E6;
    width: 100%;
}
.products-filter .field-group {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;

}
.products-filter .field-group > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
} 
.products-filter .field-group > div input {
    margin-right: 15px;
}
.products-filter .field-group > div + div { 
    margin-top: 8px;
}
.products-filter .see-more {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 15px;
}
.products-filter .see-more a {
    color: #000;
}
.products-filter .see-more a svg {
    margin-right: 5px;
}
.field-range {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.field-range input {
    width: 80px;
    height: 50px;
    border: solid 1px #D3D3D3;
    padding: 0 17px;
    background-color: #F6F6F7;
    border-radius: 8px;
    font-size: 14px;
}
.field-range button {
    border: none;
    background-color: transparent;
}
.products-mobile-controls,
.mobile-filter-close {
    display: none;
    cursor: pointer;
}
.mobile-filter,
.mobile-sort,
.products-sort {
    align-items: center;
    justify-content: center;
    height: 42px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 18px;
    display: flex;
    background-color: #F8F8F8;
}
.mobile-sort select,
.products-sort select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding-right: 30px;
    margin-left: 10px;
    background: url(/images/products/icon-chevron-down.png) no-repeat center right;
}
.mobile-sort select:focus,
.mobile-sort select:active,
.products-sort select:focus,
.products-sort select:active {
    outline: none;
}
.mobile-filter svg {
    margin-left: 10px;
}
.products-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 94px;
}
.products-bottom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}


.kuBottomPagi .kuPerPage {
    display: none !important;
  }
  #kuResultListBlock .kuBottomPagi {
    border-top: none;
    margin-top: -100px;
  }
  #kuResultListBlock .kuBottomPagi .kuPagination {
    width: 100%;
    float: left;
    margin-top: 5px;
    text-align: left;
  }
.products-bottom .pagination,
#kuResultListBlock .kuBottomPagi .kuPagination  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}
.products-bottom .pagination li + li,
#kuResultListBlock .kuBottomPagi .kuPagination a + a {
    margin-left: 11px;
}
.products-bottom .pagination a,
#kuResultListBlock .kuBottomPagi .kuPagination a {
    display: inline-flex;
    height: 42px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: solid 1px #DFE3E8;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s all;
}
.products-bottom .pagination li.active a,
.products-bottom .pagination li:hover a,
#kuResultListBlock .kuBottomPagi .kuPagination a:hover,
#kuResultListBlock .kuBottomPagi .kuPagination a.kuCurrent  {
    background-color: #67A8CB;
    border-color: #67A8CB;
    color: #fff;
}
.products-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}
.products-top p {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}
.products-list {
    display: grid;
    grid-gap: 16px 48px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr))
}
.products-list-item {
    margin-bottom: 48px;
}
.products-list img {
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #E6E6E6;
}
.products-list .product-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
}
.products-list .price {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.strikethrough {
    text-decoration: line-through;
}
.products-list .price .strikethrough {
    font-size: 14px;
    color: #069203;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
}
@media (max-width: 993px){
    .products-list {
        margin-top: 26px;
        padding: 0;
        grid-gap: 20px;
    }
    .products-top {
        display: none;
    }
    .products-mobile-controls  {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .products-bottom {
        flex-direction: column;
        text-align: center;
    }
    .mobile-filter-close {
        position: absolute;
        top: 11px;
        right: 8px;
        display: block;
        font-size: 32px;
    }
    .products-container {
        grid-template-columns: auto;
    }
    .products-filter {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        z-index: 9999;
        background-color: #fff;
        padding: 20px;
        overflow: auto;
        transition: left 0.3s;
    }
    .products-filter.active {
        left: 0;
    }
    .tabs-pill {
        width: 100%;
        display: block;
        white-space: nowrap;
        /* border-bottom: none; */
        /* flex-direction: column;
        align-items: flex-start; */
    }
    .tabs-pill-scroll {
        width: 100%;
        overflow: auto;
    }
    .tabs-pill li {
        /* border-bottom: solid 1px #D3D3D3; */
        /* display: inline-block; */
        display: inline-block;
        width: auto;
        margin: 0 20px;
        font-size: 16px;
    }
    .tabs-pill li.active {
        color: #67A8CB;
    }
}
@media (max-width: 993px){
    .products-bottom {
        margin-top: 40px;
        margin-bottom: 175px;
    }

   
}
@media (min-width: 993px){
    .product-media {
        margin: 0 -10px;
    }
}

@media (max-width: 768px){
    .product-info {
        margin-bottom: 40px;
    }
    .tabs-pill {
        margin-top: 20px;
        display:flex;
    }
}
.kuContainer#kuMainContainer  {
  padding: 0;
}

@media (max-width: 820px){
    .desktop-only {
        display: none;
    }
}
@media (min-width: 768px){
    .mobile-only {
        display: none;
    }
}

@media (max-width: 490px) {
    .tabs-pill li {
        font-size: 13px;
        margin: 0 10px;
    }
    .tabs-pill li.active:after {
        display: none;
    }
}

.productInfoTabs .tabs-pill li {
    margin: 0;
    font-size: 14px;
}
.productInfoTabs .tabs-pill li a {
    padding: 10px 20px;
}
.productInfoTabs .tabs-pill + .tab-content {
    border-top: none;
    padding-top: 0;
}
.qty-box input {
    text-align: center;
    width: 15% !important;
}
.productInfoTabs .tabs-pill li i {
    display: none !important;
}

@media (max-width:1024px) {
    #productinfoBody .product-tabs.desktop-only {
        display:none;
    }
}


.attribsTextarea{ padding: 5px !important; line-height: 22px !important;}
span .large .add-cart { color: #fff; background-color: #090; width: 100%;}
a.preview { background-color: #60A4C9!important; color: #fff; display: none; /* IE8 and below */ }
.custom-attributes input[type="text"] {width:77%;}
.div_font{border: 1px solid #000; margin: 10px 0; background-color: #fff; text-align: center; padding: 5px;}
.div_font img{border: 0;}
.show_second{cursor: pointer; background-color: #60a4c9 !important; color: #fff; display: block; height: 16px; text-align: center; width: 186px; line-height: 15px; margin-top: 5px;}
@media screen and (max-width: 972px) {.div_font img { width: 50%;}}
#confirmOverlay #confirmBox p{
    padding: 0px;
    margin: 15px 0px;
}
/* KIP-1245 */
/* customily load preview loader */
.spinner {
    display: none;
    align-items: center;
    margin-top: 10px;
}

.spinner-container {
    display: flex;
    align-items: center;
}

.spinner-circle {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

.spinner-text {
    font-size: 14px;
    color: #333;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
