body.catalog-product-view .product.media .gallery-placeholder {
    text-align:center;
}
body.catalog-product-view .product.media .gallery-placeholder .gallery__item .gallery__image-wrapper {
    border-radius: 20px;
}
/*body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(3),
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(6),
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(9){
    margin-right:3.5%;
}
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(3),
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(4),
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(6),
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(7),
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(9),
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(10){
    width: 47.5%;
    display: inline-block;
}*/
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(3), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(5), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(7) {
    margin-right: 3.5%;
}
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(6), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(9) {
    margin-right: 0;
}
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(3), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(4), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(5), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(6), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(7), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(8), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(9), 
body.catalog-product-view .product.media .gallery-placeholder .gallery__item:nth-child(10) {
    width: 47.5%;
    display: inline-block;
}
body .header-nav-wide {
    background-color: #fff;
}

body.catalog-product-view .product-info-main .product.attribute.overview {
    display: none;
}
.product-grid__image-wrapper {
    overflow:hidden;
    margin-bottom: 9px;
}
.product-item .product-item-photo {
    margin-bottom:0;
}
.product-grid__image-wrapper,
.product-image-wrapper {
    border-radius: 20px;
}

@media only screen and (min-width: 1025px) {
    body.catalogsearch-result-index div.page-main, 
    body.catalog-category-view div.page-main {
        padding-bottom: 0;
        padding-top: 0;
    }
}
@media (min-width: 1441px) {
    body.catalogsearch-result-index .products-grid.product-columns-3 .product-item,
    body.catalog-category-view .products-grid.product-columns-3 .product-item {
        max-width: 25%;
        flex-basis: 25%;
    }
}
@media (min-width: 1921px) {
    body.catalogsearch-result-index .products-grid.product-columns-3 .product-item,
    body.catalog-category-view .products-grid.product-columns-3 .product-item {
        max-width: 20%;
        flex-basis: 20%;
    }
}


/*PDP page changes*/
.category-item .level-top,
.product-info-main .swatch-attribute-label,
.product-info-main .swatch-attribute-selected-option {
    text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
}
.product-info-main .swatch-attribute-label,
.product-info-main .swatch-attribute-selected-option {
    font-size:20px;
}
.product-info-main .swatch-attribute-options {
    margin-top:15px
}
.product-info-main .swatch-attribute {
    margin-bottom:30px;
}
.product-info-main .swatch-option.color {
    border-radius: 50px;
    position: relative;
    width: 27px;
    height: 27px;
    padding: 0;
    min-width: inherit;
    max-width: inherit;
    margin-right: 12px;
    margin-bottom: 12px;
}
.swatch-option.color.selected::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 7px;
    background-color: #ffffff;
    transform: rotate(131deg);
    top: 13px;
    left: 8px;
}
.swatch-option.color.selected::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #ffffff;
    transform: rotate(230deg);
    top: 7px;
    left: 15px;
}
.swatch-option.color.selected[data-option-label="White"]::before,
.swatch-option.color.selected[data-option-label="White"]::after {
    background-color: #000000;
}
.product-info-main .swatch-attribute-options .swatch-option.text.selected {
    background-color: #000000;
    color: #ffffff;
}
.product-info-main .swatch-attribute-options .swatch-option.text {
    background-color: #F0F0F0;
    border: none;
    border-radius: 50px;
    box-shadow: inherit;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 25px;
    margin-right: 15px;
}

.catalog-category-view.sidebar-nobg .swatch-attribute.size .swatch-option {
    background-color: #F0F0F0;
    border: none;
    border-radius: 50px;
    box-shadow: inherit;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 7px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.swatch-attribute.swatch-layered.color .swatch-option {
    box-shadow: inset 0 0 0 1px #cecece;
    border-radius: 50px;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    min-width: inherit;
    max-width: inherit;
    margin-right: 12px;
    margin-bottom: 12px;
}
body .filter-options-content .noUi-horizontal .noUi-handle {
    border-radius: 10px;
    width: 18px;
    height: 18px;
}
.sidebar-nobg .swatch-option:not(.disabled):hover {
    box-shadow: inset 0 0 0 1px #000000 !important;
}

.catalog-product-view .product-info-main form#product_addtocart_form {
    display: grid;
}
.catalog-product-view .product-info-main form#product_addtocart_form .actions {
    order: 9999;
}
.catalog-product-view .product-info-main form#product_addtocart_form .actions button#product-designer-button {
    background: #000000 !important;
    border-color: #000000 !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    padding: 17px 0;
    margin: 20px 0;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    width: 100%;
}
.catalog-product-view .product-info-main form#product_addtocart_form .actions button#product-designer-button:hover {
    background: #dcdcdc !important;
    color:#000000;
}
.catalog-product-view .product-info-main form#product_addtocart_form .actions button#product-designer-button:hover:after {
    display:none;
}
.catalog-product-view .product-info-main .product-options-wrapper {
    margin-bottom: 0;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.title a.data.switch {
    width:100%
}
.catalog-product-view .product-info-main .swatch-opt {
    margin-top:0
}
/*PDP page changes end*/