@font-face {
    font-family: Arial;
    src: url(../../assets/fonts/Arial.ttf);
  }

  @font-face {
    font-family: ArialBold;
    src: url(../../assets/fonts/ArialBold.ttf);
  }

  @font-face {
    font-family: MyriadPro;
    src: url(../../assets/fonts/MyriadPro-Cond.otf);
  }
 
 body
    {
        font-family: Arial;
    }

    p
    {
        text-align: left;
        font: normal normal normal 18px/27px;
        letter-spacing: 0.54px;
        color: #252525;
        opacity: 1;
        font-family: Arial;

    }
    ul.navbar-nav li img {
        height: 32px;
        width: 32px;
        object-fit: contain;
    }

    ul.navbar-nav li a {
        letter-spacing: 0.34px;
        color: #000000;
        text-transform: uppercase;
        font-weight: 600;
    }
   
    ul.navbar-nav li a {
        text-align: left;
        font: normal normal normal 16px/22px;
        text-decoration: none;
    }

    .offcanvas-body {
        max-width: 1660px;
        justify-content: space-between;
    }
    .d-block.all-oreder-tab a {
        color: #020202;
        text-decoration: none;
        font-weight: 700;
    }
    
    .d-block.all-oreder-tab.text-end {
        margin-left: auto;
    }
    header .container-fluid {
        text-align: center;
        margin: 0 auto;
    }

    h1, h2, h3, h4, h5, h6
    {
        font-family: MyriadPro;

    }
   
    nav.navbar {
        padding: 30px 0px;
    }

    .logo-wrap img {
        max-height: 71px;
        width: 100%;
    }

   .banner-text h1
   {
    font: normal normal normal 28px/30px;
        letter-spacing: 4.2px;
        color: #FFFFFF;
        text-transform: uppercase;
   }
    
   h3.title {
    font-size: 22px;
    letter-spacing: 5.2px;
    color: #404040;
    text-transform: uppercase;
}

    .offcanvas-body {
        align-items: center;
    }

    .d-cart ul li img {
        width: 20px;
    }
    
    .d-cart ul {
        display: flex;
        align-items: center;
        list-style: none;
        padding-left: 0;
        column-gap: 25px;
    }

    .mobile-menu-btn {
        position: relative;
    }
    span#cart-total {
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        top: -13px;
        text-align: center;
        color: #fff;
        background-color: #1cb5fe !important;
        font-size: 9px;
        line-height: 17px;
        border-radius: 100px;
        font-weight: 700;
        right: -6px;
    }
    .main-section {
        background: transparent linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
    }
    .primary-btn {
        border-radius: 31px;
        text-align: center;
        font-size: 20px;
        letter-spacing: 0.84px;
        color: #222222;
        text-transform: uppercase;
        opacity: 1;
        padding: 0px 30px;
        background-color: white;
        text-decoration: none;
        display: inline-block;
        font-family: MyriadPro;
        height: 50px;
        line-height: 55px;
    }
    a.gallery-item img, .featured-box  img {
        transform: scale(1);
        transition: 300ms ease-out;
    }
    a.gallery-item, .featured-box  {
        overflow: hidden;
    }
    a.gallery-item:hover img, .featured-box:hover img {
        transform: scale(1.03);
        transition: 300ms ease-in;
    }

    ul.navbar-nav li:hover a {
        color: #1CB5FE;
        transition: 200ms ease-in;

    }
    .servics-inner a.service-btn:hover {
        color: #1CB5FE;
        transform: scale(1.03);
        transform-origin: right;
        transition: 200ms ease-in;

    }
    .servics-inner a.service-btn {
        transform: scale(1);
        transform-origin: right;
        transition: 200ms ease-out;

    }
.fade {
    background-color: #000000bd;
}
.lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
    border: 3px solid #fff;
}
.featured-box{
    margin-right: 15px;
    padding-left: 15px;
}
.swiper.mySwiper {
    max-width: 90%;
    margin: 0 auto;
}
.featured-inner .featured-box img {
    width: 100%;
    max-height: 500px;
    min-height: 500px;
    object-fit: cover;
    object-position: top;
}
.featured-inner .featured-box img {
    width: 100%;
}
.related-sec h3 {
    color: #fff;
    font-family: 'Arial';
    letter-spacing: 0;
    font-weight: 600;
}
.related-sec .swiper-slide a {
    background-color: #fff !important;
    display: block;
    box-shadow: 0px 3px 16px #64748412;
    padding: 0px 26px;
    padding-bottom: 20px;
}
.related-sec .swiper-slide a.plus {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 0;
}

.cartAdded .modal-dialog {
    max-width: 40%;
}

.cartAdded button.btn-close {
    position: unset;
}
.addtocart-modal h4 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 17px;
}
.cart-img {
    text-align: center;
}
.cart-img img {
    max-width: 60px !important;
    margin: 0 auto;
    text-align: center;
}
.addtocart-modal h5, .addtocart-modal h4 {
    font-family: Arial;
    font-weight: 700;
}
.related-sec .owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(38px, -50%);
}
.related-sec .owl-next {
position: absolute;
top: 50%;
transform: translate(-38px, -50%);
}
.single-product-cart a {
    display: inline-block;
    text-decoration: none;
    height: 50px !important;
    width: 41%;
    text-align: center;
}
.single-product-cart {
    margin-top: 23px;
}
div#viewCartModal h5, div#viewCartModal h4 {
    font-family: 'Arial';
}

div#viewCartModal button.btn-close {
    position: absolute;
    right: 15px;
    top: 21px;
    opacity: 1;
}

.home-sec.service-section
{
    background-color: #fff;

    background: white;
}
.related-sec .swiper-slide a.plus img {
    width: 30px;
    height: 30px;
}
.featured-inner .owl-next img, .featured-inner .owl-prev img {
    width: 30px;
    height: 30px;
}
.related-sec .swiper.mySwiper {
    width: 100%;
    max-width: 100%;
}
.featured-inner .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(-38px, -50%);
}

.featured-inner .owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(38px, -50%);
}

.servics-inner {
    padding: 0px 10%;
}

.lightbox-modal .modal-content {
    border: 0;
}
.servics-inner a.service-btn {
    letter-spacing: 0.8px;
    color: #B7B7B7;
    text-transform: uppercase;
    font-size: 28px;
    display: block;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 20px;
}
.servics-inner p {
    letter-spacing: 0.22px;
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.servics-inner ul li span {
    color: #1CB5FE;
}
.servics-inner ul li {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
}
.servics-inner ul {
    list-style: none;
    padding-left: 0;
}

.contact-section:not(.contact-page) {
    background-image: url(../../assets/images/CONTACT.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.contact-section h3
{
color: #FFFFFF;
text-transform: uppercase;
opacity: 0.7;
}

.single-field img {
    width: 30px;
    height: 30px;
}
.single-field p {
    margin-bottom: 0;
    letter-spacing: 0.22px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 18px;
}
.single-field {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    margin-bottom: 29px;
}
footer {
    background-color: #1CB5FE;
    text-align: center;
}
.contact-image img {
    width: 100%;
}

.footer-menu.right {
    text-align: right;
    display: flex;
    justify-content: right;
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.34px;
    text-transform: uppercase;
}
.footer-logo p {
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}
.footer-logo p img {
    width: 21px;
    vertical-align: baseline;
}
.footer-menu ul {
    display: flex;
    column-gap: 35px;
}
.footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-img {
    padding-right: 0;
}

.gallery-main {
    background: #6D717D10 0% 0% no-repeat padding-box;
}

.pagination-row ul li.active a, .pagination-row ul li:hover a {
    color: #000;
}
.pagination-row ul li a i {
    font-weight: 200;
}
.pagination-row ul li a {
    color: #a19898;
    text-decoration: none;
}
.pagination-row ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 30px;
}
.pagination-row {
    text-align: center;
}

@media(min-width:768px)
{

    body .gallery_product::after {
       
        bottom: auto;
        top: auto;
        margin-top: -35px;
    }
    .gallery_product .inner-review {
        min-height: 435px;
    }
    .gallery_product .inner-review {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .skizzors_shop .product-info h5 {
        min-height: 49px;
    }
    .modal-dialog {
        max-width: 44%;
        margin-right: auto;
        margin-left: auto;
    }
    #sync2  .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 400px;
    }
    .gallery-main .gallery-grid .col img {
        width: 100%;
        min-height: 440px !important;
        object-fit: cover;
        object-position: top;
        height: 440px;
    }
    .about-img img {
        width: 100%;
        min-height: 500px;
        object-fit: cover;
        object-position: top;
    }

    .main-header .navbar {
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
        padding-top: 65px;
    }

    .service-section .servics-inner {
        padding: 0px 15%;
    }

    footer {
    
        padding: 30px 0px;
    }
    .service-img img {
        width: 100%;
        max-height: 798px;
        object-fit: cover;
        object-position: bottom;
    }
    ul.navbar-nav.setNav.right-nav {
        justify-content: right;
    }
    ul.navbar-nav.setNav.right-nav li {
        margin-right: 0;
        margin-left: 50px;
    }
    ul.navbar-nav li {
        margin-right: 50px;
    }
    .main-banner {
        position: relative;
    }

    .banner-text {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        transform: translate(0%, -50%);
    }
    a.navbar-brand {
        display: none;
    }
    .d-cart {
        position: absolute;
        right: 28px;
        top: -26px;
    }
    ul.navbar-nav {
        width: 40%;
    }
    .main-banner img {
        width: 100%;
    }

    .header-social a img {
        width: 20px;
    }
    .logo-wrap img {
        position: relative;
        top: -11px;
    }
    .header-social {
        position: absolute;
        left: 20px;
        top: -26px;
    }

    .logo-wrap {
        width: 20%;
        margin: 0 auto;
    }
    
    .offcanvas-body {
        align-items: center;
    }
}

    @media(min-width:1200px) and (max-width:1640px)
    
    {
      
  }

  @media (min-width: 768px) and (max-width: 1640px)
  {
    .container-xxl {
        padding-right: 20px;
        padding-left: 20px;
    }

  }
  s {
    color: #d0d0d0;
}
  @media(max-width:767px)
  {
body .service-title-v h1
{
    position: unset;
}
body .service-title-v {
    position: unset;
    writing-mode: unset;
   
    transform: rotate(360deg);
   
}
    
    div#sync1 .owl-controls{
        display: none !important;
    }
    .skizzors_order-details div#nav-tab .nav-link {
        width: 47% !important;
    }
    .banner-text h1 {
        color: #000;
        padding: 18px;
        font-size: 26px;
        letter-spacing: 2px;
        text-align: center;
        line-height: 41px;
        margin-bottom: 10px !important;
    }
    .service-img {
        padding-right: 15px;
    }
    body .about-box {
      
        width: 100%;
        border-top: 30px solid #DB2346;
        border-right: 0;
    }
    iframe {
        height: 267px;
    }
    .services-section .featured-inner {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 0 !important;
    }
    body .lightbox-modal .btn-close {
        top: -46px;
        
    }
    .d-block.all-oreder-tab {
        position: absolute;
        top: -41px;
        right: 0;
    }
    .orders-wrap {
        position: relative;
    }

    .skizzors_order-details .user-img {
        width: 100% !important;
    }
    .banner-text {
        text-align: center;
    }
    .testimonials-main .text-right {
        text-align: center;
        margin-bottom: 20px;
    }
    .skizzors_shop .cat-content .swiper-slide .image-box img {
        object-fit: contain;
        max-height: 222px;
    }
    .services-name {
       
        font-size: 24px !important;
        text-decoration: none;
    }
    .services-section {
        padding-bottom: 0 !important;
    }
    .servics-inner nav button {
        font-size: 21px !important;
        background: none !important;
    }
    body .gallery-section .featured-inner .featured-box img {
        width: 100%;
        max-height: 150px;
        min-height: 150px;
        object-fit: cover;
        object-position: top;
    }
    body .about-top-bg {
        position: unset;
    }
    .footer-logo {
        order: 3;
    }
    .footer-inner .footer-menu {
        margin-bottom: 20px;
    }
    .footer-menu.right {
        justify-content: center;
        text-align: center;
    }
    .footer-inner .footer-menu ul {
        display: grid;
        row-gap: 14px;
    }
    .footer-inner {
        padding: 25px;
    }s
    .banner-text {
        text-align: center;
    }
    .featured-inner .featured-box img {
        width: 100%;
        max-height: 300px;
        min-height: 300px;
    }
    .banner-text .primary-btn {
        background-color: #1CB5FE;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
    }
    ul.navbar-nav li a {
        font-size: 22px;
    }
    .offcanvas {
      
        max-width: 70%;
    }
    ul.navbar-nav li {
        margin-bottom: 22px;
    }

    .offcanvas-body .header-social, .offcanvas-body .d-cart, .offcanvas-body .logo-wrap {
        display: none;
    }

    .main-banner img {
        width: 100%;
    }
    .mbl-cart {
        position: relative;
    }
    .only-mbl {
        display: block !important;
    }
    .user-cart {
        display: flex;
        column-gap: 20px;
    }
    .user-cart a img {
        width: 24px;
    }
    .user-cart {
        margin-left: auto;
        margin-right: 20px;
    }
    button.navbar-toggler {
        opacity: 1;
        border: 0;
        padding: 0;
        background-size: 41px !important;
        height: 30px;
        outline: none !important;
        box-shadow: none !important;
    }
    .offcanvas-header .btn-close {
        filter: brightness(0.5);
        top: 10px;
        right: 10px;
    }
    .navbar-toggler-icon {
        background-image: url(../../assets/images/menus.png);
        background-size: contain;
    }

    .logo-wrap img {
        width: 100%;
        max-width: 190px;
    }
    nav.navbar {
        padding: 15px 0px;
    }
    .service-img img {
        width: 100%;
    }
    .servics-inner a {
       
        font-size: 24px;
       
    }
    .servics-inner ul li {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .featured-inner .owl-next { 
        transform: translate(-20px, -50%);
    }
    .servics-inner {
        padding: 0px 5%;
    }
    .featured-inner .owl-prev {

        transform: translate(20px, -50%);
    }
  }

  .gallery-item {
    display: block;
  }
  
  .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
  }
  
  .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }
  
  .lightbox-modal .modal-content {
    background-color: var(--lightbox);
  }
  
  .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }
  
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .lightbox-modal .lightbox-content {
    width: 100%;
  }
  
  .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }
  
  .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-inner {
    width: 75%;
  }
  
  .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
  }
  
  .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    width: auto;
  }
  
  .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }
  
  .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }
  
  @media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }
  
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
      filter: none;
  }
  
  .btn-fullscreen-enlarge,
  .btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
  }
  
  .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
  }
  
  .gallery-section .featured-inner .featured-box img {
    width: 100%;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
    object-position: top;
}

.gallery-section {
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
}

.about-img {
    padding-left: 0;
}

.about-img img {
    width: 100%;
}

.servics-inner nav {
    border-bottom: 1px solid #7b7b7b;
    margin-bottom: 15px;
}

div#nav-tab {
    border: 0;
}

.servics-inner nav button:first-child:after {
    content: "/";
    padding: 22px;
    color: #000;
}
.servics-inner nav button {
    font-size: 26px;
    font-weight: 800;
    padding: 0;
    color: #00000030;
    border: 0 !important;
}
.servics-inner nav button.active, .servics-inner nav button:hover {
    color: #1CB5FE !important;
}

.rectangle {
    background-color: #DB2346;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: right;
}

.about-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 24px #2C96FF29;
}
.about-section {
    background-image: url(../../assets/images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: relative;

}
.about-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 24px #2C96FF29;
    width: 112%;
    position: relative;
    z-index: 2;
    border-right: 30px solid #DB2346;
}
.about-box:before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #DB2346;
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.about-box h3 {
    font: normal normal bold 23px / 31px Arial;
    letter-spacing: 0.3px;
    color: #1CB5FE;
}

.about-box p {
    margin-bottom: 0;
}

.about-section h1 {
    font: normal normal bold 45px / 60px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 18px;
}   

.breaadcrumbs a {
    color: #ffff;
    text-decoration: none;
    font: normal normal normal 15px / 28px MyriadPro;

}

.breaadcrumbs {
    font: normal normal normal 15px / 28px MyriadPro;
    letter-spacing: 3px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.about-top-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 51%;
    height: 100%;
}
.about-top-bg {
    background-image: url(../../assets/images/g4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 0 !important;
    margin: 0;
}

.breaadcrumbs.wrap, .breaadcrumbs.wrap a {
    color: #6D717D;
}

.services-name span {
    color: #1CB5FE;
    margin-right: 8px;
}

.featured-box a {
    text-decoration: none;
}
.services-name {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    text-decoration: none;
    margin-top: 18px;
}

.featured-box a .services-name:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 10px;
}

.services-section:not(.related) {
    background-image: url(../../assets/images/service-bbanner.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.services-section .featured-box img {
    max-height: 300px;
    height: 300px;
    min-height: 300px;
    object-fit: cover;
    object-position: top;
}

.services-section .swiper.mySwiper {
    max-width: 96%;
    margin: 0 auto;
}

.related .services-name {
    color: #fff;
}

.services-section:is(.related) {
     background-color: #6D717D;
}

.light {
    letter-spacing: 5.2px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    opacity: 0.7;
}

.secondary-btn {
    background: #1CB5FE 0% 0% no-repeat padding-box;
    border-radius: 31px;
    border: 0;
    font-family: 'MyriadPro';
    letter-spacing: 0.84px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
    height: 50px;
        line-height: 55px;
        padding: 0px 30px !important;

}

.secondary-btn:hover
{
    background: #0402FD 0% 0% no-repeat padding-box;
 
}
.service-title h1 span {
    color: #1cb5fe;
    margin-right: 10px;
}

.service-title h1 {
    font: normal normal bold 38px / 59px Arial;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 0;
}

.service-section{
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

h1
{
    font-family: Arial;
    font-weight: 800;
}

.price-table .inner-table {
    background-color: #fff;

}
.service-price-inner .row {
position: relative;
}
.price-table {
    background: rgb(4,4,192);
    background: linear-gradient(0deg, rgba(4,4,192,1) 20%, rgba(235,235,235,1) 100%);
    box-shadow: 0px 3px 24px #5892AD2E;
}

.price-table .inner-table .table>thead th {
    border: 0;
}

.price-table tr td {
    padding: 11px !important;
}

.price-table .table>:not(caption)>*>* {
    border-bottom-width: 1.5px;
    border-color: #333;
}

.service-title-v {
    position: absolute;
    left: 0;
    writing-mode: vertical-lr;
    display: flex;
    justify-content: center;
    height: 100%;
    transform: rotate(180deg);
    align-items: end;
    margin-left: -10px;
}

.service-title-v h1 {

    font-size: 32px;
}

.service-price
{
    position: relative;
}

.service-price:after {
    content: "";
    background-image: url(../../assets/images/price-bg.svg);
    position: absolute;
    width: 100%;
    height: 124%;
    background-position: top right;
    background-size: contain;
    top: -8%;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.service-title-v h1 {
    font-size: 32px;
    position: absolute;
    left: 50px;
}

.modal-content input.secondary-btn {
    padding: 0 35px;
    display: block;
    margin-left: auto;
}

body .modal-content textarea {
    min-height: 89px;
    padding-top: 10px;
}
button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}
.modal-content {
    border-radius: 0;
}
.modal-content input:not(input[type="submit"]), .modal-content textarea {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.4000000059604645px solid #000000;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 11px;
    font-size: 13px;
}
.modal-content h1 {
    font-size: 25px;
}

.gallery-main .gallery-grid .col {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 31px;
}

.breaadcrumbs.dark, .breaadcrumbs.dark a
{
    color: #000;
}
.text-right {
    text-align: right;
}
.filter-row {
    position: relative;
    z-index: 1;
}

.contact-section:is(.contact-page) {
    background-image: url(../../assets/images/CONTACT-BG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.contact-box {
    background-color: #DB2346;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 35px;
}

.contact-image {
    position: relative;
}

.contact-page-inner h1 {
    font-size: 30px;
}

body .contact-page-inner textarea {
    min-height: 89px;
    padding-top: 10px;
}

.contact-page-inner input:not(input[type="submit"]), .contact-page-inner textarea {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.4000000059604645px solid #000000;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 11px;
    font-size: 13px;
}

.contact-page-form {
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
}

.gallery_product p, .gallery_product p b {
    text-align: center;
}
.gallery_product img {
    max-width: 99px;
    margin-bottom: 14px;
}
.gallery_product .inner-review {
    box-shadow: 0px 3px 24px #2E55691A;
    border-radius: 27px;
    padding: 35px;
    background-color: #fff;
}
.gallery_product {
    position: relative;
}
.gallery_product::before {
    content: "";
    background-image: url(../../assets/images/quote.svg);
    width: 85px;
    height: 85px;
    position: absolute;
    top: -26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.testimonials-main
{
    background-image: url(../../assets/images/testi.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: relative;
}

.testimonials-main::before {
    content: "";
    background: transparent linear-gradient(255deg, #FFFFFF 0%, #696B75 70%, #424260 100%) 0% 0% no-repeat padding-box;
    opacity: 0.06;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.gallery_product::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 40px;
    bottom: 40px;
}

.gallery_product.google::after {

    background-image: url(../../assets/images/ionic-logo-google.svg);

}

.gallery_product.facebook::after {

    background-image: url(../../assets/images/ionic-logo-fb.svg);

}

.filter-button img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 4px;
}

.filter-button {
    margin-left: 20px;
}

.gallery_product img + p {
    margin-bottom: 0;
}
.star-checked {
    color: orange;
}


.primary-btn:hover {
    background-color: #1CB5FE;
    color: #fff;
    transition: 200ms ease-in;
}
.skizzors_shop .cat-holder .swiper-slide a:hover img {
    transform: scale(1.03);
    transition: 100ms ease-in;

}

.skizzors_shop .cat-holder .swiper-slide a img {
    transform: scale(1);
    transition: 100ms ease-out;

}
.services-name:before {
    content: "";
    background-image: url(../../assets/images/plus.svg);
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 66px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 1;
}

.featured-box a .services-name:nth-child(odd):before
{
    bottom: 0px;

}
.featured-box:hover .services-name:before
{
    opacity: 1;
}


.featured-box a {
    text-decoration: none;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
a.gallery-item:hover:after {
    opacity: 1;
    transition: 200ms ease-in;

}
a.gallery-item {
    position: relative;
}
a.gallery-item:after {
    content: "+";
    font-size: 38px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    z-index: 9;
    right: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 200ms ease-out;

}

.whatsapp-btn img {
    width: 100%;
}

.whatsapp-btn {
    position: fixed;
    max-width: 50px;
    right: 15px;
    bottom: 30px;
    top: auto;
    z-index: 9;
}

.skizzors_registration section .container .user a {
    color: #1CB5FE!important;
}

.forget-password {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
}
.skizzors_registration section .container .user a {
    text-decoration: none;
}
.skizzors_registration section .container .user .formBx form .keep-signin input, .skizzors_registration section .container .user .formBx form .aggree-box input {
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    position: relative;
    top: 2px;
}


.address-card {
    position: relative;
}
.address-card i {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(10px, -50%);
    cursor: pointer;
}

.g-checkout div label {
    margin-bottom: 4px;
}

.g-checkout div label, .g-checkout div input {
    display: grid;
    width: 100%;
}


@media(min-width:768px)
{
    
    div#sync1 .owl-prev i, div#sync1 .owl-next i {
        font-size: 35px;
    }
    div#sync2 .owl-wrapper {
        display: flex !important;
        flex-direction: column;
        transform: none !important;
        max-height: 450px;
        overflow-y: auto;
        min-width: 100%;
        height: 100%;
        min-height: 450px;
        margin-top: 22px;
    }

div#sync1 .owl-prev {
    position: absolute !important;
    top: -14px;
    left: 0 !IMPORTANT;
    transform: translateX(-94px);
}
div#sync1 .owl-next {
    position: absolute;
    left: -102px;
    bottom: auto;
    top: auto;
    transform: translateY(-24px);
}
}