/* SHOP & ARCHIVE */
.archive div#page.grid-container {
    max-width: 100%;
}
.archive.separate-containers .inside-article{
    padding: 0;
}
.archive.separate-containers .site-main{
    margin: 0;
}
.archive.woocommerce .woocommerce-breadcrumb{
    display: none !important;
}
.woocommerce-archive-body-inner {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 70px 0px 70px;
    transform: translateY(-80px);
}
.woocommerce-archive-body {
    background-color: #fff;
}
.intro-header {
    text-align: center;
    padding: 30px 100px 90px;
}
.intro-header h2 {
    text-transform: uppercase;
    font-weight: 300;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    margin: 0 0.8% .5em 0;
    width: 24.2%;
}
.products li:before{
    content: none;
}
.product-container {
    position: relative;
    border: 1px solid rgba(200,200,202,0.5);
}
.shop-product-img-wrapper {
    padding: 30px;
}
.shop-product-body {
    background-color: #F0F4FA;
    height: 190px;
}
.shop-product-body .inner{
    padding: 25px 18px 15px;
}
.shop-product-image {
    background-size: contain;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.product-title-wrapper {
    text-align: left;
    padding-right: 80px;
}
.woocommerce ul.products li.product h3.product-overview-title {
    font-size: 22px;
    height: 100px;
}
.shop-product-link {
    padding: 25px 0 8px;
}
.shop-product-link a img {
    max-width: 50px;
}
.woocommerce nav.woocommerce-pagination {
    clear: both;
    text-align: left;
    max-width: 1400px;
    margin: -30px auto 250px;
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
}
.woocommerce nav.woocommerce-pagination ul{
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li:before{
    content: none;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li.next{
    position: absolute;
    right: 73px;
    width: 30%;
    bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    color: #595B60;
    font-size: 18px;
    font-weight: 300;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover{
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a.next{
    color: transparent !important;
    background-image: url(/wp-content/uploads/2021/12/arrow-submit-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: right;
}
.woocommerce nav.woocommerce-pagination ul li a.prev {
    color: transparent !important;
    background-image: url(/wp-content/uploads/2021/12/arrow-submit-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    transform: rotate(
180deg);
}

/* FILTER */
.woocommerce-shop-filter-container form li:before{
    content: none;
}
.woocommerce-shop-filter-container .searchandfilter ul li label {
    width: 100%;
}
.woocommerce-shop-filter-container .searchandfilter ul li input[type="text"] {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #595B60;
    width: 100%;
    outline: 0;
    padding-left: 10px;
    position: relative;
}
.search-submit {
    background-image: url(/wp-content/uploads/2021/12/search-icon.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 20px;
    cursor: pointer;
}
.woocommerce-shop-filter-container .inner {
    max-width: 70%;
    margin: 0 auto 100px;
}
/* SHOP AND ARCHIVE */


.singe-product-container {
    background-color: #F0F4FA;
}
.sp-inner {
    background-color: #fff;
    padding: 40px 70px 40px 70px;
    transform: translateY(-80px);
}
.single-product .site.grid-container {
    max-width: 100%;
}
.single-product .site-content {
    display: block;
}
.sp-go-back {
    padding-bottom: 40px;
    margin-left: -30px;
}
.singe-product-container .inner {
    max-width: 1400px;
    margin: 0 auto;
}
.inner.sp-body-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.featured-img-wrapper {
    flex: 0 0 40%;
    width: 40%;
}
.featured-img-wrapper .inner {
    text-align: center;
}
.featured-img-wrapper img {
    width: 40%;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width: 50% !important;
    /*margin: 0 auto;*/
    float: none;
}
.gallery-wrapper .flex-viewport {
    border: 1px solid #E7E8E9;
    padding: 50px !important;
    min-height: 300px;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce div.product div.images img {
    display: block;
    max-height: 200px; /*maximum height for all slides*/
    width: auto; /*proper aspect ratio of images*/
    max-width: 100%; /*maximum width for all slides*/
    margin: 0 auto; /*centering images in the container*/
    box-shadow: none;
}
.single-product-content-wrapper {
    flex: 0 0 60%;
    width: 60%;
}
.single-product-header:after {
    clear: both;
    content: '';
    display: block;
}

.gallery-wrapper .flex-control-nav{
	display: flex;
    justify-content: center;
    margin: 20px 0 0 !important;
}
.gallery-wrapper .flex-control-nav li {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 75px;
    padding: 0 !important;
    opacity: 0.7;
}
.gallery-wrapper .flex-control-nav li.flex-active{
    opacity:1;
}
.gallery-wrapper .flex-control-nav li:first-child{
	padding-left: 0px;
}
.gallery-wrapper .flex-control-nav li a {
    color: transparent;
    background-color: #C8C8CA;
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
}
.gallery-wrapper .flex-control-nav li a.flex-active {
 background-color: #595B60;
}
.gallery-wrapper .flex-control-nav li:before{
	content: none;
}
.gallery-wrapper .flex-control-nav li img{
    opacity: 0 !important;
}
img.zoomImg {
    display: none !important;
}
.gallery-wrapper .flex-direction-nav {
    position: absolute;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.gallery-wrapper .flex-direction-nav li.flex-nav-next {
    padding-right: 20px;
}
.gallery-wrapper .flex-direction-nav li:before{
    content: none;
}
.gallery-wrapper .flex-direction-nav a{
    color:transparent;
    width: 16px;
}
.gallery-wrapper .flex-prev {
    background-image: url(/wp-content/uploads/2021/12/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.gallery-wrapper .flex-next {
    background-image: url(/wp-content/uploads/2021/12/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotateY(
180deg);
    display: block;
    background-position: 0% 50%;
}

.sp-title,
.product_title.entry-title {
    color: #004F9F;
    margin-bottom: 0;
}
.sp-description {
    margin-top: 20px;
}
.sp-price-wrapper {
    padding: 35px 0;
}


.sp-tabs {
    margin: 130px 0 55px;
}
.sp-tab {
	cursor: pointer;
    margin-right: 30px;
    color: #004F9F;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
.sp-tab.active{
	border-bottom: 1px solid;
}
.sp-tab-content{
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity 0.2s linear;
  	height: 0;
}
.sp-tabs-content:after {
    content: '';
    clear: both;
    display: block;
}
.sp-tab-content.active{
	height: 100%;
	visibility: visible;
  	opacity: 1;
}

.accordion-row {
    margin-bottom: 0px;
    position: relative;
}
.accordion-row:before {
    content: '';
    border-top: 1px solid #C8C8CA;
    width: 100%;
    position: absolute;
}
.accordion-row:last-child:after {
    content: '';
    border-bottom: 1px solid #C8C8CA;
    width: 100%;
    position: absolute;
}
/*.accordion-row:last-child .accordion-title {
    padding-bottom: 15px;
}*/
.accordion-row .inner {
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.accordion-title {
    position: relative;
    padding-top: 20px;
    /*cursor: pointer;*/
    width: 95%;
}
.accordion-body {
    position: relative;
    padding-top: 35px;
    width: 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.accordion-title:after {
    content: '';
    background-image: url(/wp-content/uploads/2021/12/accordion-down-icon.svg);
    background-size: 11px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    transform: rotate(180deg);
    background-position: 0 80%;
    pointer-events: none;
    display: none;
}
.accordion-title.closed:after {
    transform: rotate(0deg);
    background-position: 100% 30%;
}

/*.accordion-body{
    display:none;
}*/
.accordion-description {
    padding-right: 100px;
}
.accordion-description img {
    /*width: 100%;*/
}
.accordion-link-wrapper {
    padding: 0 0 35px 0;
}
.dl-all-files strong, 
.dl-all-files img {
    display: block;
}
.dl-all-files img {
    padding-top: 12px;
}
.file-dl-hidden{
    display: none;
}


.sp-file-box-content {
    background-color: #F0F4FA;
}
.sp-file-box-content .inner {
    padding: 25px 18px 15px;
}
.file-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 75px;
}
.file-box {
    flex: 0 0 20%;
    margin: 0 0 10px 10px;
    position: relative;
    border: 1px solid rgba(200,200,202,0.5);
}
.file-box:first-child{
	margin-left: 0;
}
.file-link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.file-name {
    padding-right: 10px;
    height: 60px;
}
.file-preview-img {
    height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.accordion-link-wrapper p {
    margin-bottom: 12px;
}
.accordion-link-wrapper a strong {
    font-weight: 400;
    text-transform: uppercase;
}



/* UPSELL & RELATED */
.wc-columns-container .products, .woocommerce .related ul.products, 
.woocommerce .up-sells ul.products {
    grid-gap: 10px !important;
}
.related-products.cross-sell {
    padding: 200px 0 80px;
}
.related h2 {
    text-align: center;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: 300;
}
.upsell-box,
.cross-sell-box {
    position: relative;
    border: 1px solid rgba(200,200,202,0.5);
}
a.upsell-link,
a.cross-sell-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.upsell-preview-img,
.cross-sell-preview-img {
    padding: 30px;
}
.upsell-preview-img .inner,
.cross-sell-preview-img .inner {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.sp-upsell-box-content,
.sp-cross-sell-box-content {
    background-color: #F0F4FA;
}
.sp-cross-sell-box-content{
    height: 260px;
}
.sp-cross-sell-description {
    padding-bottom: 30px;
}
.sp-upsell-box-content .inner,
.sp-cross-sell-box-content .inner {
    padding: 25px 18px 15px;
}
.upsell-name,
.cross-sell-name {
    padding-right: 80px;
    height: 60px;
}

.woocommerce-message {
    background-color: #004f9f;
    color: #ffffff;
}
a.file-arrow{
    display: flex;
    flex-direction: column;
}
a.file-arrow img{
    margin-top: 12px;
    max-width: 24px;
    max-height: 24px;
}


@media ( max-width: 1200px ){
    .file-box {
        flex: 0 0 25%;
    }
    .upsell-name, .cross-sell-name {
        padding-right: 20px;
        height: 60px;
    }
}


@media ( max-width: 1025px ){
    .product-title-wrapper {
        text-align: left;
        padding-right: 0;
    }
    .file-box {
        flex: 0 0 49%;
    }
}


@media ( max-width: 900px ){
    /*.accordion-title.closed:after {
        background-position: 0 71%;
    }*/
    .intro-header {
        text-align: center;
        padding: 30px 30px 50px;
    }
    .woocommerce ul.products li.product .shop-product-link a img {
        margin-left: 0;
    }
    .wc-related-upsell-mobile-columns-1 .up-sells ul.products,
    .wc-related-upsell-mobile-columns-1 .related ul.products{
        /*//-ms-grid-columns: 1fr;*/
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .copyright-menu a {
        margin-right: 3px;
        font-size: 15px;
    }
}


@media ( max-width: 768px ){
    .accordion-row .inner {
        padding: 0;
    }
    .sp-file-box-content .inner {
        padding: 25px 18px 15px;
    }
}


@media ( max-width: 690px ){
    .accordion-body {
        padding-top: 14px;
    }
    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
        box-sizing: border-box;
    }
    .accordion-row:last-child:after {
        margin-top: 0px;
    }
    .accordion-description {
        padding-right: 0px;
    }
    .accordion-row {
        margin-bottom: 0;
    }
    .accordion-title {
        font-size: 18px !important;
    }
    .accordion-link-wrapper {
        padding: 0 0 20px 0;
    }
    h3.accordion-title.closed {
        margin-bottom: 35px !important;
    }

    /* SHOP AND ARCHIVE */
    .sp-inner {
        padding: 40px;
    }
    .woocommerce-archive-body-inner {
        padding: 40px 0;
    }
    .intro-header h3 {
        font-size: 16px !important;
        line-height: 21px !important;
        margin-top: 10px;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0;
        padding: 10px;
    }
    .inner.sp-body-inner {
        display: block;
        align-items: center;
        flex-wrap: wrap;
    }
    .featured-img-wrapper {
        flex: 0 0 100%;
        width: 100%;
    }
    .single-product-content-wrapper {
        flex: 0 0 100%;
        width: 100%;
    }
    .sp-tabs {
        margin: 25px 0;
    }
    .sp-tab {
        display: block;
        margin-bottom: 15px;
        border-bottom: 0;
    }
    .sp-tab.active {
        border-bottom: 0;
        text-decoration: underline;
    }

    .file-box {
        flex: 0 0 100%;
        margin: 0 0 10px 0;
    }
    .wc-related-upsell-mobile-columns-1 .up-sells ul.products, .wc-related-upsell-mobile-columns-1 .related ul.products {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}
