.fotorama{
    margin-bottom: 30px;
}

.row.primary .product.media {
    float: left;
    width: 100%;
}
.row.primary .product-info-main {
    float: left;
    width: 100%;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset > .field:not(.configurable):not(.choice) > .control .choice input{
    display: block !important;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset > .field:not(.configurable):not(.choice) > .control {
    width: 100%;
    order: 1;
    display: flex;
    max-height: 600px;
    overflow-y: scroll;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
}

.product-info-main .options-list {
    display: grid;
    grid-template-columns: 1fr 1fr  1fr 1fr 1fr 1fr;
    gap: 10px;
}
.product-info-main .options-list .field.choice{
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.product-info-main .options-list .field.choice > div{
    display: flex;
    position: relative;
    padding: 20px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 0 !important;
}

.product-info-main .options-list .field.choice .label.admin__field-label{
    order: 1;
    display: flex !important;
}
.product-info-main .options-list .field.choice .view-more {
    text-decoration: none;
    background: #fbfbfb;
    clear: both;
    text-align: center;
    justify-content: center;
    flex-grow: 1;
    border-top: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    color: #000;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 40px;
    max-height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 2px;
    text-transform: uppercase;
    width: 100%;
    display: block !important;
    align-items: center;
}
.product-info-main .options-list .field.choice .view-more span {
    color: #fbfbfb;
}
.product-info-main .options-list .field.choice .view-more span:before {
    color: #000;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field:not(.configurable):not(.choice) > .control .choice:after{
    display:none !important;
}

.admin__field-label span {
    display:block;
    height:70px;
}
/*info label*/
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field:not(.configurable):not(.choice) > label {
    display:none;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field:not(.configurable):not(.choice) > ul {
    display: block !important;
    order: 0;
    width: 100% !important;
    justify-content: center;
    flex-direction: row;
}

/*Options info*/
.product-info-main .product-add-form .product-options-wrapper  ul i {
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
    background: #fee5e8;
    color: #da7a85;
    font-size: 20px;
    font-style: initial;
    margin-bottom: 40px;
    font-family: "Domine", serif;
}

/*Error*/
.product-options-wrapper .mage-error{
    order: 0;
    clear: both;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 60px;
    background: #c20017;
    color: white !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    padding: 10px;
    display: block;
    font-size: 20px !important;
    font-style: initial;
    font-family: "Domine", serif;
}
/*Option Image*/
.product-info-main .options-list .field.choice .option_images_gallery{
    order: 0;
    display: flex !important;
    height:180px;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset > .field:not(.configurable):not(.choice){
    display: flex;
    flex-direction: column;
}


/*Option Title*/
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field:not(.configurable):not(.choice) > .control .choice .label {
    float: right;
    cursor: pointer;
    text-align: center;
    font-family: "Domine", serif;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-weight: 600;
    flex-grow: 1;
    flex-direction: column;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field:not(.configurable):not(.choice) > .control .choice .label span{
    display: block;
    width: 100%;
    font-size: 12px;
    height: auto;
}
.product-info-main .product-add-form .btn-qty{
    background-color: #f9f9f9;
    transition: all 0.1s;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    position: relative;
}
/*Add to Hamper button*/
.product-info-main .action.primary.add-to-hamper{
    background: #fbfbfb;
    border-bottom: 1px solid #cccccc;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #000;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 1.3rem;
    order: 22;
    line-height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 2px;
    text-transform: uppercase;
    width: 100%;
    display: block !important;
    align-items: center;
    text-align: center;
}
.product-info-main .add-to-hamper:before {
    margin: 0 5px -10px;
    display: inline-block;
    font-size: 20px;
    top: 3px;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f0c8";
    color: #c4c9cd;
}

/*Active Add to Hamper button*/
.product-info-main .active .action.primary.add-to-hamper {
    background: #1b215c;
    border: 1px solid #1b215c;
    color: #fff;
}
.product-info-main .active .add-to-hamper:before {
    content: "\f14a";
    color: #fff;
}


.product-info-main .product-add-form .product-options-wrapper .fieldset > .field:not(.configurable):not(.choice) > .control .choice .label:before{
    display:none;
}
/*Quantity*/
.product-info-main .product-add-form .product-options-wrapper .label-qty{
    display: flex !important;
    padding: 0 !important;
    margin-left: 0 !important;
    order: 1 !important;
    gap: 10px;
    align-items: center;
    position: absolute;
    left: -99999999px;
}

.product-info-main .product-add-form .product-options-wrapper .active .label-qty {
    position: relative;
    left: 0;
}
.product-info-main .product-add-form .product-options-wrapper .active .label-qty b{
    display:none;
}
.product.attribute.from_price{
    display: flex;
    margin-bottom: 10px;
    font-size: 20px;
    gap: 10px;
    font-weight: bold
}
/*Quantity*/
.product-info-main .product-add-form .box-tocart .field.qty .label{
    display: flex;
    flex-direction: row;
    width: auto;
    position: relative;
    left: auto;
    align-items: center;
    gap: 10px;
}
.product-info-main .product-add-form  .price-notice{
   display:none !important;
}
.product-info-main .product-add-form .box-tocart .fieldset > .field {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.product-info-main #product_addtocart_form .product-options-bottom{
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    justify-items: center;
    z-index: 9999;
    box-shadow: 13px 16px 20px 0px;
    border-top: 15px solid #da8baf;
    padding: 10px;
    height: 84px;
    box-shadow: 1px 20px 20px 11px #000;
}

.product-info-main .product-add-form .box-tocart{
    position: absolute;
    height: 44px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}
.product-info-main .product-add-form .box-tocart .fieldset {
    align-items: center;
    gap: 20px;
    display: flex;
    flex-direction: row;
    margin: 0 !important;
}
.product-info-main .product-add-form .box-tocart .action.primary.tocart{
    padding: 10px 50px;
}

/*Price*/

.box-tocart .price-box.price-final_price {
    display: none !important;
}

.mageworx-product-final-price {
    min-height: 78px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.product-info-price.mageworx-product-final-price .price-box.price-final_price{
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
    gap: 10px;
    display: flex!important;
}
/*Sku*/
.product-info-main .stock.available{
    display:none;
}

/*descriptions*/
.product-info-main .product.attribute.description{
    font-size: 18px;
    color: #505050;
}

/*wishlist*/
.product-info-main .action.towishlist{
    display:none;
}

/*Add to cart wrap*/
.product-options-bottom .box-tocart .fieldset{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-end;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}