.top-header .container {display: flex;flex-wrap: wrap;justify-content: end;}
.product-info-main .product-title-wrap {display: flex;justify-content: space-between;flex-wrap: nowrap;padding: 0px 0px;flex-direction: row;}
.product-info-main .product-title-wrap h1 {width: auto;}
.product-info-main .product-title-wrap > div > #add-to-wishlist {margin-left: 0px;}
.product-info-main .product-info-bottom {flex-direction: initial;}
.product-info-main .product-info-bottom > div {max-width: 50%;width: 100%;}
.product-info-main .product-details .container {padding: 0px 0px;}
.product-info-main .product-details > div > div > div:nth-child(1) {border-bottom: 2.5px solid #21B6FC;overflow-y: auto;}
.product-info-main .product-details > div > div > div:nth-child(1) > div {background-color: #E0E0E0;padding: 15px 35px;font-size: 18px;border-radius: 5px 5px 0px 0px;}
.product-info-main .product-details > div > div > div:nth-child(1) > div.active {background-color: #21B6FC;font-weight: 600;color: #FFFFFF;}
.product-info-main .product-details > div > div > div:nth-child(1) > div:not(:last-child) {margin-right: 15px;}
.price-box .old-price .price, .price-box .old-price-excl-tax .price {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: normal;
}
.catalog-product-view #review_form #reviewSuccessMessage {
    margin-top: 20px;
    border: 2px solid #10b981;
    border-radius: 4px;
    padding:5px 10px;
    color: #10b981;
}
.catalog-product-view #review_form #reviewSuccessMessage svg{
    stroke: #10b981;
}
.catalog-product-view #review_form #reviewSuccessMessage span{
    align-items: center;
    margin: 0;
    display: flex;
}
#review_form fieldset #product-review-table .table-row > div:focus-within {
    outline: none;
    border: 0;
    box-shadow: none;
}
.catalog-product-view .product-info-main .product-brands-wrapper {
    margin-left: 0;
}
.catalog-product-view .product-info-main .product-brands-wrapper .amshopby-option-link a{
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 5px;
    background-color: #fff;
    border: 1px solid rgb(182 182 182)
}
.catalog-product-view .product-info-main .product-brands-wrapper .amshopby-option-link img{
    width: 100%;
    object-fit: cover;
}
.catalog-product-view .product-info-main .product-brands-wrapper{
    width: auto;
    margin-top: 15px;
    /*margin-left: 10px*/
}
@media(max-width:1280px){
    .catalog-product-view .product-info-bottom #product-addtocart-button{ padding:5px 10px; flex: 1; text-align: center; justify-content: center;font-size: 14px; }
}
@media(max-width:1024px){
	.catalog-product-view .product-info-bottom #product-addtocart-button{ flex: unset; }
	.catalog-product-view .product-info-main .product-info-bottom > div:last-child{ justify-content: flex-end; }
}
@media screen and (max-width: 991px){
    .product-info-main .product-title-wrap h1 {font-size: 25px;}
    .product-info-main .product-title-wrap > div > button {width: 35px;height: 35px;margin-top: 5px;}
    .catalog-product-view .product-info-main .product-brands-wrapper{
        margin-top: 5px;
    }
}
@media screen and (max-width: 767px){
    .product-info-main .product-details > div > div > div:nth-child(1) > div {padding: 15px;}
    .product-info-main .product-details > div > div > div:nth-child(1) > div{ padding: 5px 10px; font-size: 16px }
	.catalog-product-view .product-details .card{ padding: 5px 10px }
	.catalog-product-view .product-details .card p{ margin-bottom: 5px; line-height: 22px; }
	.catalog-product-view .product-details .card table{ margin: 0; width:100% !important;}
	.catalog-product-view .product-details .card table:not(table table) > tbody > tr{ display: flex; flex-wrap: wrap; }
	.catalog-product-view .product-details .card table:not(table table) > tbody > tr > td:first-child{ margin: auto; padding: 0; }
	.catalog-product-view .product-info-bottom #product-addtocart-button{ flex: unset; }
	.catalog-product-view .product-info-main .product-info-bottom > div:last-child{ justify-content: flex-end; }
    .product-info-main .product-title-wrap h1 { font-size: 18px; line-height: 22px; }
	.product-info-main .product-title-wrap > div{ margin-left: 10px }
}
@media (max-width: 675px) {
    .top-header .container {justify-content: center;}
}
