.max-container-page-main-description {
    max-width: 1380px;
    margin: 0 auto;
}
.slideshow-container .option_image_fix
{
    height: 300px !important;
    width: 300px !important;
    object-fit: cover;
}
.mySlides.fade
{
    border-color: #cdb38c !important;
    border-radius: 5px !important;
}
.est_image_radio div.text
{
    display: none !important;
}
.custom_radio_option {
    width: calc(20% - 14px);
    display: inline-block;
    margin: 7px !important;
    text-align: center;
}

.custom_radio_option img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}


.custom_radio_option span.price-wrapper {
    font-weight: bold;
    color: #cdb38c;
}
@media only screen and (max-width: 1024px) {
.custom_radio_option {
    width: calc(33.33% - 14px);
}
}
@media only screen and (max-width: 400px) {


.custom_radio_option {
    width: calc(50% - 14px);
}
}



.custom_radio_option.active:before {
    display: inline-block;
    font: normal normal 25px / 1 FontAwesome;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    color: #39b54a;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
}

.custom_radio_option.active {
    position: relative;
}



.options-list-radio {
    max-height: 400px;
    overflow: auto;
    border: 2px solid #cdb38c;
    border-radius: 10px;
    margin-top: 10px;
        margin-bottom: 20px;
}
.custom_radio_option.active {
    outline: 2px solid #39b54a;
    border-radius: 5px;
    outline-offset: 2px;
}
.custom_radio_option.active label:hover img {
    filter: brightness(1);
}
.custom_radio_option label {
    display: block;
}

.custom_radio_option label:hover img {
    filter: brightness(0.8);
}

.custom_radio_option label img {
    transition: all 0.5s;
}
.account .form-address-edit .actions-toolbar .action.primary, .account .secondary .action.back, a.action.primary, button, .action.primary, .cdz-popup-area .cdz-popup.popup-wl-login-popup .no-account a.md-primary, .cart-container .form-cart .action.continue, a.button, .action.primary, .action-primary,.product-info-main .box-tocart .primary.tocart {
    border-radius: 30px;
}
.product-view-style-03 .product-info-main .field.qty .cart-qty {
    border-radius: 30px;
    overflow: hidden;
}
.product-list-style-06 .button-hover-wrap .tocart.primary, .product-list-style-06 .button-hover-wrap .tocompare, .product-list-style-06 .button-hover-wrap .towishlist, .product-list-style-06 .button-hover-wrap .qs-button {
        border-radius: 30px;
}
@media only screen and (max-width: 767px) {
    .page-header {
        margin-bottom: 0;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
 
    .actions-primary .tocart, .actions-secondary>a.action {
        border-radius: 30px;
    }
}
 
@media only screen and (min-width: 768px) {
    .product-list-style-06 .button-hover-wrap .towishlist:hover:before {
        color: #fff !important;
    }
}
 
@media only screen and (min-width: 1200px) {
    .base-slider .owl-nav [class*='owl-'] {
        border-radius: 30px;
    }
}
body input[name=qty], body .qty input, body input[name=min_price], body input[name=max_price], body .page-footer input[type=email] {
    border-width: 1px;
    border-radius: 30px;
}
.product-list-style-01 .qs-button {
    display: none !important;
}
.custom_radio_option{
    vertical-align: top;
}