/*
.container {
    width: 100%;
    max-width: 1300px;
}
*/
.container {
    max-width: 100%;
    width: 1184px;
}

.small, small {
    font-size: 14px;
    /* font-weight: 400; */
}
.smallest {
    font-size: 80%;
    letter-spacing: 2px;
}
.object-fit-cover {
    object-fit: cover;
}

.bottom-0 {
    bottom: 0;
}
b, strong {
    font-weight: 500;
}

header#main-checkout-header img {
    height: 70px;
    width: auto;
}
#main-checkout .col-checkout {
    padding-top: 90px;
}
header#main-checkout-header {
    height: 90px;
}


header#main-header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

header#main-header {
    z-index: 9999;
    position: relative;
}

header#main-header .logo,
#main-footer .logo {
    height: 60px;
    width: auto;
}
@media(max-width:768px) {
    header#main-header .logo {
        height: 43px;
    }
}
#main-footer .border-primary {
    border-color: #3298bd14 !important;
}

#main-footer .icons-left img {
    height: 23px;
    width: auto;
}
#main-footer .icons-right img{
    height: 30px;
    width: auto;
}

#main-footer a {
    color: rgba(255,255,255,0.65);
}

#main-footer a:hover {
    color: #fff;
}


.form-row .flickity-slider>.col, .form-row .flickity-slider>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}



header#main-header.scrolled .collapse-menu {
    padding-top: 100px;
}
header#main-header .collapse-menu {
    padding-top: 165px;
    background-color: rgba(255,255,255,.75)!important;
}
header#main-header .collapse-menu.show {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.card-product-cat .size-card-1 .category-image:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}

.card-product-cat .size-card-1 .category-image {
    overflow: hidden;
}

.card-product-cat .size-card-1 .category-image .row {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.card-product-cat .size-card-1 .category-image img {
    height: 100% !important;
    object-fit: cover;
}

.woocommerce-products-header .category-image:after {
    content: "";
    display: block;
    padding-bottom: 200px;
}

.woocommerce-products-header .category-image {
    overflow: hidden;
}

.woocommerce-products-header .category-image .row {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.woocommerce-products-header .category-image .row div {
    height: 100%;
}

.woocommerce-products-header .category-image img {
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

#sidebar-shop .editor-styles-wrapper .wc-block-components-checkbox, .wc-block-components-checkbox {
    margin-top: .5rem;
}

#sidebar-shop .wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin-top: 1rem;
}

#sidebar-shop .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    min-width: 1.25rem;
    min-height: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
}


.icon-80px {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.icon-60px {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.card-post img.card-img-top {
    height: 180px;
    object-fit: cover;
}
.card-post h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
}
.card-post .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
}

span.password-input {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: initial;
}
span.woocommerce-input-wrapper {
    width: 100%;
}


.post-content iframe {
    width: 100%;
    height: 400px;
}
.post-content p,
.post-content li {
    line-height: 1.65;
    margin-bottom: 1.5rem;
    color: #666;
}
.card-video {
    
}

.card-video a.video {
    text-decoration: none;
    height: 180px;
    background-blend-mode: darken;
    background-color: rgba(0,0,0,0);
    transition: all .5s ease;
}
.card-video a.video:hover {
    background-color: rgba(0,0,0,0.2);
}


.card-video h3 {

}

.card-video i {
    font-size: 2.5em;
    color: #fff;
    text-shadow: 0 0 2px #666;
}

.video-player iframe {
    width: 100%;
    height: 203px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .video-player iframe {
        width: 100%;
        height: 405px;
        max-width: 100%;
    }
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



.flickity-products .row-products {
    display: block !important;
}

.pswp--open {
    z-index: 99999;
}