@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: "Posterama 2001 W04 SemiBold";
  src: url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.eot");
  src: url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.woff2") format("woff2"),
    url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.woff") format("woff"),
    url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.ttf") format("truetype"),
    url("../fonts/03d33d67fd07fb2d31001eb9f90d58bf.svg#Posterama 2001 W04 SemiBold")
      format("svg");
}
html,
body {
  margin: 0;
  padding: 0;
}

* {
  font-family: "Barlow", sans-serif;
}

body {
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  color: #383838;
  font-size: 17px;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Posterama 2001 W04 SemiBold" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

button,
.btn {
  transition: all 0.4s;
}

button:focus,
.btn:focus,
a:focus {
  box-shadow: none !important;
}

button:focus-visible,
.btn:focus-visible,
a:focus-visible {
  box-shadow: none !important;
  outline: 0 !important;
}

.form-control:focus, .form-control:focus-visible, .form-select:focus, .form-select:focus-visible {
    box-shadow: none !important;
    outline: 0 !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* .row [class*='col-'] {
    background-color: #ffeeee;
    background-clip: content-box;
    min-height: 20px;
}    */

main {
  padding-top: 110px;
}

header:not(.title){
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; 
}

header .navbar {
  background-color: #fff;
  padding: 30px 0;
  height: 110px;
}

header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}

header .navbar .navbar-nav .nav-item .nav-link {
  color: #93959b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 0 20px;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #0b3b8c;
}

.btn-action {
  margin-left: -8px;
  margin-right: -8px;
}

.btn-action .btn {
  margin: 0 8px 12px;
}

.btn-primary {
  border-radius: 6px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #0b3b8c 0%, #056be9 100%);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
}

.btn-primary:hover {
  border: 1px solid #0b3b8c;
  background: transparent !important;
  color: #0b3b8c !important;
}

.btn-outline-primary {
  border-radius: 6px;
  border: 1px solid #0b3b8c;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #0b3b8c;
  text-transform: uppercase;
  padding: 10px 25px;
}

.btn-outline-primary.invert {
    border-color: #fff;
    color: #fff;
}

.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: linear-gradient(180deg, #0b3b8c 0%, #056be9 100%) !important;
  color: #fff !important;
}

.btn-outline-primary.invert:hover {
    background: #fff !important;
    color: #0b3b8c !important;
}

h2.title {
  color: #0b3b8c;
  font-size: 40px;
  margin: 0 0 20px;
}

p {
    margin-bottom: 30px;
}

.section {
  padding: 75px 0;
}
/*Homepage*/
.list-with-icons .list-item .icon-block {
    width: 85px;
    height: 85px;
    background: linear-gradient(180deg, #0B3B8C 0%, #056BE9 100%);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
    padding: 15px;
}
.list-with-icons .list-item .icon-block img {
    max-width: 100%;
    height: auto;
}
.list-with-icons .list-item .content-block h6 {
    color: #0B3B8C;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.list-with-icons .list-item .content-block p {
    color: #383838;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.list-with-icons .list-item {
    padding-top: 30px;
    padding-bottom: 30px;
}
.list-with-icons {
    padding-top: 70px;
    padding-bottom: 70px;
}
.shop-by-categories .categories-block .categories-item {
    display: block;
    padding: 20px 0 15px 0;
}
.shop-by-categories .categories-block .categories-item .image-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-by-categories .categories-block .categories-item .image-block {
    position: relative;
    padding-top: 100%;
    margin-bottom: 20px;
}
.shop-by-categories .categories-block .categories-item .category-name span {
    display: block;
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.shop-by-categories .categories-block {
    border: 1px solid #D9D9D9;
    padding: 0 15px;
}
.shop-by-categories .section-title h2 {
    font-family: 'Cinzel', serif !important;
    font-weight: 600;
    color: #0B3B8C;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 2px;
}
.shop-by-categories .section-title p {
    color: #383838;
    font-size: 17px;
    line-height: 30px;
}
.shop-by-categories .categories-block .categories-item:hover .category-name span {
    color: #0b3b8c;
}
.your-own-journy {background-size: cover;background-repeat: no-repeat;padding: 236px 0;background-position: right;}
.your-own-journy .content-block h2 {
    font-size: 35px;
    line-height: 40px;
    color: #0B3B8C;
    font-family: 'Cinzel', serif !important;
    font-weight: 600;
}
.your-own-journy .content-block {
    max-width: 570px;
}
.recent-products {
    padding: 90px 0 75px 0;
    margin: 85px 0 0;
    position: relative;
    z-index: 0;
}
.recent-products .title-block {
    margin-bottom: 35px;
}
.recent-products .title-block h4 {
    color: #0B3B8C;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
}
.recent-products .rp-slick-arrows {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent-products .rp-slick-arrows button {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 2px solid #0B3B8C;
    border-radius: 50%;
    color: #0B3B8C;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
.recent-products .rp-slick-arrows .rp-slick-next {
    margin-left: 10px;
}
.recent-products .rp-slick-arrows button i {
    font-size: 30px;
}
.recent-products .rp-slick-arrows button:hover {
    background-color: #0B3B8C;
    color: #fff;
}
.recent-products .recent-products-slider {
    padding-left: calc((100% - 1290px) / 2);
}
.recent-products-slider .slick-list {
    padding: 0 16% 0 0 !important;
    margin-left: -10px;
}
.recent-products .recent-products-slider .rp-item {
    padding: 10px;
}
.recent-products .recent-products-slider .rp-item .image-block {
    background-color: #F8F8F8;
    position: relative;
    padding-top: 100%;
}
.recent-products .recent-products-slider .rp-item .image-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-products .recent-products-slider .rp-item .content-block {
    background-color: #fff;
    padding: 30px 15px 35px 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
}
.recent-products .recent-products-slider .rp-item .content-block h6 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}
.recent-products .recent-products-slider .rp-item .content-block h6 a {
    color: #000;
}
.recent-products .recent-products-slider .rp-item .content-block .btn-link {
    text-align: left;
    padding: 0;
    color: #0B3B8C;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0 0;
}
.recent-blogs .blog-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 400px;
    background-image: url(../images/blog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.recent-products .recent-products-slider .rp-item .content-block p {
    margin-bottom: 0;
}
.shop-by-categories {
    padding-bottom: 90px;
}
.hero-collection-section .collection-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.hero-collection-section .collection-wrapper .left-block {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.hero-collection-section .collection-wrapper .right-block {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.hero-collection-section .collection-wrapper .right-block,.hero-collection-section .collection-wrapper .left-block {
    padding-left: 10px;
    padding-right: 10px;
}
.hero-collection-section .hero-collection-slider {
    overflow: hidden;
}
.hero-collection-section .hero-collection-slider .slider-image {
    padding-top: 600px;
}
.hero-collection-section .hero-collection-slider .slider-image img,.hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-collection-section .hero-collection-slider .slider-item {
    position: relative;
}
.hero-collection-section .hero-collection-slider .slider-item .slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 80px 60px  80px;
}
.hero-collection-section .collection-wrapper .right-block .wrapper .collection-item {
    display: block;
    position: relative;
    width: 100%;
}
.hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image {padding-top: 290px;}
.hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image,.hero-collection-section .hero-collection-slider .slider-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}
.hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-name {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}
.hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-name span {
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
}
.hero-collection-section .collection-wrapper .right-block .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}
.hero-collection-section .hero-collection-slider .slider-item .slider-content .content-block {
    max-width: 380px;
    width: 100%;
}
.hero-collection-section .hero-collection-slider .slider-item .slider-content .content-block h1 {
    color: #0B3B8C;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.hero-collection-section .hero-collection-slider .slider-item .slider-content .content-block p {
    font-size: 20px;
    line-height: 30px;
    color: #383838;
    font-weight: 500;
}
.hero-collection-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    z-index: 1;
    padding: 0;
}
.hero-collection-slider .slick-arrow.slick-prev {
    left: -30px;
}
.hero-collection-slider .slick-arrow.slick-next {
    right: -30px;
}
.hero-collection-slider .slick-arrow i {
    transform: rotate(45deg);
}
.hero-collection-slider .slick-arrow.slick-prev i {
    transform: rotate(45deg) translateX(10px);
}
.hero-collection-slider .slick-arrow.slick-next i {
    transform: rotate(45deg) translateX(-10px);
}
/*Footer*/
footer {
    background-color: #0B3B8C;
    padding: 75px 0 0;
    position: relative;
}

footer .custom-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

footer .custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

footer .custom-shape-divider-top .shape-fill {
    fill: #FFFFFF;
}

.company-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-profiles {
    margin: 25px 0;
}

.social-link {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    background-color: transparent;
    transition: all 0.4s;
}

.social-link svg {
    height: 22px;
    fill: #fff;
}

.social-link:hover {
    border-color: #2CA6FF;
    background-color: #2CA6FF;
}

.social-link:hover svg {
    fill: #0B3B8C;
}

.footer-bottom {
    margin: 20px 0 0;
    padding: 30px 0;
    border-top: 1px solid #2CA6FF;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.quick-links {
    text-align: right;
}

.quick-links a {
    color: #fff;
    display: inline-block;
    margin: 0 15px;
    transition: all 0.4s;
}

.quick-links a:hover {
    color: #2ca6ff;
}

.diamond-icon {
    width: 75px;
    background-color: #0B3B8C;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&display=swap');
a {
    transition: all 0.2s ease-in-out;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*Breadcumbs*/
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs {
    background-color: #F3F3F3;
    padding-top: 8px;
    padding-bottom: 8px;
}
.breadcrumbs ul li {
    font-size: 15px;
    line-height: 20px;
}
.breadcrumbs ul li:not(:last-child) {
    margin-right: 4px;
}
.breadcrumbs ul li a {
    color: #000000;
}
.breadcrumbs ul li a:hover {
    color: #056BE9;
}
@media (min-width: 1200px) {
    .navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
@media only screen and (max-width: 1599px) {
    .your-own-journy {
        padding: 156px 0;
    }
}
@media only screen and (max-width: 1399px) {
    .hero-collection-section .hero-collection-slider .slider-item .slider-content {
        padding: 80px 60px 40px 60px;
    }
    .hero-collection-section .hero-collection-slider .slider-item .slider-content .content-block h1 {
        font-size: 42px;
        line-height: 42px;
    }
    .hero-collection-section .hero-collection-slider .slider-item .slider-content .content-block p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .hero-collection-section .hero-collection-slider .slider-image {
        padding-top: 520px;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image {
        padding-top: 250px;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-name span {
        font-size: 24px;
        line-height: 30px;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-name {
        top: 35px;
    }
    .shop-by-categories .categories-block .categories-item .category-name span {
        font-size: 22px;
        line-height: 28px;
    }
    .shop-by-categories .categories-block .categories-item .image-block {
        margin-bottom: 15px;
    }
    .recent-products .title-block h4 {
        font-size: 36px;
        line-height: 36px;
    }
    .recent-products .recent-products-slider {
        padding-left: calc((100% - 1110px) / 2);
    }
    .recent-products .recent-products-slider .rp-item .content-block {
        padding: 25px 15px 25px 25px;
    }
    .recent-products .recent-products-slider .rp-item .content-block h6 {
        font-size: 22px;
        line-height: 24px;
    }
    .recent-products {
        padding: 80px 0 70px 0;
        margin: 80px 0 0 0;
    }
}
@media only screen and (max-width: 1199px) {
    main {
        padding-top: 85px;
    }
    header .navbar {
        height: 85px;
        padding: 20px 0;
    }
    header .navbar .navbar-brand img {
        width: 180px;
    }
    header .navbar .navbar-toggler {
        border: 0;
        padding: 0;
    }
    header .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2811, 59, 140, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
    header .navbar .offcanvas {
        background-color: #102343;
    }
    header .navbar .offcanvas-header {
        padding: 20px;
    }
    header .navbar .offcanvas-body {
        padding: 10px 0;
    }
    header .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 12px 20px; 
        color: #fff;       
    }
    header .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #fff;
    }
    .list-with-icons {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .list-with-icons .list-item .icon-block {
        width: 76px;
        height: 76px;
        margin: 0 auto 20px;
    }
    .list-with-icons .list-item .icon-block img {
        max-width: 100%;
        height: auto;
    }
    .list-with-icons .list-item .content-block p {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-collection-section .collection-wrapper .left-block,.hero-collection-section .collection-wrapper .right-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .hero-collection-section .collection-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper {
        align-content: normal;
        margin-left: -10px;
        margin-right: -10px;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 20px 10px 0;
    }
    .shop-by-categories .section-title h2,.your-own-journy .content-block h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .your-own-journy {
        padding: 106px 0;
    }
    .shop-by-categories {
        padding-bottom: 60px;
    }
    .recent-products .title-block h4 {
        font-size: 32px;
        line-height: 32px;
    }
    .recent-products .rp-slick-arrows button {
        width: 26px;
        height: 26px;
    }
    .recent-products .rp-slick-arrows button i {
        font-size: 24px;
    }
    .recent-products .recent-products-slider {
        padding-left: calc((100% - 930px) / 2);
    }
    .recent-products .recent-products-slider .rp-item .content-block {
        padding: 20px 15px 20px 20px;
    }
    .recent-products .recent-products-slider .rp-item .content-block h6 {
        font-size: 20px;
        line-height: 22px;
    }
    .recent-products {
        padding: 70px 0 60px 0;
        margin: 70px 0 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .btn-primary {
        font-size: 14px;
        padding: 10px 18px;
    }
    .btn-outline-primary {
        font-size: 14px;
        padding: 10px 18px;
    }
    h2.title {
        font-size: 30px;
        margin: 0 0 15px;
    }
    p {
        font-size: 15px;
    }
    .footer-bottom {
        text-align: center;
    }
    .quick-links {
        text-align: center;
    }
    .hero-collection-section .hero-collection-slider .slider-item .slider-content {
        padding: 60px 45px 30px 45px;
    }
    .hero-collection-section .hero-collection-slider .slider-image {
        padding-top: 460px;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image {
        padding-top: 220px;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image, .hero-collection-section .hero-collection-slider .slider-image {
        border-radius: 15px;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-name span {
        font-size: 22px;
        line-height: 28px;
    }
    .list-with-icons .list-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .list-with-icons {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .your-own-journy {
        padding: 92px 0;
    }
    .your-own-journy .content-block {
        margin: 0 auto;
        text-align: center;
    }
    .recent-products .title-block h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .recent-products .recent-products-slider {
        padding-left: calc((100% - 690px) / 2);
    }
    .recent-products {
        padding: 60px 0 50px 0;
        margin: 60px 0 0 0;
    }
}
@media only screen and (max-width: 767px) {
    main {
        padding-top: 60px;
    }
    header .navbar {
        height: 60px;
        padding: 15px 0;
    }
    header .navbar .navbar-brand img {
        width: 158px;
    }
    .section {
        padding: 40px 0;
    }
    .list-with-icons .list-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hero-collection-section .hero-collection-slider .slider-item .slider-content .content-block h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .hero-collection-section .hero-collection-slider .slider-item .slider-content .content-block p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .hero-collection-section .hero-collection-slider .slider-item .slider-content .content-block {
        max-width: 350px;
    }
    .hero-collection-section .hero-collection-slider .slider-item .slider-content {
        padding: 45px 45px 30px 45px;
    }
    .hero-collection-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .hero-collection-slider .slick-arrow.slick-prev {
        left: -24px;
    }
    .hero-collection-slider .slick-arrow.slick-next {
        right: -24px;
    }
    .hero-collection-section .hero-collection-slider .slider-image,.hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image {
        padding-top: 360px;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .list-with-icons {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .shop-by-categories .section-title h2,.your-own-journy .content-block h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .shop-by-categories .section-title p {
        font-size: 16px;
        line-height: 24px;
    }
    .shop-by-categories .categories-block .categories-item .image-block {
        margin-bottom: 12px;
    }
    .shop-by-categories .categories-block .categories-item .category-name span {
        font-size: 20px;
        line-height: 26px;
    }
    .shop-by-categories {
        padding-bottom: 50px;
    }
    .recent-products .title-block h4 {
        font-size: 28px;
        line-height: 28px;
    }
    .recent-products .recent-products-slider {
        padding-left: calc((100% - 515px) / 2);
    }
    .recent-blogs .blog-bg {
        height: 300px;
    }
}
@media only screen and (max-width: 575px) {
    .btn-primary {
        font-size: 13px;
    }
    .btn-outline-primary {
        font-size: 13px;
    }
    h2.title {
        font-size: 24px;
    }
    .social-link {
        width: 30px;
        height: 30px;
    }
    .social-link svg {
        height: 16px;
    }
    footer .custom-shape-divider-top svg {
        height: 40px;
    }
    footer {
        padding: 50px 0 0;
    }
    .diamond-icon img {
        width: 25px;
    }
    .diamond-icon {
        width: 45px;
        top: -10px;
    }
    .footer-bottom {
        padding-bottom: 25px;
    }
    .company-logo img {
        width: 150px;
    }
    .footer-bottom {
        font-size: 12px;
    }
    .quick-links {
        margin: 0 0 5px;
    }
    .quick-links a {
        margin: 0 5px;
    }
    .hero-collection-section .hero-collection-slider .slider-item .slider-content .content-block h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image, .hero-collection-section .hero-collection-slider .slider-image {
        border-radius: 12px;
    }
    .hero-collection-section .hero-collection-slider .slider-item .slider-content {
        padding: 40px 25px 25px 35px;
    }
    .hero-collection-section .hero-collection-slider .slider-image, .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image {
        padding-top: 320px;
    }
    .your-own-journy {
        padding: 52px 0;
    }
    .recent-products .recent-products-slider {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .hero-collection-section .collection-wrapper .right-block .wrapper .collection-item .collection-image {
        padding-top: 220px;
    }
    .recent-products .title-block h4 {
        font-size: 24px;
        line-height: 24px;
    }
    .recent-products .rp-slick-arrows button {
        width: 24px;
        height: 24px;
    }
    .recent-products .rp-slick-arrows button i {
        font-size: 22px;
    }
    .recent-products {
        padding: 50px 0 40px 0;
        margin: 50px 0 0 0;
    }
}

main main{padding-top: 0;}
.site-main{margin: 0;}
div#secondary{display: none;}
.single-product div.product .woocommerce-product-gallery img{width: 100%;}
.single-product div.product p.price{margin-top: 0 !important;}
.woocommerce-product-details__short-description{border-top: 1px solid #DFDFDF; padding: 20px 0 0; border-bottom: 1px solid #DFDFDF; margin-bottom: 20px;}
.woocommerce-product-details__short-description p { font-size: 18px; color: #383838; line-height: 28px;}
body.single-product div.product p.price{font-size: 30px; clear: both; color: #383838; direction: rtl; text-align: left;}
body.single-product div.product .price del+ins{font-weight: 600; margin: 0 16px 0 0; color: #383838;}
body.single-product div.product .woo-meta-info .add_to_wishlist { border: 1px solid #D9D9D9; padding: 5px 10px; color: #383838; font-size: 16px;  display: inline-block; line-height: 1;}
body.single-product div.product .woo-meta-info .add_to_wishlist:hover{background-color: #000000; color: #ffffff;}
body.single-product div.product .woo-meta-info .add_to_wishlist .yith-wcwl-icon, body.single-product div.product .woo-meta-info .add_to_wishlist .yith-wcwl-icon i{display: inline-block; vertical-align: middle;}
body.single-product div.product .woo-meta-info .d-social-ico ul{padding: 0; margin: 12px 0 0; list-style: none; display: flex; display: -webkit-flex;}
body.single-product div.product .woo-meta-info .d-social-ico ul li a{color: #000000; outline: none; margin: 0 4px; height: 30px; width: 30px; line-height: 28px; font-size: 15px; text-align: center; border-radius: 50px; border: 1px solid #000000; display: block;}
body.single-product div.product .woo-meta-info .d-social-ico ul li:first-child a{border: none;}
body.single-product div.product .woo-meta-info .d-social-ico ul li a:hover{background-color: #000000; color: #ffffff;}
body.single-product div.product h1.product_title.entry-title{max-width: 500px; font-size: 30px; float: left;}
body.single-product div.product .woo-meta-info{float: right; max-width: 154px;}
body.single-product div.product .woo-meta-info .yith-wcwl-wishlistexistsbrowse{font-size: 14px;}

.woocommerce-tabs ul.tabs { display: flex; display: -webkit-flex; width: 100% !important; margin: 0; padding: 0; border-top: none !important; border-bottom: 1px solid #DFDFDF !important;}
.woocommerce-tabs .panel{width: 100% !important; padding-top: 30px;}
.woocommerce-tabs ul.tabs li.active::after{display: none;}
body .woocommerce-tabs ul.tabs li a{padding: 12px; outline: none !important; color: #383838; padding:12px 25px 14px; line-height: 1; border: 1px solid #D9D9D9; font-size: 22px; font-weight: 600;}
body .woocommerce-tabs ul.tabs li.active a{background-color:#D9D9D9;}
body .woocommerce-tabs ul.tabs li{border-bottom: none;}
.single-product .cart .single_add_to_cart_button, .single-product .cart .btn, #payment .place-order .button{ border-radius: 6px; padding: 15px 50px 15px; font-size: 20px; text-transform: uppercase; background: linear-gradient(180deg, #0B3B8C 0%, #056BE9 100%); vertical-align: middle; margin-right: 25px;}

section.related.products h2{font-size: 40px;}
section.related.products{margin: 0 !important;}
section.related.products .products{margin: 0 -10px !important;}
.products{padding: 0; margin: 0 -10px !important; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap;}
.products .product{margin-right: 0 !important; width: 25% !important; float: none !important; padding: 0 10px;}
.products .product .button, .col2-set#customer_login .u-column1 .woocommerce-form .woocommerce-button, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-button, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button, form.woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-button, form.checkout_coupon.woocommerce-form-coupon .button, html body table.wishlist_table td.product-add-to-cart .add_to_cart, .wishlist_table.mobile .product-add-to-cart a, .woocommerce-ResetPassword .woocommerce-Button{width: 100%; line-height: 1; font-weight: 500; font-size: 18px; text-transform: uppercase; color: #ffffff; background: linear-gradient(180deg, #0B3B8C 0%, #056BE9 100%); border-radius: 6px;}
.products .product .button:hover, .single-product .cart .single_add_to_cart_button:hover, .col2-set#customer_login .u-column1 .woocommerce-form .woocommerce-button:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-button:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover, #payment .place-order .button:hover, form.woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-button:hover, form.checkout_coupon.woocommerce-form-coupon .button:hover, html body table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .wishlist_table.mobile .product-add-to-cart a:hover, .woocommerce-ResetPassword .woocommerce-Button:hover{background: linear-gradient(0deg, #0B3B8C 0%, #056BE9 100%);}
.single-product .cart .btn:hover{background: linear-gradient(0deg, #0B3B8C 0%, #056BE9 100%) !important; color: #ffffff !important;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button, form.woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-button, form.checkout_coupon.woocommerce-form-coupon .button, html body table.wishlist_table td.product-add-to-cart .add_to_cart, .woocommerce-ResetPassword .woocommerce-Button{display: inline-block; width: auto;}
form.woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-button{margin-top: 10px;}
.products .product .woocommerce-LoopProduct-link{padding-bottom: 32px; height: calc(100% - 80px); outline: none !important; margin-bottom: 40px; box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.06); -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.06);}
.products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title{float: left; padding: 0 10px; font-size: 20px; font-weight: 500; font-family: "Barlow", sans-serif !important; color: #000000;}
.products .product .woocommerce-LoopProduct-link .product-meta .yith-wcwl-add-button span{display: none;}
.products .product span.feedback {vertical-align: middle; width: 22px; display: inline-block; white-space: nowrap; overflow: hidden;}
.products .product span.feedback + a{display: none;}
.products .product .product-meta {float: right; margin-right: 10px; margin-top: 3px; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center;}
.products .product .product-meta img, .products .product .yith-wcwl-add-to-wishlist{margin: 0;}
.products .product .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title{color: #0b3b8c;}
.products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail{height: 270px; margin-bottom: 10px; object-fit: cover; -webkit-object-fit: cover;}
html body table.wishlist_table td.product-add-to-cart .add_to_cart, .wishlist_table.mobile .product-add-to-cart a{display: inline-block !important; padding: 10px; text-decoration: none;}
.wishlist_table.mobile .item-details .product-name h3 a{color: #383838; text-decoration: none; font-size: 20px; font-weight: 600;}
.wishlist_table.mobile table th, 
.wishlist_table.mobile table td{font-size: 16px !important;}
.wishlist_table.mobile li .item-wrapper{width: 100%;}

body .woocommerce-ordering{float: none; margin: 0 -10px; display: flex; display: -webkit-flex;}
body .woocommerce-ordering select, form.cart table.thwepo-extra-options select, .single-product div.product table.variations select{font-weight: 500; border: 1px solid #D9D9D9; margin: 0 10px; width: 100%; color:#000000; background-repeat: no-repeat; background-position: 94%; appearance: none; -webkit-appearance: none; background-image:url(../images/select-arrow.png); outline: none; text-align: center; padding:7px 8px 7px 0; font-size: 14px; text-transform: uppercase;}
body .woocommerce-ordering select option, .single-product div.product table.variations select{text-transform: capitalize;}
body .woocommerce-ordering .btn{width: 100%; margin: 0 10px;}
.products .product .woocommerce-LoopProduct-link .price{margin-bottom: 10px; display: none;}

ul.products + .storefront-sorting{display: none;}
.woocommerce-js .content-area{padding: 60px 15px;}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{left: 20px;}

footer{clear: both;}
.single-product .woo-product-gallery-slider.woocommerce-product-gallery .wpgs-lightbox-icon img {height: 500px; object-fit: cover; -webkit-object-fit: cover;}
.single-product .woo-product-gallery-slider.woocommerce-product-gallery .wpgs-for.slick-slider > .slick-arrow{display: none !important;}
/*.single-product div.product{overflow: visible !important;}*/
.single-product .woo-product-gallery-slider.woocommerce-product-gallery .wpgs-nav.slick-slider .slick-prev{left: -25px;}
.single-product .woo-product-gallery-slider.woocommerce-product-gallery .wpgs-nav.slick-slider .slick-next{right: -25px;}
.single-product .woo-product-gallery-slider.woocommerce-product-gallery .slick-prev:before,
.single-product .woo-product-gallery-slider.woocommerce-product-gallery .slick-next:before { font-family: "Font Awesome 5 Pro"; font-weight: 300; color: #000000 !important; opacity: 1 !important; font-size: 30px !important;}
.single-product .woo-product-gallery-slider.woocommerce-product-gallery .slick-prev:before{ content: '\f104';}
.single-product .woo-product-gallery-slider.woocommerce-product-gallery .slick-next:before{content: '\f105';}
.single-product .woo-product-gallery-slider.woocommerce-product-gallery .slick-track .slick-slide img{box-shadow: 0 0 8px rgb(0 0 0 / 20%);}
form.cart table.thwepo-extra-options select, .single-product div.product table.variations select{width: auto !important; text-align: left; padding: 7px 30px 7px 20px; margin-left: 0;}
.single-product div.product form.cart table td{background-color:transparent !important; padding: 10px 0;}
.single-product div.product form.cart table td label{font-weight: 500; color: #383838;}
.single-product div.product form.cart table td.label label:after { content: ":";}
.single-product div.product form.cart table td.value label {font-size: 14px; border: 1px solid; margin: 0 !important; padding: 2px 6px; border-color: #D9D9D9; display: inline-block !important; position: relative; max-width: 55px; width: 100%; text-align: center;}
.single-product div.product form.cart table td.value label input,
.single-product div.product form.cart table td.value label input:before { position: absolute; width: 100%; top: 0; bottom: 0; left: 0; appearance: none; margin: 0; cursor: pointer; content: ""; outline: none;}
.single-product div.product form.cart table td.value label.selected input:before{background-color: #0c4fbe;}
.single-product div.product form.cart table td.value label.selected{color: #ffffff;}
.single-product div.product form.cart table td.value label input:before { z-index: -1;}
.single-product div.product form.cart .quantity .qty{padding: 18px 0; outline: none; border-radius: 6px; margin-right: 12px;}
.single-product div.product form.cart .quantity input::-webkit-inner-spin-button{appearance: auto !important; -webkit-appearance: auto !important; width:25px !important; opacity: 1;}
.single-product div.product form.cart .quantity input::-webkit-outer-spin-button{appearance: auto !important; -webkit-appearance: auto !important; width:25px !important; opacity: 1; margin: 0;}
.single-product div.product form.cart table.thwepo-extra-options{border-bottom: 1px solid #D9D9D9; margin-bottom: 40px;}
.single-product div.product form.cart table tr:last-child td.value .thwepof-range-field{margin-bottom: 40px;}
.single-product div.product form.cart table td.value input.thwepof-input-field {cursor: pointer; -webkit-appearance: none; border: 1px solid #D9D9D9; overflow: hidden; width: 100%; height: 14px; background: #D9D9D9; outline: none; opacity: 0.7; border-radius: 50px; -webkit-transition: .2s; transition: opacity .2s;}
.single-product div.product form.cart table td.value input.thwepof-input-field:hover { opacity: 1;}
.single-product div.product form.cart table td.value input.thwepof-input-field::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; background: #D9D9D9; cursor: pointer; border-radius: 50px; border: 2px solid #ffffff; box-shadow: -407px 0 0 400px #ffffff; -webkit-box-shadow: -407px 0 0 400px #ffffff; -moz-box-shadow: -407px 0 0 400px #ffffff;}

.single-product div.product form.cart table td.value input.thwepof-input-field::-moz-range-thumb { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; background: #D9D9D9; cursor: pointer; border-radius: 50px; border: 2px solid #ffffff; box-shadow: -407px 0 0 400px #ffffff; -webkit-box-shadow: -407px 0 0 400px #ffffff; -moz-box-shadow: -407px 0 0 400px #ffffff;}
.single-product div.product form.cart table td.value .thwepof-range-field{padding: 3px 0 0 60px;}
.single-product div.product form.cart table td.value .thwepof-range-field .thwepof-range-val{background: #fff; color: #000; padding: 5px 10px; position: absolute; border-radius: 0; line-height: 18px; z-index: 1; left: 0 !important; top: 0px; bottom: -2px; border: 1px solid #D9D9D9; min-width: 50px; text-align: center;}
.single-product div.product form.cart table td.value .thwepof-range-field .thwepof-range-val:after{display: none;}

.single-product div.product table.variations select{max-width: 100% !important;}
.single-product div.product table.variations tbody{display: flex; display: -webkit-flex;}
.single-product div.product table.variations a.reset_variations{margin-left: 5px; color: #0b3b8c;}

.single-product div.product .woocommerce-tabs ul.tabs.resp-tabs-list{display: none;}
.single-product div.product .woocommerce-tabs .resp-tabs-container{padding-top: 80px; border-top: 1px solid #d9d9d9;}
.single-product div.product .woocommerce-tabs .resp-tabs-container h2.resp-accordion{display: block; position: relative; padding: 10px 48px; background-color: transparent; border: 1px solid #d9d9d9;}
.single-product div.product .woocommerce-tabs .resp-tabs-container h2.resp-accordion a{color: #383838; font-weight: 500; font-size: 24px;}

.single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel{display: block !important; margin-top: -1px; padding: 38px 48px;  border: 1px solid #d9d9d9; margin-bottom: 30px;}
.single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel h2{display: none;}
.single-product div.product .woocommerce-tabs .resp-tabs-container h2.resp-accordion:before { content: ""; height: 1px; width: 163px; background-color: #000000; position: absolute; bottom: -1px;}

.single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel table.tab-table{margin: 0;}
.single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel table.tab-table tr th,
.single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel table.tab-table tr td{background-color: transparent; color: #383838; font-size: 20px; font-weight: 500; padding: 2px 0; text-transform: uppercase;}
.single-product div.product .woocommerce-tabs .resp-tabs-container h2.resp-accordion .resp-arrow { background-image: url(../images/acco-close.png); border: none; height: 21px; width: 21px; margin-top: 10px; background-position: center center;}
.single-product div.product .woocommerce-tabs .resp-tabs-container h2.resp-accordion.resp-tab-active .resp-arrow{background-image: url(../images/acco-open.png);}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #respond{background-color: transparent; padding: 0;}
.single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel .woocommerce-Reviews .form-submit .submit{background-color: #0c4fbe; color: #fff;
    font-weight: 400; border-radius: 50px;}
.single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel .woocommerce-Reviews .form-submit .submit:hover{background-color: #000000;}
.storefront-product-pagination{display: none !important;}


#customer_login, .col2-set.addresses{width: 100%; display: flex; display: -webkit-flex; margin: 20px 0 80px 0;}
#customer_login .u-column1{background-color: #E1F2FF; padding: 50px;}
#customer_login .u-column2 img, .col2-set.addresses .u-column2 img{height: 100%; width: 100%; object-fit: cover; -webkit-object-fit: cover;}
#customer_login .col-1, .col2-set.addresses .col-1{width: 50% !important; margin: 0 !important;}
.col2-set#customer_login .col-2, .col2-set.addresses .col-2{width: 50% !important;}
#customer_login .u-column1 h2{text-align: center; margin-bottom: 20px;}
#customer_login .u-column1 .woocommerce-form{max-width: 310px; margin: 0 auto;}
#customer_login .u-column1 .woocommerce-form input:not([type="checkbox"]):not([type="radio"]),
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]):not([type="radio"]),
.woocommerce-checkout .form-row textarea,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-checkout .form-row input:not([type="checkbox"]):not([type="radio"]),
.woocommerce-checkout .form-row select, .select2-container--default .select2-selection--single, table.cart td.actions .coupon input, .woocommerce-ResetPassword input:not([type="checkbox"]):not([type="radio"]){background: rgba(255, 255, 255, 0.5) !important; height: 41px; border: 0.688146px solid rgba(11, 59, 140, 0.5); border-radius: 6.88146px;}
.woocommerce-account .woocommerce-MyAccount-content select, .woocommerce-checkout .form-row select, .select2-container--default .select2-selection--single{padding: 5px 8px;}
.woocommerce-checkout .form-row textarea{height: 100px;}
#customer_login .u-column1 .woocommerce-form .woocommerce-form-row,
#customer_login .u-column1 .woocommerce-form .form-row,
.woocommerce-account .woocommerce-MyAccount-content .form-row,
.woocommerce-ResetPassword .form-row,
form.woocommerce-form.woocommerce-form-login.login .form-row,
#customer_login .u-column1 .woocommerce-form .lost_password{margin-bottom: 15px;}
#customer_login .u-column1 .woocommerce-form .show-password-input,
.woocommerce-account .woocommerce-MyAccount-content .show-password-input{padding: 8px 10px;}
#customer_login .u-column1 .woocommerce-form a{color: #0B3B8C; text-decoration: none;}
#customer_login .col-2, .col2-set.addresses .col-2{margin: 0;}
#customer_login .u-column1 .woocommerce-form p:last-child a{font-weight: 600;}
#customer_login .u-column1 .woocommerce-form p:last-child{margin: 10px 0 0;}
#customer_login .u-column1 .woocommerce-form p:empty{display: none;}
#customer_login .u-column1 .woocommerce-form .woocommerce-privacy-policy-text{margin-bottom: 15px;}
#customer_login .u-column1 .woocommerce-form p{font-size: 16px; font-weight: 400;}
#customer_login .u-column1 .woocommerce-form .woocommerce-privacy-policy-text p {font-size: 14px;}
body.woocommerce-account .content-area{padding: 0 15px;}
body.woocommerce-account .hentry{margin: 0;}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend{background-color: transparent;}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25% !important;
    float: left !important;
    margin: 50px 0 !important;
    padding-right: 80px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75% !important;
    float: left !important;
    margin: 50px 0 !important;
    padding: 45px;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li{border: none !important;}
.woocommerce-MyAccount-navigation ul li a::before{opacity: 1;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{font-size: 20px; padding: 10px 20px !important; border-radius: 6px; font-weight: 600; color: #383838; line-height: 1; font-weight: 600; margin-bottom: 13px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background-color: #E1F2FF;}
.woocommerce-MyAccount-navigation ul li a::before{line-height: 1; float: left; margin-left: 0; width: 20px; margin-right: 10px; width: 20px; font-size: 10px; background-color: #0B3B8C; border-radius: 50px; text-align: center; line-height: 20px; color: #fff;}
.hentry .entry-content .woocommerce-MyAccount-navigation ul{padding: 0; margin: 0; border: none !important;}
.woocommerce-account .woocommerce-MyAccount-content{background-color: #E1F2FF; color:#383838;}
.woocommerce-account .woocommerce-MyAccount-content a{color: #0c4fbe;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button{display: inline-block; width: auto;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td,
.woocommerce-account .woocommerce-MyAccount-content .order_details th,
.woocommerce-account .woocommerce-MyAccount-content .order_details td,
.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table td,
body .woocommerce-cart-form table th,
body .woocommerce-cart-form table td,
.cart-collaterals table.shop_table.shop_table_responsive th,
.cart-collaterals table.shop_table.shop_table_responsive td,
html body table.wishlist_table th,
html body table.wishlist_table td{background-color: transparent; font-weight: 500; font-size: 18px; color: #383838; vertical-align: middle; padding:10px; line-height: 1;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table th,
.woocommerce-account .woocommerce-MyAccount-content .order_details th,
.woocommerce-checkout-review-order table th,
body .woocommerce-cart-form table th,
.cart-collaterals table.shop_table.shop_table_responsive th,
html body table.wishlist_table th{padding:15px 10px; font-weight: 600;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead,
.woocommerce-account .woocommerce-MyAccount-content .order_details thead,
.woocommerce-checkout-review-order table thead,
body .woocommerce-cart-form table thead,
.cart-collaterals table.shop_table.shop_table_responsive thead,
html body table.wishlist_table thead{border-top:1px solid #111111; border-bottom:1px solid #111111;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-button{margin: 0; width: auto; font-size: 16px; padding: 10px 15px;}
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders{margin: 0; background-color: transparent;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table th:last-child, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td:last-child{text-align: right;}
html body table.wishlist_table td{text-align: left;}

.woocommerce-account .woocommerce-MyAccount-content .order_details, 
.woocommerce-account .woocommerce-MyAccount-content .order_details th,
.woocommerce-account .woocommerce-MyAccount-content .order_details td{background-color: transparent;}
.woocommerce-account .woocommerce-MyAccount-content .order_details td .wc-item-meta{padding: 15px 0 0; margin: 0;}
.woocommerce-account .woocommerce-MyAccount-content .order_details td .wc-item-meta li{padding: 5px 0;}
.woocommerce-account .woocommerce-MyAccount-content .order_details tbody tr,
body .woocommerce-cart-form table tbody tr,
.cart-collaterals table.shop_table.shop_table_responsive tbody tr{border-bottom: 1px solid #acbdc9;}
body .woocommerce-cart-form table tbody tr:last-child td{padding: 10px 15px; border-top: 1px solid #acbdc9; background-color: #fafafa;}
body .woocommerce-cart-form table tbody tr td.product-name a{text-decoration: none;}
body .woocommerce-cart-form table tbody tr td{padding: 10px 10px !important;}
.woocommerce-account .woocommerce-MyAccount-content .order_details tfoot{background-color:#d5e6f3; border: 1px solid #acbdc9;} 
.woocommerce-account .woocommerce-MyAccount-content h2{font-size: 22px;}
.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .woocommerce-column{padding: 10px;}

.woocommerce-info .woocommerce-Button, .woocommerce-noreviews .woocommerce-Button, p.no-comments .woocommerce-Button{padding: 10px 15px !important;}
body .addresses header.title a{float: none; margin: 3px 14px;}
#customer_details, form.woocommerce-EditAccountForm.edit-account, h3#order_review_heading{background-color: transparent !important; padding: 0 !important;}

.woocommerce-checkout #order_review_heading{margin-bottom: 15px !important;}
.woocommerce-checkout ul#shipping_method, ul#shipping_method{padding-left: 0;}
.woocommerce-checkout ul#shipping_method label{font-weight: 600;}

.woocommerce-checkout-review-order table tfoot td, .woocommerce-checkout-review-order table tfoot th { padding: 10px 10px;}

.select2-container--default .select2-selection--single .select2-selection__arrow{top: 8px; right: 5px;}
.woocommerce-checkout-review-order #payment .payment_methods>.wc_payment_method>label{padding: 15px; background-color: #f6f6f6; border: 1px solid #ebeaea; margin: 0;}
#payment .payment_methods > li .payment_box, #payment .place-order{background-color: #ffffff !important;}
body #payment .place-order{padding: 15px 0 0; margin: 25px 0 0; border-top:1px solid #d9d9d9;}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td{padding-top: 25px;}

body .woocommerce-checkout #customer_details, body .woocommerce-checkout #order_review, body #order_review_heading{width: 50%; margin: 0 !important; padding: 0 20px !important;}
.woocommerce-checkout #customer_details .form-row{margin-bottom: 20px;}
#payment .place-order .button{margin: 0;}
body #ship-to-different-address label{font-size: 20px; font-weight: 600;}
body .woocommerce-info, body .woocommerce-noreviews, body p.no-comments{margin-bottom: 25px;}

.wishlist_table.mobile{padding: 0;}
.wishlist_table.mobile li{position: relative;}
.wishlist_table.mobile li .additional-info-wrapper .product-remove{position: absolute; top: 0; right: 0;}
body .show-password-input.display-password::after{color: #aeaeae;}


/*====== Dim Slider ======*/
.diamond-slider-inner .element .element-inner, .diamond-slider-inner .element .bttn, .diamond-slider-inner .element h3{transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.diamond-slider-inner{background-color: #333333; padding: 80px 0 !important; position: relative; background-image: url(../images/inner-hero-banner.jpg); background-position: center center; background-size: cover;}
.diamond-slider-inner:before{background-color: #000000; content: ""; position: absolute; width: 100%; height: 100%; opacity: 0.3; left: 0; top: 0;}
.diamond-slider-inner .element img{max-height: 200px; width: auto !important; margin: 0 auto; transform: inherit; -webkit-transform: inherit;}
.diamond-slider-inner .element h3{font-weight: 100; margin-top: 10px; color: #ffffff; font-family: "Barlow", sans-serif !important; text-transform: uppercase; font-size: 22px;}
.diamond-slider-inner .element .bttn {opacity: 0; visibility: hidden; border: 1px solid #fff; border-radius: 5px; color: #ffffff; text-transform: uppercase; text-align: center; font-size: 15px; display: block; width: 100px; margin: 15px auto 0; padding: 4px 0;}
.diamond-slider-inner .element .bttn:hover{background-color: #ffffff; color: #333333;}
.diamond-slider-inner .element .element-inner, .diamond-slider-inner .element .bttn{transform: scale(1); -webkit-transform: scale(1);}
.diamond-slider-inner .element.slick-center .element-inner{transform: scale(1.2); -webkit-transform: scale(1.2);}
.diamond-slider-inner .element.slick-center h3{font-weight: 400; margin-top: 30px;}
.diamond-slider-inner .element.slick-center .bttn{opacity: 1; visibility: visible;}
.diamond-slider-inner .slick-list{padding: 50px 0 !important; height: 405px;}
.diamond-slider-inner .slick-slider-ele .slick-arrow{z-index: 9; font-weight: 300; position: absolute; top: 50%; transform: translate(0, -50%); background-color: transparent; color: #ffffff; padding: 0; font-size: 50px;  height: 35px; width: 35px; background-repeat: no-repeat; filter: invert(1); -webkit-filter: invert(1);}
.diamond-slider-inner .slick-slider-ele .slick-arrow i{display: none;}
.diamond-slider-inner .slick-slider-ele .slick-arrow.slick-prev{left: 0; background-image: url(../images/left-arrow-dim.svg);}
.diamond-slider-inner .slick-slider-ele .slick-arrow.slick-next{right: 0; background-image: url(../images/right-arrow-dim.svg);}

.diamond-slider .timepieces__stream{overflow: visible; height: 28em; margin-top: 5em;}
.diamond-slider .timepieces__stream .timepieces__item__image{width: 70%; margin: 0 auto; transform: inherit; -webkit-transform: inherit;}

@media (min-width: 1025px){
	.diamond-slider .timepieces__stream .timepieces__item{width: auto;}
}
/*====== Dim Slider End ======*/

@media (min-width: 768px){
    .left-sidebar .content-area{width: 100%;}

    
} 

@media (max-width: 1199px){
	body .woocommerce-ordering .btn{max-width: 230px; line-height: 1; margin-bottom: 10px;}
	body .woocommerce-ordering{flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; align-items: flex-start; -webkit-align-items: flex-start;}
	body .woocommerce-ordering select{max-width: 230px;margin-bottom: 10px;}
	.woocommerce-result-count{width: 100%; text-align: center;}

	.single-product div.product .woocommerce-product-gallery{margin-right: 0 !important; width: 44% !important;}
	.single-product .woo-product-gallery-slider.woocommerce-product-gallery .wpgs-lightbox-icon img{height: 42vw;}
	.single-product div.product .onsale{margin-left: 40px;}

	.woocommerce-account .woocommerce-MyAccount-navigation{padding-right: 30px;}
    .offcanvas-body ul.navbar-nav{margin-left: 0;}

    .diamond-slider-inner .element img{max-height: 160px;}

}

@media (max-width: 991px){
	.products .product{width: 33.33% !important;}
	.products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail{height: 30vw;}
	.products .product .button{padding: 12px;}
	.products .product .button{font-size: 15px;}

	.single-product div.product .woocommerce-product-gallery, .single-product div.product .summary{width: 100% !important;}
	.single-product .woo-product-gallery-slider.woocommerce-product-gallery .wpgs-lightbox-icon img{height: 90vw;}
	body.single-product div.product .woo-meta-info, body.single-product div.product h1.product_title.entry-title{float: none; max-width: 100%;}
	body.single-product div.product p.price{margin-top: 20px !important; margin-bottom: 0 !important;}
	.single-product div.product form.cart{border-top:1px solid #d9d9d9; margin-top: 20px; padding-bottom: 30px !important; margin-bottom: 0px !important;}
	.single-product div.product .product_meta{border-top-color: #d9d9d9 !important;}
	.single-product div.product table.variations .value{margin-bottom: 0 !important;}
	body .woocommerce-tabs ul.tabs li a{font-size: 18px;}
	section.related.products h2{font-size: 30px;}
	.single-product div.product .onsale{margin-left: 0;}

	.single-product div.product .woocommerce-tabs .resp-tabs-container h2.resp-accordion{padding: 10px 20px;}
	.single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel{padding: 20px;}
	.single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel table.tab-table tr th, .single-product div.product .woocommerce-tabs .resp-tabs-container .woocommerce-Tabs-panel table.tab-table tr td{font-size: 15px; white-space: nowrap; padding: 3px 10px;}
	.single-product div.product .woocommerce-tabs .resp-tabs-container h2.resp-accordion a{font-size: 22px;}

	.single-product div.product .woocommerce-tabs .resp-tabs-container{padding-top: 50px;}
	.woocommerce-product-details__short-description{margin-top: 25px;}
	.single-product div.product .woocommerce-tabs .resp-tabs-container h2.resp-accordion .resp-arrow{margin-top: 5px;}

	#customer_login .u-column1{padding: 30px;}

	.woocommerce-account .hentry{margin-bottom: 0 !important;}
	.woocommerce-account .content-area{padding: 30px 15px 50px;}
	#customer_login, .col2-set.addresses{margin-bottom: 50px;}

	.woocommerce-account .woocommerce-MyAccount-navigation{width: 31% !important; padding-right: 20px;}
	.woocommerce-account .woocommerce-MyAccount-content{width: 69% !important;}
	.woocommerce-account .woocommerce-MyAccount-content{padding: 30px;}
    .col2-set.addresses .woocommerce-Address{padding: 10px;}
    body .addresses header.title a{margin-left: 0;}
    body.woocommerce-checkout .hentry, body.woocommerce-cart .hentry, .woocommerce-wishlist .hentry{margin-bottom: 0;}
    .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title{font-size: 16px;}
    .single-product .woo-product-gallery-slider.woocommerce-product-gallery .wpgs-nav.slick-slider .slick-prev{left: 0;}
    .single-product .woo-product-gallery-slider.woocommerce-product-gallery .wpgs-nav.slick-slider .slick-next{right: 0;}

    .diamond-slider-inner .slick-list{height: 365px;}
    .diamond-slider-inner{padding: 60px 0 50px !important;}
    .diamond-slider .timepieces__stream{height: 26em;}

}

@media (max-width: 767px){
	.products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title{font-size: 18px;}
	.products .product{width: 50% !important;}
	.products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail{height: 46vw; width: 100%;}

	body.single-product div.product h1.product_title.entry-title, section.related.products h2{font-size: 28px;}
	.single-product .cart .single_add_to_cart_button, .single-product .cart .btn{padding: 15px 25px 15px;}
	.single-product div.product table.variations tbody{display: block;}
	.woocommerce-tabs ul.tabs{display: block;}
	section.related.products{margin-top: 35px;}
	.single-product div.product .woocommerce-tabs .resp-tabs-container h2.resp-accordion a{font-size: 20px;}

	.col2-set#customer_login .col-1, .col2-set.addresses .col-1,
	.col2-set#customer_login .col-2, .col2-set.addresses .col-2{width: 100% !important;}
	#customer_login, .col2-set.addresses{display: block;}
	#customer_login .u-column1{padding: 30px 20px;}

	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{width: 100% !important;}
	.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom: 0 !important;}
	.woocommerce-account .woocommerce-MyAccount-content{padding: 20px;}
	.woocommerce-account .woocommerce-MyAccount-content{margin-top: 20px !important;}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a{font-size: 18px;}
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row{margin-bottom: 15px;}
    body .addresses header.title a {
        float: none;
        margin: 3px 14px;
        margin-left: 0;
        background-color: #0c4fbe;
        color: #fff;
        padding: 7px 12px;
        font-size: 14px;
        margin-bottom: 6px;
        display: inline-block;
        text-decoration: none;
        border-radius: 6px;
    }  
    body .woocommerce-checkout #customer_details, body .woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading{width: 100%; padding: 0 0 !important;}
    .woocommerce-checkout #order_review_heading{margin-top: 30px;}
    .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button{width: 100%; margin-bottom: 15px;}
    body table.cart .product-thumbnail img{margin: 0;}
    .woocommerce-account .woocommerce-MyAccount-navigation{padding-right: 0;}
    .products .product .product-meta{margin-top: 1px;}
    .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title{font-size: 16px;}
    .products .product span.feedback{width: 26px;}
    .products .product .woocommerce-LoopProduct-link{margin-bottom: 40px;}

    .diamond-slider-inner .element img{max-height: 70px;}
    .diamond-slider-inner .element h3{font-size: 15px;}
    .diamond-slider-inner .element.slick-center h3{margin-top: 20px;}
    .diamond-slider-inner .element .bttn{font-size: 12px; width: 70px;}
    .diamond-slider-inner .slick-list{height: 220px; padding:30px 0px !important;}
    .diamond-slider-inner{padding: 30px 0 20px !important;}
    .diamond-slider-inner .slick-slider-ele .slick-arrow{height: 25px; width: 25px;}
    .diamond-slider-inner .slick-slider-ele .slick-arrow.slick-prev{left: -10px;}
    .diamond-slider-inner .slick-slider-ele .slick-arrow.slick-next{right: -10px;}


}

@media (max-width: 510px){
	body .woocommerce-ordering select, body .woocommerce-ordering .btn{max-width: 100%;}

	.single-product .cart .single_add_to_cart_button, .single-product .cart .btn{width: 100%; margin-top: 15px;}
	.single-product div.product form.cart .quantity{float: none; width: 100%;}
	.single-product div.product form.cart .quantity .qty{width: 100%;}

	.diamond-slider .timepieces__stream{height: 23em;}
}

@media (max-width: 400px){
	.products .product{width: 100% !important; margin-bottom: 40px !important;}
	.products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail{height: 85vw;}
	.products .product .woocommerce-LoopProduct-link .price{margin-bottom: 20px;}
	
}









/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}