/* market alignment fixes 21-07-2022 */
/* market page arrow alignment fixes */
#deliGirdPage .owl-theme .owl-buttons .owl-prev {
    position: absolute;
    left: -20px;
    font-size: 50px;
    color: #000000;
display: none !important;
}

#deliGirdPage .owl-theme .owl-buttons .owl-next {
    position: absolute;
    right: -20px;
    font-size: 50px;
    color: #000000;
display: none !important;
}
#deliGirdPage .owl-theme .owl-buttons .owl-prev img {
    width: 1.5rem !important;
    filter: brightness(0.1) !important;display: none !important;
}
#deliGirdPage .owl-theme .owl-buttons .owl-next img {
    width: 1.5rem !important;
    filter: brightness(0.1) !important;display: none !important;
}
/* market page arrow alignment fixes ends */
.BASK  .featured-categories .expanded .owl-item .product-item-new{padding: 0 25px;}
.viewSubstitutionModal  .modal-content .owl-carousel .owl-nav .owl-prev > img{width: 1.5rem !important; filter: brightness(0.1) !important;}
.viewSubstitutionModal  .modal-content .owl-carousel .owl-nav .owl-next > img{width: 1.5rem !important; filter: brightness(0.1) !important;}
#Substitution_product_info .modal-dialog {
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: auto !important;
}

div.viewSubstitutionModal .deliproductDisplay .gridProducts .owl-prev {
    left: 0px !important;
    width: 28px;
}

div.viewSubstitutionModal .deliproductDisplay .gridProducts .owl-prev:hover {
    background: none;
}

div.viewSubstitutionModal .deliproductDisplay .gridProducts .owl-next {
    right: 0px !important;
    width: 28px;
    left: auto !important;
}

div.viewSubstitutionModal .deliproductDisplay .gridProducts .owl-next:hover {
    background: none;
}

div.viewSubstitutionModal .subitemslist .deliproductDisplay .subName {
    margin-top: 15px !important;
}

.viewSubstitutionModal.frsubstitutionmodal .modal-dialog .modal-body {
    padding: 30px 20px;
}

.viewSubstitutionModal.frsubstitutionmodal .modal-dialog {
    min-width: 390px;
}

.CTGY#deliGirdPage #new_globalerrorpopup {
    z-index: 99999999 !important;
}


/*above fixes on 10-02-2022 */

#new_globalerrorpopup {
    z-index: 99999999 !important;
}

.signUpForm .FradioContainer .form-check label.font8 {
    margin-bottom: 0;
}

.input_btm_text {
    letter-spacing: 0.8px;
}

.open>.dropdown-menu~.owl-wrapper {
    padding-bottom: 25px;
}

.caret {
    margin-top: -15px;
    display: block;
    position: absolute;
    margin-left: 18rem;
}

.product-item-new .product-thumbnail {
    min-height: 152px;
    /*if no img, height fix desktop*/
}

.product-item-new .product-detail-wrapper .flag {
    width: 40px;
}

.product-item-new {
    /* padding: 5px; */
    /* margin-bottom: 30px; */
}

.SavedList .product-item-new {
    min-height: 550px;
}



.subCode {
    font-family: 'ITCAvantGardePro-Bold';
    text-align: center;
}

.subName {
    text-align: center;
    font-family: 'ITCAvantGardePro-Bk';
    font-weight: 600;
}

.product-item-new .cart-section {
    /* display: flex !important; */
    align-items: center !important;
    justify-content: center;
    min-height: 35px;
}



.form-check {
    height: 25px;
}

.dropdown-menu {
    width: 100%;
    font-size: 12px;
    /* margin-left: -15px; */
}

.savePackDisplay,
.savePackDisplay1 {
    text-align: center;
    color: #628e83 !important;
    height: 40px;
    font-family: 'ITCAvantGardePro-Bold';
    font-size: 10pt;
    /* new changes*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu>li>a {
    padding: 3px 10px;
}

.dropdown:hover .owl-wrapper {
    padding-bottom: 85px;
}

.viewSubstitutions {
    border: 1px solid #f47a44;
    border-radius: 0;
    color: #f47a44;
    font-size: 11px;
    font-family: 'ITCAvantGardePro-demi'; /* PS-26775 Consolidation of Global CSS */
    background-color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    outline: 0 !important;
    -webkit-transition: all 0.7s;
    transition: all 0.5s;
    margin-left: 10px;
    border-radius: 3rem;
}

#viewSubstitutions:hover {
    cursor: pointer;
}

.owl-wrapper-outer::before {
    content: "";
    position: absolute;
    width: 97px;
    height: 150%;
    background-color: white;
    left: 0;
    transform: translate(-100%, 0);
    top: 0;
    z-index: 3
}

.owl-item .product-item-new,
.prod-col .product-item-new {
    width: 100%;
    /*padding: 0 20px;*/
    /* Alignment fix by Victor */
}

.featured-products-carousel .owl-item .product-item-new,
.featured-products-carousel .prod-col .product-item-new {
    padding: 10px 0px;
}

.owl-wrapper-outer::after {
    content: "";
    position: absolute;
    width: 97px;
    height: 150%;
    background-color: white;
    right: 0;
    transform: translate(100%, 0);
    top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    zoom: 0 !important;
    z-index: 5;
    background: transparent !important;
}

.gridProducts .owl-prev {
    position: absolute;
    font-size: 20px !important;
    top: 132px;
    left: 0;
}

.gridProducts .owl-next {
    position: absolute;
    top: 130px;
    left: 600px;
    font-size: 20px !important;
}

.gridProducts .owl-item {
    /*width: 210px !important;*/
    border-right: none !important;
}

.owl-carousel:hover {
    z-index: 100;
}

.owl-wrapper {
    text-align: center;
}

.minusSign {
    float: left;
    left: 25px;
    position: relative;
    bottom: 0px;
    color: white;
}

.plusSign {
    color: white;
    right: -67px;
    position: relative;
    bottom: 30px;
}

.viewSubMob {
    display: none;
}

#Substitution_product_info .modal-header {
    min-height: 16.42857143px;
    padding: 15px 15px 0px 0px;
    border-bottom: none !important;
}

.prod-card-btn {
    width: 140px;
}

.gridProducts .owl-wrapper {
    height: 350px;
}


/*new css for see substitution */

.CTGY .modal-content .closeCss,
.PROD .modal-content .closeCss,
.SRCH .modal-content .closeCss,
.viewSubstitutionModal .modal-content .closeCss {
    top: 30px !important;
    right: 0px !important;
    color: #f47a44 !important;
}

.CTGY .modal-dialog .gridProducts .owl-next {
    left: auto;
}

.viewSubstitutionModal .modal-content .closeCss {
    background: #ffffff !important;
}

.PROD .modal-dialog .gridProducts .owl-next {
    right: 0 !important;
}

.CTGY .modal-dialog .gridProducts .owl-next,
.SRCH .modal-dialog .gridProducts .owl-next {
    right: 0 !important;
    left: auto;
}

.PROD .modal-dialog .gridProducts .owl-next {
    right: 0 !important;
}

.PROD .modal-dialog .owl-buttons {
    top: 0;
}

.SFNT .height100vh.modal-content {
    min-height: 460px;
}

.SFNT .modal-dialog .gridProducts .owl-prev {
    left: 20px !important;
}

.SFNT .modal-dialog .gridProducts .owl-next {
    left: initial !important;
    right: 20px !important;
}

.SFNT .modal-dialog .modal-header .closeCss {
    top: 30px !important;
    right: 0px !important;
    color: #ee7943 !important;
    background-color: #fff !important;
}


/*new css for see substitution */

@media screen and (min-width: 1024px) {
    .CTGY#deliGirdPage .showproductmodal .prod-card-btn {
        width: 140px !important;
        /*margin-left: 10px;*/
    }
.CTGY#deliGirdPage .showproductmodal .threebieproductpopupbtn{width: 197px;}
}

@media only screen and (min-width: 1280px) and (max-width: 1310px) {
    .signUpMsg {
        letter-spacing: 0.6px;
    }
}

@media only screen and (min-width: 1030px) {
    .PROD .modal-dialog .gridProducts .owl-next {
        right: 0 !important;
        margin-right: 0px!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.showpair_card_img .savePackDisplay, .showpair_card_img .savePackDisplay1{height:auto !important;}
    .signUpForm {
        margin-bottom: 8px;
    }

    #signUpMsg .signUpMsg {
        font-size: 15px;
    }
}

@media only screen and (max-width:990px) {
    #signUpMsg .signUpMsg {
        font-size: 15px;
    }
}

@media (max-width: 1023px) {
    /*.product-item-new .flag-wrapper {
        width: 35%;
    }*/
    .prod-card-btn {
        width: 100%;
        /* fix for PS-45668 */
        max-width: 170px;
    }
    .create-wishlist-btn,
    .invitewlmodal,
    .action_all_container .wishWrapp .share-basket-btn,
    .WISH .action_all_container .button {
        /* fix for PS-45668 */
        max-width: 170px;
    }

    .caret {
        margin-left: 15rem;
    }
    .product-item-new .flag {
        width: 50px;
    }

    .subitemslist .form-check-dropdown {
        width: max-content;
        width: -webkit-max-content;
        min-width:98%;
    }
}

@media (max-width: 767px) {
.showpair_card_img .savePackDisplay, .showpair_card_img .savePackDisplay1{height:auto !important;}
#deliGirdPage #deliProdLists{margin: 0px !important;}
#deliGirdPage .deliproductDisplay{padding:0 !important;}
#deliGirdPage .deli_wrap{padding:0 !important;}
#deliGirdPage .modal-dialog .prod-card-btn{width:100% !important;margin: 0;}
#deliGirdPage .deli-addtobasket-wrapper .threes{min-width: 30px;}
#deliGirdPage .cart-section .dropdown.maincardd{ border-bottom: 0.8px solid #eee !important;}
#deliGirdPage .owl-wrapper .owl-item .product-item-new{margin:0 auto;padding: 0;}
#deliGirdPage .prod-card-btn{width: 118px;}
.BASK .featured-categories .expanded .owl-item .product-item-new{padding:0;}
    .viewSubstitutionModal .modal-dialog {
        max-width: 90%;
    }
    .SavedList .product-item-new {
        min-height: 355px;
    }
    .basket-page-quantity-update-form #cart-section.cart-section {
        margin: 0 auto;
        max-width: 260px;
    }
    #new_globalerrorpopup .cpopupinner .gpoperror {
        padding: 20px;
    }
    /* 10-02-2022 */
    .CTGY .sub-ctgy-content .product-detail-wrapper,
    .SRCH .srch-content .product-detail-wrapper,
    .selectsize {
        min-height: 200px;
    }
    .SFNT .modal .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: 15px !important;
    }
    .SFNT .modal .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 15px !important;
    }
    div#Substitution_product_info .product-name a,
    div#Substitution_product_info p {
        font-size: 12px;
    }
    div#viewSubstitutionModal .gridProducts .owl-prev {
        top: calc(50% - 60px);
    }
    div#viewSubstitutionModal .gridProducts .owl-next {
        top: calc(50% - 60px);
    }
    /*.CTGY #Substitution_product_info .modal{margin-top:5px;}*/
    .CTGY .modal .owl-theme .owl-controls .owl-buttons div.owl-next {
        top: calc(50% - 60px);
    }
    .CTGY .modal .owl-theme .owl-controls .owl-buttons div.owl-next,
    .PROD .modal .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 20px !important;
        left: auto !important;
    }
    .CTGY .modal .owl-theme .owl-controls .owl-buttons div.owl-prev {
        top: calc(50% - 60px);
    }
    .CTGY .modal .owl-theme .owl-controls .owl-buttons div.owl-prev,
    .PROD .modal .owl-theme .owl-controls .owl-buttons div.owl-prev {
        right: auto !important;
        left: 20px !important;
    }
    div#Substitution_product_info .modal {
        top: 0 !important;
    }
    #Substitution_product_info .subitemslist .deliproductDisplay .subName {
        padding: 0 20px;
    }
    div#Substitution_product_info .modal-header {
        padding: 15px;
    }
    #Substitution_product_info .owl-item .product-item-new,
    #Substitution_product_info .prod-col .product-item-new {
        padding: 0 10px;
        margin-bottom: 0;
    }
    #Substitution_product_info .product-thumbnail img {
        height: auto!important;
    }
    #Substitution_product_info .product-item-new .product-thumbnail {
        min-height: auto!important;
        max-height: 305px;
    }
    #Substitution_product_info .subitemslist .deliproductDisplay .gridProducts .owl-wrapper {
        height: 310px;
        max-height: 350px;
        min-height: 300px;
    }
    /* view substitution */
    .viewSubstitutionModal .subitemslist .deliproductDisplay .subName {
        padding: 0 20px;
    }
    div.viewSubstitutionModal .modal-header {
        padding: 15px;
    }
    .viewSubstitutionModal .product-item-new .product-thumbnail,
    #viewSubstitutionModal .product-item-new .product-thumbnail {
        min-height: auto!important;
        max-height: 305px;
    }
    .viewSubstitutionModal .subitemslist .deliproductDisplay .gridProducts .owl-wrapper {
        height: 310px;
        padding-bottom: 24px;
        max-height: 350px;
        min-height: 300px;
    }
    #viewSubstitutionModal .subitemslist .deliproductDisplay .gridProducts .owl-wrapper {
        height: 310px;
        padding-bottom: 24px;
        max-height: 350px;
        min-height: 300px;
    }
    .viewSubstitutionModal .product-thumbnail img {
        height: auto!important;
    }
    .viewSubstitutionModal .owl-item .product-item-new,
    .viewSubstitutionModal .prod-col .product-item-new {
        padding: 0 10px;
    }
    .signUpForm {
        margin-bottom: 8px;
    }
    #signUpMsg .checkboxContainer .checkmark {
        top: -1px;
    }
    #signUpMsg .signUpMsg {
        font-size: 12px;
        letter-spacing: 0.7px;
    }
    .signUpForm .FradioContainer {
        margin: 20px 5px 10px 0px;
    }
    .signUpForm .FradioContainer .form-check {
        margin-right: 0 !important;
    }
    .signUpForm .FradioContainer .form-check label.font8 {
        font-size: 11px !important;
    }
    .signUpForm .FradioContainer {
        line-height: 0;
    }
    /*.product-item-new  .product-thumbnail {
    min-height: 135px; 
}if no img, height fix responsive*/
    /* newly added responsive substitution css start*/

    .PROD .product-information-wrapper #Substitution_product_info .prod-card-btn {
        width: 100% !important;
    }
    .PROD .product-details-1 .dropdown-menu {
        width: 100% !important;
    }
    .PROD .product-information-wrapper #Substitution_product_info .owl-buttons {
        display: inline-block !important;
        left: 0;
    }
    .CTGY #Substitution_product_info .owl-buttons {
        display: inline-block !important;
        left: 0;
    }
    .BASK .owl-buttons .owl-prev,
    .PROD .owl-buttons .owl-prev,
    .CTGY .owl-buttons .owl-prev {
        float: left;
        margin-left: -10px!important;
    }
    /******/
    .BASK .owl-buttons .owl-next,
    .PROD .owl-buttons .owl-next,
    .CTGY .owl-buttons .owl-next {
        float: right;
        margin-right: -10px!important;
    }
    .CTGY .owl-theme .owl-controls .owl-buttons div,
    .PROD .owl-theme .owl-controls .owl-buttons div {
        color: #d1d3d4;
        font-size: 22px;
        margin: 0;
        padding: 0;
        background: 0 0;
    }
    .CTGY .product-information-wrapper #Substitution_product_info .owl-buttons {
        display: inline-block !important;
        left: 25px;
    }
    /* newly added responsive substitution css end*/
    .product-item-new .form-check-label {
        font-size: 10px;
    }
    .product-item-new .form-check-label {
        /*letter-spacing: 1.2px;*/
    }
    /*new letter spacing*/
    .owl-item .product-item-new,
    .prod-col .product-item-new {
        width: auto;
    }
    .product-item-new .product-name {
        height: 35px;
    }
    .viewSubMob {
        display: block;
    }
    .viewSubDesk {
        display: none;
    }
    .dropdown-menu {
        font-size: 9px;
        min-width: 137px;
        width: 158px;
        /*changed from 125 to 158*/
    }
    .savePackDisplay,
    .savePackDisplay1 {
        text-align: center;
        color: #628e83 !important;
        height: 30px;
        /* note showing changed from 22px to 30px*/
        font-family: 'ITCAvantGardePro-Bold';
        font-size: 10px;
    }
    .dropdown {
        font-size: 10px;
    }
    .owl-item .product-item-new {
        width: 100%;
    }
    .caret {
        margin-top: -11px;
        display: block;
        position: absolute;
        margin-left: 142px;
        /*changed from 122 to 142*/
    }
    /*newly added*/
    .product-item-new .dropdown .allPrice {
        float: right;
        margin-right: 10px;
    }
    .product-item-new .flag {
        width: 45px;
    }
    .ordguide .viewSubstitutions {
        margin-top: 58%;
    }
    .viewSubstitutions {
        border: 1px solid #f47a44;
        border-radius: 0;
        color: #f47a44;
        font-size: 12px;
        font-weight: 600;
        background-color: #fff;
        display: inline-block;
        letter-spacing: 1px;
        outline: 0 !important;
        -webkit-transition: all 0.7s;
        transition: all 0.5s;
        margin: 20% 25% !important;
        border-radius: 3rem;
        /*align subs button with restock text mob */
        position: absolute;
        margin-top: 35%;
        z-index: 99;
        left: 0;
        /*align subs button with restock text mob */
    }
    .viewSubMob .viewSubstitutions {
        border: 1px solid #f47a44;
        border-radius: 0;
        color: #f47a44;
        font-size: 12px;
        font-weight: 600;
        background-color: #fff;
        display: inline-block;
        letter-spacing: 1px;
        outline: 0 !important;
        -webkit-transition: all 0.7s;
        transition: all 0.5s;
        margin: 0 5% !important;
        border-radius: 3rem;
        /*align subs button with restock text mob */
        position: absolute;
        margin-top: 35%;
        z-index: 99;
        left: 0;
        /*align subs button with restock text mob */
    }
    #Substitution_product_info .modal {
        /* width: 357px; */
        width: 100%;
        top: -45px !important;
        left: 0px !important;
        position: fixed !important;
    }
    .gridProducts .owl-item {
        /*width: 135px !important;*/
        border-right: none !important;
    }
    .product-name {
        font-size: 12px !important
    }
    .brand {
        font-size: 12px !important
    }

    .form-check {
        height: 17px;
    }
    #Substitution_product_info .modal-header {
        min-height: 16.42857143px;
        padding: 15px 15px 15px 0px;
        border-bottom: none !important;
    }
    .minusSign {
        float: left;
        left: 18px;
        position: relative;
        bottom: -4px;
        color: white;
    }
    .plusSign {
        color: white;
        right: -38px;
        position: relative;
        bottom: 29px;
    }
    .subMobDisplay {
        display: none !important;
    }
    #Substitution_product_info .owl-controls {
        display: inline-block !important;
        left: 0 !important;
    }
    .gridProducts .owl-next {
        position: absolute;
        top: 132px;
        left: 250px;
        font-size: 20px !important;
    }
    .prod-card-btn {
        width: 100%;
        /*font-size: 12px;*/
        font-size: 10px;
        font-weight: 600;
        /* fix for PS-45668 */
        max-width: 170px;
    }
    .ordguide .prod-card-btn {
        width: 108px;
        /*font-size: 12px;*/
        font-size: 10px;
        font-weight: 600;
        /* fix for PS-45668 */
        max-width: 170px;
    }
    .create-wishlist-btn,
    .invitewlmodal,
    .action_all_container .wishWrapp .share-basket-btn,
    .WISH .action_all_container .button {
        /* fix for PS-45668 */
        max-width: 170px;
    }

    .subitemslist .dropdown-menu>li>a {
        padding: 3px 3px;
    }
    .subitemslist .form-check-dropdown {
        width: max-content;
        width: -webkit-max-content;
        min-width:98%;
    }
    .subitemslist .caret {
        margin-left: 125px;
    }
    .subitemslist .dropdown-menu {
        font-size: 10px;
        min-width: 142px;
        width: 142px;
        /* changed from 125 to 158: ;*/
    }
}

#Substitution_product_info .modal-content,
.viewSubstitutionModal .modal-content {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#Substitution_product_info .product-name {
    display: block !important;
}

#viewSubstitutionModal .gridProducts .owl-next {
    right: 20px;
}

#viewSubstitutionModal .gridProducts .owl-prev {
    left: 20px;
}


/* new css */