.single-product .page-top {
    display: none;
}
.single-product #header .header-top {
    display: none;
}
.single-product #header .header-main .header-center.visible-for-sm {
    display: none;
}
.single-product #header .searchform-popup {
    display: none;
}
.single-product #header .header-main .header-left{
    /*display: none;*/
}
.single-product #header .header-main .header-left.visible-for-sm {
    /*display: none;*/
}
.single-product #header.header-loaded .header-main {
    border: none;
}
.single-product #header {
    width: calc(100% - 30px);
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 9;
}
.single-product #header.sticky-header .header-main{
    background: transparent !important;
    box-shadow: unset;
}
.single-product #header .header-main {
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    margin-top: 20px;
}
.single-product .summary-before{
    /*display:none;*/
}
.single-product .product-image-gallery-wrapper.fix {
    height: 80vh !important;
    position: fixed !important;
    top: 9px;
    right: 9px;
    left: 9px;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}
.single-product .product-image-gallery-wrapper {
    height: 80vh !important;
   /* position: fixed !important;
    top: 9px;
    right: 9px;
    left: 9px;*/
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    /*width: calc(100% - 18px);*/
}
.single-product .product-image-gallery {
    margin-left: -1px;
    margin-right: -1px;
    width: calc(100% + 2px);
}
/*.single-product .product-image-gallery {
    width: 100%;
    height: 80vh !important;
    position: fixed !important;
    top: 0px;
}*/
.single-product .product-image-gallery .section {
    width: 100%;
    min-height: 80vh !important;
    overflow-y: auto;
    background-size: cover;
    background-position: center;
    margin:0px;
    padding: 0px;
}
.single-product .page-wrapper {
	transition: all 0.5s ease !important;
    background: #fff;
    position: relative;
    /*top: 80vh;*/
    /*margin-top: 80vh;*/
    /*overflow: hidden;*/
    height: 100vh;
    overflow: auto;
    z-index: 99999;
}
.single-product .onepage-pagination {
    top: calc(40vh + 10px) !important;
    transform: translateY(-50%);
    right: 26px;
}
.single-product #header{
	transition: all 0.5s ease !important;
}

.size_guide_modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
}
.modal.size_guide_modal {
    z-index: 999999;
}
.onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    left: 8px;
    margin-top: -3px;
    transition: all 0.5s ease;
}
.onepage-pagination li a.active:before {
    width: 3px;
    height: 3px;
    border: none;
    margin-top: -3px;
    left: 8px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.product-summary-wrap .single_add_to_cart_button {
    border-color: #393939;
    font-family: Poppins,sans-serif;
    font-size: 10px;
    color: #393939;
}
.yith-wcwl-add-to-wishlist a:after, .yith-wcwl-add-to-wishlist a, .yith-wcwl-add-to-wishlist span{
    border-color: #393939 !important;
}


.object-fit-cover{
    object-fit: cover;
}
.carousel-indicators li {
    width: 3px;
    height: 3px;
    margin-right: 10px;
    margin-left: 10px;
    /*background-color: #fffef8;*/
    background-color: #ffffff;
    border-radius: 3px;
}
.carousel-indicators li.active {
    background-color: #393939;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
    transition: transform 0.6s ease !important;
}
.carousel-control-prev, .carousel-control-prev:hover, .carousel-control-next, .carousel-control-next:hover{
    color: #393939;
}

body.archive .product-image-gallery-wrapper{
    height: 70vh !important;
    min-height: 70vh !important;
}